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:
@ -3,15 +3,15 @@ import Set from '../Unified Minds'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dragonite-GX",
|
||||
fr: "Dracolosse-GX",
|
||||
es: "Dragonite-GX",
|
||||
it: "Dragonite-GX",
|
||||
pt: "Dragonite-GX",
|
||||
de: "Dragoran-GX"
|
||||
en: "Dragonite GX",
|
||||
fr: "Dracolosse GX",
|
||||
es: "Dragonite GX",
|
||||
it: "Dragonite GX",
|
||||
pt: "Dragonite GX",
|
||||
de: "Dragoran GX"
|
||||
},
|
||||
|
||||
illustrator: undefined,
|
||||
illustrator: "ConceptLab",
|
||||
rarity: "Secret Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
@ -35,8 +35,8 @@ const card: Card = {
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Lightning",
|
||||
"Water",
|
||||
"Lightning",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
|
Reference in New Issue
Block a user