Modifier

From Path of Exile Wiki
Revision as of 08:53, 26 September 2014 by >Evil4Zerggin (→‎Skill types)
Jump to navigation Jump to search
For item properties, see Item Affix.

Modifiers change the magnitude of statistics. Some common modifiers include life, mana regeneration, weapon damage, attack/cast speed, movement speed, and attributes. Modifiers can come from the passive tree, items, and other sources.

Modifier Stacking

In general, flat modifiers are applied before percentages. Percentage modifiers using the words "increased" or "reduced" stack additively with one another, while "More" and "Less" modifiers stack multiplicatively. Generally, reduced and More modifiers are more powerful than increased and Less modifiers of the same percentage.

When dealing with weapons, some modifiers that are listed on the weapon itself are applied first, before mods from other pieces of equipment, skills, and so on. This includes anything affecting physical damage, such as increased physical damage, added physical damage, quality etc., and also attack speed and local critical strike chance, It does not include elemental damage mods.

Similarly, when dealing with armour, evasion, and energy shield on armour, any modifiers affecting those stats that are listed on the piece of armour are applied first. This includes quality and any other mods directly affecting armour, evasion, or energy shield amount. It does not include mods affecting the energy shield recharge delay or regeneration rate, only the amount of energy shield.

Quality on armour and weapons stacks additively with other % modifiers on the item.

Quality on Flasks is stacks multiplicatively with other modifiers.

Modifier types

Some modifiers are subtypes of other modifiers. Modifiers of the supertype will affect statistics of the subtype but not vice versa.

Some words have special meanings:

  • If the word "and" is used (e.g. "armour and energy shield"), it is effective on statistics that are any of the listed types.
  • If a modifier lists several types without the word "and" (e.g. "elemental damage with maces"), it is only effective on statistics that are all the listed types.
  • If the word "while" is used in conjunction with an item type (e.g. "while wielding a staff"), the modifier is effective globally whether the statistic applies directly to the item or not. For example, "while wielding a staff" would apply to spells as well, even though spells are not cast using the staff.
  • If the word "with" is used in conjunction with an item type (e.g. "with claws"), the modifier is effective only when that item is being directly used.

Converted statistics count as both the type converted from and converted to, but can only be affected by a particular modifier at most once.

Damage types

All damage is of exactly one damage type, unless converted or added from another damage type, in which they keep their previous damage type(s) in addition to their new damage type.

  • Chaos
  • Elemental
    • Fire
      • Burning
    • Cold
    • Lightning
  • Physical

Source types

Mines, traps, and totems use skills as if the player had used them. Otherwise, all sources have exactly one source type and do not take on the source type of their creator. For example, if a Mine creates a Trap, the Trap is not affected by Mine modifiers even though it was created by one.

  • (Player): Unless otherwise specified, modifiers affect the player and skills used by the player.
  • Mine
  • Minion
    • Specific minion type
  • Totem
  • Trap

Skill types

All effects have at most one skill type. Most effects are either Attacks or Spells. Damage over time is a separate type. Some effects do not have a skill type, mostly those having to do with detonations: Module Error: Too many skills found with q_where = skill.active_skill_name="Detonate Dead". Please choose only one of the following ids:
DetonateDeadRoyale - Deals (10-105) to (15-158) Fire Damage, Explosion deals base Fire Damage equal to 6% of the corpse's Maximum Life, +(0-0.2) metres to radius, Base radius is 2.2 metres (page)
DetonateDead - Deals (15-798) to (22-1197) Fire Damage, Explosion deals base Fire Damage equal to (6-7.9)% of the corpse's Maximum Life, Base radius is (2.2-2.6) metres (page)
, Vaal Detonate Dead, Module Error: Too many skills found with q_where = skill.active_skill_name="Explosive Arrow". Please choose only one of the following ids:
BanditExplosiveArrow - Base duration is 1.00 seconds, Explosion deals (7-764) to (10-1146) Base Fire Damage per Fuse Charge, +0.2 metres to Explosion Radius per Explosive Arrow on Target (page)
ExplosiveArrow - Base duration is 1.00 seconds, Explosion deals 50% less Base Damage, Explosion will have (47-522) to (71-783) added Fire Damage, +0.2 metres to Explosion Radius per Explosive Arrow on Target, up to a maximum of +1.2 metres, Explosion deals 6% more Damage with Hits per Explosive Arrow on Target, Explosion deals 3% more Damage with Ailments per Explosive Arrow on Target, Maximum 20 Explosive Arrows stuck in an Enemy (page)
, Infernal Blow, and monsters with Volatile Blood.

  • Attack
    • Weapon
      • One-handed melee weapons
        • Specific weapon
      • Two-handed melee weapons
        • Specific weapon
    • Melee (note that this is not a supertype of melee weapons)
      • Unarmed
  • Cast
    • Spell
      • Curse
  • Damage over time
    • Burning

Other types

  • Area
  • Attributes
    • Dexterity
    • Intelligence
    • Strength
  • Buff
    • Aura
  • Defenses
    • Armour
    • Evasion
    • Energy Shield
  • Duration
  • Projectile
    • Bow
  • Status effect
    • Ignite
    • Freeze
    • Chill
    • Shock
  • Stun
    • Block (recovery)

