1
0
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:
2025-05-24 18:12:17 +02:00
committed by GitHub
parent 3859a2fb71
commit 21e158805b
247 changed files with 3954 additions and 699 deletions

View File

@ -41,7 +41,12 @@ const card: Card = {
cost: ["Fire"],
name: {
en: "Steady Firebreathing"
en: "Steady Firebreathing",
fr: "Crachage de Feu Régulier",
de: "Stetiger Feuerhauch",
es: "Lanzallamas Continuo",
pt: "Hálito de Fogo Constante",
it: "Soffiofuoco Mirato"
},
damage: 30
@ -49,7 +54,12 @@ const card: Card = {
cost: ["Fire", "Fire", "Colorless"],
name: {
en: "Heat Blast"
en: "Heat Blast",
fr: "Explosion de Chaleur",
de: "Hitzestoß",
es: "Explosión de Calor",
pt: "Raio de Calor",
it: "Caldobomba"
},
damage: 100