(fit, ship, context, projectionRange, **kwargs)
| 41450 | |
| 41451 | @staticmethod |
| 41452 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41453 | fit.drones.filteredItemBoost( |
| 41454 | lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'), |
| 41455 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusCommandShips4'), |
| 41456 | skill='Command Ships', **kwargs) |
| 41457 | |
| 41458 | |
| 41459 | class Effect12267(BaseEffect): |
nothing calls this directly
no test coverage detected