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

@ -21,7 +21,11 @@ const card: Card = {
evolveFrom: {
en: "Cinderace V",
fr: "Pyrobut-V"
fr: "Pyrobut-V",
es: "Cinderace V",
it: "Cinderace-V",
pt: "Cinderace V",
de: "Liberlo-V"
},
attacks: [{
@ -35,10 +39,10 @@ const card: Card = {
},
effect: {
en: "If this Pokémon was damaged by an attack during your opponents last turn, this attack does that much more damage.",
fr: "Si ce Pokémon a subi les dégâts dune attaque pendant le dernier tour de votre adversaire, cette attaque inflige en plus ce montant-là de dégâts.",
en: "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage.",
fr: "Si ce Pokémon a subi les dégâts d'une attaque pendant le dernier tour de votre adversaire, cette attaque inflige en plus ce montant-là de dégâts.",
es: "Si este Pokémon resultó dañado por un ataque durante el último turno de tu rival, este ataque hace ese número de puntos de daño más.",
it: "Se questo Pokémon è stato danneggiato da un attacco durante lultimo turno del tuo avversario, questo attacco infligge altrettanti danni in più.",
it: "Se questo Pokémon è stato danneggiato da un attacco durante l'ultimo turno del tuo avversario, questo attacco infligge altrettanti danni in più.",
pt: "Se este Pokémon tiver sido danificado por um ataque durante o último turno do seu oponente, este ataque causará a mesma quantidade de dano a mais.",
de: "Wenn diesem Pokémon während des letzten Zuges deines Gegners durch eine Attacke Schaden zugefügt wurde, fügt diese Attacke genauso viel Schaden mehr zu."
},
@ -56,7 +60,7 @@ const card: Card = {
},
effect: {
en: "Your opponents Active Pokémon is now Burned.",
en: "Your opponent's Active Pokémon is now Burned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
@ -83,7 +87,8 @@ const card: Card = {
firstEdition: false
},
stage: "VMAX"
stage: "VMAX",
}
export default card
export default card