(fit, ship, context, projectionRange, **kwargs)
| 10215 | |
| 10216 | @staticmethod |
| 10217 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 10218 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 10219 | 'maxRange', ship.getModifiedItemAttr('eliteBonusElectronicAttackShip1'), |
| 10220 | skill='Electronic Attack Ships', **kwargs) |
| 10221 | |
| 10222 | |
| 10223 | class Effect3371(BaseEffect): |
nothing calls this directly
no test coverage detected