import { Card } from '../../../interfaces' import Set from '../Dragon Frontiers' const card: Card = { name: { en: "Old Rod", }, illustrator: "Shizurow", rarity: "Uncommon", category: "Trainer", set: Set, trainerType: "Item", } export default card