标签补充

This commit is contained in:
157 2024-04-28 15:28:07 +08:00
parent c621db2a36
commit e6424b57cb
5 changed files with 30 additions and 2 deletions

View File

@ -14525,6 +14525,10 @@ game.import("character", function () {
content: function () {
player.chooseToDiscard("h", true);
},
ai: {
halfneg: true,
nokeep: true
},
},
//董白
relianzhu: {

View File

@ -8400,6 +8400,9 @@ game.import("character", function () {
},
},
},
ai: {
combo: "jsrgzhenglve"
},
},
//南华老仙
jsrgshoushu: {

View File

@ -2743,7 +2743,12 @@ game.import("character", function () {
}
}
},
ai: { presha: true, pretao: true, nokeep: true },
ai: {
presha: true,
pretao: true,
neg: true,
nokeep: true
},
},
//庞统
xinlianhuan: {
@ -7011,6 +7016,10 @@ game.import("character", function () {
content: function () {
player.loseHp();
},
ai: {
neg: true,
nokeep: true
},
mod: {
maxHandcard: function (player, num) {
return num - 3;
@ -7057,6 +7066,10 @@ game.import("character", function () {
content: function () {
player.skip("phaseDraw");
},
ai: {
neg: true,
nokeep: true
},
marktext: "金",
intro: {
name: "金(拥蔽)",

View File

@ -17918,7 +17918,12 @@ game.import("character", function () {
player.addMark("new_zhixi", 1, false);
if (get.type2(trigger.card) == "trick") player.storage.new_zhixi2 = true;
},
ai: { presha: true, pretao: true, nokeep: true },
ai: {
presha: true,
pretao: true,
neg: true,
nokeep: true
},
},
new_mumu2: {
charlotte: true,

View File

@ -8701,6 +8701,9 @@ game.import("character", function () {
},
},
group: "panshi_damage",
ai: {
halfneg: true
},
},
panshi_damage: {
trigger: { source: "damageBegin1" },