Merge pull request #1397 from PZ157/PR-Branch

标签调整
This commit is contained in:
Spmario233 2024-05-29 07:42:10 +08:00 committed by GitHub
commit 69b2953065
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 9 additions and 3 deletions

View File

@ -3757,6 +3757,9 @@ const skills = {
},
},
},
ai: {
combo: "yuheng"
},
},
yuheng: {
audio: 2,

View File

@ -5592,7 +5592,7 @@ const skills = {
if (event.lose && event.lose.loseHp) player.draw();
},
ai: {
halfneg: true,
neg: true,
filterDamage: true,
skillTagFilter: function (player, tag, arg) {
if (tag === "filterDamage" && arg && arg.player) {

View File

@ -24761,6 +24761,9 @@ const skills = {
return event.targets.includes(player) && player != event.player && event.card.name == "sha" && player.hp < player.countCards("h");
},
content: function () {},
ai: {
neg: true
},
unique: true,
gainable: true,
subSkill: {

View File

@ -3126,7 +3126,7 @@ const skills = {
trigger.source.chooseDrawRecover(true);
},
ai: {
halfneg: true,
neg: true,
effect: {
target(card, player, target, current) {
if (card.name == "sha" && get.color(card) == "red") {

View File

@ -8776,7 +8776,7 @@ const skills = {
if (player.hp != 1) return false;
},
respondSha: true,
halfneg: true,
neg: true,
},
audio: 2,
audioname: ["xin_zhangyi"],