import { Card } from '../../../interfaces' import Set from '../Team Rocket Returns' const card: Card = { name: { en: "Here Comes Team Rocket!", de: "Hier kommt Team Rocket!" }, illustrator: "Ken Sugimori", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Supporter", effect: { de: "Each player plays with his or her Prize cards face up for the rest of the game." } } export default card