pokemon-showdown/data/mods/gen3
Guangcong Luo 55cbc52bba Fix bugs with secondary/ability order
Fixes #6346

The `AfterDamage` event has been replaced with `DamagingHit`, which
which happens for damaging moves after secondaries.

The `AfterHit` event has also been moved after `DamagingHit`, to make
sure Knock Off still procs after Rocky Helmet.

`AfterHit` is no longer a valid event on `secondary` and `self` blocks,
because it's meaningless in those blocks, anyway. All `self.onAfterHit`
and `secondary.onAfterHit` handlers have been moved to `onHit`, which
should have the same timing in practice.
2020-02-08 08:07:39 -08:00
..
abilities.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
formats-data.js Gen 3 Random Battle: Improve Movesets (#5787) 2019-09-17 17:49:39 +04:00
items.js Rename Vice Grip to Vise Grip (#6240) 2019-12-31 13:56:41 +09:00
moves.js Simplify handling of Encore volatile (#6292) 2020-01-20 17:00:37 +04:00
random-teams.js Random Battle improvements 2019-11-27 01:57:43 +04:00
rulesets.js Consolidate more rules into Standard 2020-01-03 23:42:48 -05:00
scripts.js Rename resolveTarget -> getRandomTarget 2020-01-18 15:43:34 -07:00
statuses.js Only add the '-status slp' message in statuses (#5486) 2019-05-08 11:52:44 -04:00