(fit, module, context, projectionRange, **kwargs)
| 12788 | |
| 12789 | @staticmethod |
| 12790 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12791 | fit.modules.filteredItemMultiply(lambda mod: 'overloadRangeBonus' in mod.itemModifiedAttributes, |
| 12792 | 'overloadRangeBonus', module.getModifiedItemAttr('overloadBonusMultiplier'), **kwargs) |
| 12793 | |
| 12794 | |
| 12795 | class Effect4041(BaseEffect): |
nothing calls this directly
no test coverage detected