1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29: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: ["Fire"],
name: {
en: "Surprise Attack"
en: "Surprise Attack",
fr: "Attaque Surprise",
de: "Überraschungsangriff",
es: "Ataque Sorpresa",
pt: "Ataque Surpresa",
it: "Attacco a Sorpresa"
},
damage: 30,
effect: {
en: "Flip a coin. If tails, this attack does nothing."
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien.",
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen.",
es: "Lanza 1 moneda. Si sale cruz, este ataque no hace nada.",
pt: "Jogue 1 moeda. Se sair coroa, este ataque não fará nada.",
it: "Lancia una moneta. Se esce croce, questo attacco non ha effetto."
}
}],