(fit, container, context, projectionRange, **kwargs)
| 8617 | |
| 8618 | @staticmethod |
| 8619 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8620 | fit.modules.filteredItemBoost( |
| 8621 | lambda c: c.item.requiresSkill('Hacking'), 'accessDifficultyBonus', |
| 8622 | container.getModifiedItemAttr('accessDifficultyBonusModifier'), **kwargs) |
| 8623 | |
| 8624 | |
| 8625 | class Effect2850(BaseEffect): |
nothing calls this directly
no test coverage detected