UNPKG

@zerospacegg/iolin

Version:

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

16 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtraSupply = void 0; const modifier_js_1 = require("../../../engine/modifier.cjs"); class ExtraSupply extends modifier_js_1.Boon { constructor() { super(); this.name = "Extra Supply"; this.description = "+50 Max Supply"; this.uuid = "855f0511-8e36-4665-bc5c-7778e7fdbd2b"; } } exports.ExtraSupply = ExtraSupply; ExtraSupply.src = "src/zerospace/misc/boon/extra-supply.ts"; exports.default = ExtraSupply; //# sourceMappingURL=extra-supply.js.map