(fit, container, context, projectionRange, **kwargs)
| 7127 | |
| 7128 | @staticmethod |
| 7129 | def handler(fit, container, context, projectionRange, **kwargs): |
| 7130 | level = container.level if 'skill' in context else 1 |
| 7131 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Mining Upgrades'), |
| 7132 | 'cpuPenaltyPercent', |
| 7133 | container.getModifiedItemAttr('miningUpgradeCPUReductionBonus') * level, **kwargs) |
| 7134 | |
| 7135 | |
| 7136 | class Effect2465(BaseEffect): |
nothing calls this directly
no test coverage detected