mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-17 10:46:53 -05:00
19 lines
321 B
TypeScript
19 lines
321 B
TypeScript
export const Moves: {[k: string]: ModdedMoveData} = {
|
|
dragonascent: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
hyperspacefury: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
originpulse: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
precipiceblades: {
|
|
inherit: true,
|
|
isNonstandard: "Future",
|
|
},
|
|
};
|