import { Card } from '../../../interfaces' import Set from '../Mysterious Treasures' const card: Card = { name: { en: "Skull Fossil", }, illustrator: "Ryo Ueda", rarity: "Common", category: "Trainer", set: Set, hp: 50, trainerType: "Item", } export default card