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