bugfix
This commit is contained in:
parent
5f6a5edaf4
commit
9e90e9721e
|
@ -7146,6 +7146,9 @@ game.import("character", function () {
|
|||
else if (player.countCards("he") > 0)
|
||||
player.chooseToDiscard("he", true, "存畏:请弃置一张牌");
|
||||
},
|
||||
ai: {
|
||||
halfneg: true
|
||||
},
|
||||
},
|
||||
//刘辟
|
||||
dcjuying: {
|
||||
|
|
|
@ -15336,6 +15336,7 @@ game.import("character", function () {
|
|||
}
|
||||
},
|
||||
ai: {
|
||||
combo: "rezhengrong",
|
||||
order: 8,
|
||||
result: {
|
||||
player: function (player) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -9551,6 +9551,7 @@ game.import("character", function () {
|
|||
player.discardPlayerCard("hej", true, target);
|
||||
},
|
||||
ai: {
|
||||
combo: "twzhengrong",
|
||||
order: 8,
|
||||
result: {
|
||||
player: function (player) {
|
||||
|
|
Loading…
Reference in New Issue