import { Card } from "../../../interfaces" import Set from "../Extradimensional Crisis" const card: Card = { set: Set, name: { en: "Repel" }, illustrator: "Yoshinobu Saito", rarity: "Two Diamond", category: "Trainer", effect: { en: "Switch out your opponent's Active Basic Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)" }, trainerType: "Item" } export default card