UNPKG

@zerospacegg/iolin

Version:

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

22 lines 621 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 { uuid: string; static src: string; readonly name: string; readonly description: string; constructor(); } export default Goldrush; //# sourceMappingURL=goldrush.d.ts.map