1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49:19 +00:00

fix: SWSH8 attacks in other languages (#742)

This commit is contained in:
2025-05-24 18:12:17 +02:00
committed by GitHub
parent 3859a2fb71
commit 21e158805b
247 changed files with 3954 additions and 699 deletions

View File

@ -31,13 +31,23 @@ const card: Card = {
cost: ["Water", "Colorless"],
name: {
en: "Swarm the Wound"
en: "Swarm the Wound",
fr: "Assaut sur la Plaie",
de: "Wundschwarm",
es: "Agrandar la Herida",
pt: "Aglomerar na Ferida",
it: "Accerchiamento Spietato"
},
damage: "30+",
effect: {
en: "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon."
en: "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque marqueur de dégâts sur le Pokémon Actif de votre adversaire.",
de: "Diese Attacke fügt für jede Schadensmarke auf dem Aktiven Pokémon deines Gegners 10 Schadenspunkte mehr zu.",
es: "Este ataque hace 10 puntos de daño más por cada contador de daño en el Pokémon Activo de tu rival.",
pt: "Este ataque causa 10 pontos de dano a mais para cada contador de dano no Pokémon Ativo do seu oponente.",
it: "Questo attacco infligge 10 danni in più per ogni segnalino danno presente sul Pokémon attivo del tuo avversario."
}
}],