@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
16 lines • 625 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExtraProtection = void 0;
const modifier_js_1 = require("../../../engine/modifier.cjs");
class ExtraProtection extends modifier_js_1.Boon {
constructor() {
super();
this.name = "Extra Protection";
this.description = "+8 armor for units and structures";
this.uuid = "2a3d3c98-6ea8-44d3-b747-31c1ced269ad";
}
}
exports.ExtraProtection = ExtraProtection;
ExtraProtection.src = "src/zerospace/misc/boon/extra-protection.ts";
exports.default = ExtraProtection;
//# sourceMappingURL=extra-protection.js.map