1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +00:00

feat: Add Surging Sparks (#576)

This commit is contained in:
2024-11-12 01:16:52 +01:00
committed by GitHub
parent 14ed8ee912
commit 45f7db66d7
253 changed files with 14223 additions and 0 deletions

View File

@ -0,0 +1,32 @@
import { Card } from "../../../interfaces"
import Set from "../Surging Sparks"
const card: Card = {
set: Set,
name: {
en: "Megaton Blower",
fr: "Souffleur Titanesque",
es: "Ventilador Megatón",
it: "Ventilatore Megatonico",
pt: "Ventilador Megaton",
de: "Megatonnengebläse"
},
rarity: "ACE SPEC Rare",
category: "Trainer",
effect: {
en: "Discard all Pokémon Tools and Special Energy from all of your opponent's Pokémon, and discard a Stadium in play.",
fr: "Défaussez tous les Outils Pokémon et toutes les Énergies spéciales de tous les Pokémon de votre adversaire, puis défaussez un Stade en jeu.",
es: "Descarta todas las Herramientas Pokémon y Energías Especiales de todos los Pokémon de tu rival, y descarta 1 Estadio en juego.",
it: "Scarta tutte le carte Oggetto Pokémon e le Energie speciali dai Pokémon del tuo avversario e una carta Stadio in gioco.",
pt: "Descarte todas as Ferramentas Pokémon e Energias Especiais de todos os Pokémon do seu oponente, e descarte um Estádio em jogo.",
de: "Lege alle Pokémon-Ausrüstungen und Spezial-Energien von allen Pokémon deines Gegners auf seinen Ablagestapel und lege 1 Stadionkarte im Spiel auf den Ablagestapel."
},
trainerType: "Item",
regulationMark: "H"
}
export default card