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,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Fighting"],
|
||||
|
||||
name: {
|
||||
en: "Beat"
|
||||
en: "Beat",
|
||||
fr: "Bataille",
|
||||
de: "Verprügler",
|
||||
es: "Toque",
|
||||
pt: "Pulso",
|
||||
it: "Battuta"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
@ -39,7 +44,12 @@ const card: Card = {
|
||||
cost: ["Fighting", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Knuckle Punch"
|
||||
en: "Knuckle Punch",
|
||||
fr: "Coud'Phalange",
|
||||
de: "Knöchelhieb",
|
||||
es: "Puño con Nudillos",
|
||||
pt: "Soco com Punho",
|
||||
it: "Noccapugno"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user