Add subtype enums
This commit is contained in:
25
src/enums/subtypes.ts
Normal file
25
src/enums/subtypes.ts
Normal file
@ -0,0 +1,25 @@
|
||||
export enum Subtypes {
|
||||
Break = "BREAK",
|
||||
Baby = "Baby",
|
||||
Basic = "Basic",
|
||||
EX = "EX",
|
||||
GX = "GX",
|
||||
GoldenrodGameCorner = "Goldenrod Game Corner",
|
||||
Item = "Item",
|
||||
Legend = "LEGEND",
|
||||
LevelUp = "Level-Up",
|
||||
Mega = "MEGA",
|
||||
PokemonTool = "Pokemon Tool",
|
||||
PokemonToolF = "Pokemon Tool F",
|
||||
Restored = "Restored",
|
||||
RocketsSecretMachine = "Rocket's Secret Machine",
|
||||
Special = "Special",
|
||||
Stadium = "Stadium",
|
||||
StageOne = "Stage 1",
|
||||
StageTwo = "Stage 2",
|
||||
Supporter = "Supporter",
|
||||
TagTeam = "TAG TEAM",
|
||||
TechnicalMachine = "Technical Machine",
|
||||
V = "V",
|
||||
VMax = "VMAX"
|
||||
}
|
||||
Reference in New Issue
Block a user