Optional
normalHealRatio: numberOptional
boostedHealRatio: numberOptional
showAnim: booleanOptional
selfTarget: booleanOptional
condition: MoveConditionFuncPrivate
Optional
boostedHealing received when condition
is true
Private
Optional
conditionThe lambda expression to check against when boosting the healing value
Should this effect only apply on the first hit?
Should this effect only apply on the last hit?
Private
Optional
normalHealing received when condition
is false
Should this Move
target the user?
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.
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 target or the user by either
normalHealRatio
orboostedHealRatio
depending on the evaluation ofcondition
See
apply