(fit, module, context, projectionRange, **kwargs)
| 17306 | |
| 17307 | @staticmethod |
| 17308 | def handler(fit, module, context, projectionRange, **kwargs): |
| 17309 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Mining'), |
| 17310 | 'miningAmount', module.getModifiedItemAttr('miningAmountMultiplier'), **kwargs) |
| 17311 | |
| 17312 | |
| 17313 | class Effect5066(BaseEffect): |
nothing calls this directly
no test coverage detected