UNPKG

@zerospacegg/iolin

Version:

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

23 lines 754 B
/** * Marran Halo Tank - T3 elite fortress with dual-layer shields and laser ability * Ultimate expression of Marran defensive engineering philosophy */ import { Attack } from "../../../../engine/ability.js"; import type { Tier } from "../../../../engine/core.js"; import { MarranMercUnit } from "../../marran-classes.js"; export declare class MarranHaloTank extends MarranMercUnit { uuid: string; static src: string; readonly name: string; readonly tier: Tier; readonly buildCount: number; readonly hexiteCost: number; readonly fluxCost: number; readonly attacks: { attack: Attack; laser: Attack; }; constructor(); } export default MarranHaloTank; //# sourceMappingURL=marran-halo-tank.d.ts.map