pokemon-showdown/data
Guangcong Luo c0da44c482 Refactor moveset -> moveSlots
pokemon.moveset is now pokemon.moveSlots, which is at least slightly
clearer about what it's doing (tracking move state, mainly PP).

Mostly, this gives a consistent naming scheme for `move` (a Move
object) vs `moveSlot` (a MoveSlot object).

This also refactors a lot of existing `moveSlot` accesses to be modern,
including using `for...of`.
2017-12-05 11:12:44 -06:00
..
abilities.js Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00
aliases.js Enforce consistent key spacing 2017-12-01 08:16:23 -06:00
bss-factory-sets.json
factory-sets.json
formats-data.js Random Battle updates 2017-12-05 02:37:09 +08:00
items.js Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00
learnsets.js
moves.js Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00
pokedex.js
random-teams.js Random Battle updates 2017-12-05 02:37:09 +08:00
rulesets.js Enforce consistent key spacing 2017-12-01 08:16:23 -06:00
scripts.js Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00
statuses.js Refactor moveset -> moveSlots 2017-12-05 11:12:44 -06:00
typechart.js Enforce consistent key spacing 2017-12-01 08:16:23 -06:00