mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Shaymin",
|
||||
fr: "Shaymin",
|
||||
es: "Shaymin",
|
||||
it: "Shaymin",
|
||||
pt: "Shaymin",
|
||||
de: "Shaymin"
|
||||
},
|
||||
illustrator: "Sekio",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Floral Heal",
|
||||
fr: "Soin Fleuris",
|
||||
es: "Curación Floral",
|
||||
it: "Cura Botanica",
|
||||
pt: "Cura Floral",
|
||||
de: "Blumenheilung"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may heal 20 damage from your Active Grass Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez soigner 20 dégâts à votre Pokémon Grass Actif.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes curar 20 puntos de daño a tu Pokémon Grass Activo.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi curare il tuo Pokémon Grass attivo da 20 danni.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode curar 20 pontos de dano do seu Pokémon Grass Ativo.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du 20 Schadenspunkte bei deinem Aktiven Grass-Pokémon heilen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,6 +55,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision",
|
||||
es: "Apisonar",
|
||||
it: "Carica",
|
||||
pt: "Aríete",
|
||||
de: "Ramme"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user