(fit, module, context, projectionRange, **kwargs)
| 12754 | |
| 12755 | @staticmethod |
| 12756 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12757 | fit.modules.filteredItemMultiply(lambda mod: 'overloadECMStrengthBonus' in mod.itemModifiedAttributes, |
| 12758 | 'overloadECMStrengthBonus', module.getModifiedItemAttr('overloadBonusMultiplier'), **kwargs) |
| 12759 | |
| 12760 | |
| 12761 | class Effect4039(BaseEffect): |
nothing calls this directly
no test coverage detected