UNPKG

@zerospacegg/iolin

Version:

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

12 lines 453 B
import { Boon } from "../../../engine/modifier.js"; export class HeavyOrdnance extends Boon { constructor() { super(); this.name = "Heavy Ordnance"; this.description = "Buildings have +200% attack speed and +800 range"; this.uuid = "0e60fb05-d525-42da-a684-1dd55e0159ac"; } } HeavyOrdnance.src = "src/zerospace/misc/boon/heavy-ordnance.ts"; export default HeavyOrdnance; //# sourceMappingURL=heavy-ordnance.js.map