(fit, ship, context, projectionRange, **kwargs)
| 16823 | |
| 16824 | @staticmethod |
| 16825 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16826 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 16827 | 'capacitorNeed', ship.getModifiedItemAttr('rookieSETCapBonus'), **kwargs) |
| 16828 | |
| 16829 | |
| 16830 | class Effect4991(BaseEffect): |
nothing calls this directly
no test coverage detected