1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Jigglypuff",
fr: "Rondoudou",
es: "Jigglypuff",
it: "Jigglypuff",
pt: "Jigglypuff",
de: "Pummeluff"
},
illustrator: undefined,
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Healing Melody",
fr: "Mélodie Apaisante",
es: "Melodía Curativa",
it: "Cura Melodiosa",
pt: "Melodia Curativa",
de: "Heilende Melodie"
},
effect: {
en: "Heal 10 damage from each of your Pokémon.",
fr: "Soignez 10 dégâts à chacun de vos Pokémon.",
es: "Cura 10 puntos de daño a cada uno de tus Pokémon.",
it: "Cura ciascuno dei tuoi Pokémon da 10 danni.",
pt: "Cure 10 pontos de dano de cada um dos seus Pokémon.",
de: "Heile 10 Schadenspunkte bei jedem deiner Pokémon."
},
},