(fit, module, context, projectionRange, **kwargs)
| 9400 | |
| 9401 | @staticmethod |
| 9402 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9403 | module.boostItemAttr('damageMultiplier', module.getModifiedItemAttr('overloadDamageModifier'), **kwargs) |
| 9404 | |
| 9405 | |
| 9406 | class Effect3026(BaseEffect): |
nothing calls this directly
no test coverage detected