(fit, beacon, context, projectionRange, **kwargs)
| 23073 | |
| 23074 | @staticmethod |
| 23075 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 23076 | fit.drones.filteredItemMultiply(lambda drone: True, |
| 23077 | 'trackingSpeed', beacon.getModifiedItemAttr('trackingSpeedMultiplier'), |
| 23078 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 23079 | |
| 23080 | |
| 23081 | class Effect5934(BaseEffect): |
nothing calls this directly
no test coverage detected