mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -41,7 +41,12 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Hopping Shot"
|
||||
en: "Hopping Shot",
|
||||
fr: "Tir Sauteur",
|
||||
de: "Hüpfkick",
|
||||
es: "Disparo Salto",
|
||||
pt: "Disparada Saltitante",
|
||||
it: "Colpo Salterino"
|
||||
},
|
||||
|
||||
damage: 70
|
||||
|
Reference in New Issue
Block a user