Merge pull request #1279 from PZ157/PR-Branch

标签补充
This commit is contained in:
Spmario233 2024-04-27 20:36:38 +08:00 committed by GitHub
commit e9e84427b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 34 additions and 2 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

@ -7146,6 +7146,9 @@ game.import("character", function () {
else if (player.countCards("he") > 0) else if (player.countCards("he") > 0)
player.chooseToDiscard("he", true, "存畏:请弃置一张牌"); player.chooseToDiscard("he", true, "存畏:请弃置一张牌");
}, },
ai: {
halfneg: true
},
}, },
//刘辟 //刘辟
dcjuying: { dcjuying: {
@ -10921,6 +10924,7 @@ game.import("character", function () {
return 0; return 0;
}, },
}, },
combo: "xunli"
}, },
}, },
//马日磾 //马日磾

View File

@ -3067,6 +3067,7 @@ game.import("character", function () {
}, },
ai: { ai: {
expose: 0.15, expose: 0.15,
halfneg: true
}, },
}, },
jsrgchuanxin: { jsrgchuanxin: {

View File

@ -15336,6 +15336,7 @@ game.import("character", function () {
} }
}, },
ai: { ai: {
combo: "rezhengrong",
order: 8, order: 8,
result: { result: {
player: function (player) { player: function (player) {

View File

@ -1970,6 +1970,9 @@ game.import("character", function () {
content: function () { content: function () {
player.draw(); player.draw();
}, },
ai: {
halfneg: true
},
group: "gzsuishi2", group: "gzsuishi2",
}, },
gzsuishi2: { gzsuishi2: {

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

@ -946,6 +946,7 @@ game.import("character", function () {
} }
}, },
ai: { ai: {
combo: "zhengrong",
order: 8, order: 8,
result: { result: {
player(player) { player(player) {
@ -964,7 +965,6 @@ game.import("character", function () {
return 0; return 0;
}, },
}, },
combo: "qingce",
}, },
}, },
//阴雷 //阴雷
@ -1052,7 +1052,7 @@ game.import("character", function () {
player.loseMaxHp(); player.loseMaxHp();
}, },
ai: { ai: {
combo: "drlt_zhengrong" combo: "drlt_zhenrong"
}, },
}, },
drlt_qingce: { drlt_qingce: {
@ -1082,6 +1082,7 @@ game.import("character", function () {
} }
}, },
ai: { ai: {
combo: "drlt_zhenrong",
order: 13, order: 13,
result: { result: {
target(player, target) { target(player, target) {

View File

@ -7858,6 +7858,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",
@ -22392,6 +22395,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: {
@ -25976,6 +25982,9 @@ game.import("character", function () {
player.draw(); player.draw();
} }
}, },
ai: {
halfneg: true
},
group: "suishi2", group: "suishi2",
}, },
suishi2: { suishi2: {

View File

@ -9551,6 +9551,7 @@ game.import("character", function () {
player.discardPlayerCard("hej", true, target); player.discardPlayerCard("hej", true, target);
}, },
ai: { ai: {
combo: "twzhengrong",
order: 8, order: 8,
result: { result: {
player: function (player) { player: function (player) {

View File

@ -12664,6 +12664,9 @@ game.import("character", function () {
return false; return false;
}, },
}, },
ai: {
combo: "dcgeyuan"
},
}, },
dcgusuan: { dcgusuan: {
audio: 2, audio: 2,

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