1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-28 10:49:55 +00:00

91 lines
2.1 KiB
JSON

{
"__comment__": "Missing All :(",
"$schema": "./schema.json",
"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 Rare": "Amazing",
"Classic Collection": "Colección Clásica",
"Common": "Comum",
"Double rare": "Rara Dupla",
"Full Art Trainer": "Formador de arte completa",
"Holo Rare": "Rara Holo",
"Holo Rare V": "Rara Holo V",
"Holo Rare VMAX": "Rara Holo VMAX",
"Holo Rare VSTAR": "Rara Holo VSTAR",
"Hyper rare": "Rara Hiper",
"Illustration rare": "Ilustração Rara",
"None": "None",
"Radiant Rare": "Rara Radiante",
"Rare": "Rara",
"Rare Holo": "Rara Holo",
"Rare Holo LV.X": "Rara Holo LV.X",
"Secret Rare": "Secret Rare",
"Shiny rare": "Shiny rare",
"Shiny rare V": "Shiny rare V",
"Shiny rare VMAX": "Shiny rare VMAX",
"Special illustration rare": "Ilustração Rara Especial",
"Ultra Rare": "Rara Ultra",
"Uncommon": "Incomum"
},
"stage": {
"Baby": "Bebê",
"Basic": "Basic",
"BREAK": "TURBO",
"LEVEL-UP": "LEVEL-UP",
"MEGA": "MEGA",
"RESTORED": "RESTORED",
"Stage1": "Stage 1",
"Stage2": "Stage 2",
"V-UNION": "V-UNION",
"VMAX": "VMAX",
"VSTAR": "V-ASTRO"
},
"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"
}
}