(fit, module, context, projectionRange, **kwargs)
| 9689 | |
| 9690 | @staticmethod |
| 9691 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9692 | module.boostItemAttr('speedFactor', module.getModifiedItemAttr('overloadSpeedFactorBonus'), |
| 9693 | stackingPenalties=True, **kwargs) |
| 9694 | |
| 9695 | |
| 9696 | class Effect3182(BaseEffect): |
nothing calls this directly
no test coverage detected