pokemon-showdown/data/mods/gen6
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
factory-sets.json Move server code to server/ 2019-02-03 16:07:06 -06:00
formats-data.js Improve validation for unobtainable Pokemon 2019-12-25 00:35:39 +04:00
items.js Fix bugs with secondary/ability order 2020-02-08 08:07:39 -08:00
learnsets.js CAP: Properly handle learnset updates (#6214) 2019-12-24 02:49:29 +04:00
moves.js Improve Wide Guard description 2020-02-08 07:44:10 -08:00
pokedex.js Clean up data 2019-11-15 15:40:08 +04:00
random-teams.js Random Battle updates 2020-01-07 22:07:09 +04:00
scripts.js Fix remaining build errors 2019-11-16 06:08:48 +13:00
statuses.js Fix Dynamax stat handling 2019-12-04 09:25:46 +09:00
typechart.js Move server code to server/ 2019-02-03 16:07:06 -06:00