mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Alolan Ninetales",
|
||||
fr: "Feunard d’Alola",
|
||||
es: "Ninetales de Alola",
|
||||
it: "Ninetales di Alola",
|
||||
pt: "Ninetales de Alola",
|
||||
de: "Alola Vulnona"
|
||||
},
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Common",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -34,6 +38,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Smash Kick",
|
||||
fr: "Coud’Pattes",
|
||||
es: "Patada Destrucción",
|
||||
it: "Calcio Esplosivo",
|
||||
pt: "Chute Poderoso",
|
||||
de: "Schmetterkick"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -48,10 +56,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: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user