import { Card } from '../../../interfaces' import Set from '../Flashfire' const card: Card = { name: { en: "Startling Megaphone", fr: "Mégaphone Surprise", }, illustrator: "Toyste Beach", rarity: "Uncommon", category: "Trainer", set: Set, effect: { fr: "Défaussez toutes les cartes Outil Pokémon attachées à chacun des Pokémon de votre adversaire.", en: "Discard all Pokémon Tool cards attached to each of your opponent’s Pokémon." }, trainerType: "Item", } export default card