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:
@ -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."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user