import { Card } from '../../../interfaces' import Set from '../Rebel Clash' const card: Card = { name: { en: "Twin Energy", }, illustrator: undefined, rarity: "Uncommon", category: "Energy", set: Set, effect: { en: "As long as this card is attached to a Pokémon that isn't a Pokémon V or a Pokémon-GX, it provides ColorlessColorless Energy. \n\nIf this card is attached to a Pokémon V or a Pokémon-GX, it provides Colorless Energy instead.", }, energyType: "Normal", } export default card