(fit, module, context, projectionRange, **kwargs)
| 11110 | |
| 11111 | @staticmethod |
| 11112 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11113 | module.boostItemAttr('maxRangeBonus', module.getModifiedChargeAttr('maxRangeBonusBonus'), **kwargs) |
| 11114 | |
| 11115 | |
| 11116 | class Effect3601(BaseEffect): |
nothing calls this directly
no test coverage detected