mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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:
@ -4,7 +4,11 @@ import Set from '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Vulpix",
|
||||
fr: "Goupix"
|
||||
fr: "Goupix",
|
||||
es: "Vulpix",
|
||||
it: "Vulpix",
|
||||
pt: "Vulpix",
|
||||
de: "Vulpix"
|
||||
},
|
||||
|
||||
illustrator: "Shibuzoh.",
|
||||
@ -24,7 +28,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge"
|
||||
fr: "Ronge",
|
||||
es: "Roer",
|
||||
it: "Rosicchiamento",
|
||||
pt: "Roída",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -37,11 +45,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Singe",
|
||||
fr: "Roussi"
|
||||
fr: "Roussi",
|
||||
es: "Quemadura",
|
||||
it: "Scottata",
|
||||
pt: "Chamuscada",
|
||||
de: "Versengung"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Queimado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user