(fit, container, context, projectionRange, **kwargs)
| 8322 | |
| 8323 | @staticmethod |
| 8324 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8325 | fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill('Salvaging'), |
| 8326 | 'accessDifficultyBonus', container.getModifiedItemAttr('accessDifficultyBonus'), |
| 8327 | position='post', **kwargs) |
| 8328 | |
| 8329 | |
| 8330 | class Effect2795(BaseEffect): |
nothing calls this directly
no test coverage detected