halfneg标签补充

This commit is contained in:
157 2024-05-01 14:55:32 +08:00
parent 96e8e7f4a6
commit f78ab9510a
5 changed files with 12 additions and 0 deletions

View File

@ -1284,6 +1284,9 @@ game.import("character", function () {
await player.draw(2);
await player.loseHp();
},
ai: {
halfneg: true
},
},
dckuizhen: {
audio: 2,

View File

@ -6102,6 +6102,7 @@ game.import("character", function () {
},
},
ai: {
halfneg: true,
effect: {
player_use: function (card, player, target) {
if (card.name == "jiu") return [1, 1];

View File

@ -16746,6 +16746,7 @@ game.import("character", function () {
player.loseMaxHp();
},
ai: {
halfneg: true,
filterDamage: true,
skillTagFilter: function (player, tag, arg) {
if (arg && arg.card && arg.card.name == "sha") return true;
@ -18831,6 +18832,9 @@ game.import("character", function () {
"step 1";
player.draw(event.num);
},
ai: {
halfneg: true
},
},
yixiang: {
audio: 2,

View File

@ -1859,6 +1859,9 @@ game.import("character", function () {
player.markAuto("sbyijue", [trigger.player]);
player.markAuto("sbyijue_effect", [trigger.player]);
},
ai: {
halfneg: true
},
marktext: "绝",
intro: { content: "已放$一马" },
subSkill: {

View File

@ -3209,6 +3209,7 @@ game.import("character", function () {
player.loseMaxHp();
},
ai: {
halfneg: true,
filterDamage: true,
skillTagFilter: function (player, tag, arg) {
if (arg && arg.card && arg.card.name == "sha") return true;