commit
9976b982d4
|
@ -5467,6 +5467,9 @@ game.import("character", function () {
|
|||
content: () => {
|
||||
trigger.forceYingbian = true;
|
||||
},
|
||||
ai: {
|
||||
combo: "asara_shelu"
|
||||
},
|
||||
},
|
||||
yukito_kongwu: {
|
||||
enable: "phaseUse",
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue