Multi-Tree: Difference between revisions

m
Fix typo & clarify XP example
(Explain how upgrade works in 0.20, and note previous implementation)
m (Fix typo & clarify XP example)
Line 10: Line 10:
When cutting multiple trees the number of actions performed by the player does not change, instead the action time becomes that of the selected tree with the longest action time. The number of logs gained (before any doubling) from the tree with the shorter action time becomes <math>\left \lfloor \frac{\text{Longest Action Time}}{\text{Shortest Action Time}} \right \rfloor</math>. Skill and {{Icon|Mastery}} XP gained is unaffected, with the full amount for 4 seconds being granted to the player.
When cutting multiple trees the number of actions performed by the player does not change, instead the action time becomes that of the selected tree with the longest action time. The number of logs gained (before any doubling) from the tree with the shorter action time becomes <math>\left \lfloor \frac{\text{Longest Action Time}}{\text{Shortest Action Time}} \right \rfloor</math>. Skill and {{Icon|Mastery}} XP gained is unaffected, with the full amount for 4 seconds being granted to the player.


For example, if simultaneously cutting Oak trees with an action time of 1.2 seconds and Yew trees with an action time of 4 seconds, the action time would be 2.6 seconds and <math>\left \lfloor \frac{4}{1.2} \right \rfloor = 3</math> {{ItemIcon|Oak Logs}} would be gained per action. The amount of skill XP gained from the Oak tree would then be <math>15 \times \frac{4}{1.2} = 50</math>.
For example, if simultaneously cutting Oak trees with an action time of 1.2 seconds and Yew trees with an action time of 4 seconds, the action time would be 4 seconds and <math>\left \lfloor \frac{4}{1.2} \right \rfloor = 3</math> {{ItemIcon|Oak Logs}} would be gained per action. The amount of skill XP gained (before any bonuses) from the Oak tree would then be <math>15 \times \frac{4}{1.2} = 50</math>.


This upgrade does not increase the chance of acquiring rare items such as {{ItemIcon|Signet Ring Half (a)}}, {{ItemIcon|Circlet of Rhaelyx}}, and [[Mastery Tokens]], as the number of actions performed remains unchanged.
This upgrade does not increase the chance of acquiring rare items such as {{ItemIcon|Signet Ring Half (a)}}, {{ItemIcon|Circlet of Rhaelyx}}, and [[Mastery Tokens]], as the number of actions performed remains unchanged.