1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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 '../Darkness Ablaze'
const card: Card = {
name: {
en: "Butterfree VMAX",
fr: "Papilusion VMAX"
fr: "Papilusion VMAX",
es: "Butterfree VMAX",
it: "Butterfree VMAX",
pt: "Butterfree VMAX",
de: "Smettbo VMAX"
},
illustrator: "aky CG Works",
@ -31,11 +35,19 @@ const card: Card = {
],
name: {
en: "G-Max Toxbreeze",
fr: "Toxibrise G-Max"
fr: "Toxibrise G-Max",
es: "Gigabrisa Tóxica",
it: "Gigabrezza Tossica",
pt: "Brisa Tóxica G-Max",
de: "Giga-Giftbrise"
},
effect: {
en: "Your opponents 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."
},
damage: 150,
@ -49,7 +61,8 @@ const card: Card = {
},
],
regulationMark: "D"
regulationMark: "D",
retreat: 0
}
export default card