(fit, module, context, projectionRange, **kwargs)
| 9339 | |
| 9340 | @staticmethod |
| 9341 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9342 | module.boostItemAttr('speed', module.getModifiedItemAttr('overloadRofBonus'), |
| 9343 | stackingPenalties=True, penaltyGroup='postPerc', **kwargs) |
| 9344 | |
| 9345 | |
| 9346 | class Effect3002(BaseEffect): |
nothing calls this directly
no test coverage detected