Mastery Tokens: Difference between revisions

3,074 bytes removed ,  11 June 2021
Update for v0.20; Use Lua powered table for token chances
m (Formatting)
(Update for v0.20; Use Lua powered table for token chances)
Line 1: Line 1:
{{V|0.19.2}}
{{V|0.20}}


'''{{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>.
'''{{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>\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 \times 0.9}{\text{Milestones unlocked for skill}}</math>.


==Mastery Token Chance at Level 99==
==Mastery Token Chance at Level 99==
<!-- 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}}
|-
| {{ItemIcon|Mastery Token (Smithing)|size=50|notext=true}}
| {{Skill|Smithing}}
|style="text-align:right" data-sort-value="172" | 1/172
|style="text-align:right" data-sort-value="155" | 1/155
|-
| {{ItemIcon|Mastery Token (Runecrafting)|size=50|notext=true}}
| {{Skill|Runecrafting}}
|style="text-align:right" data-sort-value="235" | 1/235
|style="text-align:right" data-sort-value="212" | 1/212
|-
| {{ItemIcon|Mastery Token (Fletching)|size=50|notext=true}}
| {{Skill|Fletching}}
|style="text-align:right" data-sort-value="351" | 1/351
|style="text-align:right" data-sort-value="316" | 1/316
|-
| {{ItemIcon|Mastery Token (Crafting)|size=50|notext=true}}
| {{Skill|Crafting}}
|style="text-align:right" data-sort-value="408" | 1/408
|style="text-align:right" data-sort-value="367" | 1/367
|-
| {{ItemIcon|Mastery Token (Herblore)|size=50|notext=true}}
| {{Skill|Herblore}}
|style="text-align:right" data-sort-value="769" | 1/769
|style="text-align:right" data-sort-value="692" | 1/692
|-
| {{ItemIcon|Mastery Token (Fishing)|size=50|notext=true}}
| {{Skill|Fishing}}
|style="text-align:right" data-sort-value="833" | 1/833
|style="text-align:right" data-sort-value="750" | 1/750
|-
| {{ItemIcon|Mastery Token (Farming)|size=50|notext=true}}
| {{Skill|Farming}}
|style="text-align:right" data-sort-value="870" | 1/870
|style="text-align:right" data-sort-value="783" | 1/783
|-
| {{ItemIcon|Mastery Token (Cooking)|size=50|notext=true}}
| {{Skill|Cooking}}
|style="text-align:right" data-sort-value="1176" | 1/1176
|style="text-align:right" data-sort-value="1059" | 1/1059
|-
| {{ItemIcon|Mastery Token (Agility)|size=50|notext=true}}
| {{Skill|Agility}}
|style="text-align:right" data-sort-value="1667" | 1/1667
|style="text-align:right" data-sort-value="1500" | 1/1500
|-
| {{ItemIcon|Mastery Token (Mining)|size=50|notext=true}}
| {{Skill|Mining}}
|style="text-align:right" data-sort-value="1667" | 1/1667
|style="text-align:right" data-sort-value="1500" | 1/1500
|-
| {{ItemIcon|Mastery Token (Firemaking)|size=50|notext=true}}
| {{Skill|Firemaking}}
|style="text-align:right" data-sort-value="2000" | 1/2000
|style="text-align:right" data-sort-value="1800" | 1/1800
|-
| {{ItemIcon|Mastery Token (Woodcutting)|size=50|notext=true}}
| {{Skill|Woodcutting}}
|style="text-align:right" data-sort-value="2000" | 1/2000
|style="text-align:right" data-sort-value="1800" | 1/1800
|-
| {{ItemIcon|Mastery Token (Thieving)|size=50|notext=true}}
| {{Skill|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]]