(fit, module, context, projectionRange, **kwargs)
| 12703 | |
| 12704 | @staticmethod |
| 12705 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12706 | fit.modules.filteredItemMultiply(lambda mod: 'overloadDamageModifier' in mod.itemModifiedAttributes, |
| 12707 | 'overloadDamageModifier', module.getModifiedItemAttr('overloadBonusMultiplier'), **kwargs) |
| 12708 | |
| 12709 | |
| 12710 | class Effect4036(BaseEffect): |
nothing calls this directly
no test coverage detected