(fit, ship, context, projectionRange, **kwargs)
| 10747 | |
| 10748 | @staticmethod |
| 10749 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10750 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 10751 | 'maxRange', ship.getModifiedItemAttr('eliteBonusInterceptor2'), skill='Interceptors', **kwargs) |
| 10752 | |
| 10753 | |
| 10754 | class Effect3519(BaseEffect): |
nothing calls this directly
no test coverage detected