(fit, module, context, projectionRange, **kwargs)
| 21774 | |
| 21775 | @staticmethod |
| 21776 | def handler(fit, module, context, projectionRange, **kwargs): |
| 21777 | module.boostItemAttr('signatureRadiusBonus', module.getModifiedItemAttr('overloadPainterStrengthBonus') or 0, **kwargs) |
| 21778 | |
| 21779 | |
| 21780 | class Effect5769(BaseEffect): |
nothing calls this directly
no test coverage detected