mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +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: "During your opponent’s next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 50 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 50 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 50 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 50 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 50 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "During your opponent’s next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
|
||||
pt: "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken 50 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
|
||||
@ -60,7 +60,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 10 damage to itself for each damage counter on it.",
|
||||
fr: "Ce Pokémon s’inflige aussi 10 dégâts pour chaque marqueur de dégâts placé sur lui.",
|
||||
fr: "Ce Pokémon s'inflige aussi 10 dégâts pour chaque marqueur de dégâts placé sur lui.",
|
||||
es: "Este Pokémon también se hace 10 puntos de daño a sí mismo por cada contador de daño que tenga sobre él.",
|
||||
it: "Questo Pokémon infligge anche 10 danni a se stesso per ogni segnalino danno presente su di esso.",
|
||||
pt: "This Pokémon also does 10 damage to itself for each damage counter on it.",
|
||||
@ -76,7 +76,23 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 4
|
||||
retreat: 4,
|
||||
|
||||
evolveFrom: {
|
||||
en: "Boldore",
|
||||
fr: "Géolithe",
|
||||
es: "Boldore",
|
||||
it: "Boldore",
|
||||
pt: "Boldore",
|
||||
de: "Sedimantur"
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Although its energy blasts can blow away a dump truck, they have a limitation— they can only be fired when the sun is out."
|
||||
},
|
||||
|
||||
dexId: [526],
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user