增加【枪舞】判定收益ai

This commit is contained in:
157 2024-05-27 11:36:05 +08:00
parent 0ae1804afe
commit 188a1d3fae
1 changed files with 6 additions and 1 deletions

View File

@ -25173,7 +25173,12 @@ const skills = {
usable: 1,
content: function () {
"step 0";
player.judge();
player.judge(card => {
if (game.hasPlayer(cur => {
return get.event("player").canUse("sha", cur);
})) return get.number(card);
return 1 / get.number(card);
});
"step 1";
player.storage.qiangwu = result.number;
player.addTempSkill("qiangwu3", "phaseUseEnd");