(fit, container, context, projectionRange, **kwargs)
| 4551 | |
| 4552 | @staticmethod |
| 4553 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4554 | level = container.level if 'skill' in context else 1 |
| 4555 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 4556 | 'falloffEffectiveness', container.getModifiedItemAttr('falloffBonus') * level, **kwargs) |
| 4557 | |
| 4558 | |
| 4559 | class Effect1472(BaseEffect): |
nothing calls this directly
no test coverage detected