mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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 '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Butterfree",
|
||||
fr: "Papilusion"
|
||||
fr: "Papilusion",
|
||||
es: "Butterfree",
|
||||
it: "Butterfree",
|
||||
pt: "Butterfree",
|
||||
de: "Smettbo"
|
||||
},
|
||||
|
||||
illustrator: "Taira Akitsu",
|
||||
@ -24,11 +28,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Panic Poison",
|
||||
fr: "Poison Panique"
|
||||
fr: "Poison Panique",
|
||||
es: "Pánico Venenoso",
|
||||
it: "Velenostress",
|
||||
pt: "Veneno do Pânico",
|
||||
de: "Panikgift"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Burned, Confused, and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé, Confus et Empoisonné."
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé, Confus et Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido, Envenenado y Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato, confuso e avvelenato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso, Envenenado e Queimado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt, verwirrt und vergiftet."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -40,7 +52,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cutting Wind",
|
||||
fr: "Vent Glacial"
|
||||
fr: "Vent Glacial",
|
||||
es: "Viento Helado",
|
||||
it: "Vento Tagliente",
|
||||
pt: "Vento Dilacerante",
|
||||
de: "Schneidender Wind"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
|
Reference in New Issue
Block a user