UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

24 lines 813 B
/** * Behemoth - Massive Grell bio-fortress with flight transformation and sacrifice abilities * Living fortress that can grow wings and sacrifice itself for strategic advantage */ import { Upgrade } from "../../../../engine/ability.js"; import type { HotKey, Tier } from "../../../../engine/core.js"; import { GrellArmyUnit } from "../../grell-classes.js"; export declare class Behemoth extends GrellArmyUnit { uuid: string; static src: string; readonly upgrades: { weaponRange: Upgrade; }; readonly name: string; readonly tier: Tier; readonly hotkey: HotKey; readonly hexiteCost: number; readonly fluxCost: number; readonly buildTime: number; readonly buildCount: number; constructor(); } export default Behemoth; //# sourceMappingURL=behemoth.d.ts.map