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: "Chansey",
|
||||
fr: "Leveinard",
|
||||
es: "Chansey",
|
||||
it: "Chansey",
|
||||
pt: "Chansey",
|
||||
de: "Chaneira"
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Common",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bind Wound",
|
||||
fr: "Blessure Pansée",
|
||||
es: "Vendar Herida",
|
||||
it: "Cura Ferite",
|
||||
pt: "Ligar Ferida",
|
||||
de: "Wunden verbinden"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, heal 30 damage from 1 of your Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, soignez 30 dégâts à l’un de vos Pokémon.",
|
||||
es: "Lanza 1 moneda. Si sale cara, cura 30 puntos de daño a 1 de tus Pokémon.",
|
||||
it: "Lancia una moneta. Se esce testa, cura uno dei tuoi Pokémon da 30 danni.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, cure 30 pontos de dano de 1 dos seus Pokémon.",
|
||||
de: "Wirf 1 Münze. Heile bei Kopf 30 Schadenspunkte bei 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -47,7 +59,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hammer In",
|
||||
fr: "Enfoncement",
|
||||
fr: "Enfoncer",
|
||||
es: "Martillear",
|
||||
it: "Martello",
|
||||
pt: "Martelada",
|
||||
de: "Einhämmern"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user