import { Card } from '../../../interfaces' import Set from '../Dragon Majesty' const card: Card = { name: { en: "Lance ◇", fr: "Peter ", }, illustrator: "kodama", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Supporter", } export default card