(fit, module, context, projectionRange, **kwargs)
| 1914 | |
| 1915 | @staticmethod |
| 1916 | def handler(fit, module, context, projectionRange, **kwargs): |
| 1917 | module.multiplyItemAttr('maxRange', module.getModifiedChargeAttr('weaponRangeMultiplier'), **kwargs) |
| 1918 | |
| 1919 | |
| 1920 | class Effect598(BaseEffect): |
nothing calls this directly
no test coverage detected