Unnerve: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Vinibot
 
(22 intermediate revisions by 4 users not shown)
Line 4: Line 4:
| description            = You are Unnerved, increasing Spell Damage taken.
| description            = You are Unnerved, increasing Spell Damage taken.
}}
}}
'''Unnerve''' is a [[debuff]] that causes affected targets to take 10% increased [[spell damage]].
'''Unnerve''' is a [[debuff]] that causes affected targets to take 10% increased [[spell damage]].


__TOC__
==Mechanics==
==Mechanics==
Unnerve does not increase [[damage over time]] taken, even if the damage is from a [[spell]] which applies spell damage modifiers to its damage over time effect.<ref name="dot" />
Unnerve does not increase [[damage over time]] taken, even if the damage is from a [[spell]] which applies spell damage modifiers to its damage over time effect.<ref name="dot" />
==Gems==
===Skill gems===
<section begin="active_skill_gems" />{{Query stat related skill gems
|conditions=
|type=active
|stat_id_query=%unnerve%
|stat_page=unnerve
}}
====Related quality stats====
{{Query stat related skill gems
|conditions=
|type=active
|stat_id_query=%unnerve%
|stat_page=unnerve
|quality=1
}}<section end="active_skill_gems" />


==Sources==
===Support gems===
===Active skills===
<section begin="support_skill_gems" />{{Query stat related skill gems
{{Query skill gems
|conditions=
|where=items.class="Active Skill Gems"
|type=support
  AND items.stat_text LIKE "%unnerve%"
|stat_id_query=%unnerve%
|stat_page=unnerve
}}
}}
====Related quality stats====
{{Query stat related skill gems
|conditions=
|type=support
|stat_id_query=%unnerve%
|stat_page=unnerve
|quality=1
}}<section end="support_skill_gems" />


==Passive skill tree==
===Passive skills===
===Passive skills===
{{Passive skill table
{{Passive skill table
|q_where=passive_skills.stat_text LIKE "%unnerve%"
|q_where=passive_skills.stat_text LIKE "%unnerve%" AND passive_skills.id NOT LIKE "affliction%"
|stat_text=1
|stat_text=1
|large=1
|large=1
Line 25: Line 51:
}}
}}


===Modifiers===
===Passive Masteries===
{{#cargo_query:
|tables=mastery_groups, mastery_effects=m_e
|join on= mastery_groups.mastery_effects HOLDS m_e.id
|fields=
    mastery_groups._pageName=Mastery,
    GROUP_CONCAT( CONCAT('* ', m_e.stat_text)
        SEPARATOR "\n")=Effects
|where= m_e.stat_text LIKE "%unnerve%"
|order by=mastery_groups._pageName
|group by=mastery_groups._pageName
}}
 
===Cluster Jewel Passives===
{{Passive skill table
|q_where=
  passive_skills.id LIKE "affliction%"
  AND passive_skills.stat_text LIKE "%unnerve%"
|large=1
|stat_text=1
}}
 
==Modifiers==
Normal modifier:<br/>
{{modifier table
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
|q_where=
   (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%") AND spawn_weights.weight > 0
   (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%") AND spawn_weights.weight > 0 AND mods.generation_type NOT IN (10, 24, 28, 29) AND spawn_weights.tag NOT LIKE "%elder%" AND spawn_weights.tag NOT LIKE "%shaper%" AND spawn_weights.tag NOT LIKE "%basilisk%" AND spawn_weights.tag NOT LIKE "%crusader%" AND  spawn_weights.tag NOT LIKE "%adjudicator%" AND  spawn_weights.tag NOT LIKE "%eyrie%" AND mods.domain != 16
|stat_text=1
|spawn_weights=1
|level=1
|generation_type=1
}}
===Enchantments===
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%") AND spawn_weights.weight > 0 AND mods.generation_type = 10
|stat_text=1
|spawn_weights=1
|level=1
|labyrinth=1
}}
===Eater of Worlds implicit===
[[Eater of Worlds]] implicit are craftable on [[Armour (equipment)|armour]] by using [[Eldritch Ichor]]s, or drops from map that is influenced by it. The T1 and T2 mods are only craftable by using {{il|Orb of Conflict}}.<br/>
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%") AND spawn_weights.weight > 0 AND mods.generation_type =29
|stat_text=1
|spawn_weights=1
|level=1
}}
 
===Searing Exarch implicit===
[[Searing Exarch]] implicit are craftable on armour by using [[Eldritch Ember]]s, or drops from map that is influenced by it. The T1 and T2 mods are only craftable by using {{il|Orb of Conflict}}.
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%")  AND mods.generation_type =28
|q_orderBy=mods.id
|stat_text=1
|spawn_weights=1
|level=1
}}
 
