(fit, ship, context, projectionRange, **kwargs)
| 6389 | |
| 6390 | @staticmethod |
| 6391 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 6392 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 6393 | 'maxRange', ship.getModifiedItemAttr('maxRangeBonus'), **kwargs) |
| 6394 | |
| 6395 | |
| 6396 | class Effect2132(BaseEffect): |
nothing calls this directly
no test coverage detected