Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
EngineerUnlimitedTurrets
Engineer turret limit scales as max(3, charges). Lightweight BepInEx 5 Mono mod — 9 charges = 9 turrets, works for both stationary and mobile turrets.
CHANGELOG
Changelog
1.1.0 — 2026-09-14
- Change limit from hardcode 99 → scale as
max(3, charges)viaGenericSkill.maxStock(special). 9 charges = 9 turrets, floor 3. - Bonus stock from Lysate Cell (
EquipmentMagazineVoid) + otherSetBonusStockFromBodyautomatically included.
1.0.0 — 2026-09-14
- Initial release: Engineer turret limit 3 → 99 via single hook on
CharacterMaster.GetDeployableSameSlotLimit - Covers both EngiTurret variants (stationary + walker)
- BepInEx 5 Mono, no config, no dependencies beyond BepInExPack + HookGenPatcher