(fit, module, context, projectionRange, **kwargs)
| 9486 | |
| 9487 | @staticmethod |
| 9488 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9489 | module.boostItemAttr('thermalDamageResistanceBonus', module.getModifiedItemAttr('overloadHardeningBonus'), **kwargs) |
| 9490 | |
| 9491 | |
| 9492 | class Effect3031(BaseEffect): |
nothing calls this directly
no test coverage detected