import { Card } from '../../../interfaces' import Set from '../Unseen Forces' const card: Card = { name: { en: "Energy Removal 2", }, illustrator: "Keiji Kinebuchi", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card