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: "Slakoth",
|
||||
fr: "Parecool",
|
||||
es: "Slakoth",
|
||||
it: "Slakoth",
|
||||
pt: "Slakoth",
|
||||
de: "Bummelz"
|
||||
},
|
||||
illustrator: "tetsuya koizumi",
|
||||
rarity: "Common",
|
||||
@ -31,6 +35,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scratch",
|
||||
fr: "Griffe",
|
||||
es: "Arañazo",
|
||||
it: "Graffio",
|
||||
pt: "Arranhão",
|
||||
de: "Kratzer"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -45,10 +53,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Boundless Power",
|
||||
fr: "Puissance Illimitée",
|
||||
es: "Poder Ilimitado",
|
||||
it: "Potere Incontenibile",
|
||||
pt: "Poder Ilimitado",
|
||||
de: "Unbegrenzte Kraft"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can't attack during your next turn.",
|
||||
en: "This Pokémon can’t attack during your next turn.",
|
||||
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
|
||||
es: "Este Pokémon no puede atacar durante tu próximo turno.",
|
||||
it: "Questo Pokémon non può attaccare durante il tuo prossimo turno.",
|
||||
pt: "Este Pokémon não poderá atacar durante a sua próxima vez de jogar.",
|
||||
de: "Dieses Pokémon kann während deines nächsten Zuges nicht angreifen."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user