(fit, ship, context, projectionRange, **kwargs)
| 10181 | |
| 10182 | @staticmethod |
| 10183 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10184 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Warp Scrambler', |
| 10185 | 'maxRange', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip1'), |
| 10186 | skill='Electronic Attack Ships', **kwargs) |
| 10187 | |
| 10188 | |
| 10189 | class Effect3369(BaseEffect): |
nothing calls this directly
no test coverage detected