import { Card } from '../../../interfaces' import Set from '../Darkness Ablaze' const card: Card = { name: { en: "Hiding Darkness Energy", }, illustrator: undefined, rarity: "Uncommon", category: "Energy", set: Set, effect: { en: "As long as this card is attached to a Pokémon, it provides Darkness Energy.\n\n \n\nThe Darkness Pokémon this card is attached to has no Retreat Cost.", }, energyType: "Normal", } export default card