mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19: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:
@ -37,10 +37,10 @@ const card: Card = {
|
||||
de: "Klauenwetzer"
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon’s Slash attack does 60 more damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant votre prochain tour, l’attaque Tranche de ce Pokémon inflige 60 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "During your next turn, this Pokémon's Slash attack does 60 more damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant votre prochain tour, l'attaque Tranche de ce Pokémon inflige 60 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante tu próximo turno, el ataque Cuchillada de este Pokémon hace 60 puntos de daño más (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il tuo prossimo turno, l’attacco Lacerazione di questo Pokémon infligge 60 danni in più, prima di aver applicato debolezza e resistenza.",
|
||||
it: "Durante il tuo prossimo turno, l'attacco Lacerazione di questo Pokémon infligge 60 danni in più, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "Durante o seu próximo turno, o ataque Talho deste Pokémon causará 60 pontos de dano a mais (antes de aplicar Fraqueza e Resistência).",
|
||||
de: "Während deines nächsten Zuges fügt die Attacke Schlitzer dieses Pokémon 60 Schadenspunkte mehr zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
@ -90,8 +90,10 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Living with a savage, seafaring people has toughened this Pokémon’s body so much that parts of it have turned to iron."
|
||||
}
|
||||
en: "Living with a savage, seafaring people has toughened this Pokémon's body so much that parts of it have turned to iron."
|
||||
},
|
||||
|
||||
dexId: [52]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user