mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
* Add PMOTS Adding Restrictions and Roulettemons Random Battles * Update pokedex.ts * Update random-teams.ts * Update config/formats.ts Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com> * Update config/formats.ts Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com> * Update config/formats.ts Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Co-authored-by: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
11 lines
181 B
TypeScript
11 lines
181 B
TypeScript
export const Moves: {[k: string]: ModdedMoveData} = {
|
|
revelationdance: {
|
|
inherit: true,
|
|
isNonstandard: null,
|
|
},
|
|
toxicthread: {
|
|
inherit: true,
|
|
isNonstandard: null,
|
|
},
|
|
};
|