mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -36,25 +36,45 @@ const card: Card = {
|
||||
cost: ["Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Bolt Storm"
|
||||
en: "Bolt Storm",
|
||||
fr: "Tempête Éclair",
|
||||
de: "Elektrosturm",
|
||||
es: "Tormenta de Relámpagos",
|
||||
pt: "Tempestade Relampejante",
|
||||
it: "Fulmintempesta"
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon."
|
||||
en: "This attack does 30 more damage for each {L} Energy attached to all of your Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie {L} attachée à tous vos Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an alle deine Pokémon angelegte {L}-Energie 30 Schadenspunkte mehr zu.",
|
||||
es: "Este ataque hace 30 puntos de daño más por cada Energía {L} unida a todos tus Pokémon.",
|
||||
pt: "Este ataque causa 30 pontos de dano a mais para cada Energia {L} ligada a todos os seus Pokémon.",
|
||||
it: "Questo attacco infligge 30 danni in più per ogni Energia {L} assegnata ai tuoi Pokémon."
|
||||
}
|
||||
}, {
|
||||
cost: ["Lightning", "Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Max Bolt"
|
||||
en: "Max Bolt",
|
||||
fr: "Foudromax",
|
||||
de: "Dyna-Elektroblitz",
|
||||
es: "Maxirrelámpago",
|
||||
pt: "Corisco Max",
|
||||
it: "Dynafulmine"
|
||||
},
|
||||
|
||||
damage: 230,
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon can't use Max Bolt."
|
||||
en: "During your next turn, this Pokémon can't use Max Bolt.",
|
||||
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Foudromax.",
|
||||
de: "Während deines nächsten Zuges kann dieses Pokémon Dyna-Elektroblitz nicht einsetzen.",
|
||||
es: "Durante tu próximo turno, este Pokémon no puede usar Maxirrelámpago.",
|
||||
pt: "Durante o seu próximo turno, este Pokémon não poderá usar Corisco Max.",
|
||||
it: "Durante il tuo prossimo turno, questo Pokémon non può usare Dynafulmine."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user