1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +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

@ -31,7 +31,12 @@ const card: Card = {
cost: ["Grass"],
name: {
en: "Tackle"
en: "Tackle",
fr: "Charge",
de: "Tackle",
es: "Placaje",
pt: "Investida",
it: "Azione"
},
damage: 10
@ -39,7 +44,12 @@ const card: Card = {
cost: ["Grass", "Colorless"],
name: {
en: "Seed Bomb"
en: "Seed Bomb",
fr: "Canon Graine",
de: "Samenbomben",
es: "Bomba Germen",
pt: "Bomba de Sementes",
it: "Semebomba"
},
damage: 20