class Game_BattlerBase alias hrg_without_state hrg def hrg hrg_without_state - (state?(27) && hp_rate < 0.5 ? 0.05 : 0) endend
class Game_BattlerBase alias hrg_without_state hrg def hrg hrg_without_state - (state?(27) && hp_rate < 0.5 ? 0.05 : 0) end end