标签补充

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 () { content: function () {
player.chooseToDiscard("h", true); player.chooseToDiscard("h", true);
}, },
ai: {
halfneg: true,
nokeep: true
},
}, },
//董白 //董白
relianzhu: { relianzhu: {

View File

@ -8400,6 +8400,9 @@ game.import("character", function () {
}, },
}, },
}, },
ai: {
combo: "jsrgzhenglve"
},
}, },
//南华老仙 //南华老仙
jsrgshoushu: { 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: { xinlianhuan: {
@ -7011,6 +7016,10 @@ game.import("character", function () {
content: function () { content: function () {
player.loseHp(); player.loseHp();
}, },
ai: {
neg: true,
nokeep: true
},
mod: { mod: {
maxHandcard: function (player, num) { maxHandcard: function (player, num) {
return num - 3; return num - 3;
@ -7057,6 +7066,10 @@ game.import("character", function () {
content: function () { content: function () {
player.skip("phaseDraw"); player.skip("phaseDraw");
}, },
ai: {
neg: true,
nokeep: true
},
marktext: "金", marktext: "金",
intro: { intro: {
name: "金(拥蔽)", name: "金(拥蔽)",

View File

@ -17918,7 +17918,12 @@ game.import("character", function () {
player.addMark("new_zhixi", 1, false); player.addMark("new_zhixi", 1, false);
if (get.type2(trigger.card) == "trick") player.storage.new_zhixi2 = true; 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: { new_mumu2: {
charlotte: true, charlotte: true,

View File

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