(fit, implant, context, projectionRange, **kwargs)
| 35856 | |
| 35857 | @staticmethod |
| 35858 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 35859 | fit.drones.filteredItemBoost( |
| 35860 | lambda drone: drone.item.requiresSkill('Drones'), |
| 35861 | 'trackingSpeed', implant.getModifiedItemAttr('hydraDroneTrackingBonus'), **kwargs) |
| 35862 | |
| 35863 | |
| 35864 | class Effect8024(BaseEffect): |
nothing calls this directly
no test coverage detected