Space Elevator: Difference between revisions

Content deleted Content added
mNo edit summary
mNo edit summary
Line 83: Line 83:


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


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