Skip to content

Commit

Permalink
feat: add sgkuanggu
Browse files Browse the repository at this point in the history
  • Loading branch information
S-N-O-R-L-A-X committed Jul 21, 2024
1 parent e60f75e commit 8371b58
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7379,6 +7379,22 @@ export const skill = {
player.draw();
},
},
sgkuanggu: {
audio: "kuanggu",
trigger: { source: "damageSource" },
frequent: true,
filter: function (event, player) {
return player.isDamaged();
},
content: function () {
"step 0";
player.judge(function (result) {
return get.color(result) == "black" ? 2 : -2;
});
"step 1";
if (result.bool == true) player.recover();
},
},

},

Expand Down Expand Up @@ -7787,6 +7803,9 @@ export const skill = {
"re_boss_reborn_caoxiancaohua2": "重生",
"re_boss_reborn_caoxiancaohua2_info": "锁定技,当你死亡时,你将此武将牌替换为灵杉玉树。",

"sgkuanggu": "狂骨",
"sgkuanggu_info": "当你造成伤害后,若你已受伤,你可以进行判定:若结果为黑色,你回复1点体力。",

// shanhetu_boss_caiyong
"re_boss_chenghu": "成虎",
"re_boss_chenghu_info": "锁定技,游戏第3轮以及之后每进行3轮时,出牌阶段你可以使用的【杀】限制次数+1(可无限增强)。",
Expand Down

0 comments on commit 8371b58

Please sign in to comment.