(fit, ship, context, projectionRange, **kwargs)
| 10516 | |
| 10517 | @staticmethod |
| 10518 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10519 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', |
| 10520 | 'maxTractorVelocity', ship.getModifiedItemAttr('eliteBonusViolatorsRole3'), **kwargs) |
| 10521 | |
| 10522 | |
| 10523 | class Effect3478(BaseEffect): |
nothing calls this directly
no test coverage detected