import { Card } from '../../../interfaces' import Set from '../Lost Thunder' const card: Card = { name: { en: "Life Forest ◇", fr: "Forêt Vitale ", }, illustrator: "5ban Graphics", rarity: "Rare", category: "Trainer", set: Set, trainerType: "Stadium", } export default card