(fit, module, context, projectionRange, **kwargs)
| 9745 | |
| 9746 | @staticmethod |
| 9747 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9748 | module.boostItemAttr('duration', module.getModifiedItemAttr('overloadSelfDurationBonus')) |
| 9749 | module.boostItemAttr('armorDamageAmount', module.getModifiedItemAttr('overloadArmorDamageAmount'), |
| 9750 | stackingPenalties=True, **kwargs) |
| 9751 | |
| 9752 | |
| 9753 | class Effect3201(BaseEffect): |
nothing calls this directly
no test coverage detected