- Joined
- Sep 18, 2014
- Messages
- 621
- Reaction score
- 448
So let's give it a shot shall we.
The basic idea is simple, a single reactor connected to a lot of secondary ones would work as a single main reactor. For example there is two reactors connected to each others via something. I though about conduits first but then with a bit more though i would go for something like the power stream, because it is a weak spot and spreading your reactor in different spots would need a tradeoff, so power stream or something like this.
(edit : right click, view image and then reload the page if it doesn't show up at first)
The main reactor being the larger one, others are considered as slaves and as such they give their power output to the main reactor. So the total power output of the reactor would be something like Output of reactor A + output of reactor B + ....
However since this is kinda op to spread your reactor in several locations, even with a weak spot linking them you would need a loss of power for each new reactor added. Since i like recursive loop i was thinking about something like that (also it is much more intuitive this way):
Total power output = Sum of ( Power output of reactor*((100-(5*(Number of reactor-1)))/100))
To have something more pleasing with the eye it would look like :
Total power output = Power output of main reactor + Power output of secondary reactor*0.95 + Power output of tertiary reactor*0.90 + ... + power output of twentieth reactor*0.05
Gives us a hard cap at 20 reactors... But i mean you won't ever use up to 20 reactors. That is terribly inefficient to go this far and the goal of this suggestion isn't to go this far. Having a few secondary reactors should be usable without much loss in efficiency but the further you go the more you are punished.
Pretty simple isn't it ? The reactor HP should have the same treatment since it is harder to aim at several smaller reactors than a big one that you know where it is. In the middle.
Also there is one last point to it. The calculation of the stabilizer distance. Since it is calculated from the convex hull of the main reactor, i can suggest to calculate it from the center of the main reactor with a bit of tweaking. Simplest solution.
If you don't like simple solutions you can have this one too. Having an imaginary box with the main reactor as the center of it. The size of the box would be able to contain the sum of all the blocks the reactor has. On the screen above there is a total of 5 reactor of 3*3*3 reactor block. So a total of 135 blocks.
A box of 5*5*5 is 125 so it isn't enough so the imaginary bounding box of the main reactor should be 6*6*6 and thus stabilization distance counted from it.
The basic idea is simple, a single reactor connected to a lot of secondary ones would work as a single main reactor. For example there is two reactors connected to each others via something. I though about conduits first but then with a bit more though i would go for something like the power stream, because it is a weak spot and spreading your reactor in different spots would need a tradeoff, so power stream or something like this.
(edit : right click, view image and then reload the page if it doesn't show up at first)
The main reactor being the larger one, others are considered as slaves and as such they give their power output to the main reactor. So the total power output of the reactor would be something like Output of reactor A + output of reactor B + ....
However since this is kinda op to spread your reactor in several locations, even with a weak spot linking them you would need a loss of power for each new reactor added. Since i like recursive loop i was thinking about something like that (also it is much more intuitive this way):
Total power output = Sum of ( Power output of reactor*((100-(5*(Number of reactor-1)))/100))
To have something more pleasing with the eye it would look like :
Total power output = Power output of main reactor + Power output of secondary reactor*0.95 + Power output of tertiary reactor*0.90 + ... + power output of twentieth reactor*0.05
Gives us a hard cap at 20 reactors... But i mean you won't ever use up to 20 reactors. That is terribly inefficient to go this far and the goal of this suggestion isn't to go this far. Having a few secondary reactors should be usable without much loss in efficiency but the further you go the more you are punished.
Pretty simple isn't it ? The reactor HP should have the same treatment since it is harder to aim at several smaller reactors than a big one that you know where it is. In the middle.
Also there is one last point to it. The calculation of the stabilizer distance. Since it is calculated from the convex hull of the main reactor, i can suggest to calculate it from the center of the main reactor with a bit of tweaking. Simplest solution.
If you don't like simple solutions you can have this one too. Having an imaginary box with the main reactor as the center of it. The size of the box would be able to contain the sum of all the blocks the reactor has. On the screen above there is a total of 5 reactor of 3*3*3 reactor block. So a total of 135 blocks.
A box of 5*5*5 is 125 so it isn't enough so the imaginary bounding box of the main reactor should be 6*6*6 and thus stabilization distance counted from it.
Last edited: