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:
@ -40,11 +40,11 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "As long as this Pokémon is in the Active Spot, your opponent’s Active Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Tant que ce Pokémon est sur le Poste Actif, les attaques du Pokémon Actif de votre adversaire infligent 30 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
en: "As long as this Pokémon is in the Active Spot, your opponent's Active Pokémon's attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Tant que ce Pokémon est sur le Poste Actif, les attaques du Pokémon Actif de votre adversaire infligent 30 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Mientras este Pokémon esté en el Puesto Activo, los ataques del Pokémon Activo de tu rival hacen 30 puntos de daño menos (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Fintanto che questo Pokémon è in posizione attiva, gli attacchi del Pokémon attivo del tuo avversario infliggono 30 danni in meno, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "As long as this Pokémon is in the Active Spot, your opponent’s Active Pokémon’s attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
pt: "As long as this Pokémon is in the Active Spot, your opponent's Active Pokémon's attacks do 30 less damage (before applying Weakness and Resistance).",
|
||||
de: "Solange dieses Pokémon in der Aktiven Position ist, fügen die Attacken des Aktiven Pokémon deines Gegners 30 Schadenspunkte weniger zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
}
|
||||
}],
|
||||
@ -61,7 +61,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 100 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 100 dégâts supplémentaires.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 100 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 100 danni in più.",
|
||||
pt: "Flip a coin. If heads, this attack does 100 more damage.",
|
||||
@ -77,7 +77,23 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
retreat: 3,
|
||||
dexId: [508],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Herdier",
|
||||
fr: "Ponchien",
|
||||
es: "Herdier",
|
||||
it: "Herdier",
|
||||
pt: "Herdier",
|
||||
de: "Terribark"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its fur is long and thick. A long time ago in cold regions, every household kept a Stoutland."
|
||||
},
|
||||
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user