@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 694 B
TypeScript
/**
* Juggernaut - Massive thermal warfare mech designed to break through fortified positions
* Heavy assault unit with heat discharge area effect ability
*/
import { ProtectorateArmyUnit } from "../../protectorate-classes.js";
import type { Tier, HotKey } from "../../../../engine/core.js";
export declare class Juggernaut extends ProtectorateArmyUnit {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hotkey: HotKey;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly supply: number;
readonly buildTime: number;
constructor();
}
export default Juggernaut;
//# sourceMappingURL=juggernaut.d.ts.map