(fit, module, context, projectionRange, **kwargs)
| 12686 | |
| 12687 | @staticmethod |
| 12688 | def handler(fit, module, context, projectionRange, **kwargs): |
| 12689 | fit.modules.filteredItemMultiply(lambda mod: 'overloadArmorDamageAmount' in mod.itemModifiedAttributes, |
| 12690 | 'overloadArmorDamageAmount', module.getModifiedItemAttr('overloadBonusMultiplier'), **kwargs) |
| 12691 | |
| 12692 | |
| 12693 | class Effect4035(BaseEffect): |
nothing calls this directly
no test coverage detected