mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29: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:
@ -38,11 +38,11 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is an Evolution Pokémon, this attack does 50 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Évolutif, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
en: "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 50 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Évolutif, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Evolución, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon Evoluzione, questo attacco infligge 50 danni in più.",
|
||||
pt: "If your opponent’s Active Pokémon is an Evolution Pokémon, this attack does 50 more damage.",
|
||||
pt: "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 50 more damage.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Entwicklungs-Pokémon ist, fügt diese Attacke 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
@ -59,11 +59,11 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack’s damage isn’t affected by Resistance.",
|
||||
en: "This attack's damage isn't affected by Resistance.",
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
|
||||
es: "El daño de este ataque no se ve afectado por Resistencia.",
|
||||
it: "I danni di questo attacco non sono influenzati dalla resistenza.",
|
||||
pt: "This attack’s damage isn’t affected by Resistance.",
|
||||
pt: "This attack's damage isn't affected by Resistance.",
|
||||
de: "Der Schaden dieser Attacke wird durch Resistenz nicht verändert."
|
||||
},
|
||||
|
||||
@ -76,7 +76,14 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "Its punches slice the air. However, it seems to need a short break after fighting for three minutes."
|
||||
},
|
||||
|
||||
dexId: [107],
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user