(fit, ship, context, projectionRange, **kwargs)
| 24673 | |
| 24674 | @staticmethod |
| 24675 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 24676 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 24677 | 'maxVelocity', ship.getModifiedItemAttr('roleBonusCBC'), **kwargs) |
| 24678 | |
| 24679 | |
| 24680 | class Effect6177(BaseEffect): |
nothing calls this directly
no test coverage detected