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) {
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")) {

View File

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

View File

@ -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: {

View File

@ -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"],