mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 10:49:55 +00:00
75 lines
1.5 KiB
JSON
75 lines
1.5 KiB
JSON
{
|
|
"$schema": "./schema.json",
|
|
"__comment__": "Missing All :(",
|
|
"abilityType": {
|
|
"Ability": "Ability",
|
|
"Ancient Trait": "Ancient Trait",
|
|
"Poke-BODY": "Poke-BODY",
|
|
"Poke-POWER": "Poke-POWER",
|
|
"Pokemon Power": "Pokemon Power"
|
|
|
|
},
|
|
"category": {
|
|
"Energy": "Energy",
|
|
"Pokemon": "Pokemon",
|
|
"Trainer": "Trainer"
|
|
},
|
|
"energyType": {
|
|
"Normal": "Normal",
|
|
"Special": "Special"
|
|
},
|
|
"rarity": {
|
|
"Amazing": "Amazing",
|
|
"Common": "Common",
|
|
"None": "None",
|
|
"Rare": "Rare",
|
|
"Secret Rare": "Secret Rare",
|
|
"Ultra Rare": "Ultra Rare",
|
|
"Uncommon": "Uncommon"
|
|
},
|
|
"stage": {
|
|
"BREAK": "TURBO",
|
|
"Basic": "Basic",
|
|
"LEVEL-UP": "LEVEL-UP",
|
|
"MEGA": "MEGA",
|
|
"RESTORED": "RESTORED",
|
|
"Stage1": "Stage 1",
|
|
"Stage2": "Stage 2",
|
|
"VMAX": "VMAX",
|
|
"V-UNION": "V-UNION",
|
|
"Baby": "Bebê"
|
|
},
|
|
"suffix": {
|
|
"EX": "EX",
|
|
"GX": "GX",
|
|
"Legend": "Legend",
|
|
"Prime": "Prime",
|
|
"SP": "SP",
|
|
"TAG TEAM-GX": "TAG TEAM-GX",
|
|
"V": "V"
|
|
},
|
|
"trainerType": {
|
|
"Ace Spec": "Ace Spec",
|
|
"Goldenrod Game Corner": "Goldenrod Game Corner",
|
|
"Item": "Item",
|
|
"Rocket's Secret Machine": "Rocket's Secret Machine",
|
|
"Stadium": "Stadium",
|
|
"Supporter": "Supporter",
|
|
"Technical Machine": "Technical Machine",
|
|
"Tool": "Tool"
|
|
},
|
|
"types": {
|
|
"Colorless": "Colorless",
|
|
"Darkness": "Darkness",
|
|
"Dragon": "Dragon",
|
|
"Fairy": "Fairy",
|
|
"Fighting": "Fighting",
|
|
"Fire": "Fire",
|
|
"Grass": "Grass",
|
|
"Lightning": "Lightning",
|
|
"Metal": "Metal",
|
|
"Psychic": "Psychic",
|
|
"Water": "Water"
|
|
}
|
|
}
|