mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-21 06:37:09 -05:00
PS's rule table has been renamed from banlistTable, and works a bit differently now. It's a Map instead of an object now, and the keys work a bit differently. The original banlistTable was designed to store bans, and later additions shoved rules and then unbans in there. The new table is designed to support all of these. |
||
|---|---|---|
| .. | ||
| abilities.js | ||
| aliases.js | ||
| bss-factory-sets.json | ||
| factory-sets.json | ||
| formats-data.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| rulesets.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||