(fit, ship, context, projectionRange, **kwargs)
| 11737 | |
| 11738 | @staticmethod |
| 11739 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 11740 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('High Speed Maneuvering'), |
| 11741 | 'signatureRadiusBonus', ship.getModifiedItemAttr('eliteBonusInterceptor'), |
| 11742 | skill='Interceptors', **kwargs) |
| 11743 | |
| 11744 | |
| 11745 | class Effect3771(BaseEffect): |
nothing calls this directly
no test coverage detected