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