import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Tool Scrapper", }, illustrator: "Studio Bora Inc.", rarity: "Uncommon", category: "Trainer", set: Set, effect: { en: "Choose up to 2 Pokémon Tools attached to Pokémon (yours or your opponent’s) and discard them.", }, } export default card