(fit, ship, context, projectionRange, **kwargs)
| 4126 | |
| 4127 | @staticmethod |
| 4128 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 4129 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Small Energy Turret'), |
| 4130 | 'trackingSpeed', ship.getModifiedItemAttr('eliteBonusInterceptor2'), |
| 4131 | skill='Interceptors', **kwargs) |
| 4132 | |
| 4133 | |
| 4134 | class Effect1281(BaseEffect): |
nothing calls this directly
no test coverage detected