@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 654 B
JavaScript
;
/**
* Boons - All game boons (positive modifiers)
*
* This module exports all available boons for ZeroSpace gameplay.
* Boons are positive modifiers that provide advantages and enhance
* various aspects of gameplay, from combat effectiveness to economic
* efficiency.
*
* Boon Categories:
* - Combat: Air Supremacy, Shielding
* - Economic: Goldrush
* - Mobility: Haste
* - Special: Spiderlings
*/
Object.defineProperty(exports, "__esModule", { value: true });
// Boon exports temporarily removed after import purge
// Use direct imports from individual boon files instead
exports.default = [];
//# sourceMappingURL=boons.js.map