(fit, module, context, projectionRange, **kwargs)
| 7110 | |
| 7111 | @staticmethod |
| 7112 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7113 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting'), |
| 7114 | 'cpu', module.getModifiedItemAttr('cpuPenaltyPercent'), **kwargs) |
| 7115 | |
| 7116 | |
| 7117 | class Effect2456(BaseEffect): |
nothing calls this directly
no test coverage detected