@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
18 lines • 579 B
TypeScript
/**
* Root Colony - Foundational Grell base building
* The living heart of Grell expansion with unit production, biomass generation, and defensive capabilities
*/
import { GrellBaseBuilding } from "../../../../defaults/grell.js";
import { Attack, Spell } from "../../../../engine/ability.js";
export declare class RootColony extends GrellBaseBuilding {
static src: string;
readonly attacks: {
attack: Attack;
};
readonly spells: {
homeBase: Spell;
};
constructor();
}
export default RootColony;
//# sourceMappingURL=root-colony.d.ts.map