mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -27,7 +27,12 @@ const card: Card = {
|
||||
cost: ["Fighting", "Fighting", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Aura Sphere"
|
||||
en: "Aura Sphere",
|
||||
fr: "Aurasphère",
|
||||
de: "Aurasphäre",
|
||||
es: "Esfera Aural",
|
||||
pt: "Aura Esférica",
|
||||
it: "Forzasfera"
|
||||
},
|
||||
|
||||
damage: 120
|
||||
|
Reference in New Issue
Block a user