mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -41,13 +41,23 @@ const card: Card = {
|
||||
cost: ["Fighting"],
|
||||
|
||||
name: {
|
||||
en: "Gut Punch"
|
||||
en: "Gut Punch",
|
||||
fr: "Poing Estomaquant",
|
||||
de: "Magenhieb",
|
||||
es: "Puño Tripa",
|
||||
pt: "Soco Tenaz",
|
||||
it: "Spavaldopugno"
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Pokémon V, this attack does 60 more damage."
|
||||
en: "If your opponent's Active Pokémon is a Pokémon V, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-V ist, fügt diese Attacke 60 Schadenspunkte mehr zu.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon V, este ataque hace 60 puntos de daño más.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon V, este ataque causará 60 pontos de dano a mais.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-V, questo attacco infligge 60 danni in più."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user