(fit, ship, context, projectionRange, **kwargs)
| 11681 | |
| 11682 | @staticmethod |
| 11683 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11684 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', 'maxTractorVelocity', |
| 11685 | ship.getModifiedItemAttr('roleBonusTractorBeamVelocity'), **kwargs) |
| 11686 | |
| 11687 | |
| 11688 | class Effect3744(BaseEffect): |
nothing calls this directly
no test coverage detected