(fit, module, context, projectionRange, **kwargs)
| 1953 | |
| 1954 | @staticmethod |
| 1955 | def handler(fit, module, context, projectionRange, **kwargs): |
| 1956 | module.multiplyItemAttr('falloff', module.getModifiedChargeAttr('fallofMultiplier') or 1, **kwargs) |
| 1957 | |
| 1958 | |
| 1959 | class Effect600(BaseEffect): |
nothing calls this directly
no test coverage detected