(fit, module, context, projectionRange, **kwargs)
| 7094 | |
| 7095 | @staticmethod |
| 7096 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7097 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining'), |
| 7098 | 'cpu', module.getModifiedItemAttr('cpuPenaltyPercent'), **kwargs) |
| 7099 | |
| 7100 | |
| 7101 | class Effect2445(BaseEffect): |
nothing calls this directly
no test coverage detected