@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 399 B
TypeScript
/**
* Weaver - Grell bio-manipulation support unit
* T3.5 support specialist with poison grenade abilities and anti-air focus
*/
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class Weaver extends GrellArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number;
constructor();
}
export default Weaver;
//# sourceMappingURL=weaver.d.ts.map