(fit, ship, context, projectionRange, **kwargs)
| 5849 | |
| 5850 | @staticmethod |
| 5851 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5852 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Stasis Web', |
| 5853 | 'maxRange', ship.getModifiedItemAttr('eliteBonusReconShip2'), |
| 5854 | skill='Recon Ships', **kwargs) |
| 5855 | |
| 5856 | |
| 5857 | class Effect1922(BaseEffect): |
nothing calls this directly
no test coverage detected