(fit, module, context, projectionRange, **kwargs)
| 9536 | |
| 9537 | @staticmethod |
| 9538 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9539 | for type in ('kinetic', 'thermal', 'explosive', 'em'): |
| 9540 | module.boostItemAttr('%sDamageResistanceBonus' % type, |
| 9541 | module.getModifiedItemAttr('overloadHardeningBonus'), **kwargs) |
| 9542 | |
| 9543 | |
| 9544 | class Effect3036(BaseEffect): |
nothing calls this directly
no test coverage detected