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