(fit, ship, context, projectionRange, **kwargs)
| 17290 | |
| 17291 | @staticmethod |
| 17292 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17293 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Salvaging'), |
| 17294 | 'duration', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 17295 | |
| 17296 | |
| 17297 | class Effect5058(BaseEffect): |
nothing calls this directly
no test coverage detected