import { Card } from '../../../interfaces' import Set from '../Chilling Reign' const card: Card = { set: Set, name: { en: "Psychic Energy", fr: "Énergie Psy", es: "Energía Psíquica", it: "Energia Psiche", pt: "Energia Psíquica", de: "Psycho-Energie" }, rarity: "Secret Rare", category: "Energy", energyType: "Normal", variants: { normal: false, reverse: false, holo: true, firstEdition: false } } export default card