1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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

@ -16,7 +16,7 @@ const card: Card = {
fr: "Badge Lune et Soleil",
es: "Medalla de Luna y Sol",
it: "Medaglia Luna e Sole",
pt: "Moon & Sun Badge",
pt: "Insígnia de Lua e Sol",
de: "Mondsonnenorden"
},
@ -24,16 +24,17 @@ const card: Card = {
category: "Trainer",
effect: {
en: "If the Pokémon V this card is attached to has Espeon or Umbreon in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokémon.",
fr: "Si le Pokémon-V auquel cette carte est attachée a « Mentali » ou « Noctali » dans son nom, chaque fois que votre adversaire joue une carte Supporter de sa main, évitez tous les effets de cette carte sur ce Pokémon-là.",
es: "Si el Pokémon V al que está unida esta carta tiene Espeon o Umbreon en su nombre, cada vez que tu rival juegue 1 carta de Partidario de su mano, evita todos los efectos de esa carta infligidos a ese Pokémon.",
it: "Se il Pokémon-V a cui è assegnata questa carta ha Espeon o Umbreon nel nome, ogni volta che il tuo avversario gioca una carta Aiuto dalla sua mano, previeni tutti gli effetti di quella carta su quel Pokémon.",
pt: "If the Pokémon V this card is attached to has “Espeon” or “Umbreon” in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokémon.",
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, Psiana oder Nachtara zum Namen gehört, verhindere jedes Mal, wenn dein Gegner eine Unterstützerkarte aus seiner Hand spielt, alle Effekte jener Karte, die jenem Pokémon zugefügt werden."
en: "If the Pokémon V this card is attached to has \"Espeon\" or \"Umbreon\" in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokémon.",
fr: "Si le Pokémon-V auquel cette carte est attachée a \" Mentali \" ou \" Noctali \" dans son nom, chaque fois que votre adversaire joue une carte Supporter de sa main, évitez tous les effets de cette carte sur ce Pokémon-là.",
es: "Si el Pokémon V al que está unida esta carta tiene \"Espeon\" o \"Umbreon\" en su nombre, cada vez que tu rival juegue 1 carta de Partidario de su mano, evita todos los efectos de esa carta infligidos a ese Pokémon.",
it: "Se il Pokémon-V a cui è assegnata questa carta ha \"Espeon\" o \"Umbreon\" nel nome, ogni volta che il tuo avversario gioca una carta Aiuto dalla sua mano, previeni tutti gli effetti di quella carta su quel Pokémon.",
pt: "Se o Pokémon V ao qual esta carta está ligada tiver \"Espeon\" ou \"Umbreon\" em seu nome, sempre que seu oponente jogar 1 carta de Apoiador da própria mão, previna todos os efeitos daquela carta causados àquele Pokémon.",
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, \"Psiana\" oder \"Nachtara\" zum Namen gehört, verhindere jedes Mal, wenn dein Gegner eine Unterstützerkarte aus seiner Hand spielt, alle Effekte jener Karte, die jenem Pokémon zugefügt werden."
},
trainerType: "Tool",
illustrator: "Studio Bora Inc."
illustrator: "Studio Bora Inc.",
regulationMark: "E"
}
export default card