# 会心一击修正 if attacker.state?(17) if rand(100) < 4 * attacker.dex / self.agi + 10 self.damage *= 2 self.critical = true else if rand(100) < 4 * attacker.dex / self.agi self.damage *= 2 self.critical = true end 复制代码
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |