1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02:59:18 +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:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -40,11 +40,11 @@ const card: Card = {
},
effect: {
en: "Prevent all effects of attacks from your opponents Pokémon done to all of your Pokémon that have Energy attached.(Existing effects are not removed. Damage is not an effect.)",
fr: "Évitez tous les effets dattaques infligés par les Pokémon de votre adversaire à tous vos Pokémon auxquels de lÉnergie est attachée. (Les effets déjà en action ne sont pas retirés. Les dégâts ne sont pas un effet.)",
en: "Prevent all effects of attacks from your opponent's Pokémon done to all of your Pokémon that have Energy attached.(Existing effects are not removed. Damage is not an effect.)",
fr: "Évitez tous les effets d'attaques infligés par les Pokémon de votre adversaire à tous vos Pokémon auxquels de l'Énergie est attachée. (Les effets déjà en action ne sont pas retirés. Les dégâts ne sont pas un effet.)",
es: "Evita todos los efectos de los ataques de los Pokémon de tu rival infligidos a cada uno de tus Pokémon que tenga alguna Energía unida a él. (No se eliminan los efectos ya existentes. El daño no es un efecto).",
it: "Previeni tutti gli effetti degli attacchi dei Pokémon del tuo avversario inflitti ai tuoi Pokémon che hanno Energie assegnate. Gli effetti esistenti non vengono rimossi. I danni non sono un effetto.",
pt: "Prevent all effects of attacks from your opponents Pokémon done to all of your Pokémon that have Energy attached.(Existing effects are not removed. Damage is not an effect.)",
pt: "Prevent all effects of attacks from your opponent's Pokémon done to all of your Pokémon that have Energy attached.(Existing effects are not removed. Damage is not an effect.)",
de: "Verhindere alle Effekte von Attacken der Pokémon deines Gegners, die allen deinen Pokémon zugefügt werden, an die Energie angelegt ist. (Bestehende Effekte werden nicht entfernt. Schaden ist kein Effekt.)"
}
}],
@ -60,11 +60,11 @@ const card: Card = {
},
effect: {
en: "This attack does 60 damage for each Energy attached to all of your opponents Pokémon.",
fr: "Cette attaque inflige 60 dégâts pour chaque Énergie attachée à tous les Pokémon de votre adversaire.",
en: "This attack does 60 damage for each Energy attached to all of your opponent's Pokémon.",
fr: "Cette attaque inflige 60 dégâts pour chaque Énergie attachée à tous les Pokémon de votre adversaire.",
es: "Este ataque hace 60 puntos de daño por cada Energía unida a todos los Pokémon de tu rival.",
it: "Questo attacco infligge 60 danni per ogni Energia assegnata ai Pokémon del tuo avversario.",
pt: "This attack does 60 damage for each Energy attached to all of your opponents Pokémon.",
pt: "This attack does 60 damage for each Energy attached to all of your opponent's Pokémon.",
de: "Diese Attacke fügt für jede an alle Pokémon deines Gegners angelegte Energie 60 Schadenspunkte zu."
},
@ -82,7 +82,20 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
evolveFrom: {
en: "Espeon V",
fr: "Mentali-V",
es: "Espeon V",
it: "Espeon-V",
pt: "Espeon V",
de: "Psiana-V"
},
dexId: [196],
regulationMark: "E",
}
export default card
export default card