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
n/a
the Move
used by the ability source
Additional arguments:
[0]
the number of strikes this move currently has (Utils.NumberHolder
)[1]
the damage multiplier for the current strike (Utils.NumberHolder
)Rest
..._args: any[]
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.