diff --git a/character/huicui.js b/character/huicui.js index b7af67bc2..26f194acd 100644 --- a/character/huicui.js +++ b/character/huicui.js @@ -7146,6 +7146,9 @@ game.import("character", function () { else if (player.countCards("he") > 0) player.chooseToDiscard("he", true, "存畏:请弃置一张牌"); }, + ai: { + halfneg: true + }, }, //刘辟 dcjuying: { diff --git a/character/mobile.js b/character/mobile.js index fbedcfbec..cc00ba22e 100644 --- a/character/mobile.js +++ b/character/mobile.js @@ -15336,6 +15336,7 @@ game.import("character", function () { } }, ai: { + combo: "rezhengrong", order: 8, result: { player: function (player) { diff --git a/character/shenhua.js b/character/shenhua.js index 37ae98e7d..9e11f3a86 100755 --- a/character/shenhua.js +++ b/character/shenhua.js @@ -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) { diff --git a/character/tw.js b/character/tw.js index 8ef63639e..b3f67bd43 100644 --- a/character/tw.js +++ b/character/tw.js @@ -9551,6 +9551,7 @@ game.import("character", function () { player.discardPlayerCard("hej", true, target); }, ai: { + combo: "twzhengrong", order: 8, result: { player: function (player) {