UNPKG

@zerospacegg/iolin

Version:

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

28 lines 879 B
"use strict"; /** * 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. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Goldrush = void 0; const modifier_js_1 = require("../../../engine/modifier.cjs"); /** * Goldrush - Accelerated resource mining * Triples the speed of all mining operations */ class Goldrush extends modifier_js_1.Boon { constructor() { super(); this.name = "Goldrush"; this.description = "3x faster mining"; this.uuid = "ab741e51-bcd3-46af-b8bf-0c27d23885cf"; } } exports.Goldrush = Goldrush; Goldrush.src = "src/zerospace/misc/boon/goldrush.ts"; exports.default = Goldrush; //# sourceMappingURL=goldrush.js.map