Game Battler下。最下面。 这是每回合毒5%。 #-------------------------------------------------------------------------- # ● 发动连续伤害效果 #-------------------------------------------------------------------------- def slip_damage_effect if slip_damage? and @hp > 0 @hp_damage = apply_variance(maxhp / 20, 10) @hp_damage = @hp - 1 if @hp_damage >= @hp self.hp -= @hp_damage end end end |
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-12-23 11:24
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.