(fit, ship, context, projectionRange, **kwargs)
| 4109 | |
| 4110 | @staticmethod |
| 4111 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4112 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Hybrid Turret'), |
| 4113 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusInterceptor2'), |
| 4114 | skill='Interceptors', **kwargs) |
| 4115 | |
| 4116 | |
| 4117 | class Effect1268(BaseEffect): |
nothing calls this directly
no test coverage detected