import { Card } from "../../../interfaces" import Set from "../Shining Revelry" const card: Card = { set: Set, name: { en: "Team Rocket Grunt" }, illustrator: "kantaro", rarity: "Two Star", category: "Trainer", effect: { en: "Flip a coin until you get tails. For each heads, discard a random Energy from your opponent's Active Pokémon." }, trainerType: "Supporter" } export default card