(fit, module, context, projectionRange, **kwargs)
| 9363 | |
| 9364 | @staticmethod |
| 9365 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9366 | module.boostItemAttr('duration', module.getModifiedItemAttr('overloadSelfDurationBonus') or 0, **kwargs) |
| 9367 | |
| 9368 | |
| 9369 | class Effect3024(BaseEffect): |
nothing calls this directly
no test coverage detected