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:
@ -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 n’ont pas de Faiblesse."
|
||||
fr: "Vos Pokémon auxquels de l’Énergie est attachée n’ont 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 opponent’s 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,
|
||||
|
||||
|
Reference in New Issue
Block a user