mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 13:21:58 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@@ -41,7 +41,12 @@ const card: Card = {
|
||||
cost: ["Metal", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Strength"
|
||||
en: "Strength",
|
||||
fr: "Force",
|
||||
de: "Stärke",
|
||||
es: "Fuerza",
|
||||
pt: "Força",
|
||||
it: "Forza"
|
||||
},
|
||||
|
||||
damage: 90
|
||||
@@ -49,13 +54,23 @@ const card: Card = {
|
||||
cost: ["Metal", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "High Horsepower"
|
||||
en: "High Horsepower",
|
||||
fr: "Cavalerie Lourde",
|
||||
de: "Pferdestärke",
|
||||
es: "Fuerza Equina",
|
||||
pt: "Potência Equina",
|
||||
it: "Forza Equina"
|
||||
},
|
||||
|
||||
damage: 160,
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 30 dégâts.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
|
||||
pt: "Este Pokémon também causa 30 pontos de dano a si mesmo.",
|
||||
it: "Questo Pokémon infligge anche 30 danni a se stesso."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user