pokemon-showdown/data/mods/gen6
Guangcong Luo 801af59b98 Fix remaining build errors
- Centiskorch was misspelled in formats-data, causing a crash in the
  egg validator

- A few validation errors were due to Gen 6 not inheriting from Gen 7,
  Gen 7 not having a scripts file, and Gen 8 having a gen of 7

- Intimidate (Gen 7) wasn't inheriting from Intimidate (Gen 8), giving
  it no name, causing a few validation errors

  (Technically not a build error, but I also added Keen Eye to the list
  of Intimidate immunities, as reported by SadisticMystic.)

- A lot of tests relied on Teleport always failing; these have been
  switched to Gen 7 or swapped Teleport for Celebrate

- Inverse Mod suddenly stopped working; its implementation was a huge
  hack and I can't figure out what went wrong, so I've switched it to
	using the same system the other mod tests use. It's still a huge
	hack, but I don't have the free time to fix it right now.
2019-11-16 06:08:48 +13:00
..
abilities.js Add a full ability description for Contrary + Simple (#5873) 2019-10-11 12:36:48 -04:00
factory-sets.json Move server code to server/ 2019-02-03 16:07:06 -06:00
formats-data.js Clean up data 2019-11-15 15:40:08 +04:00
items.js Refactor battle.dex out of battle (#5851) 2019-10-06 07:38:08 +11:00
moves.js Refactor battle.dex out of battle (#5851) 2019-10-06 07:38:08 +11:00
pokedex.js Clean up data 2019-11-15 15:40:08 +04:00
random-teams.js RandomTeams mods: Shorten path 2019-11-15 19:50:17 +04:00
scripts.js Fix remaining build errors 2019-11-16 06:08:48 +13:00
statuses.js Stricter type definitions for dex data (#5375) 2019-03-30 22:31:04 +08:00
typechart.js Move server code to server/ 2019-02-03 16:07:06 -06:00