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:
@ -28,7 +28,12 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Tail Whap"
|
||||
en: "Tail Whap",
|
||||
fr: "Queue Battoir",
|
||||
de: "Schweifvertrimmer",
|
||||
es: "Coletón",
|
||||
pt: "Surra de Cauda",
|
||||
it: "Codabotta"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
@ -36,7 +41,12 @@ const card: Card = {
|
||||
cost: ["Lightning", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Thunderbolt"
|
||||
en: "Thunderbolt",
|
||||
fr: "Tonnerre",
|
||||
de: "Donnerblitz",
|
||||
es: "Rayo",
|
||||
pt: "Relâmpago",
|
||||
it: "Fulmine"
|
||||
},
|
||||
|
||||
damage: 100
|
||||
|
Reference in New Issue
Block a user