import { Card } from "../../../interfaces" import Set from "../Space-Time Smackdown" const card: Card = { set: Set, name: { en: "Volkner" }, illustrator: "GIDORA", rarity: "Two Star", category: "Trainer", effect: { en: "Choose 1 of your Electivire or Luxray. Attach 2 Energy from your discard pile to that Pokémon." }, trainerType: "Supporter" } export default card