(fit, ship, context, projectionRange, **kwargs)
| 15759 | |
| 15760 | @staticmethod |
| 15761 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15762 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', |
| 15763 | 'maxTractorVelocity', ship.getModifiedItemAttr('shipBonusOreIndustrial2'), |
| 15764 | skill='ORE Hauler', **kwargs) |
| 15765 | |
| 15766 | |
| 15767 | class Effect4670(BaseEffect): |
nothing calls this directly
no test coverage detected