mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 18:51:43 -05:00
15 lines
248 B
TypeScript
15 lines
248 B
TypeScript
export const Moves: {[k: string]: ModdedMoveData} = {
|
|
mindblown: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
photongeyser: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
plasmafists: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
};
|