1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added informations on more languages for Sword & Shield cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -4,7 +4,11 @@ import Set from '../Champion\'s Path'
const card: Card = {
name: {
en: "Liepard",
fr: "Léopardus"
fr: "Léopardus",
es: "Liepard",
it: "Liepard",
pt: "Liepard",
de: "Kleoparda"
},
illustrator: "Hasuno",
@ -27,11 +31,19 @@ const card: Card = {
type: "Ability",
name: {
en: "Limber",
fr: "Échauffement"
fr: "Échauffement",
es: "Flexibilidad",
it: "Scioltezza",
pt: "Elasticidade",
de: "Flexibilität"
},
effect: {
en: "This Pokémon cant be Paralyzed.",
fr: "Ce Pokémon ne peut pas être Paralysé."
fr: "Ce Pokémon ne peut pas être Paralysé.",
es: "Este Pokémon no puede pasar a estar Paralizado.",
it: "Questo Pokémon non può venire paralizzato.",
pt: "Este Pokémon não pode ser Paralisado.",
de: "Dieses Pokémon kann nicht paralysiert werden."
},
},
],
@ -45,7 +57,11 @@ const card: Card = {
],
name: {
en: "Slashing Claw",
fr: "Griffe Taillante"
fr: "Griffe Taillante",
es: "Garra Cuchillazo",
it: "Artigli Laceranti",
pt: "Garra Cortadora",
de: "Schlitzende Klaue"
},
damage: 90,