mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-06 18:29: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:
@ -21,8 +21,6 @@ const card: Card = {
|
||||
"Metal",
|
||||
],
|
||||
|
||||
suffix: "V",
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
@ -35,7 +33,7 @@ const card: Card = {
|
||||
de: "Wackerer Schild"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon VMAX.",
|
||||
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.",
|
||||
@ -56,15 +54,15 @@ const card: Card = {
|
||||
en: "Assault Tackle",
|
||||
fr: "Tacle Assaillant",
|
||||
es: "Placaje Asalto",
|
||||
it: "Azione d’Assalto",
|
||||
it: "Azione d'Assalto",
|
||||
pt: "Investida Ofensiva",
|
||||
de: "Überfalltackle"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Special Energy from your opponent’s Active Pokémon.",
|
||||
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.",
|
||||
it: "Scarta un'Energia speciale dal Pokémon attivo del tuo avversario.",
|
||||
pt: "Descarte 1 Energia Especial do Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 Spezial-Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
@ -97,7 +95,9 @@ const card: Card = {
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
suffix: "V",
|
||||
dexId: [889]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user