(fit, module, context, projectionRange, **kwargs)
| 11802 | |
| 11803 | @staticmethod |
| 11804 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11805 | fit.ship.increaseItemAttr('powerOutput', module.getModifiedItemAttr('powerOutput'), **kwargs) |
| 11806 | |
| 11807 | |
| 11808 | class Effect3783(BaseEffect): |
nothing calls this directly
no test coverage detected