Money Making: Difference between revisions

From Melvor Idle
Line 95: Line 95:
|}
|}
=== Calculating the GP Rate ===
=== Calculating the GP Rate ===
<span style="color:red;"> This section is currently WIP. </span>
The gp rate, <math> R_{gp} </math> was calculated by finding the profit, <math> P </math> from performing 1 platebody smithing action, and dividing by the total time, <math> T_{tot} </math>, required to perform that action. Note that this is the per second rate, and must be multiplied by 3600 to obtain the hourly rate.
 
The gp rate, <math> R_{gp} </math> was calculated by finding the profit, <math> P </math> from performing 1 platebody smithing action, and dividing by the total time, <math> T_{tot} </math>, required to perform that action.


<math> R_{gp} = \frac {P}{T_{tot}} </math>
<math> R_{gp} = \frac {P}{T_{tot}} </math>


The total time can be found by combining the time from mining ores(<math>T_{mine}</math>), smelting bars (<math>T_{smelt}</math>), smithing the bars into platebodies (<math>T_{smith}</math>, and making diamond luck potions (<math>T_{luck}</math>).
The total time can be found by combining the time from mining ores(<math>T_{mine}</math>), smelting bars (<math>T_{smelt}</math>), smithing the bars into platebodies (<math>T_{smith}</math>), and making diamond luck potions (<math>T_{luck}</math>).


<math> T_{tot} = T_{smith} + T_{smelt} + T_{mine} + T_{luck} </math>
<math> T_{tot} = T_{smith} + T_{smelt} + T_{mine} + T_{luck} </math>