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
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
Base class defining all
MoveAttributesAbstract
See
apply