export interface Attack { convertedEnergyCost: number; cost: string[]; damage: string; name: string; text: string; }