@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 509 B
TypeScript
/**
* Cultivator - Grell T0 special building
* Bio-symbiotic structure with biomass generation and defensive turret capabilities
*/
import { Attack } from "../../../../engine/ability.js";
import { GrellSpecialBuilding } from "../../../../defaults/grell.js";
export declare class Cultivator extends GrellSpecialBuilding {
uuid: string;
static src: string;
readonly attacks: {
attack: Attack;
};
constructor();
}
export default Cultivator;
//# sourceMappingURL=cultivator.d.ts.map