import { Card } from '../../../interfaces' import Set from '../Unbroken Bonds' const card: Card = { name: { en: "Triple Acceleration Energy", }, illustrator: "5ban Graphics", rarity: "Rare", category: "Energy", set: Set, energyType: "Special", } export default card