(fit, ship, context, projectionRange, **kwargs)
| 2803 | |
| 2804 | @staticmethod |
| 2805 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2806 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Medium Hybrid Turret'), |
| 2807 | 'trackingSpeed', ship.getModifiedItemAttr('shipBonusGC2'), |
| 2808 | skill='Gallente Cruiser', **kwargs) |
| 2809 | |
| 2810 | |
| 2811 | class Effect958(BaseEffect): |
nothing calls this directly
no test coverage detected