(fit, module, context, projectionRange, **kwargs)
| 33048 | |
| 33049 | @staticmethod |
| 33050 | def handler(fit, module, context, projectionRange, **kwargs): |
| 33051 | module.multiplyItemAttr('power', module.getModifiedItemAttr('mediumRemoteRepFittingMultiplier'), **kwargs) |
| 33052 | module.multiplyItemAttr('cpu', module.getModifiedItemAttr('mediumRemoteRepFittingMultiplier'), **kwargs) |
| 33053 | |
| 33054 | |
| 33055 | class Effect6954(BaseEffect): |
nothing calls this directly
no test coverage detected