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: "Sunkern",
|
||||
fr: "Tournegrin",
|
||||
es: "Sunkern",
|
||||
it: "Sunkern",
|
||||
pt: "Sunkern",
|
||||
de: "Sonnkern"
|
||||
},
|
||||
illustrator: "0313",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Leech Seed",
|
||||
fr: "Vampigraine",
|
||||
es: "Drenadoras",
|
||||
it: "Parassiseme",
|
||||
pt: "Semente Sanguessuga",
|
||||
de: "Egelsamen"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 10 damage from this Pokémon.",
|
||||
fr: "Soignez 10 dégâts à ce Pokémon.",
|
||||
es: "Cura 10 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 10 danni.",
|
||||
pt: "Cure 10 pontos de dano deste Pokémon.",
|
||||
de: "Heile 10 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user