import { Card } from '../../../interfaces' import Set from '../Lost Thunder' const card: Card = { name: { en: "Thunder Mountain ◇", fr: "Mont Tonnerre ", }, illustrator: "5ban Graphics", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Stadium", } export default card