(fit, module, context, projectionRange, **kwargs)
| 9765 | |
| 9766 | @staticmethod |
| 9767 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9768 | module.boostItemAttr('duration', module.getModifiedItemAttr('overloadSelfDurationBonus')) |
| 9769 | module.boostItemAttr('shieldBonus', module.getModifiedItemAttr('overloadShieldBonus'), stackingPenalties=True, **kwargs) |
| 9770 | |
| 9771 | |
| 9772 | class Effect3212(BaseEffect): |
nothing calls this directly
no test coverage detected