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: "Alolan Vulpix",
|
||||
fr: "Goupix d’Alola",
|
||||
es: "Vulpix de Alola",
|
||||
it: "Vulpix di Alola",
|
||||
pt: "Vulpix de Alola",
|
||||
de: "Alola Vulpix"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Secret Alleyway",
|
||||
fr: "Allée Secrète",
|
||||
es: "Callejón Secreto",
|
||||
it: "Passaggio Segreto",
|
||||
pt: "Beco Secreto",
|
||||
de: "Geheime Gasse"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have any Fairy Pokémon in play, this Pokémon has no Retreat Cost.",
|
||||
fr: "Si vous avez au moins un Pokémon Fairy en jeu, ce Pokémon n’a pas de Coût de Retraite.",
|
||||
es: "Si tienes algún Pokémon Fairy en juego, este Pokémon no tiene ningún Coste de Retirada.",
|
||||
it: "Se hai dei Pokémon Fairy in gioco, questo Pokémon non ha costo di ritirata.",
|
||||
pt: "Se você tiver algum Pokémon Fairy em jogo, este Pokémon não terá custo de Recuo.",
|
||||
de: "Wenn du mindestens 1 Fairy-Pokémon im Spiel hast, hat dieses Pokémon keine Rückzugskosten."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,6 +55,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
pt: "Roída",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user