Another take on MicrowavePowerTransmitter #18
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Switched MicrowavePowerTransmitter power reservation from FNFusionReactor.powerRequirements to ORSResourceManager.PowerDraws (new read-only property exposing internal power_draw_list_archive).
Disallowed activating more than one MicrowavePowerTransmitter in transmitter mode (more than one relay is still allowed) as that causes trouble with power balancing between them, with two transmitters they will eventually reach equilibrium but any external change in power draw (eg. activating Science Lab) will throw them off balance, switching one transmitter on and off is required to regain balance, with more than two balance was never reached, and since having more than one transmitter shouldn't increase vessel's beamed power output and transmitter's size and orientation has no meaning for its performance, allowing more transmitters doesn't really have any sense.
Tested with:
Signed-off-by: Tomasz Majer tomkuzyno@gmail.com