(fit, beacon, context, projectionRange, **kwargs)
| 35333 | |
| 35334 | @staticmethod |
| 35335 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35336 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 35337 | 'maxVelocity', beacon.getModifiedItemAttr('droneMaxVelocityBonus'), |
| 35338 | stackingPenalties=True, **kwargs) |
| 35339 | |
| 35340 | |
| 35341 | class Effect7203(BaseEffect): |
nothing calls this directly
no test coverage detected