(fit, module, context, projectionRange, **kwargs)
| 5682 | |
| 5683 | @staticmethod |
| 5684 | def handler(fit, module, context, projectionRange, **kwargs): |
| 5685 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining'), |
| 5686 | 'miningAmount', module.getModifiedItemAttr('miningAmountBonus'), **kwargs) |
| 5687 | |
| 5688 | |
| 5689 | class Effect1885(BaseEffect): |
nothing calls this directly
no test coverage detected