UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

19 lines 586 B
/** * Depletion - Game Mutator * -50% mining rate * * This economic challenge mutator reduces resource gathering efficiency, * forcing commanders to be more strategic with their resource management * and extending the early game economic phase significantly. */ import { Mutator } from "../../../engine/modifier.js"; /** * Depletion - Reduced resource mining efficiency * Halves the speed of all mining operations */ export declare class Depletion extends Mutator { static src: string; constructor(); } export default Depletion; //# sourceMappingURL=depletion.d.ts.map