(fit, ship, context, projectionRange, **kwargs)
| 15725 | |
| 15726 | @staticmethod |
| 15727 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15728 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Salvaging'), |
| 15729 | 'duration', ship.getModifiedItemAttr('shipBonusOreIndustrial1'), |
| 15730 | skill='ORE Hauler', **kwargs) |
| 15731 | |
| 15732 | |
| 15733 | class Effect4668(BaseEffect): |
nothing calls this directly
no test coverage detected