mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Lampent",
|
||||
fr: "Mélancolux"
|
||||
fr: "Mélancolux",
|
||||
es: "Lampent",
|
||||
it: "Lampent",
|
||||
pt: "Lampent",
|
||||
de: "Laternecto"
|
||||
},
|
||||
|
||||
abilities: [
|
||||
@ -34,7 +38,7 @@ const card: Card = {
|
||||
},
|
||||
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.",
|
||||
@ -58,7 +62,7 @@ const card: Card = {
|
||||
de: "Illusionsflackern"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
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.",
|
||||
|
Reference in New Issue
Block a user