Money Making: Difference between revisions

1,222 bytes added ,  26 April 2020
→‎Smelting Time: Added Calculation
(Added Dragon Platebody Method)
(→‎Smelting Time: Added Calculation)
Line 106: Line 106:
The smithing time is simply the time it takes to complete one smithing action. <math> T_{smith} = 2s </math>.
The smithing time is simply the time it takes to complete one smithing action. <math> T_{smith} = 2s </math>.
==== Smelting Time ====
==== Smelting Time ====
First, the number of smelting actions required, <math> N_{smelt} </math> is calculated by dividing the average number of ingredients to perform one platebody action, <math> I_{smith} </math>, by the average quantity of bars produced by one smelting action, <math> Q_{smelt} </math>.
<math> N_{smelt} = \frac {I_{smith}} {Q_{smelt}} </math>
This is then multiplied by the time it takes to smelt an item, which gives:
<math> T_{smelt} = \frac {2I_{smith}}{Q_{smelt}} \text{s} </math>
The average ingredient cost is dependent on the Mastery level of dragon platebodies,<math> M_{smith} </math> ,and is reduced by 0.1 for every 20 mastery levels.
<math> I_{smith} = 1 - 0.1 \left \lfloor  \frac {M_{smith}}{20} \right \rfloor </math>
The average quantity of bars is dependent on the Mastery level of dragon bars, <math> M_{smelt} </math>, and is increased by 0.1 for every 20 mastery levels above -10. The signet ring multiplies this amount by 1.1.
<math>
Q_{smelt} =
\begin{cases}
1 + 0.1 \left \lfloor \frac {M_{smelt}+10}{20} \right \rfloor & \text {if signet is not equipped} \\
1.1 \left ( 1 + 0.1 \left \lfloor \frac {M_{smelt}+10}{20} \right \rfloor \right ) & \text {if signet is equipped}
\end{cases}
</math>
==== Mining Time ====
==== Mining Time ====
==== Diamond Luck Time ====
==== Diamond Luck Time ====