mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-20 14:08:15 -05:00
This adds an `eventOnly` flag for Pokemon that can only be obtained via an event. It also adds an `eventOnlyHidden` flag for Pokemon whose hidden ability can only be obtained via an event. This removes the need for the `dreamWorldPokeball` flag, and those events are added. If a Pokemon can only be obtained via event, the team validator checks if any of its events matches its current set. |
||
|---|---|---|
| .. | ||
| abilities.js | ||
| aliases.js | ||
| factory-sets.json | ||
| formats-data.js | ||
| items.js | ||
| learnsets.js | ||
| moves.js | ||
| pokedex.js | ||
| rulesets.js | ||
| scripts.js | ||
| statuses.js | ||
| typechart.js | ||