@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
22 lines • 695 B
TypeScript
/**
* Weaver - Grell bio-manipulation support unit
* T3.5 support specialist with poison grenade abilities and anti-air focus
*/
import type { HotKey, Tier } from "../../../../engine/core.js";
import { GrellArmyUnit } from "../../grell-classes.js";
export declare class Weaver extends GrellArmyUnit {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hotkey: HotKey;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
readonly energy: number;
get infuseCost(): number;
constructor();
}
export default Weaver;
//# sourceMappingURL=weaver.d.ts.map