mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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: "Poliwhirl",
|
||||
fr: "Têtarte",
|
||||
es: "Poliwhirl",
|
||||
it: "Poliwhirl",
|
||||
pt: "Poliwhirl",
|
||||
de: "Quaputzi"
|
||||
},
|
||||
illustrator: "Kanako Eo",
|
||||
rarity: "Uncommon",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Poliwag",
|
||||
fr: "Ptitard",
|
||||
es: "Poliwag",
|
||||
it: "Poliwag",
|
||||
pt: "Poliwag",
|
||||
de: "Quapsel"
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
@ -33,6 +41,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rain Splash",
|
||||
fr: "Pluie Éclaboussante",
|
||||
es: "Golpe de Lluvia",
|
||||
it: "Spruzzapioggia",
|
||||
pt: "Chuva Borrifante",
|
||||
de: "Regenplatscher"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -47,10 +59,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Finishing Blow",
|
||||
fr: "Coup de Grâce",
|
||||
es: "Golpe de Gracia",
|
||||
it: "Ultimocolpo",
|
||||
pt: "Golpe Final",
|
||||
de: "Finalhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon already has any damage counters on it, this attack does 50 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
en: "If your opponent's Active Pokémon already has any damage counters on it, this attack does 50 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival ya tiene algún contador de daño sobre él, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario ha dei segnalini danno, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente já possuir contadores de danos, esse ataque causará 50 de danos adicionais.",
|
||||
de: "Wenn auf dem Aktiven Pokémon deines Gegners bereits mindestens 1 Schadensmarke liegt, fügt dieser Angriff 50 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user