@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
18 lines • 574 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
*/
// Boon exports temporarily removed after import purge
// Use direct imports from individual boon files instead
export default [];
//# sourceMappingURL=boons.js.map