1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

30 lines
278 B
TypeScript

import { Card } from '../../../interfaces'
import Set from '../Legendary Collection'
const card: Card = {
name: {
en: "Mysterious Fossil",
},
illustrator: "Keiji Kinebuchi",
rarity: "Common",
category: "Trainer",
set: Set,
hp: 10,
}
export default card