(fit, module, context, projectionRange, **kwargs)
| 1681 | |
| 1682 | @staticmethod |
| 1683 | def handler(fit, module, context, projectionRange, **kwargs): |
| 1684 | fit.ship.multiplyItemAttr('cpuOutput', module.getModifiedItemAttr('cpuMultiplier'), **kwargs) |
| 1685 | |
| 1686 | |
| 1687 | class Effect542(BaseEffect): |
nothing calls this directly
no test coverage detected