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:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sneasel",
|
||||
fr: "Farfuret",
|
||||
es: "Sneasel",
|
||||
it: "Sneasel",
|
||||
pt: "Sneasel",
|
||||
de: "Sniebel"
|
||||
},
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Common",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hone Claws",
|
||||
fr: "Aiguisage",
|
||||
es: "Afilagarras",
|
||||
it: "Unghiaguzze",
|
||||
pt: "Garras Afiadas",
|
||||
de: "Klauenwetzer"
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Slash attack's base damage is 80.",
|
||||
en: "During your next turn, this Pokémon’s Slash attack’s base damage is 80.",
|
||||
fr: "Pendant votre prochain tour, les dégâts de base de l’attaque Tranche de ce Pokémon sont de 80.",
|
||||
es: "Durante tu próximo turno, el daño básico del ataque Cuchillada de este Pokémon es de 80.",
|
||||
it: "Durante il tuo prossimo turno, i danni base dell’attacco Lacerazione di questo Pokémon sono 80.",
|
||||
pt: "Durante a sua próxima vez de jogar, o dano base do ataque Talho deste Pokémon será 80.",
|
||||
de: "Während deines nächsten Zuges beträgt der Grundschaden der Attacke Schlitzer dieses Pokémon 80 Schadenspunkte."
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,6 +57,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Talho",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user