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: "Fearow",
|
||||
fr: "Rapasdepic",
|
||||
es: "Fearow",
|
||||
it: "Fearow",
|
||||
pt: "Fearow",
|
||||
de: "Ibitak"
|
||||
},
|
||||
illustrator: "Satoshi Shirai",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Spearow",
|
||||
fr: "Piafabec",
|
||||
es: "Spearow",
|
||||
it: "Spearow",
|
||||
pt: "Spearow",
|
||||
de: "Habitak"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,6 +41,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Peck",
|
||||
fr: "Picpic",
|
||||
es: "Picotazo",
|
||||
it: "Beccata",
|
||||
pt: "Bicada",
|
||||
de: "Schnabel"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Drill Run",
|
||||
fr: "Tunnelier",
|
||||
es: "Taladradora",
|
||||
it: "Giravvita",
|
||||
pt: "Furação",
|
||||
de: "Schlagbohrer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
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: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user