===Influenced mod===
These influence explicit mods are either drops from Shaper or Elder or the [[Conquerors]] (Elderslayers) (Read the spawn weight and mod name for details). Alternatively, [[harvest crafting]] or using an [[Elderslayer's Exalted Orb]].
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%") AND spawn_weights.weight > 0 AND mods.generation_type NOT IN (10, 24, 28, 29) AND (spawn_weights.tag LIKE "%elder%" OR spawn_weights.tag LIKE "%shaper%" OR spawn_weights.tag LIKE "%basilisk%" OR spawn_weights.tag LIKE "%crusader%" OR spawn_weights.tag LIKE "%adjudicator%" OR spawn_weights.tag LIKE "%eyrie%" )
|stat_text=1
|spawn_weights=1
|level=1
|generation_type=1
}}
 
===Scourge mods===
Scourge mods are currently unable to obtain in temporary leagues. It can only be found on existing items in the permanent leagues, that are originally drop or created during [[Scourge league]]
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (mod_stats.id LIKE "%unnerve%" OR mod_stats.id LIKE "%unnerve%") AND mods.generation_type =24
|stat_text=1
|spawn_weights=1
|level=1
|generation_type=1
}}
===Fossil mods===
Fossil only mod are not craftable anymore since [[version 3.10.0]]:<br/>
{{modifier table
|q_tables=mod_stats, spawn_weights
|q_join=mods._pageID=mod_stats._pageID, mods._pageID=spawn_weights._pageID
|q_where=
  (mod_stats.id LIKE "%Unnerve%" OR mod_stats.id LIKE "%unnerve%") AND mods.domain = 16
|stat_text=1
|stat_text=1
|spawn_weights=1
|spawn_weights=1
Line 39: Line 161:
==Version history==
==Version history==
{{Version history table header}}
{{Version history table header}}
{{Version history table row|3.8.0}}
{{Version history table row|3.8.0|
* Introduced to the game.
* Introduced to the game.
|}
}}
{{Version history table end}}


==References==
==References==

Latest revision as of 04:35, 10 September 2022

Unnerve
Debuff
Unnerve status icon.png
You are Unnerved, increasing Spell Damage taken.

Unnerve is a debuff that causes affected targets to take 10% increased spell damage.

Mechanics

Unnerve does not increase damage over time taken, even if the damage is from a spell which applies spell damage modifiers to its damage over time effect.[1]

Gems

Skill gems

The following skill gems have stats related to unnerve:

There are no skill gems that have stats related to unnerve.

Related quality stats

The following skill gems have stats from quality related to unnerve:

There are no skill gems that have stats from quality related to unnerve.

Support gems

The following support gems have stats related to unnerve:

GemRequired levelGem has strength requirementGem has dexterity requirementGem has intelligence requirement
Awakened Controlled Destruction SupportAwakened Controlled Destruction SupportSpell, Critical, Support
Icon: C
Level: (1-5)
Cost & Reservation Multiplier: 140%
Requires Level 72Supports attack skills, or spell skills that deal damage.Supported Skills have 80% less Critical Strike Chance
Supported Skills deal (40-44)% more Spell Damage
Supported Skills have (0-10)% chance to Unnerve Enemies for 4 seconds on Hit

Additional Effects From 1-20% Quality:
Supported Skills deal (0.5-10)% increased Spell Damage
This is a Support Gem. It does not grant a bonus to your character, but to skills in sockets connected to it. Place into an item socket connected to a socket containing the Skill Gem you wish to augment. Right click to remove from a socket.
72N/AN/Ayes

Related quality stats

The following support gems have stats from quality related to unnerve:

There are no support gems that have stats from quality related to unnerve.

Passive skill tree

Passive skills

No results found for the given query.

Passive Masteries

Mastery Effects
Wand Mastery
  • Unnerve Enemies for 4 seconds on Hit with Wands

Cluster Jewel Passives

NameStats
Doedre's Apathy
Temporal Chains can affect Hexproof Enemies
Enemies you Curse are Unnerved [1]
Master of Fear
Enemies you Curse are Unnerved [1]

Modifiers

Normal modifier:
No results found

Enchantments

No results found

Eater of Worlds implicit

Eater of Worlds implicit are craftable on armour by using Eldritch Ichors, or drops from map that is influenced by it. The T1 and T2 mods are only craftable by using Orb of ConflictOrb of ConflictStack Size: 10Unpredictably raise the strength of one Searing Exarch or Eater of Worlds modifier on an item and lower the strength of another
Lesser modifiers that have their strength lowered will be removed
Right click this item then left click a non-unique item to apply it. Can only be used on items that have both a Searing Exarch and an Eater of Worlds implicit modifier. The chance of raising or lowering a modifier depends on its relative strength.
.
No results found

Searing Exarch implicit

Searing Exarch implicit are craftable on armour by using Eldritch Embers, or drops from map that is influenced by it. The T1 and T2 mods are only craftable by using Orb of ConflictOrb of ConflictStack Size: 10Unpredictably raise the strength of one Searing Exarch or Eater of Worlds modifier on an item and lower the strength of another
Lesser modifiers that have their strength lowered will be removed
Right click this item then left click a non-unique item to apply it. Can only be used on items that have both a Searing Exarch and an Eater of Worlds implicit modifier. The chance of raising or lowering a modifier depends on its relative strength.
.

NameFor generated item/monster modifiers the minimum item/monster level respectively. Some generation types may not require this condition to be met, however item level restrictions may be raised to 80% of this value.StatsSpawn Weighting
ChanceToUnnerveOnHitEldritchImplicit17515% chance to Unnerve Enemies for 4 seconds on Hitno_tier_6_eldritch_implicit 0
gloves 400
ChanceToUnnerveOnHitEldritchImplicit27520% chance to Unnerve Enemies for 4 seconds on Hitno_tier_5_eldritch_implicit 0
gloves 400
ChanceToUnnerveOnHitEldritchImplicit37525% chance to Unnerve Enemies for 4 seconds on Hitno_tier_4_eldritch_implicit 0
gloves 400
ChanceToUnnerveOnHitEldritchImplicit47530% chance to Unnerve Enemies for 4 seconds on Hitno_tier_3_eldritch_implicit 0
gloves 400
ChanceToUnnerveOnHitEldritchImplicit57535% chance to Unnerve Enemies for 4 seconds on Hitno_tier_2_eldritch_implicit 0
gloves 400
ChanceToUnnerveOnHitEldritchImplicit67540% chance to Unnerve Enemies for 4 seconds on Hitno_tier_1_eldritch_implicit 0
gloves 400
ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence175While a Pinnacle Atlas Boss is in your Presence, 75% chance to Unnerve Enemies for 4 seconds on Hitno_tier_6_eldritch_implicit 0
gloves 0
ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence275While a Pinnacle Atlas Boss is in your Presence, 80% chance to Unnerve Enemies for 4 seconds on Hitno_tier_5_eldritch_implicit 0
gloves 0
ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence375While a Pinnacle Atlas Boss is in your Presence, 85% chance to Unnerve Enemies for 4 seconds on Hitno_tier_4_eldritch_implicit 0
gloves 80
ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence475While a Pinnacle Atlas Boss is in your Presence, 90% chance to Unnerve Enemies for 4 seconds on Hitno_tier_3_eldritch_implicit 0
gloves 80
ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence575While a Pinnacle Atlas Boss is in your Presence, 95% chance to Unnerve Enemies for 4 seconds on Hitno_tier_2_eldritch_implicit 0
gloves 80
ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence675While a Pinnacle Atlas Boss is in your Presence, Unnerve Enemies for 4 seconds on Hitno_tier_1_eldritch_implicit 0
gloves 80
ChanceToUnnerveOnHitEldritchImplicitUniquePresence175While a Unique Enemy is in your Presence, 45% chance to Unnerve Enemies for 4 seconds on Hitno_tier_6_eldritch_implicit 0
gloves 0
ChanceToUnnerveOnHitEldritchImplicitUniquePresence275While a Unique Enemy is in your Presence, 50% chance to Unnerve Enemies for 4 seconds on Hitno_tier_5_eldritch_implicit 0
gloves 200
ChanceToUnnerveOnHitEldritchImplicitUniquePresence375While a Unique Enemy is in your Presence, 55% chance to Unnerve Enemies for 4 seconds on Hitno_tier_4_eldritch_implicit 0
gloves 200
ChanceToUnnerveOnHitEldritchImplicitUniquePresence475While a Unique Enemy is in your Presence, 60% chance to Unnerve Enemies for 4 seconds on Hitno_tier_3_eldritch_implicit 0
gloves 200
ChanceToUnnerveOnHitEldritchImplicitUniquePresence575While a Unique Enemy is in your Presence, 65% chance to Unnerve Enemies for 4 seconds on Hitno_tier_2_eldritch_implicit 0
gloves 200
ChanceToUnnerveOnHitEldritchImplicitUniquePresence675While a Unique Enemy is in your Presence, 70% chance to Unnerve Enemies for 4 seconds on Hitno_tier_1_eldritch_implicit 0
gloves 200

Influenced mod

These influence explicit mods are either drops from Shaper or Elder or the Conquerors (Elderslayers) (Read the spawn weight and mod name for details). Alternatively, harvest crafting or using an Elderslayer's Exalted Orb. No results found

Scourge mods

Scourge mods are currently unable to obtain in temporary leagues. It can only be found on existing items in the permanent leagues, that are originally drop or created during Scourge league

NameGeneration TypeFor generated item/monster modifiers the minimum item/monster level respectively. Some generation types may not require this condition to be met, however item level restrictions may be raised to 80% of this value.StatsSpawn Weighting
HellscapeUpsideChanceToUnnerveOnHit2Scourge Benefit45(7-8)% chance to Unnerve Enemies for 4 seconds on Hithelmet 200
HellscapeUpsideChanceToUnnerveOnHit3Scourge Benefit68(9-10)% chance to Unnerve Enemies for 4 seconds on Hithelmet 200
HellscapeUpsideChanceToUnnerveOnHit4_Scourge Benefit68(11-12)% chance to Unnerve Enemies for 4 seconds on Hithelmet 200

Fossil mods

Fossil only mod are not craftable anymore since version 3.10.0:
No results found

Version history

Version Changes
3.8.0
  • Introduced to the game.

References

  1. Mark_GGG (Mar 11, 2020). "Unnerve and DOT interaction". Official Path of Exile Website. Retrieved April 22, 2020.

ru:Обескураживание