(fit, src, context, projectionRange, **kwargs)
| 31325 | |
| 31326 | @staticmethod |
| 31327 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31328 | lvl = src.level if 'skill' in context else 1 |
| 31329 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting Drone Operation'), 'duration', src.getModifiedItemAttr('rofBonus') * lvl, **kwargs) |
| 31330 | |
| 31331 | |
| 31332 | class Effect6764(BaseEffect): |
nothing calls this directly
no test coverage detected