mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +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: "Crabrawler",
|
||||
fr: "Crabagarre",
|
||||
es: "Crabrawler",
|
||||
it: "Crabrawler",
|
||||
pt: "Crabrawler",
|
||||
de: "Krabbox"
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Common",
|
||||
@@ -31,6 +35,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Corkscrew Punch",
|
||||
fr: "Poing Tire-Bouchon",
|
||||
es: "Puño Tirabuzón",
|
||||
it: "Pugno Rotante",
|
||||
pt: "Soco Saca-rolha",
|
||||
de: "Korkenzieherhieb"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@@ -45,12 +53,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Knuckle Blast",
|
||||
fr: "Explosion de Poings",
|
||||
es: "Explosión Nudillo",
|
||||
it: "Pugno Bomba",
|
||||
pt: "Punho Explosivo",
|
||||
de: "Knöchelbomber"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have more Prize cards remaining than your opponent, this attack does 60 more damage.",
|
||||
fr: "S’il vous reste plus de cartes Récompense qu’à votre adversaire, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si te quedan más cartas de Premio que a tu rival, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se il numero di carte Premio che ti restano è superiore a quello del tuo avversario, questo attacco infligge 60 danni in più.",
|
||||
pt: "Se você tiver mais cartas de Prêmio restantes do que seu oponente, este ataque causará 60 pontos de dano a mais.",
|
||||
de: "Wenn du mehr verbleibende Preiskarten hast als dein Gegner, fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user