commit
e9e84427b2
|
@ -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")) {
|
||||||
|
|
|
@ -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"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
//马日磾
|
//马日磾
|
||||||
|
|
|
@ -3067,6 +3067,7 @@ game.import("character", function () {
|
||||||
},
|
},
|
||||||
ai: {
|
ai: {
|
||||||
expose: 0.15,
|
expose: 0.15,
|
||||||
|
halfneg: true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
jsrgchuanxin: {
|
jsrgchuanxin: {
|
||||||
|
|
|
@ -15336,6 +15336,7 @@ game.import("character", function () {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ai: {
|
ai: {
|
||||||
|
combo: "rezhengrong",
|
||||||
order: 8,
|
order: 8,
|
||||||
result: {
|
result: {
|
||||||
player: function (player) {
|
player: function (player) {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
|
@ -7507,6 +7507,9 @@ game.import("character", function () {
|
||||||
content: function () {
|
content: function () {
|
||||||
player.recover();
|
player.recover();
|
||||||
},
|
},
|
||||||
|
ai: {
|
||||||
|
halfneg: true
|
||||||
|
},
|
||||||
},
|
},
|
||||||
//界陈群
|
//界陈群
|
||||||
redingpin: {
|
redingpin: {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -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: {
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
|
@ -12664,6 +12664,9 @@ game.import("character", function () {
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
ai: {
|
||||||
|
combo: "dcgeyuan"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
dcgusuan: {
|
dcgusuan: {
|
||||||
audio: 2,
|
audio: 2,
|
||||||
|
|
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue