halfneg
This commit is contained in:
parent
2924a570e2
commit
5f6a5edaf4
|
@ -842,6 +842,7 @@ game.import("character", function () {
|
|||
filter(event, player) {
|
||||
return game.hasPlayer((current) => player.inRange(current));
|
||||
},
|
||||
derivation: "tomoyo_changshi",
|
||||
async cost(event, trigger, player) {
|
||||
event.result = await player
|
||||
.chooseTarget(
|
||||
|
@ -9114,6 +9115,7 @@ game.import("character", function () {
|
|||
},
|
||||
},
|
||||
ai: {
|
||||
halfneg: true,
|
||||
effect: {
|
||||
target(card, player, target) {
|
||||
if (get.tag(card, "save")) {
|
||||
|
|
|
@ -7507,6 +7507,9 @@ game.import("character", function () {
|
|||
content: function () {
|
||||
player.recover();
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
//界陈群
|
||||
redingpin: {
|
||||
|
|
|
@ -9408,6 +9408,9 @@ game.import("character", function () {
|
|||
player.addTempSkill("olnishou_swap", name + "After");
|
||||
}
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
subSkill: {
|
||||
swap: {
|
||||
audio: "olnishou",
|
||||
|
@ -25906,6 +25909,9 @@ game.import("character", function () {
|
|||
player.storage.yawang = num;
|
||||
player.addTempSkill("yawang2");
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
yawang2: {
|
||||
mod: {
|
||||
|
|
|
@ -6611,6 +6611,9 @@ game.import("character", function () {
|
|||
content: function () {
|
||||
trigger.num++;
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
huisheng: {
|
||||
audio: 2,
|
||||
|
@ -9713,6 +9716,7 @@ game.import("character", function () {
|
|||
if (player.hp != 1) return false;
|
||||
},
|
||||
respondSha: true,
|
||||
halfneg: true
|
||||
},
|
||||
audio: 2,
|
||||
audioname: ["xin_zhangyi"],
|
||||
|
|
Loading…
Reference in New Issue