mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -30,13 +30,23 @@ const card: Card = {
|
||||
cost: ["Darkness"],
|
||||
|
||||
name: {
|
||||
en: "Play Rough"
|
||||
en: "Play Rough",
|
||||
fr: "Câlinerie",
|
||||
de: "Knuddler",
|
||||
es: "Carantoña",
|
||||
pt: "Jogo Duro",
|
||||
it: "Carineria"
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage."
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 30 puntos de daño más.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, este ataque causará 30 pontos de dano a mais.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 30 danni in più."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user