(fit, module, context, projectionRange, **kwargs)
| 9673 | |
| 9674 | @staticmethod |
| 9675 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9676 | module.boostItemAttr('maxRange', module.getModifiedItemAttr('overloadRangeBonus'), |
| 9677 | stackingPenalties=True, **kwargs) |
| 9678 | |
| 9679 | |
| 9680 | class Effect3175(BaseEffect): |
nothing calls this directly
no test coverage detected