Should this effect only apply on the first hit?
Private
healThe percentage of Stat.HP
to heal
Should this Move
target the user?
Private
showShould an animation be shown?
Defines when this effect should trigger in the move's effect order
Creates a new PokemonHealPhase
.
This heals the target and shows the appropriate message.
Applies move effects so long as they are able based on canApply
the MoveCondition
or MoveConditionFunc for this Move
Pokemon
using the move
Pokemon
target of the move
Move
with this attribute
Utils.BooleanHolder
which stores if the move should fail
the string representing failure of this Move
Heals the user or target by
healRatio
depending on the value ofselfTarget
See
apply