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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Scizor V",
|
||||
fr: "Cizayox-V"
|
||||
fr: "Cizayox-V",
|
||||
es: "Scizor V",
|
||||
it: "Scizor-V",
|
||||
pt: "Scizor V",
|
||||
de: "Scherox-V"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -41,8 +45,8 @@ const card: Card = {
|
||||
de: "Harte Scheren"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen 30 puntos de daño menos a este Pokémon (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce 30 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "Durante o próximo turno do seu oponente, este Pokémon receberá 30 pontos de dano a menos de ataques (depois de aplicar Fraqueza e Resistência).",
|
||||
@ -95,7 +99,8 @@ const card: Card = {
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "VMAX"
|
||||
stage: "VMAX",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user