Class for abilities that convert single-strike moves to two-strike moves (i.e. Parental Bond).
the damage multiplier for the second strike, relative to the first.
Private
If conditions are met, this doubles the move's hit count (via args[1]) or multiplies the damage of secondary strikes (via args[2])
the Pokemon using the move
n/a
the move used by the ability source
Determines whether this attribute can apply to a given move.
the move to which this attribute may apply
the number of Pokemon targeted by this move
Pokemon
true if the attribute can apply to the move, false otherwise
Rest
Class for abilities that convert single-strike moves to two-strike moves (i.e. Parental Bond).
Param: damageMultiplier
the damage multiplier for the second strike, relative to the first.