Space Elevator: Difference between revisions

Content deleted Content added
YPXxiao (talk | contribs)
YPXxiao (talk | contribs)
Line 117: Line 117:
When the mining module randomly selects a recipe based on Distance and Weight, it will calculate its output and time using the following formula:
When the mining module randomly selects a recipe based on Distance and Weight, it will calculate its output and time using the following formula:


Let <nowiki>$p = \min((0.5 + 0.1 \times (\mathrm{PT} - 1)) \times (2 - \mathrm{OD}), 0.75) $ </nowiki>,PT=PlasmaTier,Helium Plasma=1,Bismuth Plasma=2,Radon Plasma=3;OD=overdrive
Let <math>$p = \min((0.5 + 0.1 \times (\mathrm{PT} - 1)) \times (2 - \mathrm{OD}), 0.75) $ </math>,PT=PlasmaTier,Helium Plasma=1,Bismuth Plasma=2,Radon Plasma=3;OD=overdrive


Expected output:<nowiki>$e = p\times \mathrm{maxSize} + (1-p)\times \mathrm{minSize} $</nowiki>
Expected output:<math>$e = p\times \mathrm{maxSize} + (1-p)\times \mathrm{minSize} $</math>


Time:<nowiki>$t = \max([1 - 0.1 \times (\mathrm{PT} - 1)] / \mathrm{OD}, 0.5)\times \mathrm{RT}$</nowiki>,RT=recipeTime,PT=PlasmaTier,OD=overdrive
Time:<math>$t = \max([1 - 0.1 \times (\mathrm{PT} - 1)] / \mathrm{OD}, 0.5)\times \mathrm{RT}$</math>,RT=recipeTime,PT=PlasmaTier,OD=overdrive