UNPKG

@zerospacegg/iolin

Version:

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

12 lines 426 B
import { Boon } from "../../../engine/modifier.js"; export class MidPower extends 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"; } } MidPower.src = "src/zerospace/misc/boon/mid-power.ts"; export default MidPower; //# sourceMappingURL=mid-power.js.map