UNPKG

@zerospacegg/iolin

Version:

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

16 lines 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MidPower = void 0; const modifier_js_1 = require("../../../engine/modifier.cjs"); class MidPower extends modifier_js_1.Boon { constructor() { super(); this.name = "Mid Power"; this.description = "+50% weapon damage dealt by units with medium armor"; this.uuid = "23c015e8-a998-4f4f-992a-1a2b7a4c6d33"; } } exports.MidPower = MidPower; MidPower.src = "src/zerospace/misc/boon/mid-power.ts"; exports.default = MidPower; //# sourceMappingURL=mid-power.js.map