Whether to show this ability as a flyout during battle; default true
.
Should be kept in parity with mainline where possible.
Applies ability effects without checking conditions
The pokemon to apply this ability to
Whether or not the ability is a passive
Whether the call is simulated
Extra args passed to the function. Handled by child classes.
Apply a new illusion when summoning Zoroark if the illusion is available
The Pokémon with the Illusion ability.
N/A
N/A
Whether the illusion was applied.
Returns a boolean describing whether the ability can be applied under current conditions
The pokemon to apply this ability to
Whether or not the ability is a passive
Whether the call is simulated
Extra args passed to the function. Handled by child classes.
true
if the ability can be applied, false
otherwise
Base class for defining
Ability
attributes before summon (should usePostSummonAbAttr
for most ability)See
()