(fit, module, context, projectionRange, **kwargs)
| 1933 | |
| 1934 | @staticmethod |
| 1935 | def handler(fit, module, context, projectionRange, **kwargs): |
| 1936 | module.multiplyItemAttr('speed', module.getModifiedChargeAttr('speedMultiplier') or 1, **kwargs) |
| 1937 | |
| 1938 | |
| 1939 | class Effect599(BaseEffect): |
nothing calls this directly
no test coverage detected