(fit, module, context, projectionRange, **kwargs)
| 11817 | |
| 11818 | @staticmethod |
| 11819 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11820 | fit.ship.increaseItemAttr('cpuOutput', module.getModifiedItemAttr('cpuOutput'), **kwargs) |
| 11821 | |
| 11822 | |
| 11823 | class Effect3797(BaseEffect): |
nothing calls this directly
no test coverage detected