Merge pull request #1229 from PZ157/PR-Branch

bugfix,标签补充
This commit is contained in:
Spmario233 2024-04-18 14:33:52 +08:00 committed by GitHub
commit 9976b982d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 1 deletions

View File

@ -5467,6 +5467,9 @@ game.import("character", function () {
content: () => {
trigger.forceYingbian = true;
},
ai: {
combo: "asara_shelu"
},
},
yukito_kongwu: {
enable: "phaseUse",

View File

@ -7987,7 +7987,7 @@ game.import("character", function () {
},
async content(event, trigger, player) {
if (event.cards && event.cards.length) {
await player.dicard(cards);
await player.dicard(event.cards);
lib.skill.dcxieshou.change(player, 1);
} else {
player.drawTo(player.maxHp);

View File

@ -1058,6 +1058,9 @@ game.import("character", function () {
})
);
},
ai: {
combo: "mbqianlong"
},
},
mbcmqingzheng: {
audio: "sbqingzheng",
@ -14207,6 +14210,9 @@ game.import("character", function () {
evt.targets.push(target);
}
},
ai: {
combo: "zhengjian"
},
},
//一 将 成 名
zhilve: {

View File

@ -279,6 +279,9 @@ game.import("character", function () {
evt.targets.remove(trigger.target);
evt.targets.push(player);
},
ai: {
neg: true
},
},
hujia: {
audio: 2,
@ -2492,6 +2495,7 @@ game.import("character", function () {
trigger.source.chooseDrawRecover(true);
},
ai: {
halfneg: true,
effect: {
target(card, player, target, current) {
if (card.name == "sha" && get.color(card) == "red") {