(fit, container, context, projectionRange, **kwargs)
| 4514 | |
| 4515 | @staticmethod |
| 4516 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4517 | level = container.level if 'skill' in context else 1 |
| 4518 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Weapon Disruptor', |
| 4519 | 'falloffEffectiveness', container.getModifiedItemAttr('falloffBonus') * level, **kwargs) |
| 4520 | |
| 4521 | |
| 4522 | class Effect1452(BaseEffect): |
nothing calls this directly
no test coverage detected