(fit, ship, context, projectionRange, **kwargs)
| 18202 | |
| 18203 | @staticmethod |
| 18204 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18205 | fit.drones.filteredItemBoost(lambda mod: True, |
| 18206 | 'maxVelocity', ship.getModifiedItemAttr('rookieDroneMWDspeed'), **kwargs) |
| 18207 | |
| 18208 | |
| 18209 | class Effect5213(BaseEffect): |
nothing calls this directly
no test coverage detected