mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -6,11 +6,15 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Zamazenta V",
|
||||
fr: "Zamazenta V"
|
||||
fr: "Zamazenta V",
|
||||
es: "Zamazenta V",
|
||||
it: "Zamazenta V",
|
||||
pt: "Zamazenta V",
|
||||
de: "Zamazenta V"
|
||||
},
|
||||
|
||||
illustrator: "aky CG Works",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 230,
|
||||
types: ["Metal"],
|
||||
@ -20,24 +24,40 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Dauntless Shield",
|
||||
fr: "Égide Inflexible"
|
||||
fr: "Égide Inflexible",
|
||||
es: "Escudo Recio",
|
||||
it: "Scudo Saldo",
|
||||
pt: "Dauntless Shield",
|
||||
de: "Wackerer Schild"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon VMAX.",
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-VMAX de votre adversaire."
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent's Pokémon VMAX.",
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-VMAX de votre adversaire.",
|
||||
es: "Evita todo el daño infligido a este Pokémon por ataques de los Pokémon VMAX de tu rival.",
|
||||
it: "Previeni tutti i danni inflitti a questo Pokémon dagli attacchi dei Pokémon-VMAX del tuo avversario.",
|
||||
pt: "Prevent all damage done to this Pokémon by attacks from your opponent's Pokémon VMAX.",
|
||||
de: "Verhindere allen Schaden, der diesem Pokémon durch Attacken von Pokémon-VMAX deines Gegners zugefügt wird."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Assault Tackle",
|
||||
fr: "Tacle Assaillant"
|
||||
fr: "Tacle Assaillant",
|
||||
es: "Placaje Asalto",
|
||||
it: "Azione d'Assalto",
|
||||
pt: "Assault Tackle",
|
||||
de: "Überfalltackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard a Special Energy from your opponent’s Active Pokémon.",
|
||||
fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire."
|
||||
en: "Discard a Special Energy from your opponent's Active Pokémon.",
|
||||
fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía Especial del Pokémon Activo de tu rival.",
|
||||
it: "Scarta un'Energia speciale dal Pokémon attivo del tuo avversario.",
|
||||
pt: "Discard a Special Energy from your opponent's Active Pokémon.",
|
||||
de: "Lege 1 Spezial-Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
@ -54,7 +74,19 @@ const card: Card = {
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
retreat: 2,
|
||||
stage: "Basic",
|
||||
dexId: [889],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
regulationMark: "D",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user