Farming: Difference between revisions

No change in size ,  16 December 2022
m
Correct tree quantity multiplier - Changelog states 20 incorrectly, confirmed by developer
m (Correct tree quantity multiplier - Changelog states 20 incorrectly, confirmed by developer)
Line 30: Line 30:
===Crop Harvest Quantity===
===Crop Harvest Quantity===
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 20 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].
where: <math> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions floor function].