(fit, ship, context, projectionRange, **kwargs)
| 15776 | |
| 15777 | @staticmethod |
| 15778 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15779 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Tractor Beam', |
| 15780 | 'maxRange', ship.getModifiedItemAttr('shipBonusOreIndustrial2'), |
| 15781 | skill='ORE Hauler', **kwargs) |
| 15782 | |
| 15783 | |
| 15784 | class Effect4728(BaseEffect): |
nothing calls this directly
no test coverage detected