import { Card } from '../../../interfaces' import Set from '../Evolving Skies' const card: Card = { set: Set, variants: { normal: false, reverse: false, holo: true, firstEdition: false }, name: { en: "Froslass" }, rarity: "Secret Rare", category: "Pokemon", hp: 90, types: ["Water"], stage: "Stage1" } export default card