(fit, module, context, projectionRange, **kwargs)
| 403 | |
| 404 | @staticmethod |
| 405 | def handler(fit, module, context, projectionRange, **kwargs): |
| 406 | # We default this to None as there are times when the source attribute doesn't exist (for example, Cap Power Relay). |
| 407 | # It will return 0 as it doesn't exist, which would nullify whatever the target attribute is |
| 408 | fit.ship.multiplyItemAttr('powerOutput', module.getModifiedItemAttr('powerOutputMultiplier', None), **kwargs) |
| 409 | |
| 410 | |
| 411 | class Effect57(BaseEffect): |
nothing calls this directly
no test coverage detected