Space Elevator: Difference between revisions

Content deleted Content added
Added page
 
m Added space mining
Line 70: Line 70:
|-
|-
|}
|}

=== Space Mining Module ===

The Space Mining Module needs to supplied with a drone, which will act as catalyst, a set of input items, computation and either Helium, Bismuth or Radon plasma. The plasma will boost both the recipe time and the amount of bonus stacks you get out of a recipe.

The module has these parameters that can be manipulated with a Parametrizer:
* Parallels: How many parallels the machine should do (Max 2 for MK-I, 4 for MK-II and 8 for MK-III)
* Overdrive: Affects the speed and the chances for bonus outputs. 1 is default
* Distance: Affects the outputs you get. The NEI handler tells you which recipe has which distance

When multiple recipes have the same input and you have the distance set to a value that they share, the module will pick a random one, taking the recipes weights into consideration.

The output chance is calculated as follows:
argmin((50% + 10% * (plasmaTier - 1) * (2 - overdrive)), 75%)

The recipe time is calculated as follows:
argmin((1 - 0.1 * (plasmaTier - 1)) / overdrive, 0.5) * recipeTime