This commit is contained in:
157 2024-04-27 18:36:46 +08:00
parent 2924a570e2
commit 5f6a5edaf4
4 changed files with 15 additions and 0 deletions

View File

@ -842,6 +842,7 @@ game.import("character", function () {
filter(event, player) { filter(event, player) {
return game.hasPlayer((current) => player.inRange(current)); return game.hasPlayer((current) => player.inRange(current));
}, },
derivation: "tomoyo_changshi",
async cost(event, trigger, player) { async cost(event, trigger, player) {
event.result = await player event.result = await player
.chooseTarget( .chooseTarget(
@ -9114,6 +9115,7 @@ game.import("character", function () {
}, },
}, },
ai: { ai: {
halfneg: true,
effect: { effect: {
target(card, player, target) { target(card, player, target) {
if (get.tag(card, "save")) { if (get.tag(card, "save")) {

View File

@ -7507,6 +7507,9 @@ game.import("character", function () {
content: function () { content: function () {
player.recover(); player.recover();
}, },
ai: {
halfneg: true
},
}, },
//界陈群 //界陈群
redingpin: { redingpin: {

View File

@ -9408,6 +9408,9 @@ game.import("character", function () {
player.addTempSkill("olnishou_swap", name + "After"); player.addTempSkill("olnishou_swap", name + "After");
} }
}, },
ai: {
halfneg: true
},
subSkill: { subSkill: {
swap: { swap: {
audio: "olnishou", audio: "olnishou",
@ -25906,6 +25909,9 @@ game.import("character", function () {
player.storage.yawang = num; player.storage.yawang = num;
player.addTempSkill("yawang2"); player.addTempSkill("yawang2");
}, },
ai: {
halfneg: true
},
}, },
yawang2: { yawang2: {
mod: { mod: {

View File

@ -6611,6 +6611,9 @@ game.import("character", function () {
content: function () { content: function () {
trigger.num++; trigger.num++;
}, },
ai: {
halfneg: true
},
}, },
huisheng: { huisheng: {
audio: 2, audio: 2,
@ -9713,6 +9716,7 @@ game.import("character", function () {
if (player.hp != 1) return false; if (player.hp != 1) return false;
}, },
respondSha: true, respondSha: true,
halfneg: true
}, },
audio: 2, audio: 2,
audioname: ["xin_zhangyi"], audioname: ["xin_zhangyi"],