mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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:
@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Butterfree V",
|
||||
fr: "Papilusion V"
|
||||
fr: "Papilusion V",
|
||||
es: "Butterfree V",
|
||||
it: "Butterfree V",
|
||||
pt: "Butterfree V",
|
||||
de: "Smettbo V"
|
||||
},
|
||||
|
||||
illustrator: "Saki Hayashiro",
|
||||
@ -24,11 +28,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dizzying Poison",
|
||||
fr: "Poison Étourdissant"
|
||||
fr: "Poison Étourdissant",
|
||||
es: "Veneno Mareante",
|
||||
it: "Stordiveleno",
|
||||
pt: "Veneno Vertiginoso",
|
||||
de: "Schwindelerregendes Gift"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné."
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido y Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso e avvelenato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso e Envenenado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt und vergiftet."
|
||||
},
|
||||
|
||||
},
|
||||
@ -40,7 +52,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Blasting Wind",
|
||||
fr: "Vent Impitoyable"
|
||||
fr: "Vent Impitoyable",
|
||||
es: "Vientos Explosivos",
|
||||
it: "Vento Distruttivo",
|
||||
pt: "Vendaval Avassalador",
|
||||
de: "Peitschender Wind"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
Reference in New Issue
Block a user