mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,7 +4,11 @@ import Set from '../Evolutions'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Charizard EX",
|
||||
fr: "M-Dracaufeu-EX",
|
||||
fr: "M-Dracaufeu EX",
|
||||
es: "M-Charizard EX",
|
||||
it: "M Charizard EX",
|
||||
pt: "M-Charizard EX",
|
||||
de: "M-Glurak EX"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
@ -37,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Crimson Dive",
|
||||
fr: "Plongeon Écarlate",
|
||||
es: "Picado Carmesí",
|
||||
it: "Tufforosso",
|
||||
pt: "Mergulho Carmim",
|
||||
de: "Feuerroter Sturzflug"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon does 50 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige 50 dégâts.",
|
||||
es: "Este Pokémon se hace 50 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge 50 danni a se stesso.",
|
||||
pt: "Este Pokémon causa 50 de danos a ele mesmo.",
|
||||
de: "Dieses Pokémon fügt sich selbst 50 Schadenspunkte zu."
|
||||
},
|
||||
damage: 300,
|
||||
|
||||
|
Reference in New Issue
Block a user