(fit, ship, context, projectionRange, **kwargs)
| 15864 | |
| 15865 | @staticmethod |
| 15866 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15867 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 15868 | 'maxRange', ship.getModifiedItemAttr('shipBonusATF2'), **kwargs) |
| 15869 | |
| 15870 | |
| 15871 | class Effect4789(BaseEffect): |
nothing calls this directly
no test coverage detected