Should this Move
target the user?
Changes the normal One Hit KO Accuracy Attr to implement the Gen VII changes, where if the user is Ice-Type, it has more accuracy.
Pokemon that is using the move; checks the Pokemon's level.
Pokemon that is receiving the move; checks the Pokemon's level.
N/A
Uses the accuracy argument, allowing to change it from either 0 if it doesn't pass the first if/else, or 30/20 depending on the type of the user Pokemon.
Returns true if move is successful, false if misses.
the MoveCondition
or MoveConditionFunc for this Move
Base class defining all
Move
AttributesAbstract
See
apply