标签补充
This commit is contained in:
parent
67834fa8e6
commit
6e466929cc
|
@ -5467,6 +5467,9 @@ game.import("character", function () {
|
|||
content: () => {
|
||||
trigger.forceYingbian = true;
|
||||
},
|
||||
ai: {
|
||||
combo: "asara_shelu"
|
||||
},
|
||||
},
|
||||
yukito_kongwu: {
|
||||
enable: "phaseUse",
|
||||
|
|
|
@ -1061,6 +1061,9 @@ game.import("character", function () {
|
|||
})
|
||||
);
|
||||
},
|
||||
ai: {
|
||||
combo: "mbqianlong"
|
||||
},
|
||||
},
|
||||
mbcmqingzheng: {
|
||||
audio: "sbqingzheng",
|
||||
|
@ -14213,6 +14216,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