(fit, ship, context, projectionRange, **kwargs)
| 39585 | |
| 39586 | @staticmethod |
| 39587 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39588 | fit.drones.filteredItemBoost( |
| 39589 | lambda drone: drone.item.requiresSkill('Propulsion Jamming'), |
| 39590 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusAT2'), **kwargs) |
| 39591 | |
| 39592 | |
| 39593 | class Effect11519(BaseEffect): |
nothing calls this directly
no test coverage detected