commit
e9e84427b2
|
@ -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")) {
|
||||
|
|
|
@ -7146,6 +7146,9 @@ game.import("character", function () {
|
|||
else if (player.countCards("he") > 0)
|
||||
player.chooseToDiscard("he", true, "存畏:请弃置一张牌");
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
//刘辟
|
||||
dcjuying: {
|
||||
|
@ -10921,6 +10924,7 @@ game.import("character", function () {
|
|||
return 0;
|
||||
},
|
||||
},
|
||||
combo: "xunli"
|
||||
},
|
||||
},
|
||||
//马日磾
|
||||
|
|
|
@ -3067,6 +3067,7 @@ game.import("character", function () {
|
|||
},
|
||||
ai: {
|
||||
expose: 0.15,
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
jsrgchuanxin: {
|
||||
|
|
|
@ -15336,6 +15336,7 @@ game.import("character", function () {
|
|||
}
|
||||
},
|
||||
ai: {
|
||||
combo: "rezhengrong",
|
||||
order: 8,
|
||||
result: {
|
||||
player: function (player) {
|
||||
|
|
|
@ -1970,6 +1970,9 @@ game.import("character", function () {
|
|||
content: function () {
|
||||
player.draw();
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
group: "gzsuishi2",
|
||||
},
|
||||
gzsuishi2: {
|
||||
|
|
|
@ -7507,6 +7507,9 @@ game.import("character", function () {
|
|||
content: function () {
|
||||
player.recover();
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
//界陈群
|
||||
redingpin: {
|
||||
|
|
|
@ -946,6 +946,7 @@ game.import("character", function () {
|
|||
}
|
||||
},
|
||||
ai: {
|
||||
combo: "zhengrong",
|
||||
order: 8,
|
||||
result: {
|
||||
player(player) {
|
||||
|
@ -964,7 +965,6 @@ game.import("character", function () {
|
|||
return 0;
|
||||
},
|
||||
},
|
||||
combo: "qingce",
|
||||
},
|
||||
},
|
||||
//阴雷
|
||||
|
@ -1052,7 +1052,7 @@ game.import("character", function () {
|
|||
player.loseMaxHp();
|
||||
},
|
||||
ai: {
|
||||
combo: "drlt_zhengrong"
|
||||
combo: "drlt_zhenrong"
|
||||
},
|
||||
},
|
||||
drlt_qingce: {
|
||||
|
@ -1082,6 +1082,7 @@ game.import("character", function () {
|
|||
}
|
||||
},
|
||||
ai: {
|
||||
combo: "drlt_zhenrong",
|
||||
order: 13,
|
||||
result: {
|
||||
target(player, target) {
|
||||
|
|
|
@ -7858,6 +7858,9 @@ game.import("character", function () {
|
|||
player.addTempSkill("olnishou_swap", name + "After");
|
||||
}
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
subSkill: {
|
||||
swap: {
|
||||
audio: "olnishou",
|
||||
|
@ -22392,6 +22395,9 @@ game.import("character", function () {
|
|||
player.storage.yawang = num;
|
||||
player.addTempSkill("yawang2");
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
yawang2: {
|
||||
mod: {
|
||||
|
@ -25976,6 +25982,9 @@ game.import("character", function () {
|
|||
player.draw();
|
||||
}
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
group: "suishi2",
|
||||
},
|
||||
suishi2: {
|
||||
|
|
|
@ -9551,6 +9551,7 @@ game.import("character", function () {
|
|||
player.discardPlayerCard("hej", true, target);
|
||||
},
|
||||
ai: {
|
||||
combo: "twzhengrong",
|
||||
order: 8,
|
||||
result: {
|
||||
player: function (player) {
|
||||
|
|
|
@ -12664,6 +12664,9 @@ game.import("character", function () {
|
|||
return false;
|
||||
},
|
||||
},
|
||||
ai: {
|
||||
combo: "dcgeyuan"
|
||||
},
|
||||
},
|
||||
dcgusuan: {
|
||||
audio: 2,
|
||||
|
|
|
@ -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