mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +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:
@@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Vulpix",
|
||||
fr: "Goupix"
|
||||
fr: "Goupix",
|
||||
es: "Vulpix",
|
||||
it: "Vulpix",
|
||||
pt: "Vulpix",
|
||||
de: "Vulpix"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@@ -35,8 +39,8 @@ const card: Card = {
|
||||
de: "Bürde"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is affected by a Special Condition, this attack does 90 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
en: "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 90 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival se ve afectado por una Condición Especial, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è influenzato da una condizione speciale, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente estiver afetado por uma Condição Especial, este ataque causará 90 pontos de dano a mais.",
|
||||
@@ -60,7 +64,7 @@ const card: Card = {
|
||||
de: "Züngelnde Flammen"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
|
Reference in New Issue
Block a user