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

@ -30,13 +30,23 @@ const card: Card = {
cost: ["Water"],
name: {
en: "Reckless Charge"
en: "Reckless Charge",
fr: "Attaque Imprudente",
de: "Waghalsiger Sturmangriff",
es: "Carga Descuidada",
pt: "Carga Indomável",
it: "Carica Avventata"
},
damage: 20,
effect: {
en: "Flip a coin. If tails, this Pokémon also does 10 damage to itself."
en: "Flip a coin. If tails, this Pokémon also does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, ce Pokémon s'inflige aussi 10 dégâts.",
de: "Wirf 1 Münze. Bei Zahl fügt dieses Pokémon auch sich selbst 10 Schadenspunkte zu.",
es: "Lanza 1 moneda. Si sale cruz, este Pokémon también se hace 10 puntos de daño a sí mismo.",
pt: "Jogue 1 moeda. Se sair coroa, este Pokémon também causará 10 pontos de dano a si mesmo.",
it: "Lancia una moneta. Se esce croce, questo Pokémon infligge anche 10 danni a se stesso."
}
}],