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: "Palkia",
|
||||
fr: "Palkia",
|
||||
es: "Palkia",
|
||||
it: "Palkia",
|
||||
pt: "Palkia",
|
||||
de: "Palkia"
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Rare",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spiral Drain",
|
||||
fr: "Spirale Épuisante",
|
||||
es: "Drenaje Espiral",
|
||||
it: "Assorbimento Spirale",
|
||||
pt: "Dreno Espiral",
|
||||
de: "Spiralsauger"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts à ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
pt: "Cure 30 pontos de dano deste Pokémon.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -48,6 +60,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Aqua Blade",
|
||||
fr: "Hydrolame",
|
||||
es: "Hoja Agua",
|
||||
it: "Idrolama",
|
||||
pt: "Lâmina de Água",
|
||||
de: "Aquaklinge"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
Reference in New Issue
Block a user