Anonymous

Mastery Tokens: Difference between revisions

From Melvor Idle
2,743 bytes removed ,  8 March 2023
Updated the header to be more accurate, since the calculations are using the new expansion pack values which cap out at 120, not 99.
(→‎top: Swapping v0.18.0 to v0.18.2 using AWB, replaced: {{V|0.18.0}} → {{V|0.18.2}})
(Updated the header to be more accurate, since the calculations are using the new expansion pack values which cap out at 120, not 99.)
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{V|0.18.2}}
{{V|1.1.1}}
'''{{PAGENAME}}''' give 0.1% of the maximum mastery pool XP to [[Mastery#The Mastery Pool|Mastery Pool]] of the corresponding skill when they are claimed. Mastery Tokens are earned randomly while training a non-combat skill. The drop chance for mastery tokens is 1 in <math>\frac{18\,500}{\text{Milestones unlocked for skill}}</math>. Each thing you unlock by leveling the skill counts as a milestone e.g. smithing steel platelegs is unlocked at level 40 and counts as one milestone, additionally reaching level 99 in a skill counts as one milestone. Wearing {{ItemIcon|Clue Chasers Insignia}} increases the drop chance by changing it to 1 in <math>\frac{18\,500}{1.1 \times \text{Milestones unlocked for skill}}</math>.


'''{{PAGENAME}}''' give 0.1% of the maximum mastery pool exp to mastery pool of the corresponding skill when they are claimed. Mastery Tokens are earned randomly while skilling in a non-combat skill. The drop chance for mastery tokens is 1 in <math>\left ( \frac{20\,000}{\text{Milestones unlocked for skill}} \right )</math>. Each thing you unlock by leveling the skill counts as a milestone e.g. smithing steel platelegs is unlocked at level 40 and counts as one milestone, additionally reaching level 99 in a skill counts as one milestone). Wearing {{ItemIcon|Clue Chasers Insignia}} increases the drop chance by changing it to 1 in <math>\left ( \frac{20\,000}{\text{Milestones unlocked for skill}} \times 0.9 \right )</math>.
Note that for {{Skill|Fishing}} specifically, it is more beneficial to wear the {{ItemIcon|Amulet of Fishing}} instead of the {{ItemIcon|Clue Chasers Insignia}}. This is due to the Fishing interval reduction provided by the amulet, which increases the number of actions over time, and in turn results in a greater increase in the average number of mastery tokens obtained when compared to the [[Clue Chasers Insignia]]. In addition, the [[Amulet of Fishing]] also increases the rate at which [[Fishing#Fish|fish]] (and therefore XP) is gained.


==Mastery Token Chance at level 99==
==Mastery Token Chance at Level 120==
<!-- Chances obtained with this budget bit of JS:
{{MasteryTokenTable}}
    Object.keys(SKILLS).filter(i => getMasteryTokenChance(i) !== 0 && getMasteryTokenChance(i) !== undefined).forEach(i => console.log(SKILLS[i].name + ': ' + 1 / getMasteryTokenChance(i))) -->
{| class="wikitable sortable"
! rowspan="2" |Token
! rowspan="2" |Skill
! colspan="2" |Approximate Mastery Token Chance
|-
!Without {{ItemIcon|Clue Chasers Insignia|notext=true}}
!With {{ItemIcon|Clue Chasers Insignia|notext=true}}
|-
| [[File:Mastery Token (Smithing) (item).svg|50px|center]] [[Mastery Token (Smithing)|Mastery Token]]
| [[Smithing]]
|style="text-align:right" data-sort-value="172" | 1/172
|style="text-align:right" data-sort-value="155" | 1/155
|-
| [[File:Mastery Token (Runecrafting) (item).svg|50px|center]] [[Mastery Token (Runecrafting)|Mastery Token]]
| [[Runecrafting]]
|style="text-align:right" data-sort-value="235" | 1/235
|style="text-align:right" data-sort-value="212" | 1/212
|-
| [[File:Mastery Token (Fletching) (item).svg|50px|center]] [[Mastery Token (Fletching)|Mastery Token]]
| [[Fletching]]
|style="text-align:right" data-sort-value="351" | 1/351
|style="text-align:right" data-sort-value="316" | 1/316
|-
| [[File:Mastery Token (Crafting) (item).svg|50px|center]] [[Mastery Token (Crafting)|Mastery Token]]
| [[Crafting]]
|style="text-align:right" data-sort-value="408" | 1/408
|style="text-align:right" data-sort-value="367" | 1/367
|-
| [[File:Mastery Token (Herblore) (item).svg|50px|center]] [[Mastery Token (Herblore)|Mastery Token]]
| [[Herblore]]
|style="text-align:right" data-sort-value="800" | 1/800
|style="text-align:right" data-sort-value="720" | 1/720
|-
| [[File:Mastery Token (Fishing) (item).svg|50px|center]] [[Mastery Token (Fishing)|Mastery Token]]
| [[Fishing]]
|style="text-align:right" data-sort-value="833" | 1/833
|style="text-align:right" data-sort-value="750" | 1/750
|-
| [[File:Mastery Token (Farming) (item).svg|50px|center]] [[Mastery Token (Farming)|Mastery Token]]
| [[Farming]]
|style="text-align:right" data-sort-value="870" | 1/870
|style="text-align:right" data-sort-value="783" | 1/783
|-
| [[File:Mastery Token (Cooking) (item).svg|50px|center]] [[Mastery Token (Cooking)|Mastery Token]]
| [[Cooking]]
|style="text-align:right" data-sort-value="1176" | 1/1176
|style="text-align:right" data-sort-value="1059" | 1/1059
|-
| [[File:Mastery Token (Mining) (item).svg|50px|center]] [[Mastery Token (Mining)|Mastery Token]]
| [[Mining]]
|style="text-align:right" data-sort-value="1667" | 1/1667
|style="text-align:right" data-sort-value="1500" | 1/1500
|-
| [[File:Mastery Token (Firemaking) (item).svg|50px|center]] [[Mastery Token (Firemaking)|Mastery Token]]
| [[Firemaking]]
|style="text-align:right" data-sort-value="2000" | 1/2000
|style="text-align:right" data-sort-value="1800" | 1/1800
|-
| [[File:Mastery Token (Woodcutting) (item).svg|50px|center]] [[Mastery Token (Woodcutting)|Mastery Token]]
| [[Woodcutting]]
|style="text-align:right" data-sort-value="2000" | 1/2000
|style="text-align:right" data-sort-value="1800" | 1/1800
|-
| [[File:Mastery Token (Thieving) (item).svg|50px|center]] [[Mastery Token (Thieving)|Mastery Token]]
| [[Thieving]]
|style="text-align:right" data-sort-value="2222" | 1/2222
|style="text-align:right" data-sort-value="2000" | 1/2000
|}


{{Menu}}
{{Menu}}
[[Category:Items]]
[[Category:Items]]