(fit, implant, context, projectionRange, **kwargs)
| 16067 | |
| 16068 | @staticmethod |
| 16069 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 16070 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Salvager', |
| 16071 | 'duration', implant.getModifiedItemAttr('durationBonus'), **kwargs) |
| 16072 | |
| 16073 | |
| 16074 | class Effect4820(BaseEffect): |
nothing calls this directly
no test coverage detected