(fit, container, context, projectionRange, **kwargs)
| 10832 | |
| 10833 | @staticmethod |
| 10834 | def handler(fit, container, context, projectionRange, **kwargs): |
| 10835 | level = container.level if 'skill' in context else 1 |
| 10836 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Weapon Disruptor', |
| 10837 | 'trackingSpeedBonus', |
| 10838 | container.getModifiedItemAttr('scanSkillEwStrengthBonus') * level, **kwargs) |
| 10839 | |
| 10840 | |
| 10841 | class Effect3568(BaseEffect): |
nothing calls this directly
no test coverage detected