(fit, module, context, projectionRange, **kwargs)
| 7164 | |
| 7165 | @staticmethod |
| 7166 | def handler(fit, module, context, projectionRange, **kwargs): |
| 7167 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting'), |
| 7168 | 'duration', module.getModifiedItemAttr('iceHarvestCycleBonus'), **kwargs) |
| 7169 | |
| 7170 | |
| 7171 | class Effect2485(BaseEffect): |
nothing calls this directly
no test coverage detected