mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Fixed GX being with a dash while it isn't on the card (#58)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Bulbasaur",
|
||||
de: "Bisasam"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Detective Pikachu",
|
||||
de: "Meisterdetektiv Pikachu"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Mr. Mime",
|
||||
de: "Pantimos"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Mewtwo",
|
||||
de: "Mewtu"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Machamp",
|
||||
de: "Machomei"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Jigglypuff",
|
||||
de: "Pummeluff"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Snubbull",
|
||||
de: "Snubbull"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Lickitung",
|
||||
de: "Schlurp"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Ditto",
|
||||
de: "Ditto"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Slaking",
|
||||
de: "Letarking"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Ludicolo",
|
||||
de: "Kappalores"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Morelull",
|
||||
de: "Bubungus"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Charmander",
|
||||
de: "Glumanda"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Charizard",
|
||||
de: "Glurak"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Arcanine",
|
||||
de: "Arkani"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Psyduck",
|
||||
de: "Enton"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Magikarp",
|
||||
de: "Karpador"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
|
@ -10,7 +10,7 @@ const card: Card = {
|
||||
pt: "Greninja",
|
||||
de: "Quajutsu"
|
||||
},
|
||||
illustrator: undefined,
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
|
Reference in New Issue
Block a user