import { Card } from '../../../interfaces' import Set from '../Legend Maker' const card: Card = { name: { en: "Full Flame", }, illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Stadium", } export default card