import { Card } from '../../../interfaces' import Set from '../XY trainer Kit (Noivern)' const card: Card = { set: Set, name: { en: "Gourgeist", fr: "Banshitrouye", es: "Gourgeist", it: "Gourgeist", pt: "Gourgeist", de: "Pumpdjinn" }, rarity: "Rare", category: "Pokemon", hp: 100, types: ["Psychic"], evolveFrom: { en: "Pumpkaboo", fr: "Pitrouille", es: "Pumpkaboo", it: "Pumpkaboo", pt: "Pumpkaboo", de: "Irrbis" }, stage: "Stage1", retreat: 2, weaknesses: [{ type: "Darkness", value: "×2" }], resistances: [{ type: "Fighting", value: "-20" }] } export default card