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