(fit, ship, context, projectionRange, **kwargs)
| 10661 | |
| 10662 | @staticmethod |
| 10663 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10664 | groups = ('Stasis Web', 'Warp Scrambler') |
| 10665 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups, |
| 10666 | 'capacitorNeed', ship.getModifiedItemAttr('eliteBonusInterceptorRole'), **kwargs) |
| 10667 | |
| 10668 | |
| 10669 | class Effect3496(BaseEffect): |
nothing calls this directly
no test coverage detected