(fit, container, context, projectionRange, **kwargs)
| 3769 | |
| 3770 | @staticmethod |
| 3771 | def handler(fit, container, context, projectionRange, **kwargs): |
| 3772 | level = container.level if 'skill' in context else 1 |
| 3773 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting'), |
| 3774 | 'duration', container.getModifiedItemAttr('iceHarvestCycleBonus') * level, **kwargs) |
| 3775 | |
| 3776 | |
| 3777 | class Effect1200(BaseEffect): |
nothing calls this directly
no test coverage detected