Creates an instance of PostSummonStatStageChangeOnArenaAbAttr. Initializes the stat change to increase Attack by 1 stage if the specified arena tag is present.
The type of arena tag to check for.
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.
Applies the post-summon stat change if the specified arena tag is present on pokemon's side. This is used in Wind Rider ability.
The Pokémon being summoned.
Whether the effect is passive.
Additional arguments.
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
Whether the ability should activate when gained in battle
Applies a stat change after a Pokémon is summoned, conditioned on the presence of a specific arena tag.