import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Sylveon)' const card: Card = { set: Set, name: { en: "Furfrou", fr: "Couafarel", es: "Furfrou", it: "Furfrou", pt: "Furfrou", de: "Coiffwaff" }, rarity: "Common", category: "Pokemon", hp: 90, types: ["Colorless"], stage: "Basic", retreat: 1, weaknesses: [{ type: "Fighting", value: "×2" }] } export default card