Farming: Difference between revisions

m
Skills are subject to change with any future expansions, and should remain manually versioned
m (version changed to automatically updated)
m (Skills are subject to change with any future expansions, and should remain manually versioned)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{V}}
{{V|1.2.2}}
{{Otheruses|the {{PAGENAME}} skill|training the skill|{{PAGENAME}}/Training}}
{{Otheruses|the {{PAGENAME}} skill|training the skill|{{PAGENAME}}/Training}}
[[File:Farming (skill).svg|thumb|right|Farming]]
[[File:Farming (skill).svg|thumb|right|Farming]]
Line 38: Line 38:
The harvest quantity (before any quantity bonuses are applied), <math> Q_h </math>, increases with the mastery level, <math> L_m </math>, according to the formula:
The harvest quantity (before any quantity bonuses are applied), <math> Q_h </math>, increases with the mastery level, <math> L_m </math>, according to the formula:
<math> Q_h = \left \lfloor 5 + 0.4L_m \right \rfloor </math> after bonuses are applied, the harvest is then multiplied by 2 for allotments & herbs, and 30 for trees  
<math> Q_h = \left \lfloor 5 + 0.4L_m \right \rfloor </math> after bonuses are applied, the harvest is then multiplied by 2 for allotments & herbs, and 30 for trees  
where: <math> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions floor function].


{| class="wikitable"
{| class="wikitable"
Line 77: Line 75:
<math> x = \frac{L_m}{15} </math><br>
<math> x = \frac{L_m}{15} </math><br>
<math> n = \left \lfloor x \right \rfloor </math>
<math> n = \left \lfloor x \right \rfloor </math>
where: <math> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions floor function].