(fit, ship, context, projectionRange, **kwargs)
| 20859 | |
| 20860 | @staticmethod |
| 20861 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20862 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Heavy Drone Operation'), |
| 20863 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGC'), skill='Gallente Cruiser', **kwargs) |
| 20864 | |
| 20865 | |
| 20866 | class Effect5557(BaseEffect): |
nothing calls this directly
no test coverage detected