mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-19 21:48:23 -05:00
Renames: - .status -> .effect - .statusData -> .state - .thing -> .effectHolder `thing` was always a really weird "I don't know what to call this" variable name, but it's been renamed `effectHolder`, which should be much clearer. `status` -> `effect` is I think the last remnant of old PS code which called all effects "statuses". `statusData` -> `state`, on the other hand, is the very first step in an initiative to calling less things "data". |
||
|---|---|---|
| .. | ||
| mods | ||
| abilities.js | ||
| aliases.js | ||
| formats-data.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| random-teams.js | ||
| rulesets.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||