(fit, module, context, projectionRange, **kwargs)
| 11769 | |
| 11770 | @staticmethod |
| 11771 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11772 | fit.ship.increaseItemAttr('turretSlotsLeft', module.getModifiedItemAttr('turretHardPointModifier'), **kwargs) |
| 11773 | fit.ship.increaseItemAttr('launcherSlotsLeft', module.getModifiedItemAttr('launcherHardPointModifier'), **kwargs) |
| 11774 | |
| 11775 | |
| 11776 | class Effect3774(BaseEffect): |
nothing calls this directly
no test coverage detected