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 '../Rebel Clash'
const card: Card = {
name: {
en: "Chandelure",
fr: "Lugulabre"
fr: "Lugulabre",
es: "Chandelure",
it: "Chandelure",
pt: "Chandelure",
de: "Skelabra"
},
illustrator: "Taira Akitsu",
@ -22,11 +26,19 @@ const card: Card = {
type: "Ability",
name: {
en: "Protective Glow",
fr: "Lueur Protectrice"
fr: "Lueur Protectrice",
es: "Brillo Protector",
it: "Lume Protettivo",
pt: "Brilho Protetor",
de: "Schützender Schein"
},
effect: {
en: "All of your Pokémon that have Energy attached have no Weakness.",
fr: "Vos Pokémon auxquels de lÉnergie est attachée nont pas de Faiblesse."
fr: "Vos Pokémon auxquels de lÉnergie est attachée nont pas de Faiblesse.",
es: "Ninguno de tus Pokémon que tenga alguna Energía unida a él tiene Debilidad.",
it: "Tutti i tuoi Pokémon che hanno delle Energie assegnate non hanno debolezza.",
pt: "Todos os seus Pokémon que tenham Energia ligada a eles não têm Fraqueza.",
de: "Alle deine Pokémon, an die Energie angelegt ist, haben keine Schwäche."
},
},
],
@ -39,11 +51,19 @@ const card: Card = {
],
name: {
en: "Mirage Flare",
fr: "Mirage Flamboyant"
fr: "Mirage Flamboyant",
es: "Destello Espejismo",
it: "Miraggio Abbagliante",
pt: "Miragem de Chamas",
de: "Illusionsflackern"
},
effect: {
en: "Your opponents Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
it: "Il Pokémon attivo del tuo avversario viene confuso.",
pt: "O Pokémon Ativo do seu oponente agora está Confuso.",
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt."
},
damage: 110,