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: "Charizard EX",
|
||||
fr: "Dracaufeu-EX",
|
||||
fr: "Dracaufeu EX",
|
||||
es: "Charizard EX",
|
||||
it: "Charizard EX",
|
||||
pt: "Charizard EX",
|
||||
de: "Glurak EX"
|
||||
},
|
||||
illustrator: "PLANETA",
|
||||
rarity: "Ultra Rare",
|
||||
@ -32,6 +36,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wing Attack",
|
||||
fr: "Cru-Aile",
|
||||
es: "Ataque Ala",
|
||||
it: "Attacco d’Ala",
|
||||
pt: "Ataque de Asa",
|
||||
de: "Flügelschlag"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
@ -47,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Combustion Blast",
|
||||
fr: "Explo-Combustion",
|
||||
es: "Estallido Fuego",
|
||||
it: "Combustibomba",
|
||||
pt: "Explosão de Combustão",
|
||||
de: "Brandbombe"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can’t use Combustion Blast during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas utiliser Explo-Combustion pendant votre prochain tour.",
|
||||
es: "Este Pokémon no puede usar Estallido Fuego durante tu próximo turno.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Combustibomba.",
|
||||
pt: "Este Pokémon não poderá usar Explosão de Combustão em sua próxima vez de jogar.",
|
||||
de: "Dieses Pokémon kann Brandbombe während deines nächsten Zuges nicht einsetzen."
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
|
Reference in New Issue
Block a user