mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Crushing Hammer",
|
||||
fr: "Maillet Écrasant",
|
||||
es: "Martillo Demoledor",
|
||||
it: "Martello Dirompente",
|
||||
pt: "Martelo Esmagador",
|
||||
de: "Schmetterhammer"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "None",
|
||||
@ -23,8 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée à l’un des Pokémon de votre adversaire.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to 1 of your opponent’s Pokémon."
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée à l'un des Pokémon de votre adversaire.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon.",
|
||||
es: "Lanza una moneda. Si sale cara, descarta una Energía unida a 1 de los Pokémon de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, scarta un'Energia assegnata a uno dei Pokémon del tuo avversario.",
|
||||
pt: "Jogue uma moeda. Se sair cara, descarte uma Energia ligada a 1 dos Pokémon do seu oponente.",
|
||||
de: "Wirf 1 Münze. Lege bei \"Kopf\" 1 an das gegnerische Pokémon angelegte Energie auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user