1
0
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:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -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émons Slash attacks base damage is 80.",
fr: "Pendant votre prochain tour, les dégâts de base de lattaque 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 dellattacco 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,