(fit, ship, context, projectionRange, **kwargs)
| 42026 | |
| 42027 | @staticmethod |
| 42028 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42029 | fit.drones.filteredItemBoost( |
| 42030 | lambda drone: drone.item.requiresSkill('Drones'), 'maxVelocity', |
| 42031 | ship.getModifiedItemAttr('shipBonusRole6'), **kwargs) |
| 42032 | |
| 42033 | |
| 42034 | class Effect12567(BaseEffect): |
nothing calls this directly
no test coverage detected