UNPKG

@zerospacegg/iolin

Version:

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

13 lines 470 B
/** * Hellfire - Long-range artillery platform with devastating splash damage and siege capabilities * Mobile artillery unit with multi-volley missile system */ import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js"; export declare class Hellfire extends ProtectorateArmyUnit { uuid: string; static src: string; get infuseCost(): number | undefined; constructor(); } export default Hellfire; //# sourceMappingURL=hellfire.d.ts.map