(fit, container, context, projectionRange, **kwargs)
| 8596 | |
| 8597 | @staticmethod |
| 8598 | def handler(fit, container, context, projectionRange, **kwargs): |
| 8599 | fit.modules.filteredItemBoost( |
| 8600 | lambda module: module.item.requiresSkill('Archaeology'), 'accessDifficultyBonus', |
| 8601 | container.getModifiedItemAttr('accessDifficultyBonusModifier'), **kwargs) |
| 8602 | |
| 8603 | |
| 8604 | class Effect2849(BaseEffect): |
nothing calls this directly
no test coverage detected