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) else if (player.countCards("he") > 0)
player.chooseToDiscard("he", true, "存畏:请弃置一张牌"); player.chooseToDiscard("he", true, "存畏:请弃置一张牌");
}, },
ai: {
halfneg: true
},
}, },
//刘辟 //刘辟
dcjuying: { dcjuying: {

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

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

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