mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Heavy Impact"
|
||||
en: "Heavy Impact",
|
||||
fr: "Gros Impact",
|
||||
de: "Schwerer Einschlag",
|
||||
es: "Impacto Pesado",
|
||||
pt: "Impacto Pesado",
|
||||
it: "Impatto Pesante"
|
||||
},
|
||||
|
||||
damage: 80
|
||||
|
Reference in New Issue
Block a user