(fit, module, context, projectionRange, **kwargs)
| 9520 | |
| 9521 | @staticmethod |
| 9522 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9523 | module.boostItemAttr('kineticDamageResistanceBonus', module.getModifiedItemAttr('overloadHardeningBonus'), **kwargs) |
| 9524 | |
| 9525 | |
| 9526 | class Effect3035(BaseEffect): |
nothing calls this directly
no test coverage detected