(fit, module, context, projectionRange, **kwargs)
| 9503 | |
| 9504 | @staticmethod |
| 9505 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9506 | module.boostItemAttr('explosiveDamageResistanceBonus', module.getModifiedItemAttr('overloadHardeningBonus'), **kwargs) |
| 9507 | |
| 9508 | |
| 9509 | class Effect3032(BaseEffect): |
nothing calls this directly
no test coverage detected