pokemon-showdown/data
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
..
mods Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
abilities.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
aliases.js Add aliases for Heavy-Duty Boots, Obstagoon, and Mr. Rime (#6340) 2020-02-05 10:57:01 -08:00
formats-data.js Random Battle: Improve Inteleon 2020-02-07 03:55:58 +04:00
items.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
learnsets.js Venusaur/Blastoise learn Frenzy Plant/Hydro Cannon in Sw/Sh 2020-01-29 19:52:01 +04:00
moves.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
pokedex.js Toxtricity-Low-Key can Gigantamax (#6343) 2020-02-07 03:54:07 +04:00
random-teams.js Random Battle: Improve Inteleon 2020-02-07 03:55:58 +04:00
rulesets.js Show Crowned formes in Team Preview 2020-02-03 01:05:38 +04:00
scripts.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
statuses.js Correct Dynamax HP formula 2020-02-01 21:31:11 +04:00
typechart.js Typescript data/ and config/formats (#4513) 2018-03-26 09:50:51 -05:00