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

@ -31,13 +31,23 @@ const card: Card = {
cost: ["Grass"],
name: {
en: "Grass Munch"
en: "Grass Munch",
fr: "Plantivore",
de: "Grasmampfer",
es: "Mascaplantas",
pt: "Papa-grama",
it: "Sgranocchiaerba"
},
damage: 10,
effect: {
en: "Discard a Grass Energy from your opponent's Active Pokémon."
en: "Discard a {G} Energy from your opponent's Active Pokémon.",
fr: "Défaussez une Énergie {G} du Pokémon Actif de votre adversaire.",
de: "Lege 1 {G}-Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel.",
es: "Descarta 1 Energía {G} del Pokémon Activo de tu rival.",
pt: "Descarte 1 Energia {G} do Pokémon Ativo do seu oponente.",
it: "Scarta un'Energia {G} dal Pokémon attivo del tuo avversario."
}
}],