Currency item: Difference between revisions
Mefisto1029 (talk | contribs) No edit summary |
(→Other) |
||
(28 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
A '''currency''' [[item]] | A '''currency item''' is an [[item]] that can be used to achieve an effect, usually [[crafting]] on an [[item]] or paying a [[vendor]]. | ||
==List of currency items== | ==List of currency items== | ||
===Basic currency=== | ===Basic currency=== | ||
{{Drop enabled base item table | |||
|where = items.class_id = "StackableCurrency" | |||
AND (items.name LIKE "%Orb%" | |||
OR items.name LIKE "%Whetstone%" | |||
OR items.name LIKE "%Arcanist's Etcher%" | |||
OR items.name LIKE "%Glassblower's Bauble%" | |||
OR items.name LIKE "%Gemcutter's Prism%" | |||
OR items.name LIKE "%Armourer's Scrap%" | |||
OR items.name LIKE "%Scroll%" | |||
OR items.name LIKE "%Kalandra%") | |||
|large=1 | |||
|drop_level=1 | |||
|stack_size=1 | |||
|help_text=1 | |||
|description=1 | |||
}} | |||
====Shards==== | ====Shards==== | ||
Shards of currency items are obtained primarily by [[disenchanting]] rarity | Shards of currency items are obtained primarily by [[Vendor#Disenchanting|disenchanting]] items with [[rarity]]. These can be combined to form complete currency items by stacking them. | ||
{{Drop enabled base item table | {{Drop enabled base item table | ||
Line 31: | Line 32: | ||
===Essences=== | ===Essences=== | ||
'''[[Essence]]s''' are a type of currency item used for crafting [[equipment]], upgrading the item's rarity and adding a modifier of a specific category. | |||
{{Drop enabled base item table | {{Drop enabled base item table | ||
Line 44: | Line 43: | ||
===Catalysts=== | ===Catalysts=== | ||
'''[[Catalyst | '''[[Catalyst]]s''' are a type of currency item that add [[quality]] to [[jewellery]], increasing the magnitude of certain categories of modifiers. | ||
{{Drop enabled base item table | {{Drop enabled base item table | ||
Line 53: | Line 52: | ||
|description=1 | |description=1 | ||
}} | }} | ||
===Distilled emotions=== | |||
'''[[Distilled emotion]]s''' are a type of currency item that can be used on [[amulet]]s and [[waystone]]s to '''instil''' them, allocating a [[notable]] [[passive skill]] while the amulet is equipped or adding [[Delirium modifier]]s to your [[waystone]]s. | |||
{{Drop enabled base item table | |||
|where = items.class_id = "StackableCurrency" AND items.name LIKE "%Distilled%" | |||
|large=1 | |||
|drop_level=1 | |||
|stack_size=1 | |||
|description=1 | |||
|stat=1 | |||
}} | |||
===Expedition currency=== | |||
'''Expedition currency''' are a type of currency item that can be spent at [[Expedition]] vendors to purchase and specially craft certain types of items or reroll their inventory. | |||
{{Drop enabled base item table | |||
|where = items.class_id = "StackableCurrency" AND (items.name LIKE "%Artifact" OR items.name LIKE "%Exotic Coinage%") | |||
|large=1 | |||
|drop_level=1 | |||
|stack_size=1 | |||
|description=1 | |||
|stat=1 | |||
|help_text = 1 | |||
}} | |||
===Other=== | |||
{{Drop enabled base item table | |||
|where = items.class_id = "StackableCurrency" | |||
AND items.name NOT LIKE "%Orb%" | |||
AND items.name NOT LIKE "%Whetstone%" | |||
AND items.name NOT LIKE "%Arcanist's Etcher%" | |||
AND items.name NOT LIKE "%Glassblower's Bauble%" | |||
AND items.name NOT LIKE "%Gemcutter's Prism%" | |||
AND items.name NOT LIKE "%Armourer's Scrap%" | |||
AND items.name NOT LIKE "%Scroll%" | |||
AND items.name NOT LIKE "%Kalandra%" | |||
AND items.name NOT LIKE "%Shard%" | |||
AND items.name NOT LIKE "%Essence%" | |||
AND items.name NOT LIKE "%Catalyst%" | |||
AND items.name NOT LIKE "%Distilled%" | |||
AND items.name NOT LIKE "% Artifact%" | |||
AND items.name NOT LIKE "%Exotic Coinage%" | |||
AND items.name NOT LIKE "%Splinter%" | |||
AND items.name NOT LIKE "%Key%" | |||
|large=1 | |||
|drop_level=1 | |||
|stack_size=1 | |||
}} | |||
==List of miscellaneous currency items== | |||
The following items can be considered as currency but are not usable directly. | |||
===Omens=== | ===Omens=== | ||
'''[[Omen | '''[[Omen]]s''' are a type of currency item that can be activated to guarantee a specific effect or crafting outcome. They are automatically consumed when triggered. | ||
{{Drop enabled base item table | {{Drop enabled base item table | ||
|where = items.class_id = " | |where = items.class_id = "omen" | ||
|large=1 | |large=1 | ||
|drop_level=1 | |drop_level=1 | ||
|description=1 | |description=1 | ||
}} | }} | ||
=== | ===Splinters=== | ||
'''Splinters''' are small pieces that drop from map [[encounter]]s that, when collected to a certain number, create a [[map fragment]] or similar item that can be used to access various [[endgame]] encounters. | |||
{{Drop enabled base item table | {{Drop enabled base item table | ||
|where = items.class_id = "StackableCurrency" AND items.name LIKE "% | |where = items.class_id = "StackableCurrency" AND (items.name LIKE "%Splinter%") | ||
|large=1 | |large=1 | ||
|drop_level=1 | |drop_level=1 | ||
|stack_size=1 | |stack_size=1 | ||
|help_text = 1 | |||
}} | |||
===Keys=== | |||
{{main|Trial of the Sekhemas}} | |||
'''Keys''' are items found within the [[Trial of the Sekhemas]] that can be used to open respective colour caches. | |||
{{Drop enabled base item table | |||
|where = items.class_id = "StackableCurrency" AND (items.name LIKE "%Key%") | |||
|large=1 | |||
|drop_level=1 | |||
|description=1 | |description=1 | ||
}} | }} | ||
==Version history== | |||
{{Version history table header}} | |||
{{Version history table row|0.1.0c| | |||
* Campaign [[boss]]es killed after the first kill will now drop less currency items, replacing them with other items. | |||
* Lowered the drop rate of {{il|Artificer's Orb|Artificer's Orbs}} and distributed it to {{il|Lesser Jeweller's Orb|Lesser Jeweller's Orbs}}. | |||
* Lowered the drop rate of {{il|Chaos Orb|Chaos Orbs}} and distributed it amongst the other more valued Currency Items (Like {{il|Regal Orb|Regal Orbs}}, {{il|Exalted Orb|Exalted Orbs}}). | |||
}} | |||
{{Version history table row|0.1.0| | |||
* Introduced to the game. | |||
}} | |||
{{Version history table end}} | |||
{{Navbox Items}} | |||
[[Category:Currency items]] | |||
[[Category:Item classes]] | |||
[[Category:Item mechanics]] | |||
{{Sister|poewiki=Currency}} |
Latest revision as of 01:45, 7 January 2025
A currency item is an item that can be used to achieve an effect, usually crafting on an item or paying a vendor.
List of currency items
Basic currency
Item | Stack size | Description | Help text | Drop level |
---|---|---|---|---|
Arcanist's Etcher![]() Shift click to unstack. ![]() | 20 | Improves the quality of a wand, staff or sceptre | Right click this item then left click a wand, staff or sceptre to apply it. The maximum quality is 20%. Shift click to unstack. | 5 |
Armourer's Scrap![]() ![]() | 40 | Improves the quality of an armour | Right click this item then left click an armour to apply it. The maximum quality is 20%. | 5 |
Artificer's Orb![]() ![]() | 20 | Adds a socket to a martial weapon or armour | Right click this item then left click an armour or martial weapon to apply it. | 5 |
Blacksmith's Whetstone![]() Shift click to unstack. ![]() | 20 | Improves the quality of a martial weapon | Right click this item then left click a martial weapon to apply it. The maximum quality is 20%. Shift click to unstack. | 5 |
Chaos Orb![]() Shift click to unstack. ![]() | 20 | Removes a random modifier and augments a rare item with a new random modifier | Right click this item then left click a rare item to apply it. Shift click to unstack. | 12 |
Divine Orb![]() Shift click to unstack. ![]() | 10 | Randomises the numeric values of modifiers on an item | Right click this item then left click an item to apply it. Shift click to unstack. | 35 |
Exalted Orb![]() Shift click to unstack. ![]() | 20 | Augments a rare item with a new random modifier | Right click this item then left click a rare item to apply it. Rare items can have up to six random modifiers. Shift click to unstack. | 5 |
Gemcutter's Prism![]() ![]() | 20 | Improves the quality of a skill gem | Right click this item then left click a skill gem to apply it. The maximum quality is 20%. Shift click to unstack. | 12 |
Glassblower's Bauble![]() ![]() | 20 | Improves the quality of a flask | Right click this item then left click a flask to apply it. The maximum quality is 20%. Shift click to unstack. | 12 |
Greater Jeweller's Orb![]() ![]() | 20 | Adds a socket to a skill gem with 3 sockets | Right click this item then left click a skill gem to apply it. | 45 |
Lesser Jeweller's Orb![]() ![]() | 20 | Adds a socket to a skill gem with 2 sockets | Right click this item then left click a skill gem to apply it. | 25 |
Mirror of Kalandra![]() ![]() | 10 | Creates a mirrored copy of an item | Right click this item then left click an equipable non-unique item to apply it. Mirrored copies cannot be modified. | 35 |
Orb of Alchemy![]() ![]() | 20 | Upgrades a normal item to a rare item with 4 modifiers | Right click this item then left click a normal item to apply it. | 5 |
Orb of Annulment![]() ![]() | 20 | Removes a random modifier from an item | Right click this item then left click on a magic or rare item to apply it. | 35 |
Orb of Augmentation![]() ![]() | 30 | Augments a magic item with a new random modifier | Right click this item then left click a normal item to apply it. Magic items can have up to two random modifiers. | 1 |
Orb of Chance![]() ![]() | 10 | Unpredictable either upgrades a Normal item to Unique rarity or destroys it | Right click this item then left click a normal item to apply it. | 12 |
Orb of Transmutation![]() ![]() | 40 | Upgrades a normal item to a magic item with 1 modifier | Right click this item then left click a normal item to apply it. | 1 |
Perfect Jeweller's Orb![]() ![]() | 20 | Adds a socket to a skill gem with 4 sockets | Right click this item then left click a skill gem to apply it. | 65 |
Regal Orb![]() Shift click to unstack. ![]() | 20 | Upgrades a magic item to a rare item | Right click this item then left click a rare item to apply it. Current modifiers are retained and a new one is added. Shift click to unstack. | 5 |
Scroll of Wisdom![]() ![]() | 40 | Identifies an item | Right click this item then left click an unidentified item to apply it. | 1 |
Vaal Orb![]() Shift click to unstack. ![]() | 20 | Corrupts an item, modifying it unpredictably | Right click this item then left click an item to corrupt it. Corrupted items cannot be modified again. Shift click to unstack. | 35 |
Shards
Shards of currency items are obtained primarily by disenchanting items with rarity. These can be combined to form complete currency items by stacking them.
Item | Stack size | Help text | Drop level |
---|---|---|---|
Artificer's Shard![]() ![]() | 10 | A stack of 10 shards becomes an Artificer's Orb. | 5 |
Chance Shard![]() ![]() | 10 | A stack of 10 shards becomes an Orb of Chance. | 1 |
Regal Shard![]() ![]() | 10 | A stack of 10 shards becomes a Regal Orb | 5 |
Transmutation Shard![]() ![]() | 10 | A stack of 10 shards becomes an Orb of Transmutation | 1 |
Essences
Essences are a type of currency item used for crafting equipment, upgrading the item's rarity and adding a modifier of a specific category.
Item | Stack size | Description | Drop level |
---|---|---|---|
Essence of Battle![]() ![]() | 10 | Upgrades a normal item to Magic with one Attack modifier | — |
Essence of Electricity![]() ![]() | 10 | Upgrades a normal item to Magic with one Lightning modifier | — |
Essence of Enhancement![]() ![]() | 10 | Upgrades a normal item to Magic with one Defence modifier | — |
Essence of Flames![]() ![]() | 10 | Upgrades a normal item to Magic with one Fire modifier | — |
Essence of Haste![]() ![]() | 10 | Upgrades a normal item to Magic with one Speed modifier | — |
Essence of Ice![]() ![]() | 10 | Upgrades a normal item to Magic with one Cold modifier | — |
Essence of Ruin![]() ![]() | 10 | Upgrades a normal item to Magic with one Chaos modifier | — |
Essence of Sorcery![]() ![]() | 10 | Upgrades a normal item to Magic with one Caster modifier | — |
Essence of the Body![]() ![]() | 10 | Upgrades a normal item to Magic with one Life modifier | — |
Essence of the Infinite![]() ![]() | 10 | Upgrades a normal item to Magic with one Attribute modifier | — |
Essence of the Mind![]() ![]() | 10 | Upgrades a normal item to Magic with one Mana modifier | — |
Essence of Torment![]() ![]() | 10 | Upgrades a normal item to Magic with one Physical modifier | — |
Greater Essence of Battle![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Attack modifier | — |
Greater Essence of Electricity![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Lightning modifier | — |
Greater Essence of Enhancement![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Defence modifier | — |
Greater Essence of Flames![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Fire modifier | — |
Greater Essence of Haste![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Speed modifier | — |
Greater Essence of Ice![]() ![]() | 10 | Upgrades a magic item to a Rare item with one Cold modifier | — |
Greater Essence of Ruin![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Chaos modifier | — |
Greater Essence of Sorcery![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Caster modifier | — |
Greater Essence of the Body![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Life modifier | — |
Greater Essence of the Infinite![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Attribute modifier | — |
Greater Essence of the Mind![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Mana modifier | — |
Greater Essence of Torment![]() ![]() | 10 | Upgrades a Magic item to a Rare item with one Physical modifier | — |
Catalysts
Catalysts are a type of currency item that add quality to jewellery, increasing the magnitude of certain categories of modifiers.
Item | Stack size | Description | Drop level |
---|---|---|---|
Adaptive Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Attribute modifiers on a ring or amulet Replaces other quality types | — |
Carapace Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Defence modifiers on a ring or amulet Replaces other quality types | — |
Chayula's Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Chaos modifiers on a ring or amulet Replaces other quality types | — |
Esh's Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Lightning modifiers on a ring or amulet Replaces other quality types | — |
Flesh Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Life modifiers on a ring or amulet Replaces other quality types | — |
Neural Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Mana modifiers on a ring or amulet Replaces other quality types | — |
Reaver Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Attack modifiers on a ring or amulet Replaces other quality types | — |
Sibilant Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Caster modifiers on a ring or amulet Replaces other quality types | — |
Skittering Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Speed modifiers on a ring or amulet Replaces other quality types | — |
Tul's Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Cold modifiers on a ring or amulet Replaces other quality types | — |
Uul-Netol's Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Physical modifiers on a ring or amulet Replaces other quality types | — |
Xoph's Catalyst![]() Replaces other quality typesRight click this item then left click a ring or amulet to apply it. The maximum quality is 20%. ![]() | 10 | Adds quality that enhances Fire modifiers on a ring or amulet Replaces other quality types | — |
Distilled emotions
Distilled emotions are a type of currency item that can be used on amulets and waystones to instil them, allocating a notable passive skill while the amulet is equipped or adding Delirium modifiers to your waystones.
Item | Stack size | Stats | Description | Drop level |
---|---|---|---|---|
Distilled Despair![]() 30% increased Stack size of Simulacrum Splinters found in AreaCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 20% Delirious 30% increased Stack size of Simulacrum Splinters found in Area | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Disgust![]() 30% increased Precursor Tablets found in AreaCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 18% Delirious 30% increased Precursor Tablets found in Area | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Envy![]() 30% increased Waystones found in AreaCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 15% Delirious 30% increased Waystones found in Area | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Fear![]() Rare Monsters have a 25% chance to have an additional ModifierCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 22% Delirious Rare Monsters have a 25% chance to have an additional Modifier | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Greed![]() 8% increased Rarity of Items found in this AreaCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 10% Delirious 8% increased Rarity of Items found in this Area | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Guilt![]() 8% increased Pack SizeCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 9% Delirious 8% increased Pack Size | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Ire![]() 20% increased Magic MonstersCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 7% Delirious 20% increased Magic Monsters | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Isolation![]() ![]() | 10 | Players in Area are 50% Delirious | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Paranoia![]() 15% increased number of Rare MonstersCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 12% Delirious 15% increased number of Rare Monsters | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Distilled Suffering![]() Unique Monsters have 1 additional ModifierCan be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of DeliriumRight click this item to open the Instilling window. ![]() | 10 | Players in Area are 25% Delirious Unique Monsters have 1 additional Modifier | Can be consumed with other Distilled Emotions to Instil Amulets with Notable Passive Skills or Waystones with Layers of Delirium | 1 |
Expedition currency
Expedition currency are a type of currency item that can be spent at Expedition vendors to purchase and specially craft certain types of items or reroll their inventory.
Item | Stack size | Stats | Description | Help text | Drop level |
---|---|---|---|---|---|
Black Scythe Artifact![]() Shift click to unstack. ![]() | 20 | — | A type of artifact used for trading with Tujen during Expedition encounters. | These can be used to trade with Tujen. Shift click to unstack. | 1 |
Broken Circle Artifact![]() Shift click to unstack. ![]() | 20 | — | A type of artifact used for trading with Gwennen during Expedition encounters. | These can be used to trade with Gwennen. Shift click to unstack. | 1 |
Exotic Coinage![]() Shift click to unstack. ![]() | 20 | — | — | These can be brought to Tujen, Gwennen or Rog to refresh their vendor inventory. Shift click to unstack. | 1 |
Order Artifact![]() Shift click to unstack. ![]() | 20 | — | A type of artifact used for trading with Rog during Expedition encounters. | These can be used to trade with Rog. Shift click to unstack. | 1 |
Sun Artifact![]() Shift click to unstack. ![]() | 20 | — | A type of artifact used for trading with Dannig during Expedition encounters. | These can be used to trade with Dannig for other artifacts. Shift click to unstack. | 1 |
Other
Item | Stack size | Drop level |
---|---|---|
Albino Rhoa Feather![]() ![]() | 10 | 1 |
Gold![]() ![]() | — | 1 |
List of miscellaneous currency items
The following items can be considered as currency but are not usable directly.
Omens
Omens are a type of currency item that can be activated to guarantee a specific effect or crafting outcome. They are automatically consumed when triggered.
Item | Description | Drop level |
---|---|---|
Omen of Amelioration![]() ![]() | While this item is active in your inventory will prevent 75% of Experience loss when you die | 1 |
Omen of Corruption![]() ![]() | While this item is active in your inventory your next Vaal Orb will be more unpredictable | 1 |
Omen of Dextral Alchemy![]() ![]() | While this item is active in your inventory your next Orb of Alchemy will result in the maximum number of suffix modifiers | 1 |
Omen of Dextral Annulment![]() ![]() | While this item is active in your inventory your next Orb of Annulment will remove only suffix modifiers | 80 |
Omen of Dextral Coronation![]() ![]() | While this item is active in your inventory your next Regal Orb will add only suffix modifiers | 1 |
Omen of Dextral Erasure![]() ![]() | While this item is active in your inventory your next Chaos Orb will remove only suffix modifiers | 80 |
Omen of Dextral Exaltation![]() ![]() | While this item is active in your inventory your next Exalted Orb will add only suffix modifiers | 1 |
Omen of Greater Annulment![]() ![]() | While this item is active in your inventory your next Orb of Annulment will remove two modifiers | 75 |
Omen of Greater Exaltation![]() ![]() | While this item is active in your inventory your next Exalted Orb will add two random modifiers | 1 |
Omen of Refreshment![]() ![]() | While this item is active in your inventory will fully recover your flask and charm charges when you reach Low Life | 1 |
Omen of Resurgence![]() ![]() | While this item is active in your inventory will fully recover your Life, Mana and Energy Shield when you reach Low Life | 1 |
Omen of Sinistral Alchemy![]() ![]() | While this item is active in your inventory your next Orb of Alchemy will result in the maximum number of prefix modifiers | 1 |
Omen of Sinistral Annulment![]() ![]() | While this item is active in your inventory your next Orb of Annulment will remove only prefix modifiers | 80 |
Omen of Sinistral Coronation![]() ![]() | While this item is active in your inventory your next Regal Orb will add only prefix modifiers | 1 |
Omen of Sinistral Erasure![]() ![]() | While this item is active in your inventory your next Chaos Orb will remove only prefix modifiers | 80 |
Omen of Sinistral Exaltation![]() ![]() | While this item is active in your inventory your next Exalted Orb will add only prefix modifiers | 1 |
Omen of Whittling![]() ![]() | While this item is active in your inventory your next Chaos Orb will remove the lowest level modifier | 75 |
Splinters
Splinters are small pieces that drop from map encounters that, when collected to a certain number, create a map fragment or similar item that can be used to access various endgame encounters.
Item | Stack size | Help text | Drop level |
---|---|---|---|
Breach Splinter![]() ![]() | 300 | Combine 300 Splinters to create a Breachstone. Shift click to unstack. | 1 |
Simulacrum Splinter![]() ![]() | 300 | Combine 300 splinters to create a Simulacrum. | — |
Keys
Keys are items found within the Trial of the Sekhemas that can be used to open respective colour caches.
Item | Description | Drop level |
---|---|---|
Bronze Key![]() ![]() | Used to open Bronze Caches within the Trials | 1 |
Gold Key![]() ![]() | Used to open Golden Caches within the Trials | 1 |
Silver Key![]() ![]() | Used to open Silver Caches within the Trials | 1 |
Version history
Version | Changes |
---|---|
0.1.0c |
|
0.1.0 |
|