(fit, ship, context, projectionRange, **kwargs)
| 15742 | |
| 15743 | @staticmethod |
| 15744 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15745 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', |
| 15746 | 'duration', ship.getModifiedItemAttr('shipBonusOreIndustrial1'), |
| 15747 | skill='ORE Hauler', **kwargs) |
| 15748 | |
| 15749 | |
| 15750 | class Effect4669(BaseEffect): |
nothing calls this directly
no test coverage detected