(fit, skill, context, projectionRange, **kwargs)
| 38236 | |
| 38237 | @staticmethod |
| 38238 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 38239 | fit.modules.filteredItemBoost( |
| 38240 | lambda mod: mod.item.requiresSkill('Ice Harvesting') or mod.item.requiresSkill('Mining'), |
| 38241 | 'duration', skill.getModifiedItemAttr('iceHarvestCycleBonus'), **kwargs) |
| 38242 | |
| 38243 | |
| 38244 | class Effect8479(BaseEffect): |
nothing calls this directly
no test coverage detected