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:
@ -41,7 +41,12 @@ const card: Card = {
|
||||
cost: ["Lightning", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Thunder Claws"
|
||||
en: "Thunder Claws",
|
||||
fr: "Griffes Tonnerre",
|
||||
de: "Donnerkrallen",
|
||||
es: "Garras Trueno",
|
||||
pt: "Garras Trovejantes",
|
||||
it: "Artigli Tonanti"
|
||||
},
|
||||
|
||||
damage: 90
|
||||
|
Reference in New Issue
Block a user