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: "Mantine",
|
||||
fr: "Démanta",
|
||||
es: "Mantine",
|
||||
it: "Mantine",
|
||||
pt: "Mantine",
|
||||
de: "Mantax"
|
||||
},
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Uncommon",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mantine Surf",
|
||||
fr: "Surf Démanta",
|
||||
es: "Surfeo Mantine",
|
||||
it: "Surf Mantine",
|
||||
pt: "Surfe Mantine",
|
||||
de: "Mantax-Surfen"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has any Energy attached to it, it has no Retreat Cost.",
|
||||
fr: "Si de l’Énergie est attachée à ce Pokémon, il n’a pas de Coût de Retraite.",
|
||||
es: "Si este Pokémon tiene alguna Energía unida a él, no tiene ningún Coste de Retirada.",
|
||||
it: "Se questo Pokémon ha delle Energie assegnate, non ha costo di ritirata.",
|
||||
pt: "Se este Pokémon tiver alguma Energia ligada a ele, não terá custo de Recuo.",
|
||||
de: "Wenn an dieses Pokémon mindestens 1 Energie angelegt ist, hat es keine Rückzugskosten."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,6 +56,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Surf",
|
||||
fr: "Surf",
|
||||
es: "Surf",
|
||||
it: "Surf",
|
||||
pt: "Surfar",
|
||||
de: "Surfer"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
Reference in New Issue
Block a user