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:
@ -31,7 +31,12 @@ const card: Card = {
|
||||
cost: ["Fire"],
|
||||
|
||||
name: {
|
||||
en: "Gnaw"
|
||||
en: "Gnaw",
|
||||
fr: "Ronge",
|
||||
de: "Nagen",
|
||||
es: "Roer",
|
||||
pt: "Roída",
|
||||
it: "Rosicchiamento"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
@ -39,7 +44,12 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Ember"
|
||||
en: "Ember",
|
||||
fr: "Flammèche",
|
||||
de: "Glut",
|
||||
es: "Ascuas",
|
||||
pt: "Brasa",
|
||||
it: "Braciere"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user