Space Elevator: Difference between revisions

Content deleted Content added
m Added space mining
mNo edit summary
Line 83: Line 83:


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


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