(fit, ship, context, projectionRange, **kwargs)
| 21552 | |
| 21553 | @staticmethod |
| 21554 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21555 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Energy Turret'), |
| 21556 | 'maxRange', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21557 | |
| 21558 | |
| 21559 | class Effect5723(BaseEffect): |
nothing calls this directly
no test coverage detected