This commit is contained in:
157 2024-04-27 19:59:50 +08:00
parent 5f6a5edaf4
commit 9e90e9721e
4 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

@ -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) {

View File

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