mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,13 +31,23 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flying Stomp"
|
||||
en: "Flying Stomp",
|
||||
fr: "Écrasement Aérien",
|
||||
de: "Flying Stomp",
|
||||
es: "Pisotón Volador",
|
||||
pt: "Pisoteada Voadora",
|
||||
it: "Pestone Volante"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
effect: {
|
||||
en: "Discard a Special Energy from your opponent's Active Pokémon."
|
||||
en: "Discard a Special Energy from your opponent's Active Pokémon.",
|
||||
fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.",
|
||||
de: "Lege 1 Spezial-Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel.",
|
||||
es: "Descarta 1 Energía Especial del Pokémon Activo de tu rival.",
|
||||
pt: "Descarte 1 Energia Especial do Pokémon Ativo do seu oponente.",
|
||||
it: "Scarta un'Energia speciale dal Pokémon attivo del tuo avversario."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user