(fit, ship, context, projectionRange, **kwargs)
| 10416 | |
| 10417 | @staticmethod |
| 10418 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10419 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', |
| 10420 | 'maxRange', ship.getModifiedItemAttr('eliteBonusViolatorsRole2'), **kwargs) |
| 10421 | |
| 10422 | |
| 10423 | class Effect3439(BaseEffect): |
nothing calls this directly
no test coverage detected