(fit, ship, context, projectionRange, **kwargs)
| 17921 | |
| 17922 | @staticmethod |
| 17923 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17924 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 17925 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusRole7'), **kwargs) |
| 17926 | |
| 17927 | |
| 17928 | class Effect5168(BaseEffect): |
nothing calls this directly
no test coverage detected