(fit, ship, context, projectionRange, **kwargs)
| 10233 | |
| 10234 | @staticmethod |
| 10235 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10236 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 10237 | 'capacitorNeed', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip2'), |
| 10238 | skill='Electronic Attack Ships', **kwargs) |
| 10239 | |
| 10240 | |
| 10241 | class Effect3374(BaseEffect): |
nothing calls this directly
no test coverage detected