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

@ -16,7 +16,7 @@ const card: Card = {
fr: "Badge Ruban",
es: "Medalla Cinta",
it: "Medaglia Fiocco",
pt: "Ribbon Badge",
pt: "Insígnia de Fita",
de: "Schleifenorden"
},
@ -24,16 +24,17 @@ const card: Card = {
category: "Trainer",
effect: {
en: "If the Pokémon V this card is attached to has Sylveon in its name and is Knocked Out by damage from an attack from your opponents Pokémon, that player takes 1 fewer Prize card.",
fr: "Si le Pokémon-V auquel cette carte est attachée a « Nymphali » dans son nom et est mis K.O. par les dégâts dune attaque dun Pokémon de votre adversaire, ce dernier récupère une carte Récompense de moins.",
es: "Si el Pokémon V al que está unida esta carta tiene Sylveon en su nombre y queda Fuera de Combate por el daño de un ataque de los Pokémon de tu rival, ese jugador coge 1 carta de Premio menos.",
it: "Se il Pokémon-V a cui è assegnata questa carta ha Sylveon nel nome e viene messo KO dai danni di un attacco di un Pokémon del tuo avversario, quel giocatore prende una carta Premio in meno.",
pt: "If the Pokémon V this card is attached to has “Sylveon” in its name and is Knocked Out by damage from an attack from your opponents Pokémon, that player takes 1 fewer Prize card.",
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, Feelinara zum Namen gehört und es durch eine Attacke von Pokémon deines Gegners kampfunfähig wird, nimmt jener Spieler 1 Preiskarte weniger."
en: "If the Pokémon V this card is attached to has \"Sylveon\" in its name and is Knocked Out by damage from an attack from your opponent's Pokémon, that player takes 1 fewer Prize card.",
fr: "Si le Pokémon-V auquel cette carte est attachée a \" Nymphali \" dans son nom et est mis K.O. par les dégâts d'une attaque d'un Pokémon de votre adversaire, ce dernier récupère une carte Récompense de moins.",
es: "Si el Pokémon V al que está unida esta carta tiene \"Sylveon\" en su nombre y queda Fuera de Combate por el daño de un ataque de los Pokémon de tu rival, ese jugador coge 1 carta de Premio menos.",
it: "Se il Pokémon-V a cui è assegnata questa carta ha \"Sylveon\" nel nome e viene messo KO dai danni di un attacco di un Pokémon del tuo avversario, quel giocatore prende una carta Premio in meno.",
pt: "Se o Pokémon V ao qual esta carta está ligada tiver \"Sylveon\" em seu nome e for Nocauteado pelo dano de um ataque dos Pokémon do seu oponente, aquele jogador pegará 1 carta de Prêmio a menos.",
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, \"Feelinara\" zum Namen gehört und es durch eine Attacke von Pokémon deines Gegners kampfunfähig wird, nimmt jener Spieler 1 Preiskarte weniger."
},
trainerType: "Tool",
illustrator: "Studio Bora Inc."
illustrator: "Studio Bora Inc.",
regulationMark: "E"
}
export default card