mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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: "Croagunk",
|
||||
fr: "Cradopaud",
|
||||
es: "Croagunk",
|
||||
it: "Croagunk",
|
||||
pt: "Croagunk",
|
||||
de: "Glibunkel"
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Common",
|
||||
@ -30,6 +34,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: 10,
|
||||
@ -43,12 +51,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Frog Hop",
|
||||
fr: "Bond de Grenouille",
|
||||
es: "Salto de la Rana",
|
||||
it: "Ranabalzo",
|
||||
pt: "Pulo de Sapo",
|
||||
de: "Froschhopser"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 20 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 20 danni in più.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, este ataque causará 20 pontos de dano a mais.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user