(fit, src, context, projectionRange, **kwargs)
| 31341 | |
| 31342 | @staticmethod |
| 31343 | def handler(fit, src, context, projectionRange, **kwargs): |
| 31344 | lvl = src.level |
| 31345 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting Drone Specialization'), 'duration', |
| 31346 | src.getModifiedItemAttr('rofBonus') * lvl, **kwargs) |
| 31347 | fit.drones.filteredItemBoost(lambda mod: mod.item.requiresSkill('Ice Harvesting Drone Specialization'), |
| 31348 | 'maxVelocity', src.getModifiedItemAttr('maxVelocityBonus') * lvl, **kwargs) |
| 31349 | |
| 31350 | |
| 31351 | class Effect6765(BaseEffect): |
nothing calls this directly
no test coverage detected