Diminishing marginal utility of “increased” modifiers

Because increased modifiers are additive, the increase of total value by adding more and more 8% increased nodes becomes less effective. If you have 100 base Life, adding 8% increased life is worth a total of 8 health points or 8% of your total life. If you have 100 base life and 250% increased life, adding 8% increased life is still worth a total of 8 health points, but this only accounts for 2.3% of your total life.

Case 1

Total Life before 8% node = 100

Total Life after 8% node = 100 * (100 + 8 )/100 = 108

Increase in flat HP = 108 -100 = 8

Increase in % = 8/100 = 8%

Case 2

Total Life before 8% node = 100 * (100 + 250)/100 = 350

Total Life after 8% node = 100 * (100 + 250+8 )/100 = 358

Increase in flat HP = 358 - 350 = 8


Increase in % = 8/350 = 2.3%

Multiple “Less” and “More” modifiers

“less” and “more” modifiers are applied multiplicatively as shown above. 30% “Less” Damage and 30% “more” Damage does not equal 100% Damage, but rather 91% Damage. To Counteract 30% Less Damage you need 42,8% “more” Damage.

apply 30% LESS dmg to a value of 100

100 * (100-30)/100 = 70

apply 30% MORE dmg to the result of the reduction

100 * (100-30)/100 * (100+30)/100 = 91

find MORE multiplier to result in no dmg loss after a LESS multiplier is applied

100 * (100-30)/100 * (100+x)/100=100

100 * 70/100 *(100+x)/100 = 100

70* (100+x)/100 = 100

70/100*x = 100 - 70

x = 30/70*100

x = 42.8


However, multiple sources of „more“ multipliers greatly improve the damage.

50% “more” damage from level 1 concentrated effect, and 30% “more” damage from level 1 remote mine add up to:

100 * (100+50)/100 * (100+30)/100= 195

That is a 95% increase of the base damage.

Example

Imagine I have 100 life, and two passive skills that give "15% increased Maximum Life". These stack additively, so the result is

100 + (100 * .15) + (100 * .15), or

100 * (1 + .15 + .15) = 130 life

Now I equip an item that gives +40 life, and choose a passive skill that grants +20 life. The integer bonuses are applied first, so I end up with

(100 + 40 + 20) * (1 + .15 + .15) = 160 * 1.3 = 208 life

Now I choose two passive skills that gives "10% more Maximum Life". These are multiplicative, so they are applied separately.

(100 + 40 + 20) * (1 + .15 + .15) * 1.10 * 1.10 = 251.68 life

Note that if they were additive, the result would be

(100 + 40 + 20) * (1 + .15 + .15 + .1 + .1) = 240 life


Advanced Example

Showcasing increased modifiers from different sources and the effect of multiplicative modifiers. You are Witch using a level 10 Fireball Spell linked with a level 7 faster projectiles

Passive skills:

20% increased Elemental Damage with Spells

21% Increased Spell Damage

22% Increased Fire Damage

23% Increased Projectile Damage

24% Increased Fire Damage

8% Increased Elemental Damage

6% Increased AOE Damage

Modifiers from Equipment

15% Increased Spell Damage

16% Increased Fire Damage

Modifiers from linked Skills

13% Increased Projectile Damage


Case 1: Fireball + Faster Projectiles

Base average Damage: 85 – 128 = 106.5

Total Damage:

106.5 * (100 + “Passives”(20 + 21 +22 +23 +24 +8 +6) + “Items”(15 +16) + “Skills”(13)) /100 = 285.42

Case 2: Fireball + Faster Projectiles + a 12% Spell Damage Node

Total Damage:

106.5 * (100 + “Passives”(20 + 21 +22 +23 +24 +8 +6 +12) + “Items”(15 +16) + “Skills”(13)) /100 = 298.2

(That is a 4.5 % increase in total Damage: 298.2/285.42-1)

Case 3: Fireball + Faster Projectiles + lvl1 Concentrated Effect (50% More Damage)

106.5 * (100 + “Passives”(20 + 21 +22 +23 +24 +8 +6) + “Items”(15 +16) + “Skills”(13)) /100 * “Conc.Effect”(100+50)/100 = 428.13

(That is a 50 % increase in total Damage: 428.13/285.42-1)

Case 4: Fireball + Faster Projectiles + lvl20 LMP (30% Less Damage 38% increased Damage)

106.5 * (100 + “Passives”(20 + 21 +22 +23 +24 +8 +6) + “Items”(15 +16) + “Skills”(13+38)) /100 * “LMP”( (100-30)/100 = 228.12

(That is a 20.1 % decrease in total Damage: 228.12/285.42-1)

Case 5: Fireball + Faster Projectiles + lvl20 LMP + lvl1 Concentrated Effect (30% Less Damage 50% More Damage 38% increased Damage)

106.5 * (100 + “Passives”(20 + 21 +22 +23 +24 +8 +6) + “Items”(15 +16) + “Skills”(13+38)) /100 * “LMP”( (100-30)/100 * “Conc.Effect”(100+50)/100 = 342.18

(That is a 19.9 % increase in total Damage: 342.18/285.42-1)