This attribute checks if a Pokemon's move meets a provided condition to determine if the Pokemon can use Quick Claw It was created because Pokemon with the ability Mycelium Might cannot access Quick Claw's benefits when using status moves.
checks if a move meets certain conditions
bypassSpeed - determines if a Pokemon is able to bypass speed at the moment
canCheckHeldItems - determines if a Pokemon has access to Quick Claw's effects or not
Returns a boolean describing whether the ability can be applied under current conditions
true if the ability can be applied, false otherwise
true
false
apply
This attribute checks if a Pokemon's move meets a provided condition to determine if the Pokemon can use Quick Claw It was created because Pokemon with the ability Mycelium Might cannot access Quick Claw's benefits when using status moves.