mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59: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:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Scyther",
|
||||
fr: "Insécateur"
|
||||
fr: "Insécateur",
|
||||
es: "Scyther",
|
||||
it: "Scyther",
|
||||
pt: "Scyther",
|
||||
de: "Sichlor"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -36,7 +40,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon evolved from Scyther during this turn, this attack does 90 more damage.",
|
||||
fr: "Si ce Pokémon a évolué d’Insécateur pendant ce tour, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
fr: "Si ce Pokémon a évolué d'Insécateur pendant ce tour, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon ha evolucionado de Scyther durante este turno, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se questo Pokémon si è evoluto da Scyther durante questo turno, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se este Pokémon evoluiu de Scyther durante este turno, este ataque causará 90 pontos de dano a mais.",
|
||||
@ -60,8 +64,8 @@ const card: Card = {
|
||||
de: "Abwehrklaue"
|
||||
},
|
||||
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).",
|
||||
@ -101,7 +105,7 @@ const card: Card = {
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "Once it has identified something as an enemy, it will continue beating them with its steel-hard pincers until there’s nothing left but scraps."
|
||||
en: "Once it has identified something as an enemy, it will continue beating them with its steel-hard pincers until there's nothing left but scraps."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user