(fit, container, context, projectionRange, **kwargs)
| 21844 | |
| 21845 | @staticmethod |
| 21846 | def handler(fit, container, context, projectionRange, **kwargs): |
| 21847 | level = container.level if 'skill' in context else 1 |
| 21848 | for attr in ('maxRangeBonus', 'falloffBonus'): |
| 21849 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Weapon Disruption'), |
| 21850 | attr, container.getModifiedItemAttr('scanSkillEwStrengthBonus') * level, **kwargs) |
| 21851 | |
| 21852 | |
| 21853 | class Effect5802(BaseEffect): |
nothing calls this directly
no test coverage detected