mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Poliwrath",
|
||||
fr: "Tartard",
|
||||
es: "Poliwrath",
|
||||
it: "Poliwrath",
|
||||
pt: "Poliwrath",
|
||||
de: "Quappo"
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Rare",
|
||||
@ -34,6 +38,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Knuckle Punch",
|
||||
fr: "Coud’Phalange",
|
||||
es: "Puño con Nudillos",
|
||||
it: "Noccapugno",
|
||||
pt: "Soco com Punho",
|
||||
de: "Knöchelhieb"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -48,12 +56,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Swirly Rush",
|
||||
fr: "Ruée en Tourbillon",
|
||||
es: "Embestida Remolino",
|
||||
it: "Arrembaggio Spirale",
|
||||
pt: "Investida Espiral",
|
||||
de: "Wirbelrausch"
|
||||
},
|
||||
effect: {
|
||||
en: "If Poliwag and Poliwhirl are on your Bench, this attack does 90 more damage.",
|
||||
fr: "Si Ptitard et Têtarte sont sur votre Banc, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si Poliwag y Poliwhirl están en tu Banca, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se Poliwag e Poliwhirl sono nella tua panchina, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se Poliwag e Poliwhirl estiverem no seu Banco, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn sich Quapsel und Quaputzi auf deiner Bank befinden, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 90,
|
||||
damage: "90+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user