Player Modifiers: Difference between revisions

From Melvor Idle
(added a somewhat pointless formula for additive stacking because lack of symmetry bugs me)
(Updated to v1.2.2)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{V|0.19}}
{{V|1.2.2}}
'''{{PAGENAME}}''' are various bonuses and penalties that are received from a number of different sources such as {{Icon|Mastery}}, [[Equipment]], [[Pets]], and {{Skill|Agility}} obstacles.
'''{{PAGENAME}}''' are various bonuses and penalties that are received from a number of different sources such as {{Icon|Mastery}}, [[Equipment]], [[Pets]], and {{Skill|Agility}} obstacles.


Line 6: Line 6:
Modifiers of the same kind stack additively. For example, if a player who has unlocked {{PetIcon|Ty}} (+3% Global Mastery XP) and is wearing an {{ItemIcon|Ancient Ring of Mastery}} (+7% Global Mastery XP) will receive a total of +10% Global Mastery XP.
Modifiers of the same kind stack additively. For example, if a player who has unlocked {{PetIcon|Ty}} (+3% Global Mastery XP) and is wearing an {{ItemIcon|Ancient Ring of Mastery}} (+7% Global Mastery XP) will receive a total of +10% Global Mastery XP.


Any penalties are subtracted from bonuses of the same type to get the total modifier. For example, if the above player also constructs a Water Trap [[Agility#Obstacles|Obstacle]] (-6% Global Mastery XP), their Global Mastery XP modifier will instead be +4%.
Any penalties are subtracted from bonuses of the same type to get the total modifier. For example, if the above player also constructs a {{AgilityIcon|Water Trap}} obstacle (-6% Global Mastery XP), their Global Mastery XP modifier will instead be +4%.


===Additive vs Multiplicative===
===Additive vs Multiplicative===
Line 14: Line 14:
When two bonuses stack '''additively''', the combined bonus is the sum of the first bonus and and the second bonus. For example, if a +10% bonus and a +20% bonus stack additively, the combined bonus will be +30%.
When two bonuses stack '''additively''', the combined bonus is the sum of the first bonus and and the second bonus. For example, if a +10% bonus and a +20% bonus stack additively, the combined bonus will be +30%.


<math>\small{\begin{aligned} \text{Combined Bonus} = \text{Bonus 1} + \text{Bonus 2}\end{aligned}}</math>
<math>\small{\begin{aligned} \text{Additive Bonus} = \text{Base Value} * (1 + (\text{Bonus 1} + \text{Bonus 2}) / 100)\end{aligned}}</math>


When two bonuses stack '''multiplicatively''', the combined bonuses is instead
When two bonuses stack '''multiplicatively''', the combined bonuses is instead


<math>\small{\begin{aligned} \text{Combined Bonus} = (1 + \text{Bonus 1}) * (1 + \text{Bonus 2}) \end{aligned}} - 1</math>
<math>\small{\begin{aligned} \text{Multiplicative Bonus} = \text{Base Value} * (1 + \text{Bonus 1} / 100) * (1 + \text{Bonus 2}/ 100) \end{aligned}}</math>


If the same +10% bonus and +20% bonus stack multiplicatively instead, the combined bonus will be +32%. If both bonuses are positive (or if both are negative) and they stack multiplicatively, the combined effect will be larger than if they stacked additively.
If the same +10% bonus and +20% bonus stack multiplicatively instead, the combined bonus will be +32%. If both bonuses are positive (or if both are negative) and they stack multiplicatively, the combined effect will be larger than if they stacked additively.
Line 25: Line 25:
When multiple modifiers affect the same stat, they are usually applied additively. In particular, more specific versions of a bonus will stack additively with the global version of that bonus.  
When multiple modifiers affect the same stat, they are usually applied additively. In particular, more specific versions of a bonus will stack additively with the global version of that bonus.  


An example of this would be the Global Mastery XP and Skill Mastery XP modifiers, so a player wearing an {{ItemIcon|Ancient Ring of Mastery}} (+7% Global Mastery XP) who also has reached the [Agility#Mastery Pool Checkpoints|10% Mastery Pool Checkpoint]] for {{Skill|Agility}} (+5% Agility Mastery XP) will receive a total of +15% Agility Mastery XP.
An example of this would be the Global Mastery XP and Skill Mastery XP modifiers, so a player wearing an {{ItemIcon|Ancient Ring of Mastery}} (+7% Global Mastery XP) who also has reached the [[Agility#Mastery Pool Checkpoints|10% Mastery Pool Checkpoint]] for {{Skill|Agility}} (+5% Agility Mastery XP) will receive a total of +15% Agility Mastery XP.


This also applies to combat modifiers of the same type such as Ranged Accuracy Rating and Global Accuracy Rating.
This also applies to combat modifiers of the same type such as Ranged Accuracy Rating and Global Accuracy Rating.
Nearly all buffs in the game stack '''additively'''.


==List of Modifiers==
==List of Modifiers==
Line 105: Line 107:
|Chance To Double Items Skill||{{Mod|increasedChanceToDoubleItemsSkill|skill=Thieving|5}}<br/>{{Mod|decreasedChanceToDoubleItemsSkill|skill=Thieving|5}}||Applies to the chance to receive twice as many items from the listed skill. Stacks additively with Chance To Double Items Global.
|Chance To Double Items Skill||{{Mod|increasedChanceToDoubleItemsSkill|skill=Thieving|5}}<br/>{{Mod|decreasedChanceToDoubleItemsSkill|skill=Thieving|5}}||Applies to the chance to receive twice as many items from the listed skill. Stacks additively with Chance To Double Items Global.
|}
|}
[[Category:Manual Tables]]

Latest revision as of 17:02, 15 April 2024

This page is up to date (v1.2.2).

Player Modifiers are various bonuses and penalties that are received from a number of different sources such as Mastery, Equipment, Pets, and Agility obstacles.

Mechanics

Modifiers of the same kind stack additively. For example, if a player who has unlocked Ty (+3% Global Mastery XP) and is wearing an Ancient Ring of Mastery (+7% Global Mastery XP) will receive a total of +10% Global Mastery XP.

Any penalties are subtracted from bonuses of the same type to get the total modifier. For example, if the above player also constructs a Water Trap obstacle (-6% Global Mastery XP), their Global Mastery XP modifier will instead be +4%.

Additive vs Multiplicative

When describing how different bonuses stack, the terms 'additive' and 'multiplicative' are often used to explain how to combine them.

When two bonuses stack additively, the combined bonus is the sum of the first bonus and and the second bonus. For example, if a +10% bonus and a +20% bonus stack additively, the combined bonus will be +30%.

[math]\displaystyle{ \small{\begin{aligned} \text{Additive Bonus} = \text{Base Value} * (1 + (\text{Bonus 1} + \text{Bonus 2}) / 100)\end{aligned}} }[/math]

When two bonuses stack multiplicatively, the combined bonuses is instead

[math]\displaystyle{ \small{\begin{aligned} \text{Multiplicative Bonus} = \text{Base Value} * (1 + \text{Bonus 1} / 100) * (1 + \text{Bonus 2}/ 100) \end{aligned}} }[/math]

If the same +10% bonus and +20% bonus stack multiplicatively instead, the combined bonus will be +32%. If both bonuses are positive (or if both are negative) and they stack multiplicatively, the combined effect will be larger than if they stacked additively.

Combining Similar Modifiers

When multiple modifiers affect the same stat, they are usually applied additively. In particular, more specific versions of a bonus will stack additively with the global version of that bonus.

An example of this would be the Global Mastery XP and Skill Mastery XP modifiers, so a player wearing an Ancient Ring of Mastery (+7% Global Mastery XP) who also has reached the 10% Mastery Pool Checkpoint for Agility (+5% Agility Mastery XP) will receive a total of +15% Agility Mastery XP.

This also applies to combat modifiers of the same type such as Ranged Accuracy Rating and Global Accuracy Rating.

Nearly all buffs in the game stack additively.

List of Modifiers

The following list does not contain all possible bonuses, and although all of the below bonuses are defined in-game there may be some that are not currently in use.