mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09: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: "Greninja",
|
||||
fr: "Amphinobi",
|
||||
es: "Greninja",
|
||||
it: "Greninja",
|
||||
pt: "Greninja",
|
||||
de: "Quajutsu"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "None",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Frogadier",
|
||||
fr: "Croâporal",
|
||||
es: "Frogadier",
|
||||
it: "Frogadier",
|
||||
pt: "Frogadier",
|
||||
de: "Amphizel"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -33,10 +41,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mat Block",
|
||||
fr: "Tatamigaeshi",
|
||||
es: "Escudo Tatami",
|
||||
it: "Ribaltappeto",
|
||||
pt: "Esteira Bloqueio",
|
||||
de: "Tatami-Schild"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Lanza 1 moneda. Si sale cara, descarta 1 Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Lancia una moneta. Se esce testa, scarta un'Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Jogue uma moeda. Se sair cara, descarte uma Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
de: "Wirf 1 Münze. Lege bei \"Kopf\" 1 an das Aktive Pokémon deines Gegners angelegte Energie auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
@ -50,6 +66,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Aqua Edge",
|
||||
fr: "Aqua-Dague",
|
||||
es: "Filo Agua",
|
||||
it: "Acquataglio",
|
||||
pt: "Aqua Gume",
|
||||
de: "Aquaschneide"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user