UNPKG

@zerospacegg/iolin

Version:

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

19 lines 542 B
/** * Goldrush - Game Boon * 3x faster mining * * This economic powerhouse dramatically accelerates resource collection, * allowing commanders to rapidly build up their economies and deploy * larger armies faster than ever before. */ import { Boon } from "../../../engine/modifier.js"; /** * Goldrush - Accelerated resource mining * Triples the speed of all mining operations */ export declare class Goldrush extends Boon { static src: string; constructor(); } export default Goldrush; //# sourceMappingURL=goldrush.d.ts.map