(fit, ship, context, projectionRange, **kwargs)
| 21617 | |
| 21618 | @staticmethod |
| 21619 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21620 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 21621 | 'maxRange', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 21622 | |
| 21623 | |
| 21624 | class Effect5733(BaseEffect): |
nothing calls this directly
no test coverage detected