Item Affixes:修订间差异

删除30,290字节 、​ 2023年12月2日 (星期六)
无编辑摘要
无编辑摘要
无编辑摘要
 
(未显示同一用户的7个中间版本)
第1行: 第1行:
<noinclude>This page lists changes made to item affixes in PD2 relative to the vanilla game. For changes made to automod affixes, see [[Item Bases]].</noinclude>
<noinclude>This page lists changes made to item affixes in PD2 relative to the vanilla game. For changes made to automod affixes, see [[Item Bases]].</noinclude>


  This page is missing affix changes from [[Patch_Notes#S6|season 6]]. For a full list of changes, see the s6 changelogs for [https://github.com/BetweenWalls/PD2-Singleplayer/commits/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official/MagicPrefix.txt MagicPrefix.txt] and [https://github.com/BetweenWalls/PD2-Singleplayer/commits/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official/MagicSuffix.txt MagicSuffix.txt]. Note: [[Maps#Affixes|map affixes]] are not listed on this page and ''have'' been updated for s6.


Item types are colored <span class="d2-blue">blue</span> if the affix can only appear on magic versions, and <span class="d2-yellow">yellow</span> if they can appear on magic ''and'' rare versions. Rare and [[Crafting | crafted]] items use the same affix pool, so <span class="d2-orange">crafted</span> items can get any affixes that rare items can get.
<noinclude>__TOC__</noinclude>
 
 
<noinclude>{{Clickable button 2|Item Affixes|Expand/Collapse All|class=expand-or-collapse-all-button nomobile|style=background-color:#1F160C;color:#F9C666;min-height: 0px;}}</noinclude>
 
== General Affix Info ==
Affixes are item modifiers which each add one or more item attributes. They are randomly selected for <span class="d2-blue">magic</span>/<span class="d2-yellow">rare</span>/<span class="d2-orange">crafted</span> items when those items are initially generated and each affix has its own weighted frequency, making some affixes rarer than others. Affixes are grouped and items cannot have more than one affix from each group - similar attributes are usually grouped together, but not always (notably prefixes/suffixes) so items can have multiple affixes which add the same attributes in some cases. Item rarity and item level (ilvl) determine how many affixes the item can have:
* magic: 1-2 total affixes; at most 1 prefix and 1 suffix
* rare: 3-6 total affixes; at most 3 prefixes and 3 suffixes (jewels are further limited to 4 total affixes)
** ilvl 45+: 4-6 affixes (rare jewels always get 4 affixes regardless of ilvl)
** ilvl 65+: 5-6 affixes
** ilvl 85+: 6 affixes
* [[Crafting|crafted]]: 1-4 total affixes in addition to predetermined attributes; at most 3 prefixes or 3 suffixes
** ilvl 1-30: 4 affixes (20%), 3 affixes (20%), 2 affixes (20%), 1 affix (40%)
** ilvl 31-50: 4 affixes (20%), 3 affixes (20%), 2 affixes (60%)
** ilvl 51-70: 4 affixes (20%), 3 affixes (80%)
** ilvl 71+: 4 affixes (100%)
 
In addition to determining how many affixes an item can have, the item's rarity can also affect ''which'' affixes can spawn - some affixes are limited to magic items only. Item types are colored <span class="d2-blue">blue</span> if the affix can only appear on <span class="d2-blue">magic</span> versions, and <span class="d2-yellow">yellow</span> if they can appear on <span class="d2-blue">magic</span> ''and'' <span class="d2-yellow">rare</span>/<span class="d2-orange">crafted</span> versions.
 
The required level (rlvl) for a character to use an item with a given affix is typically 75% of the alvl, but this is not always the case. It is shown alongside alvl, frequency (freq) and group in the tables below.
 
=== Affix Level ===
<div id="Other Info"></div>
An item's affix level (alvl) determines which affixes can spawn on it. The alvl is determined by 3 item properties: item level (ilvl), [[Item_Affixes#Item_Quality_Levels|quality level]] (qlvl), and magic level (maglvl). Specific item bases always have the same qlvl & maglvl, whereas the ilvl varies depending on where the item is found.
 
Firstly, if the qlvl is higher than the ilvl, it gets used instead. Items won't naturally drop at ilvls below their qlvl, so this is only relevant if an item's ilvl gets modified afterward somehow, such as via [[Recipes#Imbue|imbuing]] or cube recipes.
 
: <code>if (qlvl > ilvl)</code> <code>ilvl = qlvl</code>
 
Most items have a maglvl of 0 so this isn't relevant for them, but a few items have a non-zero magic level: non-elite wands (1), staves (1), orbs (1), and circlets: Circlet (3), Coronet (8), Tiara (13), Diadem (18). For these items, the alvl is simple to calculate:
 
: <code>if (maglvl > 0)</code> <code>alvl = ilvl + maglvl</code>


A number in '''('''parenthesis''')''' after an item type indicates the minimum affix level (alvl) for that affix to spawn on the item type. An item's alvl is determined by its item level, quality level, and magic level (see how it's [[Item_Affixes#Other_Info|calculated below]]). If the alvl is followed by numbers in '''['''brackets''']''', they indicate an attribute range for that alvl that differs from what is shown in the Attributes column.
For items with a magic level, this has the effect of reducing the minimum ilvl needed for an affix to spawn. For example, a tiara can get +2 to class skills at ilvl 77 rather than needing to be ilvl 90+. Diadems are an interesting case here - they have such a high qlvl and maglvl that their ilvl is irrelevant and their alvl is always 99.


The required level (rlvl) to use an item with a given affix is typically 75% of the minimum alvl, but this is not always the case. Item types are listed according to their alvl in ascending order, and are followed by their rlvls in the same order.
For other items, the alvl follows the formula below. Items with very low qlvls will often have higher alvls than other items of the same ilvl - items with a qlvl of 1 (e.g. amulets/rings/quivers/jewels) will always have an alvl that's equal to their ilvl.


Notes about item groups:
: <code>if (ilvl < 99 - [qlvl/2])</code> <code>then {alvl = ilvl - [qlvl/2]}</code> <code>else {alvl = 2*ilvl - 99}</code>
For a visual, see the [https://docs.google.com/spreadsheets/d/1-vKTxRlgTxat3_INgrwa3YVMC3A3yJSMZw3uvD8YBoo/edit#gid=78975438 alvl chart]. A portion of the chart is included below, showing the relevant info for alvls 71 and higher. Follow the diagonal line of alvl values and you'll notice:
* any ilvl 85+ item will be alvl 71 or higher, and items with qlvl 1-27 can reach that alvl at lower ilvls
* any ilvl 92+ item will be alvl 85 or higher, and items with qlvl 1-13 can reach that alvl at lower ilvls
<div style="display:flex; flex-direction:row; margin:0.5em 0 0 1em;">
[[File:alvl_chart_partial.png|Partial ALVL Chart]]
</div>
 
=== Item Quality Levels ===
<div id="qlvl"></div>
{{:Item_Quality_Levels}}
=== Item Types ===
Notes about listed affix-capable item types:
* Rod includes Staff/Wand/Scepter
* Rod includes Staff/Wand/Scepter
* Blunt Weapon includes all mace subtypes (Club, Tipped Mace, Hammer) and Rods
* Blunt Weapon includes all mace subtypes (Club, Tipped Mace, Hammer) and Rods
第24行: 第67行:
* Helm ''excludes'' Circlet
* Helm ''excludes'' Circlet
* Tipped Mace refers to the Mace subtype and ''excludes'' Club/Hammer
* Tipped Mace refers to the Mace subtype and ''excludes'' Club/Hammer
* Item groups followed by a superscript refer to a subset of those groups:
* Item types followed by a superscript refer to a subset of those types:
** Group<sup>NC</sup> "Non-Class", excludes class-specific items (Barbarian/Druid Helms, Necromancer/Paladin Shields, Amazon Bows/Spears/Javelins)
** Group<sup>NC</sup> "Non-Class", excludes class-specific items (Barbarian/Druid Helms, Necromancer/Paladin Shields, Amazon Bows/Spears/Javelins)
** Group<sup>P&nbsp;&nbsp;</sup> "Physical", excludes traditionally non-physical weapons (Orb, Wand, Staff)
** Group<sup>P&nbsp;&nbsp;</sup> "Physical", excludes traditionally non-physical weapons (Orb, Wand, Staff)
** Group<sup>PS</sup> "Physical+Staff", excludes Orb & Wand
** Group<sup>PS</sup> "Physical+Staff", excludes Orb & Wand


== All Item Affixes ==
Many affix "names" have multiple entries. They're all listed here as they appear in the text files, and ordered by group. Multiple affixes from the same group cannot appear together.


<noinclude>__TOC__</noinclude>
<div id="Equipment"></div>
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
 
|+ <h3 style="display:inline; border:0px; padding:0px;">Equipment Prefixes</h3>
<noinclude>{{Clickable button 2|Item Affixes|Expand/Collapse All|class=expand-or-collapse-all-button nomobile|style=background-color:#1F160C;color:#F9C666;min-height: 0px;}}</noinclude>
|-
 
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
== Item Affix Changes ==
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Skills</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Sturdy || +[10-20]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 1-41 || 1 || 9 || 101 || added max alvl
|-
|-
| Archer's || P || +3 to Bow and Crossbow Skills (Amazon only) || <span class="d2-yellow">Missile Weapon(60),</span> <span class="d2-blue">Gloves(60)</span> (rlvl 45) || <span class="d2-blue">was magic only</span>
| Sturdy || +[21-30]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 4-44 || 3 || 9 || 101 || added max alvl
|-
|-
| Lancer's || P || +3 to Javelin and Spear Skills (Amazon only) || <span class="d2-blue">Amulet(60), Circlet(60), Gloves(60),</span> <span class="d2-yellow">Spear(60),</span> (rlvl 45) || <span class="d2-blue">was magic only</span>, added Amulet, Circlet
| Strong || +[31-40]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 9-49 || 6 || 8 || 101 || added max alvl
|-
|-
| Spearmaiden's || P || +2 to Javelin and Spear Skills (Amazon only) || <span class="d2-yellow">Amulet(40), Circlet(40), Gloves(40), Spear(40)</span> (rlvl 30) || added Amulet, Circlet
| Glorious || +[41-50]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 19-59 || 14 || 8 || 101 || added max alvl
|-
|-
| Harpoonist's || P || +1 to Javelin and Spear Skills (Amazon only) || <span class="d2-yellow">Amulet(20), Circlet(20), Gloves(20), Spear(20),</span> <span class="d2-blue">Grand Charm(50)</span> (rlvl 15, 42) || added Amulet, Circlet
| Blessed || +[51-65]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 25 || 18 || 7 || 101 ||
|-
|-
| Maiden's || P || +1 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon(30), Spear(30), Amulet(36), Circlet(36), Chest(36), Shield<sup>NC</sup>(36), Helm<sup>NC</sup>(36)</span> (rlvl 22, 27, 65) || added Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup>
| Saintly || +[66-80]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 31 || 23 || 7 || 101 ||
|-
|-
| Magekiller's || P || +1 to Assassin Skills || <span class="d2-yellow">Claw(30), Amulet(36), Circlet(36), Chest(65), Shield<sup>NC</sup>(65), Helm(65)</span> (rlvl 22, 27, 58) || added Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup>
| Holy || +[81-100]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 36 || 27 || 6 || 101 ||
|-
|-
| Slayer's || P || +1 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm(30), Club(30), Hammer(30), Tipped Mace(30), Axe(30), Throwing Knife(30), Two-Handed Spear<sup>NC</sup>(30), Sword(30), Amulet(36), Circlet(36), Chest(65), Shield<sup>NC</sup>(65), Helm<sup>NC</sup>(65)</span> (rlvl 22, 27, 58) || added Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup>
| Godly || +[101-200]% Enhanced Defense || <span class="d2-blue">Armor</span> || 45 || 38 || 3 || 101 ||
|-
|-
| Shaman's || P || +1 to Druid Skill Levels || <span class="d2-yellow">Druid Helm(30), Club(30), Amulet(36), Circlet(36), Chest(65), Shield<sup>NC</sup>(65), Helm<sup>NC</sup>(65)</span> (rlvl 22, 27, 58) || added Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup>
| Godly || +[101-200]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 50 || 43 || 1 || 101 ||
|-
|-
| Summoner's || P || +1 to Necromancer Skill Levels || <span class="d2-yellow">Necromancer Shield(30), Wand(30), Knife(30), Amulet(36), Circlet(36), Chest(65), Shield<sup>NC</sup>(65), Helm<sup>NC</sup>(65)</span> (rlvl 22, 27, 58) || added Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup>
| Faithful || +[0-49] Defense (+0.5 per Level) || <span class="d2-yellow">Gloves, Boots, Belt, Shield</span> || 30 || 22 || 3 || 101 || <!-- Paleocene in file -->
|-
|-
| Monk's || P || +1 to Paladin Skill Levels || <span class="d2-yellow">Paladin Shield(30), Scepter(30), Hammer(35), Tipped Mace(35), Sword(35), Amulet(36), Circlet(36), Shield<sup>NC</sup>(35-65), Helm<sup>NC</sup>(65), Chest(65)</span> (rlvl 22, 27, 27, 58) || Shield<sup>NC</sup> was alvl 35, added Chest, Helm<sup>NC</sup>
| Faithful || +[3-297] Defense (+3 per Level) || <span class="d2-yellow">Chest</span> || 30 || 22 || 4 || 101 || <!-- Paleocene in file -->
|-
|-
| Angel's || P || +1 to Sorceress Skill Levels || <span class="d2-yellow">Orb(30), Staff(30), Amulet(36), Circlet(36), Chest(65), Shield<sup>NC</sup>(65), Helm<sup>NC</sup>(65)</span> (rlvl 22, 27, 58) || added Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup>
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">Quiver</span> || 8 || 6 || 4 || 103 || new*
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Faster Cast/Attack/Run</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">Quiver</span> || 38 || 30 || 4 || 103 || new
|-
|-
| Apprentice || S || +10% Faster Cast Rate || <span class="d2-yellow">Amulet(5), Circlet(5), Orb(5), Ring(5), Rod(5), Chest(17), Shield(17), Gloves(25), Belt(25)</span> (rlvl 3, 20, 29) || added Chest, Shield, Gloves, Belt
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">Quiver</span> || 38 || 30 || 4 || 103 || new
|-
|-
| Magus || S || +20% Faster Cast Rate || <span class="d2-yellow">Chest(25), Shield(25), Circlet(29), Orb(29), Rod(29)</span> (rlvl 29, 21) || added Chest, Shield, Scepter
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">Quiver</span> || 12 || 9 || 4 || 104 || new*
|-
|-
| Swiftness || S || +30% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>(34), Missile Weapon(34)</span> (rlvl 26) || added Missile Weapon
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">Quiver</span> || 35 || 27 || 4 || 104 || new*
|-
|-
| Quickness || S || +40% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>(46), Missile Weapon(46)</span> (rlvl 38) || added Missile Weapon
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">Quiver</span> || 58 || 50 || 4 || 104 || new*
|-
|-
| Pacing || S || +10% Faster Run/Walk || <span class="d2-yellow">Boots(12), Circlet(12), Amazon Weapon(12)</span> (rlvl 8) || added Amazon Weapon
| Gritty || +[0-74] to Maximum Damage (+0.75 per Level) || <span class="d2-yellow">Weapon<sup>P</sup></span> || 50 || 37 || 7 || 105 ||
|-
|-
| Haste || S || +20% Faster Run/Walk || <span class="d2-yellow">Boots(22), Circlet(22), Amazon Weapon(22)</span> (rlvl 16) || added Amazon Weapon
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Circlet</span> || 1-41 || 1 || 9 || 105 || added max alvl
|-
|-
| Transportation || S || +30% Faster Run/Walk,<br>[80-90]% Slower Stamina Drain || <span class="d2-yellow">Boots(65)</span> (rlvl 57) || <span class="d2-blue">was magic only</span> <!-- "Traveling" in text file -->
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 1 || 1 || 9 || 105 || new
|}
* Apprentice/Magus can't roll alongside Readiness/Alacrity (Increased Attack Speed) on gloves
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">PDR</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Circlet</span> || 5-45 || 3 || 9 || 105 || added max alvl
|-
|-
| Defending || S || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Chest(45), Shield(45), Belt(65)</span> (rlvl 20, 40) || new (freq 1)
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 5 || 3 || 9 || 105 || new
|-
|-
| Protecting || S || Physical Damage Taken Reduced by [10-15]% || <span class="d2-yellow">Chest(65), Shield(65)</span> (rlvl 40) || new (freq 1)
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 8-48 || 6 || 8 || 105 || added max alvl
|-
|-
| Guardianship || S || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 60) || new (freq 1)
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 8 || 6 || 8 || 105 || new
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Mana/Life after each Kill and Jewel Affixes</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 14-54 || 10 || 8 || 105 || added max alvl
|-
|-
| Triumphant || P || +1 to Mana after each Kill || <span class="d2-yellow">Circlet(3), Ring(3), Weapon(3), Helm(3), Shield(3), Chest(3)</span> (rlvl 2) || added Helm, Shield, Chest
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 14 || 10 || 8 || 105 || new
|-
|-
| Aureolic || P || +[1-3] to Mana after each Kill || <span class="d2-yellow">Jewel(22), Helm(22), Shield(22), Chest(22)</span> (rlvl 16) || added Helm, Shield, Chest <!-- "Aureolin" in text file -->
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 20-60 || 15 || 7 || 105 || added max alvl
|-
|-
| Victorious || P || +[2-5] to Mana after each Kill || <span class="d2-yellow">Circlet(17), Weapon(17), Helm(17), Shield(17), Chest(17)</span> (rlvl 12) || added Helm, Shield, Chest
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 20 || 15 || 7 || 105 || new
|-
|-
| Blood Letting || P || +1 Life after each Kill || <span class="d2-yellow">Helm(13), Circlet(13), Shield(13), Chest(13), Weapon(13), Ring(13)</span> (rlvl 12) || new (freq 3)
| Savage || +[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 26 || 19 || 7 || 105 ||
|-
|-
| Blood Sucking || P || +[1-3] Life after each Kill || <span class="d2-yellow">Jewel(32), Weapon(32), Ring(32), Helm(32), Shield(32), Chest(32)</span> (rlvl 26) || new (freq 2)
| Savage || +[66-80]% Enhanced Damage || <span class="d2-blue">Quiver</span> || 26 || 19 || 7 || 105 || new
|-
|-
| Murderous || P || +[2-5] Life after each Kill || <span class="d2-yellow">Helm(51), Circlet(51), Shield(51), Chest(51), Weapon(51)</span> (rlvl 44) || new (freq 1)
| Merciless || +[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 6 || 105 ||
|-
|-
| Turquoise || P || +[16-20] to Mana || <span class="d2-yellow">Jewel(29)</span> (rlvl 21) || <span class="d2-blue">was magic only</span>
| Ferocious || +[101-200]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 41 || 33 || 6 || 105 ||
|-
|-
| Cerulean || P || +[21-30] to Mana || <span class="d2-yellow">Jewel(49)</span> (rlvl 41) || new (freq 2)
| Cruel || +[201-300]% Enhanced Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 51 || 43 || 5 || 105 ||
|-
|-
| Argent || P || +[61-100] to Attack Rating || <span class="d2-yellow">Jewel(44)</span> (rlvl 36) || <span class="d2-blue">was magic only</span>
| Cruel || +[201-300]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 1 || 105 ||
|-
|-
| Carnage || S || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel(25)</span> (rlvl 18) || <span class="d2-blue">was magic only</span>
| Visceral || +[301-400]% Enhanced Damage || <span class="d2-yellow">Missile Weapon, Amazon Javelin, Knife, Club, Tipped Mace, Throwing Axe</span> || 75 || 69 || 1 || 105 || new
|-
|-
| Vermillion || P || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel(58)</span> (rlvl 50) || <span class="d2-blue">was magic only</span>
| Supporting || +[10-20]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 25 || 18 || 2 || 105 || new
|-
|-
| Ruby || P || +[31-40]% Enhanced Damage || <span class="d2-yellow">Jewel(66)</span> (rlvl 58) || <span class="d2-blue">was magic only</span>
| Reinforcing || +[20-40]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 35 || 28 || 2 || 105 || new
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Enhanced Damage</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Empowering || +[40-60]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 45 || 38 || 2 || 105 || new
|-
|-
| Supporting || P || +[10-20]% Enhanced Damage || <span class="d2-yellow">Chest(25), Shield(25)</span> (rlvl 18) || new (freq 2)
| Bolstering || +[60-80]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 55 || 48 || 2 || 105 || new
|-
|-
| Reinforcing || P || +[20-40]% Enhanced Damage || <span class="d2-yellow">Chest(35), Shield(35)</span> (rlvl 28) || new (freq 2)
| Fortifying || +[80-120]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 65 || 58 || 2 || 105 || new
|-
|-
| Empowering || P || +[40-60]% Enhanced Damage || <span class="d2-yellow">Chest(45), Shield(45)</span> (rlvl 38) || new (freq 2)
| Embattled || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 75 || 68 || 2 || 105 || new
|-
|-
| Bolstering || P || +[60-80]% Enhanced Damage || <span class="d2-yellow">Chest(55), Shield(55)</span> (rlvl 48) || new (freq 2)
| Rampaging || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest</span> || 85 || 78 || 1 || 105 || new
|-
|-
| Fortifying || P || +[80-120]% Enhanced Damage || <span class="d2-yellow">Chest(65), Shield(65)</span> (rlvl 58) || new (freq 2)
| Vulpine || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">Shield, Amulet, Orb, Staff</span> || 9 || 6 || 3 || 107 ||
|-
|-
| Embattled || P || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest(75), Shield(75)</span> (rlvl 68) || new (freq 2)
| Tireless || Heal Stamina Plus 10% || <span class="d2-yellow">Boots</span> || 1-5 || 1 || 4 || 108 ||
|-
|-
| Rampaging || P || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 78) || new (freq 1)
| Tireless || Heal Stamina Plus 25% || <span class="d2-yellow">Boots</span> || 6 || 4 || 4 || 108 ||
|-
|-
| Visceral || P || +[301-400]% Enhanced Damage || <span class="d2-yellow">Club(75), Tipped Mace(75), Knife(75), Throwing Axe(75), Amazon Javelin(75), Missile Weapon(75)</span> (rlvl 69) || new (freq 1)
| Tireless || Heal Stamina Plus 50% || <span class="d2-yellow">Boots</span> || 14 || 10 || 4 || 108 ||
|-
|-
| Grandmaster's || P || +[151-200]% Enhanced Damage,<br>+[251-300] to Attack Rating || <span class="d2-blue">Weapon<sup>P</sup>(69),</span> <span class="d2-yellow">Missile Weapon(69)</span> (rlvl 61) || <span class="d2-blue">was magic only</span>
| Bronze || +[10-20] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Helm, Chest, Gloves, Amulet</span> || 1-41 || 1 || 8 || 110 || added max alvl, added Helm, Chest, Gloves
|-
|-
| Celestial || P || +[201-300]% Damage to Demons,<br>+[301-400] to Attack Rating against Demons || <span class="d2-blue">Weapon<sup>PS</sup>(55),</span> <span class="d2-yellow">Missile Weapon(55)</span> (rlvl 41) || <span class="d2-blue">was magic only</span>
| Iron || +[21-40] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Helm, Chest, Gloves</span> || 4-44 || 3 || 8 || 110 || added max alvl, added Helm, Chest, Gloves
|-
|-
| Divine || P || +[276-350]% Damage to Undead,<br>+[326-450] to Attack Rating against Undead || <span class="d2-blue">Weapon<sup>PS</sup>(45),</span> <span class="d2-yellow">Missile Weapon(45)</span> (rlvl 37) || <span class="d2-blue">was magic only</span>
| Steel || +[41-60] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Helm, Chest, Gloves</span> || 8 || 6 || 7 || 110 || added Helm, Chest, Gloves
|-
|-
| Arcadian || P || +[26-50]% Damage to Demons,<br>+[51-100] to Attack Rating against Demons || <span class="d2-yellow">Circlet(15), Helm(15), Weapon<sup>PS</sup>(15)</span> (rlvl 11) || added Helm
| Silver || +[61-80] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Helm, Chest, Gloves, Quiver</span> || 12 || 9 || 7 || 110 || added Helm, Chest, Gloves, Quiver
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Flat Damage</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Gold || +[81-100] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Helm, Chest, Gloves, Quiver</span> || 17 || 12 || 6 || 110 || added Helm, Chest, Gloves, Quiver
|-
|-
| Craftsmanship || S || +[1-5] to Maximum Damage || <span class="d2-yellow">Amulet(1[1]), Ring(1[1]), Weapon<sup>P</sup>(1[1]), Circlet(1-7[1-2];8-14[2-3];15[4-5]), Helm(1-7[1-2];8-14[2-3];15[4-5])</span> (rlvl 1, 1, 6, 11) || added Helm
| Platinum || +[101-120] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Helm, Chest, Gloves, Quiver</span> || 22 || 16 || 6 || 110 || added Helm, Chest, Gloves, Quiver
|-
|-
| Quality || S || +[2-8] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(4[2]), Circlet(23-29[6-7];30[7-8]), Helm(23-29[6-7];30[7-8])</span> (rlvl 3, 17, 22) || added Helm
| Meteoric || +[121-150] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 27 || 20 || 5 || 110 || added Quiver
|-
|-
| Maiming || S || +[3-12] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(7[3-4]), Amulet(42[3-4]), Ring(42[3-4]), Shield(42[3-4]), Circlet(</span><span class="d2-blue">37-44[9-10];</span><span class="d2-yellow">45[11-12]), Helm(</span><span class="d2-blue">37-44[9-10];</span><span class="d2-yellow">45[11-12])</span> (rlvl 5, 34, 29, 37) || added Helm
| Strange || +[151-300] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 5 || 110 ||
|-
|-
| Worth || S || +[1-3] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(1[1-2]), Amulet(15[2-3]), Circlet(15[2-3]), Helm(15[2-3]), Ring(15[2-3])</span> (rlvl 1, 11) || added Helm
| Strange || +[151-300] to Attack Rating || <span class="d2-blue">Quiver</span> || 32 || 24 || 5 || 110 || new
|-
|-
| Measure || S || +[3-5] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(12[3-4]), Amulet(37[4-5]), Circlet(37[4-5]), Helm(37[4-5]), Ring(37[4-5])</span> (rlvl 9, 29) || added Helm
| Weird || +[301-450] to Attack Rating || <span class="d2-blue">Weapon<sup>P</sup></span> || 37 || 27 || 4 || 110 ||
|-
|-
| Excellence || S || +[5-9] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(24[5-8]), Amulet(59[6-9]), Circlet(59[6-9]), Helm(59[6-9]), Ring(59[6-9])</span> (rlvl 18, 51) || added Helm
| Sharp || [10-20] to Attack Rating,<br>+[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 5-45 || 3 || 9 || 111 || added max alvl
|-
|-
| Performance || S || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(48), Amulet(81[10-13]), Ring(81[10-13]), Circlet(81[10-13]), Helm(81[10-13])</span> (rlvl 40, 63) || <span class="d2-blue">Amulet, Circlet, Ring were magic only</span>, added Helm
| Fine || [21-40] to Attack Rating,<br>+[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12-52 || 9 || 9 || 111 || added max alvl
|-
|-
| Carnage || S || +[11-14] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(19), Helm(71), Circlet(71), Amulet(71), Ring(71)</span> (rlvl 14, 58) || added Helm, Circlet, Amulet, Ring
| Warrior's || [41-60] to Attack Rating,<br>+[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19-59 || 13 || 8 || 111 || added max alvl
|-
|-
| Butchery || S || +[21-40] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(35)</span> (rlvl 27) || <span class="d2-blue">was magic only</span>
| Soldier's || [61-80] to Attack Rating,<br>+[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 27 || 19 || 8 || 111 ||  
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Attack Rating</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Knight's || [81-100] to Attack Rating,<br>+[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 38 || 30 || 7 || 111 ||
|-
|-
| Bronze || P || +[10-20] to Attack Rating || <span class="d2-yellow">Amulet(1), Circlet(1), Ring(1), Weapon<sup>P</sup>(1), Gloves(1), Helm(1)</span> (rlvl 1) || added Helm
| Lord's || [101-120] to Attack Rating,<br>+[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 47 || 39 || 6 || 111 ||
|-
|-
| Iron || P || +[21-40] to Attack Rating || <span class="d2-yellow">Circlet(4), Ring(4), Weapon<sup>P</sup>(4), Chest(4), Gloves(4), Helm(4)</span> (rlvl 3) || added Chest, Gloves, Helm
| King's || [121-150] to Attack Rating,<br>+[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 5 || 111 ||
|-
|-
| Steel || P || +[41-60] to Attack Rating || <span class="d2-yellow">Circlet(8), Ring(8), Weapon<sup>P</sup>(8), Chest(8), Gloves(8), Helm(8)</span> (rlvl 6) || added Chest, Gloves, Helm
| Master's || [151-250] to Attack Rating,<br>+[101-150]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 5 || 111 ||
|-
|-
| Silver || P || +[61-80] to Attack Rating || <span class="d2-yellow">Circlet(12), Ring(12), Weapon<sup>P</sup>(12), Chest(12), Gloves(12), Helm(12)</span> (rlvl 9) || added Chest, Gloves, Helm
| Grandmaster's || [251-300] to Attack Rating,<br>+[151-200]% Enhanced Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 69 || 61 || 4 || 111 ||
|-
|-
| Gold || P || +[81-100] to Attack Rating || <span class="d2-yellow">Circlet(17), Ring(17), Weapon<sup>P</sup>(17), Chest(17), Gloves(17), Helm(17)</span> (rlvl 12) || added Chest, Gloves, Helm
| Grandmaster's || +[251-300] to Attack Rating,<br>+[151-200]% Enhanced Damage || <span class="d2-yellow">Missile Weapon</span> || 69 || 61 || 4 || 111 || new
|-
|-
| Platinum || P || +[101-120] to Attack Rating || <span class="d2-yellow">Circlet(22), Ring(22), Weapon<sup>P</sup>(22), Chest(22), Gloves(22), Helm(22)</span> (rlvl 16) || added Chest, Gloves, Helm
| Fool's || +[0-49] to Maximum Damage (+0.5 per Level),<br>+[16-1633] to Attack Rating (+16.5 per Level) || <span class="d2-yellow">Weapon<sup>P</sup></span> || 50 || 37 || 7 || 111 || <!-- Trump in file -->
|-
|-
| Light || S || <span class="nmod">+[15-30] to Attack Rating,<br>+1 to Light Radius</span> || <span class="d2-yellow">Armor(6), Amulet(6), Ring(6), Rod(6)</span> (rlvl 4) || was +15 to Attack Rating and +1 to Light Radius
| Hawkeye || +[6-594] to Attack Rating (+6 per Level) || <span class="d2-blue">Weapon<sup>P</sup></span> || 35 || 26 || 7 || 111 ||
|-
|-
| Radiance || S || <span class="nmod">+[30-60] to Attack Rating,<br>+3 to Light Radius</span> || <span class="d2-yellow">Amulet(15), Missile Weapon(15), Helm(15), Ring(15), Rod(15), Chest(15)</span> (rlvl 11) || was +30 to Attack Rating and +3 to Light Radius, added Chest
| Visionary || [1-99]% Bonus to Attack Rating (1% per Level) || <span class="d2-yellow">Helm, Missile Weapon</span> || 25 || 18 || 1 || 111 ||
|-
|-
| Clarity || S || +[60-120] to Attack Rating,<br>+4 to Light Radius || <span class="d2-yellow">Amulet(25), Missile Weapon(25), Helm(25), Ring(25), Rod(25), Chest(25)</span> (rlvl 21) || new (freq 1)
| Glimmering || +1 to Light Radius || <span class="d2-yellow">Armor, Wand, Staff, Ring, Amulet, Orb</span> || 1 || 1 || 1 || 112 ||
|-
|-
| Divinity || S || +[120-240] to Attack Rating,<br>+5 to Light Radius || <span class="d2-yellow">Amulet(50), Missile Weapon(50), Rod(50), Chest(50)</span> (rlvl 42) || new (freq 1)
| Glowing || +2 to Light Radius || <span class="d2-yellow">Armor, Wand, Staff, Ring, Amulet, Orb</span> || 6 || 4 || 1 || 112 ||
|-
|-
| Sun || S || 5% Bonus to Attack Rating,<br>+5 to Light Radius || <span class="d2-yellow">Amulet(17), Missile Weapon(17), Gloves(17), Helm(17), Ring(17), Rod(17), Chest(17)</span> (rlvl 12) || added Chest
| Screaming || Hit Causes Monster to Flee 12% || <span class="d2-yellow">Missile Weapon</span> || 10 || 7 || 4 || 113 ||
|-
|-
| Sunset || S || 10% Bonus to Attack Rating,<br>+5 to Light Radius || <span class="d2-yellow">Amulet(27), Missile Weapon(27), Gloves(27), Helm(27), Ring(27), Rod(27), Chest(27)</span> (rlvl 22) || new (freq 1) <!-- "Dawn" in text file -->
| Screaming || Hit Causes Monster to Flee 25% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 10 || 7 || 3 || 113 ||  
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Stats</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Howling || Hit Causes Monster to Flee 18% || <span class="d2-yellow">Missile Weapon</span> || 16 || 12 || 4 || 113 ||
|-
|-
| Elephant || S || +[0-49] to Life (+0.5 per Level),<br>+[0-24] to Mana (+0.25 per Level) || <span class="d2-yellow">Circlet(37), Druid Helm(37)</span> (rlvl 7) || <span class="d2-blue">was magic only</span>
| Howling || Hit Causes Monster to Flee 50% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 16 || 12 || 3 || 113 ||
|-
|-
| Memory || S || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">Amulet(20), Circlet(20), Druid Helm(20)</span> (rlvl 1) || <span class="d2-blue">was magic only</span>
| Wailing || Hit Causes Monster to Flee 25% || <span class="d2-blue">Missile Weapon</span> || 24 || 18 || 4 || 113 ||
|-
|-
| Bahamut's || P || +[91-120] to Mana || <span class="d2-yellow">Amulet(45), Circlet(45), Ring(45), Rod(45), Orb(45)</span> (rlvl 37) || <span class="d2-blue">Amulet, Circlet, Ring, Rod were magic only</span>
| Wailing || Hit Causes Monster to Flee 100% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 20 || 13 || 3 || 113 ||
|-
|-
| Colossus || S || +[41-60] to Life || <span class="d2-yellow">Amulet(30), Circlet(30), Barbarian Helm(30), Belt(30), Chest(30), Druid Helm(75), Shield(75)</span> (rlvl 22, 67) || <span class="d2-blue">Druid Helm, Shield were magic only</span> <!-- "Colosuss" in text file -->
| Felicitous || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 5 || 3 || 4 || 114 || added Helm
|-
|-
| Squid || S || +[61-80] to Life || <span class="d2-blue">Amulet(40),</span> <span class="d2-yellow">Circlet(40), Barbarian Helm(40), Belt(40), Chest(40), Shield(40)</span> (rlvl 30) || <span class="d2-blue">was magic only</span>, added Shield
| Fortuitous || [11-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 12 || 8 || 4 || 114 || was magic only, added Helm
|-
|-
| Whale || S || +[81-100] to Life || <span class="d2-blue">Amulet(50),</span> <span class="d2-yellow">Circlet(50), Barbarian Helm(50), Belt(50), Chest(50), Shield(50)</span> (rlvl 37) || <span class="d2-blue">was magic only</span>, added Shield
| Lizard's || +[1-2] to Mana || <span class="d2-yellow">Chest, Helm, Shield, Belt, Ring, Amulet, Rod, Orb</span> || 1-2 || 1 || 4 || 115 ||
|-
|-
| Centaur || S || +[0-74] to Life (+0.75 per Level) || <span class="d2-blue">Amulet(20),</span> <span class="d2-yellow">Barbarian Helm(20), Druid Helm(20), Chest(20), Shield(20)</span> (rlvl 1) || <span class="d2-blue">was magic only</span>, added Shield <!-- "Kraken" in text file -->
| Lizard's || +[3-5] to Mana || <span class="d2-yellow">Chest, Helm, Shield, Belt, Ring, Amulet, Rod, Orb</span> || 3-43 || 2 || 4 || 115 || added max alvl
|-
|-
| Giant || S || +[10-15] to Strength || <span class="d2-yellow">Amulet(42), Circlet(42), Belt(42), Club(42), Hammer(42), Tipped Mace(55), Chest(55), Ring(55), Scepter(55), Shield(55), Gloves(59), Non-Blunt Melee Weapon(59)</span> (rlvl 34, 47, 51) || added Shield
| Snake's || +[5-10] to Mana || <span class="d2-yellow">Shield, Rod, Belt, Ring, Amulet, Circlet, Quiver</span> || 6-46 || 4 || 4 || 115 || added max alvl, added Quiver
|-
|-
| Titan || S || +[16-20] to Strength || <span class="d2-yellow">Amulet(58), Circlet(58), Belt(58), Club(58), Hammer(58), Tipped Mace(74), Scepter(74), Ring(74), Chest(74), Shield(74)</span> (rlvl 50, 66) || added Shield
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Shield, Rod, Circlet, Quiver</span> || 14-54 || 10 || 3 || 115 || added max alvl, removed Belt, Ring, Amulet,
|-
|-
| Precision || S || +[10-15] to Dexterity || <span class="d2-yellow">Amulet(43), Circlet(43), Missile Weapon(43), Gloves(56), Ring(56), Chest(60), Boots(60), Shield(60)</span> (rlvl 35, 48, 52) || <span class="d2-blue">Chest, Boots were magic only</span>, added Shield
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Belt, Ring, Amulet</span> || 14 || 10 || 3 || 115 || new
|-
|-
| Perfection || S || +[16-20] to Dexterity || <span class="d2-yellow">Amulet(59), Circlet(59), Missile Weapon(59), Chest(59), Shield(59), </span> <span class="d2-blue">Gloves(75), Ring(75)</span> (rlvl 51, 67) || added Chest, Shield
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Chest, Non-Rod Weapon</span> || 37-77 || 27 || 2 || 115 || added max alvl, removed Boots, Gloves
|-
|-
| Nirvana || S || +[21-30] to Dexterity || <span class="d2-yellow">Amulet(72), Circlet(72), Missile Weapon(72)</span> (rlvl 64) || <span class="d2-blue">was magic only</span>
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Boots, Gloves</span> || 37 || 27 || 2 || 115 || new
|-
|-
| Enlightenment || S || +[21-30] to Energy || <span class="d2-yellow">Amulet(41), Circlet(41), Orb(41), Staff(41), Wand(41)</span> (rlvl 33) || <span class="d2-blue">was magic only</span>
| Drake's || +[21-30] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet, Quiver</span> || 20 || 15 || 2 || 115 || added Quiver
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Miscellaneous</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet, Quiver</span> || 24 || 18 || 2 || 115 || added Quiver
|-
|-
| Artisan's || P || Socketed (3) || <span class="d2-yellow">Chest(33), Shield(33), Non-Throwing Weapon(33),</span> <span class="d2-blue">Helm(33)</span> (rlvl 25) || <span class="d2-blue">was magic only</span>, frequency increased from 2 to 6 for magic versions <!-- "Artificer's" in text file -->
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">Chest, Boots, Gloves</span> || 52 || 39 || 2 || 115 ||
|-
|-
| Chromatic || P || All Resistances +[21-30] || <span class="d2-yellow">Shield(50),</span> <span class="d2-blue">Amulet(55), Circlet(55)</span> (rlvl 42, 41) || <span class="d2-blue">was magic only</span>
| Wyrm's || +[41-60] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 30 || 22 || 2 || 115 ||
|-
|-
| Pestilent || P || +275 Poison Damage over 6 Seconds || <span class="d2-yellow">Weapon(50)</span> (rlvl 37) || <span class="d2-blue">was magic only</span>
| Great Wyrm's || +[61-90] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 37 || 29 || 2 || 115 ||
|-
|-
| Amicae || S || Physical Damage Taken Reduced by [8-15] || <span class="d2-yellow">Chest(51), Circlet(51), Shield(51)</span> (rlvl 43) || <span class="d2-blue">was magic only</span> <!-- "Anima" in text file -->
| Bahamut's || +[91-120] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 45 || 37 || 2 || 115 || was magic only
|-
|-
| Negation || S || Magic Damage Taken Reduced by [4-6] || <span class="d2-blue">Chest(41), Shield(41), Circlet(41),</span> <span class="d2-yellow">Circlet(42), Amulet(42), Orb(42)</span> (rlvl 33, 35) || <span class="d2-blue">was magic only</span>
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">Helm</span> || 25 || 18 || 1 || 115 ||
|-
|-
| Chance || S || [5-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Amulet(12), Circlet(12), Helm(12), Boots(12), Gloves(12), Ring(12)</span> (rlvl 9) || added Helm
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Shield</span> || 6-46 || 4 || 5 || 116 || added max alvl
|-
|-
| Felicitous || P || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Amulet(5), Circlet(5), Helm(5), Ring(5)</span> (rlvl 3) || added Helm
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Amulet, Circlet</span> || 8-48 || 6 || 5 || 116 || added max alvl
|-
|-
| Fortuitous || P || [11-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Amulet(12), Circlet(12), Helm(12), Ring(12)</span> (rlvl 8) || <span class="d2-blue">was magic only</span>, added Helm
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Ring</span> || 45 || 37 || 3 || 116 ||
|-
|-
| Fortune || S || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">Amulet(16), Circlet(16), Boots(16), Gloves(16), Helm(16), Ring(42)</span> (rlvl 12, 31) || <span class="d2-blue">Ring was magic only</span>, added Helm, frequency decreased from 4 to 2 for Ring
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">Quiver</span> || 16 || 12 || 1 || 116 || new*
|-
|-
| Revivification || S || Replenish Life +[11-15] || <span class="d2-yellow">Amulet(38), Circlet(38), Scepter(38)</span> (rlvl 30) || <span class="d2-blue">was magic only</span>
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Shield</span> || 18 || 13 || 5 || 116 ||
|-
|-
| Swords || S || Attacker Takes Damage of [10-20] || <span class="d2-yellow">Chest(47), Circlet(47), Shield(47)</span> (rlvl 39) || <span class="d2-blue">was magic only</span>
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Amulet, Circlet</span> || 21 || 15 || 5 || 116 ||
|-
|-
| Leech || S || [2-5]% Life Stolen per Hit || <span class="d2-yellow">Non-Orb Weapon(6[4-5]), Circlet(14[3-4]), Helm(14[3-4]), Ring(14[3-4]), Amulet(24[2-3]), Gloves(34[3])</span> (rlvl 4,10,20,26) || added Helm
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Ring</span> || 56 || 48 || 2 || 116 ||
|-
|-
| Bat || S || [2-5]% Mana Stolen per Hit || <span class="d2-yellow">Non-Orb Weapon(7[4-5]), Amulet(15[3-4]), Circlet(15[3-4]), Helm(15[3-4]), Ring(25[2-3]), Gloves(35[3])</span> (rlvl 4,11,21,27) || added Helm
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">Shield</span> || 28 || 21 || 5 || 116 ||
|-
|-
| Lamprey || S || [6-9]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon(55[8-9]), Amulet(75[6]), Ring(77[7-8]), Circlet(77[7-8])</span> (rlvl 43, 63, 65) || Amulet was alvl 85 and rlvl 73
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 34 || 25 || 5 || 116 || added Quiver
|-
|-
| Vampire || S || [6-9]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon(56[8-9]), Ring(76[6]), Amulet(78[7-8]), Circlet(78[7-8])</span> (rlvl 48, 64, 66) || Ring was alvl 86 and rlvl 74
| Scintillating || All Resistances +[12-15] || <span class="d2-blue">Ring</span> || 67 || 59 || 2 || 116 ||
|-
|-
| Damage Amplification || S || <span class="nmod">8% Chance to Cast Level 15 Amplify Damage on Striking</span> || <span class="d2-yellow">Non-Orb Weapon(15)</span> (rlvl 15) || was 5% Chance to Cast Level 1 Amplify Damage on Striking, was alvl 3 and rlvl 1
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">Shield</span> || 39 || 31 || 4 || 116 ||
|-
|-
| Life Tap || S || <span class="nmod">Level 1 Life Tap ([67-105] charges)</span> || <span class="d2-yellow">Wand(24), Knife(24), Necromancer Shield(24)</span> (rlvl 24) || was level 1-6
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">Amulet, Circlet</span> || 42 || 31 || 4 || 116 ||
|-
|-
| Lower Resistance || S || <span class="nmod">Level [1-15] Lower Resist ([28-82] charges)</span> || <span class="d2-yellow">Wand(36), Knife(36), Necromancer Shield(36), Staff(72)</span> (rlvl 36, 72) || was level 1 for staves & level 1-3 for other items, different number of charges too
| Chromatic || All Resistances +[21-30] || <span class="d2-yellow">Shield</span> || 50 || 42 || 4 || 116 || was magic only
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Deadly Strike, Open Wounds, Crushing Blow</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Chromatic || All Resistances +[21-30] || <span class="d2-blue">Amulet, Circlet</span> || 55 || 41 || 3 || 116 ||
|-
|-
| Savagery || S || [5-10]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>(18), Quiver(18)</span> (rlvl 15) || new (freq 2)
| Azure || Cold Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 117 ||
|-
|-
| Devastation || S || [10-15]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>(28), Quiver(28)</span> (rlvl 25) || new (freq 2)
| Azure || Cold Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5-45 || 3 || 2 || 117 || added max alvl, added Quiver
|-
|-
| Havoc || S || [15-20]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>(38), Quiver(38)</span> (rlvl 35) || new (freq 2)
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 117 || added Quiver
|-
|-
| Destruction || S || [20-25]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>(48), Quiver(48)</span> (rlvl 45) || new (freq 2)
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 2 || 117 ||
|-
|-
| Desolation || S || [25-30]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>(58), Quiver(58)</span> (rlvl 55) || new (freq 2)
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 117 || added Quiver
|-
|-
| Bleeding || S || [5-10]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>(18), Quiver(18)</span> (rlvl 15) || new (freq 2)
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 2 || 117 ||
|-
|-
| Siphoning || S || [10-15]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>(28), Quiver(28)</span> (rlvl 25) || new (freq 2)
| Sapphire || Cold Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 117 ||
|-
|-
| Gory || S || [15-20]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>(38), Quiver(38)</span> (rlvl 35) || new (freq 2)
| Crimson || Fire Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 118 ||
|-
|-
| Sanguinary || S || [20-25]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>(48), Quiver(48)</span> (rlvl 45) || new (freq 2)
| Crimson || Fire Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5-45 || 3 || 4 || 118 || added max alvl, added Quiver
|-
|-
| Hematic || S || [25-30]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>(58), Quiver(58)</span> (rlvl 55) || new (freq 2)
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 118 || added Quiver
|-
|-
| Chipping || S || [5-10]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>(18), Quiver(18)</span> (rlvl 15) || new (freq 2)
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 118 ||
|-
|-
| Crumbling || S || [10-15]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>(28), Quiver(28)</span> (rlvl 25) || new (freq 2)
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 118 || added Quiver
|-
|-
| Breaking || S || [15-20]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>(38), Quiver(38)</span> (rlvl 35) || new (freq 2)
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 118 ||
|-
|-
| Crushing || S || [20-25]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>(48), Quiver(48)</span> (rlvl 45) || new (freq 2)
| Ruby || Fire Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 118 ||
|-
|-
| Pulverizing || S || [25-30]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>(58), Quiver(58)</span> (rlvl 55) || new (freq 2)
| Tangerine || Lightning Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 119 ||  
|}
* No more than one of these can roll on a single item
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Elemental Damage Charm Affixes</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Tangerine || Lightning Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5-45 || 3 || 4 || 119 || added max alvl, added Quiver
|-
|-
| Cinder || P || +2% to Fire Skill Damage || <span class="d2-blue">Large Charm(14)</span> (rlvl 14) || new (freq 3)
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 119 || added Quiver
|-
|-
| Wildfire || P || +[2-3]% to Fire Skill Damage || <span class="d2-blue">Large Charm(28)</span> (rlvl 28) || new (freq 3)
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 119 ||
|-
|-
| Inferno || P || +[3-4]% to Fire Skill Damage || <span class="d2-blue">Large Charm(42)</span> (rlvl 42) || new (freq 2)
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 119 || added Quiver
|-
|-
| Cold || P || +2% to Cold Skill Damage || <span class="d2-blue">Large Charm(14)</span> (rlvl 14) || new (freq 3)
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 119 ||
|-
|-
| Frigid || P || +[2-3]% to Cold Skill Damage || <span class="d2-blue">Large Charm(28)</span> (rlvl 28) || new (freq 3)
| Amber || Lightning Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 119 ||
|-
|-
| Numbing || P || +[3-4]% to Cold Skill Damage || <span class="d2-blue">Large Charm(42)</span> (rlvl 42) || new (freq 2)
| Beryl || Poison Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 120 ||
|-
|-
| Channeling || P || +2% to Lightning Skill Damage || <span class="d2-blue">Large Charm(14)</span> (rlvl 14) || new (freq 3)
| Beryl || Poison Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5-45 || 3 || 4 || 120 || added max alvl, added Quiver
|-
|-
| Discharging || P || +[2-3]% to Lightning Skill Damage || <span class="d2-blue">Large Charm(28)</span> (rlvl 28) || new (freq 3)
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 120 || added Quiver
|-
|-
| Conduit || P || +[3-4]% to Lightning Skill Damage || <span class="d2-blue">Large Charm(42)</span> (rlvl 42) || new (freq 2)
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 120 ||
|-
|-
| Morbid || P || +2% to Poison Skill Damage || <span class="d2-blue">Large Charm(14)</span> (rlvl 14) || new (freq 3)
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 120 || added Quiver
|-
|-
| Malicious || P || +[2-3]% to Poison Skill Damage || <span class="d2-blue">Large Charm(28)</span> (rlvl 28) || new (freq 3)
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 120 ||
|-
|-
| Infectious || P || +[3-4]% to Poison Skill Damage || <span class="d2-blue">Large Charm(42)</span> (rlvl 42) || new (freq 2)
| Emerald || Poison Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 120 ||
|-
|-
| Snowy || P || Adds [1-2] to [2-4] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm(9)</span> (rlvl 6) || was alvl 27, rlvl 20
| Triumphant || +1 to Mana after each Kill || <span class="d2-yellow">Weapon, Ring, Circlet, Chest, Helm, Shield, Quiver</span> || 3-43 || 2 || 4 || 121 || added max alvl, added Chest, Helm, Shield, Quiver
|-
|-
| Shivering || P || Adds [3-4] to [5-8] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm(15)</span> (rlvl 11) || was alvl 42, rlvl 34
| Aureolic || +[1-3] to Mana after each Kill || <span class="d2-yellow">Chest, Helm, Shield, Quiver</span> || 12 || 9 || 4 || 121 || new*<!-- Aureolin in file -->
|-
|-
| Boreal || P || <span class="nmod">Adds [6-8] to [10-16] Cold Damage (1 second chill)</span> || <span class="d2-blue">Small Charm(30)</span> (rlvl 22) || was [5-7] to [9-14] damage, alvl 66, rlvl 58
| Victorious || +[2-5] to Mana after each Kill || <span class="d2-yellow">Weapon, Circlet, Chest, Helm, Shield, Quiver</span> || 17 || 12 || 4 || 121 || added Chest, Helm, Shield, Quiver
|-
|-
| Hibernal || P || <span class="nmod">Adds [11-13] to [20-27] Cold Damage (1 second chill)</span> || <span class="d2-blue">Small Charm(45)</span> (rlvl 38) || was [8-10] to [15-20] damage, alvl 91, rlvl 83
| Mechanist's || Socketed ([1-2]) || <span class="d2-yellow">Non-Throwing Weapon, Shield, Helm, Chest, Circlet</span> || 10 || 7 || 3 || 122 ||
|-
|-
| Fiery || P || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">Small Charm(5)</span> (rlvl 3) || was alvl 21, rlvl 15
| Artisan's || Socketed (3) || <span class="d2-yellow">Non-Throwing Weapon, Shield, Chest</span> || 33 || 25 || 2 || 122 || new<!-- Artificer's in file -->
|-
|-
| Smoldering || P || Adds [2-3] to [4-10] Fire Damage || <span class="d2-blue">Small Charm(15)</span> (rlvl 11) || was alvl 40, rlvl 32
| Artisan's || Socketed (3) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 33 || 25 || 2 || 122 || new<!-- Artificer's in file -->
|-
|-
| Smoking || P || Adds [4-9] to [11-19] Fire Damage || <span class="d2-blue">Small Charm(28)</span> (rlvl 21) || was alvl 64, rlvl 56
| Artisan's || Socketed (3) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 33 || 25 || 2 || 122 || <!-- Artificer's in file -->
|-
|-
| Flaming || P || Adds [10-19] to [20-29] Fire Damage || <span class="d2-blue">Small Charm(43)</span> (rlvl 35) || was alvl 89, rlvl 81
| Jeweler's || Socketed (4) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 55 || 47 || 1 || 122 ||
|-
|-
| Static || P || Adds 1 to [6-11] Lightning Damage || <span class="d2-blue">Small Charm(7)</span> (rlvl 5) || was alvl 23, rlvl 17
| Lunar || +[25-50] to Attack Rating against Demons,<br>+[10-25]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup>, Circlet</span> || 3-43 || 1 || 2 || 123 || added max alvl<!-- Assamic in file -->
|-
|-
| Glowing || P || <span class="nmod">Adds 1 to [8-17] Lightning Damage</span> || <span class="d2-blue">Small Charm(14)</span> (rlvl 10) || was 1 to [12-24] damage, alvl 41, rlvl 33
| Lunar || +[25-50] to Attack Rating against Demons,<br>+[10-25]% Damage to Demons || <span class="d2-yellow">Quiver</span> || 3-43 || 1 || 2 || 123 || new<!-- Assamic in file -->
|-
|-
| Arcing || P || <span class="nmod">Adds 1 to [17-30] Lightning Damage</span> || <span class="d2-blue">Small Charm(29)</span> (rlvl 21) || was 1 to [25-43] damage, alvl 65, rlvl 57
| Arcadian || +[51-100] to Attack Rating against Demons,<br>+[26-50]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup>, Circlet, Helm</span> || 15-55 || 11 || 2 || 123 || added max alvl, added Helm
|-
|-
| Shocking || P || <span class="nmod">Adds 1 to [31-50] Lightning Damage</span> || <span class="d2-blue">Small Charm(44)</span> (rlvl 36) || was 1 to [44-71] damage, alvl 90, rlvl 82
| Arcadian || +[51-100] to Attack Rating against Demons,<br>+[26-50]% Damage to Demons || <span class="d2-yellow">Quiver</span> || 15-55 || 11 || 2 || 123 || new
|-
|-
| Septic || P || <span class="nmod">+4 Poison Damage over 3 seconds</span> || <span class="d2-blue">Small Charm(1)</span> (rlvl 1) || was +15 damage over 3 seconds, alvl 18, rlvl 13
| Unearthly || +[101-150] to Attack Rating against Demons,<br>+[51-100]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 25 || 18 || 1 || 123 ||
|-
|-
| Foul || P || <span class="nmod">+13 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(12)</span> (rlvl 9) || was +50 damage over 4 seconds, alvl 39, rlvl 31
| Unearthly || +[101-150] to Attack Rating against Demons,<br>+[51-100]% Damage to Demons || <span class="d2-blue">Quiver</span> || 25 || 18 || 1 || 123 || new
|-
|-
| Toxic || P || <span class="nmod">+25 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(27)</span> (rlvl 20) || was +100 damage over 5 seconds, alvl 63, rlvl 55
| Astral || +[151-200] to Attack Rating against Demons,<br>+[101-150]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 35 || 26 || 1 || 123 ||
|-
|-
| Pestilent || P || <span class="nmod">+65 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(42)</span> (rlvl 34) || was +175 damage over 6 seconds, alvl 88, rlvl 80
| Elysian || +[201-300] to Attack Rating against Demons,<br>+[151-200]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 45 || 33 || 1 || 123 ||
|-
|-
| Frost || S || Adds 1 to 2 Cold Damage (1 second chill) || <span class="d2-blue">Small Charm(5)</span> (rlvl 3) || was alvl 14, rlvl 10
| Celestial || +[301-400] to Attack Rating against Demons,<br>+[201-300]% Damage to Demons || <span class="d2-blue">Weapon<sup>PS</sup></span> || 55 || 41 || 1 || 123 ||
|-
|-
| Icicle || S || <span class="nmod">Adds 2 to [3-5] Cold Damage (1 second chill)</span> || <span class="d2-blue">Small Charm(8)</span> (rlvl 6) || was 2 to [3-4] damage, alvl 21, rlvl 15
| Celestial || +[301-400] to Attack Rating against Demons,<br>+[201-300]% Damage to Demons || <span class="d2-yellow">Missile Weapon</span> || 55 || 41 || 1 || 123 || new
|-
|-
| Glacier || S || <span class="nmod">Adds 4 to [6-8] Cold Damage (1 second chill)</span> || <span class="d2-blue">Small Charm(15)</span> (rlvl 11) || was 3 to [5-6] damage, alvl 33, rlvl 25
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Winter || S || <span class="nmod">Adds [6-7] to [10-13] Cold Damage (1 second chill)</span> || <span class="d2-blue">Small Charm(23)</span> (rlvl 17) || was [4-5] to [7-9] damage, alvl 46, rlvl 38
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Flame || S || Adds 1 to 2 Fire Damage || <span class="d2-blue">Small Charm(3)</span> (rlvl 2) || was alvl 11, rlvl 8
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon, Spear</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Fire || S || <span class="nmod">Adds 2 to [3-5] Fire Damage</span> || <span class="d2-blue">Small Charm(8)</span> (rlvl 6) || was 2 to [3-4] damage, alvl 20, rlvl 15
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon, Spear</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Burning || S || <span class="nmod">Adds [3-5] to [7-9] Fire Damage</span> || <span class="d2-blue">Small Charm(14)</span> (rlvl 10) || was [3-4] to [5-8] damage, alvl 32, rlvl 24
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Incineration || S || <span class="nmod">Adds [6-8] to [10-15] Fire Damage</span> || <span class="d2-blue">Small Charm(22)</span> (rlvl 16) || was [5-7] to [9-13] damage, alvl 45, rlvl 37
| Fletcher's || +1 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon, Gloves, Circlet, Quiver, Amulet</span> || 20 || 15 || 1 || 125 || added Circlet, Quiver, Amulet
|-
|-
| Shock || S || <span class="nmod">Adds 1 to [3-5] Lightning Damage</span> || <span class="d2-blue">Small Charm(4)</span> (rlvl 3) || was 1 to [3-6] damage, alvl 12, rlvl 9
| Bowyer's || +2 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon, Gloves, Circlet, Quiver, Amulet</span> || 40 || 30 || 1 || 125 || added Circlet, Quiver, Amulet
|-
|-
| Lightning || S || <span class="nmod">Adds 1 to [6-9] Lightning Damage</span> || <span class="d2-blue">Small Charm(7)</span> (rlvl 5) || was 1 to [7-10] damage, alvl 21, rlvl 15
| Archer's || +3 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-blue">Missile Weapon, Gloves, Circlet, Quiver, Amulet</span> || 60 || 45 || 1 || 125 || added Circlet, Quiver, Amulet
|-
|-
| Thunder || S || <span class="nmod">Adds 1 to [10-16] Lightning Damage</span> || <span class="d2-blue">Small Charm(15)</span> (rlvl 11) || was 1 to [11-18] damage, alvl 33, rlvl 25
| Archer's || +3 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon</span> || 60 || 45 || 1 || 125 || new
|-
|-
| Storms || S || <span class="nmod">Adds 1 to [17-25] Lightning Damage</span> || <span class="d2-blue">Small Charm(22)</span> (rlvl 16) || was 1 to [19-28] damage, alvl 45, rlvl 37
| Acrobat's || +1 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">Gloves, Amulet, Circlet, Quiver</span> || 20 || 15 || 1 || 125 || added Quiver
|-
|-
| Blight || S || <span class="nmod">+3 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(1)</span> (rlvl 1) || was +6 damage over 3 seconds, alvl 9, rlvl 6
| Gymnast's || +2 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">Gloves, Amulet, Circlet, Quiver</span> || 40 || 30 || 1 || 125 || added Quiver
|-
|-
| Venom || S || <span class="nmod">+6 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(6)</span> (rlvl 4) || was +15 damage over 4 seconds, alvl 20, rlvl 15
| Athlete's || +3 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">Gloves, Amulet, Circlet, Quiver</span> || 60 || 45 || 1 || 125 || added Quiver
|-
|-
| Pestilence || S || <span class="nmod">+12 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(14)</span> (rlvl 10) || was +25 damage over 5 seconds, alvl 32, rlvl 24
| Harpoonist's || +1 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear, Gloves, Amulet, Circlet</span> || 20 || 15 || 1 || 125 || added Amulet, Circlet
|-
|-
| Anthrax || S || <span class="nmod">+20 Poison Damage over 2 seconds</span> || <span class="d2-blue">Small Charm(21)</span> (rlvl 15) || was +50 damage over 6 seconds, alvl 44, rlvl 36
| Spearmaiden's || +2 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear, Gloves, Amulet, Circlet</span> || 40 || 30 || 1 || 125 || added Amulet, Circlet
|-
|-
| Snowy || P || <span class="nmod">Adds [2-4] to [4-8] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(18)</span> (rlvl 13) || was [2-3] to [3-5] damage
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear</span> || 60 || 45 || 1 || 125 || was magic only, removed Gloves
|-
|-
| Shivering || P || <span class="nmod">Adds [6-8] to [10-16] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(29)</span> (rlvl 21) || was [4-5] to [6-10] damage
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Amazon Spear</span> || 60 || 45 || 1 || 125 || new
|-
|-
| Boreal || P || <span class="nmod">Adds [12-16] to [20-30] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(49)</span> (rlvl 41) || was [6-10] to [11-20] damage
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Circlet, Gloves</span> || 60 || 45 || 1 || 125 || new
|-
|-
| Hibernal || P || <span class="nmod">Adds [22-26] to [40-54] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(69)</span> (rlvl 61) || was [11-15] to [21-30] damage
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Amulet</span> || 60 || 45 || 1 || 125 || new
|-
|-
| Fiery || P || <span class="nmod">Adds 2 to [4-6] Fire Damage</span> || <span class="d2-blue">Large Charm(13)</span> (rlvl 9) || was 1 to [2-3] damage
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Smoldering || P || <span class="nmod">Adds [4-6] to [8-20] Fire Damage</span> || <span class="d2-blue">Large Charm(27)</span> (rlvl 20) || was [2-3] to [4-12] damage
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Smoking || P || <span class="nmod">Adds [8-18] to [22-38] Fire Damage</span> || <span class="d2-blue">Large Charm(47)</span> (rlvl 39) || was [4-9] to [13-27] damage
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Staff, Orb</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Flaming || P || <span class="nmod">Adds [20-38] to [40-58] Fire Damage</span> || <span class="d2-blue">Large Charm(67)</span> (rlvl 59) || was [10-27] to [28-43] damage
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">Staff, Orb</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Static || P || <span class="nmod">Adds 1 to [12-22] Lightning Damage</span> || <span class="d2-blue">Large Charm(14)</span> (rlvl 10) || was 1 to [5-9] damage
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Glowing || P || <span class="nmod">Adds 1 to [16-34] Lightning Damage</span> || <span class="d2-blue">Large Charm(28)</span> (rlvl 20) || was 1 to [10-26] damage
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Arcing || P || <span class="nmod">Adds 1 to [34-60] Lightning Damage</span> || <span class="d2-blue">Large Charm(48)</span> (rlvl 40) || was 1 to [27-58] damage
| Blazing || +2 to Fire Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Shocking || P || <span class="nmod">Adds 1 to [62-100] Lightning Damage</span> || <span class="d2-blue">Large Charm(68)</span> (rlvl 60) || was 1 to [59-90] damage
| Volcanic || +3 to Fire Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Septic || P || <span class="nmod">+9 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(9)</span> (rlvl 6) || was +10 damage over 3 seconds
| Sparking || +1 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Foul || P || <span class="nmod">+26 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(26)</span> (rlvl 19) || was +30 damage over 4 seconds
| Charged || +2 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Toxic || P || <span class="nmod">+49 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(46)</span> (rlvl 38) || was +90 damage over 5 seconds
| Powered || +3 to Lightning Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Pestilent || P || <span class="nmod">+129 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(66)</span> (rlvl 58) || was +175 damage over 6 seconds
| Chilling || +1 to Cold Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Frost || S || <span class="nmod">Adds 2 to [3-4] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(9)</span> (rlvl 6) || was 1 to [2-3] damage
| Freezing || +2 to Cold Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Icicle || S || <span class="nmod">Adds 4 to [6-10] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(15)</span> (rlvl 11) || was 2 to [4-5] damage
| Glacial || +3 to Cold Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Glacier || S || <span class="nmod">Adds 8 to [12-16] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(25)</span> (rlvl 18) || was 3 to [6-8] damage
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Chest, Non-Paladin Shield, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Winter || S || <span class="nmod">Adds [12-14] to [20-26] Cold Damage (1 second chill)</span> || <span class="d2-blue">Large Charm(35)</span> (rlvl 27) || was [4-6] to [9-12] damage
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Flame || S || <span class="nmod">Adds 2 to 4 Fire Damage</span> || <span class="d2-blue">Large Charm(7)</span> (rlvl 5) || was 1 to 2 damage
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Fire || S || <span class="nmod">Adds 4 to [6-10] Fire Damage</span> || <span class="d2-blue">Large Charm(14)</span> (rlvl 10) || was 2 to [3-5] damage
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Burning || S || <span class="nmod">Adds [6-10] to [14-18] Fire Damage</span> || <span class="d2-blue">Large Charm(24)</span> (rlvl 18) || was [3-5] to [6-11] damage
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Incineration || S || <span class="nmod">Adds [12-16] to [20-30] Fire Damage</span> || <span class="d2-blue">Large Charm(34)</span> (rlvl 26) || was [6-10] to [12-17] damage
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Shock || S || <span class="nmod">Adds 1 to [6-10] Lightning Damage</span> || <span class="d2-blue">Large Charm(7)</span> (rlvl 5) || was 1 to [3-5] damage
| Blighting || +2 to Curses (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Lightning || S || <span class="nmod">Adds 1 to [12-18] Lightning Damage</span> || <span class="d2-blue">Large Charm(14)</span> (rlvl 10) || was 1 to [6-13] damage
| Accursed || +3 to Curses (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Thunder || S || <span class="nmod">Adds 1 to [20-32] Lightning Damage</span> || <span class="d2-blue">Large Charm(24)</span> (rlvl 18) || was 1 to [14-25] damage
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Storms || S || <span class="nmod">Adds 1 to [34-50] Lightning Damage</span> || <span class="d2-blue">Large Charm(34)</span> (rlvl 26) || was 1 to [26-38] damage
| Noxious || +2 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Blight || S || <span class="nmod">+7 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(5)</span> (rlvl 3) || was +6 damage over 3 seconds
| Venomous || +3 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Venom || S || <span class="nmod">+13 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(13)</span> (rlvl 9) || was +15 damage over 4 seconds
| Graverobber's || +1 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Pestilence || S || <span class="nmod">+26 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(23)</span> (rlvl 17) || was +25 damage over 5 seconds
| Vodoun || +2 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Anthrax || S || <span class="nmod">+41 Poison Damage over 2 seconds</span> || <span class="d2-blue">Large Charm(33)</span> (rlvl 25) || was +50 damage over 6 seconds
| Golemlord's || +3 to Summoning Spells (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Snowy || P || <span class="nmod">Adds [3-5] to [5-11] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(27)</span> (rlvl 20) || was 1 to [2-3] damage, alvl 9, rlvl 6
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Chest, Non-Necromancer Shield, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Shivering || P || <span class="nmod">Adds [8-11] to [12-22] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(42)</span> (rlvl 34) || was [2-4] to [4-8] damage, alvl 15, rlvl 11
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Boreal || P || <span class="nmod">Adds [11-16] to [27-43] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(66)</span> (rlvl 58) || was [5-7] to [9-15] damage, alvl 30, rlvl 22
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Scepter, Paladin Shield</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Hibernal || P || <span class="nmod">Adds [30-35] to [54-73] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(91)</span> (rlvl 83) || was [8-13] to [16-25] damage, alvl 45, rlvl 38
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Sword, Tipped Mace, Hammer, Non-Necromancer Shield</span> || 35 || 27 || 4 || 125 ||  
|-
|-
| Fiery || P || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">Grand Charm(21)</span> (rlvl 15) || was alvl 5, rlvl 3
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Scepter, Paladin Shield</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Smoldering || P || <span class="nmod">Adds [5-8] to [11-27] Fire Damage</span> || <span class="d2-blue">Grand Charm(40)</span> (rlvl 32) || was [2-3] to [4-7] damage, alvl 15, rlvl 11
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Sword, Tipped Mace, Hammer, Non-Necromancer Shield</span> || 65 || 58 || 2 || 125 ||
|-
|-
| Smoking || P || <span class="nmod">Adds [11-24] to [30-51] Fire Damage</span> || <span class="d2-blue">Grand Charm(64)</span> (rlvl 56) || was [4-7] to [8-19] damage, alvl 28, rlvl 21
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Flaming || P || <span class="nmod">Adds [27-51] to [54-78] Fire Damage</span> || <span class="d2-blue">Grand Charm(89)</span> (rlvl 81) || was [8-18] to [20-36] damage, alvl 43, rlvl 35
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Tipped Mace, Non-Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Static || P || <span class="nmod">Adds 1 to [16-30] Lightning Damage</span> || <span class="d2-blue">Grand Charm(23)</span> (rlvl 17) || was 1 to [4-5] damage, alvl 7, rlvl 5
| Hawk Branded || +2 to Combat Skills (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Tipped Mace, Non-Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Glowing || P || <span class="nmod">Adds 1 to [22-46] Lightning Damage</span> || <span class="d2-blue">Grand Charm(41)</span> (rlvl 33) || was 1 to [6-17] damage, alvl 14, rlvl 10
| Rose Branded || +3 to Combat Skills (Paladin Only) || <span class="d2-blue">Scepter, Sword, Tipped Mace, Non-Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Arcing || P || <span class="nmod">Adds 1 to [46-81] Lightning Damage</span> || <span class="d2-blue">Grand Charm(65)</span> (rlvl 57) || was 1 to [18-44] damage, alvl 29, rlvl 21
| Captain's || +1 to Offensive Auras (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Tipped Mace, Non-Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Shocking || P || <span class="nmod">Adds 1 to [84-135] Lightning Damage</span> || <span class="d2-blue">Grand Charm(90)</span> (rlvl 82) || was 1 to [45-79] damage, alvl 44, rlvl 36
| Commander's || +2 to Offensive Auras (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Tipped Mace, Non-Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Septic || P || <span class="nmod">+13 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(18)</span> (rlvl 13) || was +5 damage over 3 seconds, alvl 1, rlvl 1
| Marshal's || +3 to Offensive Auras (Paladin Only) || <span class="d2-blue">Scepter, Sword, Tipped Mace, Non-Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Foul || P || <span class="nmod">+36 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(39)</span> (rlvl 31) || was +15 damage over 4 seconds, alvl 12, rlvl 9
| Preserver's || +1 to Defensive Auras (Paladin Only) || <span class="d2-yellow">Non-Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Toxic || P || <span class="nmod">+68 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(63)</span> (rlvl 55) || was +50 damage over 5 seconds, alvl 27, rlvl 20
| Warder's || +2 to Defensive Auras (Paladin Only) || <span class="d2-yellow">Non-Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Pestilent || P || <span class="nmod">+174 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(88)</span> (rlvl 80) || was +100 damage over 6 seconds, alvl 42, rlvl 34
| Guardian's || +3 to Defensive Auras (Paladin Only) || <span class="d2-blue">Non-Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Frost || S || <span class="nmod">Adds 3 to [4-5] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(14)</span> (rlvl 10) || was 1 to 2 damage, alvl 5, rlvl 3
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Non-Druid Helm</span> || 36 || 27 || 1 || 125 || new
|-
|-
| Icicle || S || <span class="nmod">Adds 5 to [8-13] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(21)</span> (rlvl 15) || was 2 to [3-4] damage, alvl 8, rlvl 6
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Glacier || S || <span class="nmod">Adds 11 to [16-22] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(33)</span> (rlvl 25) || was 3 to [5-7] damage, alvl 15, rlvl 11
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Winter || S || <span class="nmod">Adds [16-19] to [27-35] Cold Damage (1 second chill)</span> || <span class="d2-blue">Grand Charm(46)</span> (rlvl 38) || was [4-6] to [8-11] damage, alvl 23, rlvl 17
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Axe, Any Mace, Sword, Throwing Knife, Two-Handed Spear<sup>NC</sup></span> || 30 || 22 || 4 || 125 ||
|-
|-
| Flame || S || <span class="nmod">Adds [2-3] to [5-6] Fire Damage</span> || <span class="d2-blue">Grand Charm(11)</span> (rlvl 8) || was 1 to 2 damage, alvl 3, rlvl 2
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Axe, Any Mace, Sword, Throwing Knife, Two-Handed Spear<sup>NC</sup></span> || 50 || 42 || 1 || 125 ||
|-
|-
| Fire || S || <span class="nmod">Adds 5 to [8-13] Fire Damage</span> || <span class="d2-blue">Grand Charm(20)</span> (rlvl 15) || was [1-2] to 3, alvl 8, rlvl 6
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Burning || S || <span class="nmod">Adds [9-15] to [19-24] Fire Damage</span> || <span class="d2-blue">Grand Charm(32)</span> (rlvl 24) || was [2-3] to [4-7] damage, alvl 14, rlvl 10
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Incineration || S || <span class="nmod">Adds [16-22] to [27-41] Fire Damage</span> || <span class="d2-blue">Grand Charm(45)</span> (rlvl 37) || was [4-7] to [8-14] damage, alvl 22, rlvl 16
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Non-Druid Helm</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Shock || S || <span class="nmod">Adds 1 to [8-14] Lightning Damage</span> || <span class="d2-blue">Grand Charm(12)</span> (rlvl 9) || was 1 to [2-3] damage, alvl 4, rlvl 3
| Veteran's || +2 to Combat Skills (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Non-Druid Helm</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Lightning || S || <span class="nmod">Adds 1 to [16-32] Lightning Damage</span> || <span class="d2-blue">Grand Charm(21)</span> (rlvl 15) || was 1 to [4-7] damage, alvl 7, rlvl 5
| Master's || +3 to Combat Skills (Barbarian Only) || <span class="d2-blue">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Non-Druid Helm</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Thunder || S || <span class="nmod">Adds 1 to [27-43] Lightning Damage</span> || <span class="d2-blue">Grand Charm(33)</span> (rlvl 25) || was 1 to [8-21] damage, alvl 15, rlvl 11
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Storms || S || <span class="nmod">Adds 1 to [46-68] Lightning Damage</span> || <span class="d2-blue">Grand Charm(45)</span> (rlvl 37) || was 1 to [22-33] damage, alvl 22, rlvl 16
| Raging || +2 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Blight || S || <span class="nmod">+10 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(9)</span> (rlvl 6) || was +6 damage over 3 seconds, alvl 1, rlvl 1
| Furious || +3 to Combat Masteries (Barbarian Only) || <span class="d2-blue">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Venom || S || <span class="nmod">+18 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(20)</span> (rlvl 15) || was +15 damage over 4 seconds, alvl 6, rlvl 4
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Pestilence || S || <span class="nmod">+32 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(32)</span> (rlvl 24) || was +25 damage over 5 seconds, alvl 14, rlvl 10
| Resonant || +2 to Warcries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Anthrax || S || <span class="nmod">+154 Poison Damage over 2 seconds</span> || <span class="d2-blue">Grand Charm(44)</span> (rlvl 36) || was +50 damage over 6 seconds, alvl 21, rlvl 15
| Echoing || +3 to Warcries (Barbarian Only) || <span class="d2-blue">Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 60 || 45 || 1 || 125 ||  
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Most Skill Charges Removed</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Non-Barbarian Helm</span> || 36 || 27 || 1 || 125 || new
|-
|-
| Inner Sight || S || Level X Inner Sight (Y Charges) || was <span class="d2-yellow">Amazon Weapon(18[30/6]), Amulet(18[30/6]), Circlet(18[30/6]), Gloves(50[20/4])</span> (rlvl 14, 42) || removed
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Magic Arrows || S || Level X Magic Arrow (Y Charges) || was <span class="d2-yellow">Missile Weapon(12[30/10])</span> (rlvl 11) || removed
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Club, Druid Helm</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Fire Arrows || S || Level X Fire Arrow (Y Charges) || was <span class="d2-yellow">Gloves(40[20/6])</span> (rlvl 32) || removed
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">Club, Druid Helm</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Cold Arrows || S || Level X Cold Arrow (Y Charges) || was <span class="d2-yellow">Missile Weapon(15[30/8]), Gloves(47[20/5])</span> (rlvl 16, 39) || removed
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Multiple Shot || S || Level X Multiple Shot (Y Charges) || was <span class="d2-yellow">Missile Weapon(18[30/8]), Gloves(63[20/4])</span> (rlvl 19, 55) || removed
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Exploding Arrows || S || Level X Exploding Arrow (Y Charges) || was <span class="d2-yellow">Missile Weapon(30[30/6]), Gloves(69[20/4])</span> (rlvl 26, 61) || removed
| Caretaker's || +2 to Summoning Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Ice Arrows || S || Level X Ice Arrow (Y Charges) || was <span class="d2-yellow">Missile Weapon(36[30/5]), Gloves(72[20/3])</span> (rlvl 28, 64) || removed
| Keeper's || +3 to Summoning Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Freezing Arrows || S || Level X Freezing Arrow (Y Charges) || was <span class="d2-yellow">Missile Weapon(50[30/4]), Gloves(94[20/2])</span> (rlvl 42, 86) || removed
| Spiritual || +1 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Power Strike || S || Level X Power Strike (Y Charges) || was <span class="d2-yellow">Spear(12[60/6]), Gloves(55[20/4])</span> (rlvl 13, 47) || removed
| Feral || +2 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Charged Strike || S || Level X Charged Strike (Y Charges) || was <span class="d2-yellow">Spear(33[60/5]), Gloves(68[20/3])</span> (rlvl 25, 60) || removed
| Communal || +3 to Shape Shifting Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Lightning Strike || S || Level X Lightning Strike (Y Charges) || was <span class="d2-yellow">Spear(47[60/4]), Gloves(90[20/2])</span> (rlvl 39, 82) || removed
| Nature's || +1 to Elemental Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| style="background:#3b2a1a" colspan="5" |
| Terra's || +2 to Elemental Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Ice Bolts || S || Level X Ice Bolt (Y Charges) || was <span class="d2-yellow">Orb(7[30/10]), Staff(7[30/10]), Knife(14[20/6])</span> || removed
| Gaea's || +3 to Elemental Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Ice Blasts || S || Level X Ice Blast (Y Charges) || was <span class="d2-yellow">Orb(12[30/8]), Staff(12[30/8]), Circlet(24[20/5]), Hammer(24[20/5]), Tipped Mace(24[20/5]), Ring(24[20/5]), Scepter(24[20/5])</span> || removed
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Frost Novas || S || Level X Frost Nova (Y Charges) || was <span class="d2-yellow">Orb(12[30/8]), Staff(12[30/8]), Amulet(24[20/5]), Circlet(24[20/5]), Knife(24[20/5])</span> || removed
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||
|-
|-
| Glacial Spikes || S || Level X Glacial Spike (Y Charges) || was <span class="d2-yellow">Orb(24[30/6]), Staff(24[30/6]), Knife(48[20/3])</span> || removed
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Claw</span> || 30 || 22 || 4 || 125 ||
|-
|-
| Blizzards || S || Level X Blizzard (Y Charges) || was <span class="d2-yellow">Orb(30[30/5]), Staff(30[30/5]), Knife(60[20/2])</span> || removed
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">Claw</span> || 50 || 42 || 2 || 125 ||
|-
|-
| Frozen Orbs || S || Level X Frozen Orb (Y Charges) || was <span class="d2-yellow">Orb(36[30/3]), Staff(36[30/3]), Knife(72[20/1])</span> || removed
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||
|-
|-
| Charged Bolts || S || Level X Charged Bolt (Y Charges) || was <span class="d2-yellow">Orb(7[30/10]), Staff(7[30/10]), Circlet(14[20/6]), Hammer(14[20/6]), Tipped Mace(14[20/6]), Ring(14[20/6]), Scepter(14[20/6])</span> || removed
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Telekinesis || S || Level X Telekinesis (Y Charges) || was <span class="d2-yellow">Orb(12[30/8]), Staff(12[30/8]), Circlet(24[20/5]), Hammer(24[20/5]), Tipped Mace(24[20/5]), Scepter(24[20/5])</span> || removed for non-ring items
| Trickster's || +2 to Traps (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Novas || S || Level X Nova (Y Charges) || was <span class="d2-yellow">Orb(18[30/7]), Staff(18[30/7]), Shield(36[20/4])</span> || removed
| Cunning || +3 to Traps (Assassin Only) || <span class="d2-blue">Claw, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Lightning || S || Level X Lightning (Y Charges) || was <span class="d2-yellow">Orb(18[30/7]), Staff(18[30/7]), Axe(36[20/4]), Hammer(36[20/4])</span> || removed
| Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Helm<sup>NC</sup>, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Chain Lightning || S || Level X Chain Lightning (Y Charges) || was <span class="d2-yellow">Orb(24[30/6]), Staff(24[30/6]), Spear(48[20/3])</span> || removed
| Psychic || +2 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Helm<sup>NC</sup>, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Fire Bolts || S || Level X Fire Bolt (Y Charges) || was <span class="d2-yellow">Orb(7[30/10]), Staff(7[30/10]), Circlet(14[20/6]), Ring(14[20/6]), Sword(14[20/6])</span> || removed
| Shadow || +3 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">Claw, Amulet, Helm<sup>NC</sup>, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| Fire Balls || S || Level X Fire Ball (Y Charges) || was <span class="d2-yellow">Orb(18[30/7]), Staff(18[30/7]), Spear(36[20/4]), Wand(36[20/4])</span> || removed
| Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Gloves, Circlet</span> || 20 || 15 || 1 || 125 ||
|-
|-
| Enchantment || S || Level X Enchant (Y Charges) || was <span class="d2-yellow">Orb(24[20/3]), Staff(24[20/3]), Melee Weapon(48[10/1])</span> || removed
| Sensei's || +2 to Martial Arts (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Gloves, Circlet</span> || 40 || 30 || 1 || 125 ||
|-
|-
| Meteors || S || Level X Meteor (Y Charges) || was <span class="d2-yellow">Orb(30[30/5]), Staff(30[30/5]), Club(60[20/2]), Knife(60[20/2])</span> || removed
| Kenshi's || +3 to Martial Arts (Assassin Only) || <span class="d2-blue">Claw, Amulet, Gloves, Circlet</span> || 60 || 45 || 1 || 125 ||
|-
|-
| style="background:#3b2a1a" colspan="5" |
| Snowy || Adds [6-9] to [19-30] Cold Damage (1 second chill) || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25-65 || 18 || 3 || 137 || added max alvl, added Quiver<!-- Snowflake in file -->
|-
|-
| Teeth || S || Level X Teeth (Y Charges) || was <span class="d2-yellow">Necromancer Shield(7[60/10]), Wand(7[60/10]), Knife(7[60/10]), Sword(14[20/6])</span> || removed
| Shivering || Adds [10-15] to [31-45] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 2 || 137 || added Quiver
|-
|-
| Poison Dagger || S || Level X Poison Dagger (Y Charges) || was <span class="d2-yellow">Necromancer Shield(12[60/8]), Knife(12[60/8]), Circlet(24[20/5]), Gloves(24[20/5]), Ring(24[20/5])</span> || removed
| Boreal || Adds [16-23] to [46-90] Cold Damage (3 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 40 || 1 || 137 || added Quiver
|-
|-
| Bone Spears || S || Level X Bone Spear (Y Charges) || was <span class="d2-yellow">Necromancer Shield(24[60/6]), Wand(24[60/6]), Knife(24[60/6]), Spear(48[20/3])</span> || removed
| Hibernal || Adds [24-45] to [91-140] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 70 || 60 || 1 || 137 || added Quiver
|-
|-
| Poison Novas || S || Level X Poison Nova (Y Charges) || was <span class="d2-yellow">Necromancer Shield(36[60/3]), Wand(36[60/3]), Knife(36[60/3]), Gloves(72[20/1])</span> || removed
| Fiery || Adds [16-25] to [31-60] Fire Damage || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25-65 || 18 || 3 || 138 || added max alvl, added Quiver<!-- Ember in file -->
|-
|-
| Bone Spirits || S || Level X Bone Spirit (Y Charges) || was <span class="d2-yellow">Necromancer Shield(36[60/3]), Wand(36[60/3]), Knife(36[60/3]), Amulet(72[20/1]), Circlet(72[20/1])</span> || removed
| Smoldering || Adds [26-50] to [61-90] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 2 || 138 || added Quiver
|-
|-
| Dim Vision || S || Level X Dim Vision (Y Charges) || was <span class="d2-yellow">Necromancer Shield(12[60/8]), Wand(12[60/8]), Knife(12[60/8]), Circlet(24[20/5]), Ring(24[20/5])</span> || removed
| Smoking || Adds [51-80] to [91-130] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 47 || 37 || 1 || 138 || added Quiver
|-
|-
| Weaken || S || Level X Weaken (Y Charges) || was <span class="d2-yellow">Necromancer Shield(12[60/8]), Wand(12[60/8]), Knife(12[60/8]), Gloves(24[20/5])</span> || removed
| Flaming || Adds [81-120] to [131-180] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 61 || 51 || 1 || 138 || added Quiver
|-
|-
| Terror || S || Level X Terror (Y Charges) || was <span class="d2-yellow">Necromancer Shield(18[60/7]), Wand(18[60/7]), Knife(18[60/7]), Shield(36[20/4])</span> || removed
| Scorching || Adds [121-170] to [181-240] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 77 || 67 || 1 || 138 || added Quiver
|-
|-
| Confusion || S || Level X Confusion (Y Charges) || was <span class="d2-yellow">Necromancer Shield(24[60/6]), Wand(24[60/6]), Knife(24[60/6]), Circlet(48[20/3]), Ring(48[20/3])</span> || removed
| Static || Adds 1 to [49-120] Lightning Damage || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25-65 || 18 || 3 || 139 || added max alvl, added Quiver
|-
|-
| Attraction || S || Level X Attraction (Y Charges) || was <span class="d2-yellow">Necromancer Shield(30[60/5]), Wand(30[60/5]), Knife(30[60/5]), Amulet(60[20/2]), Circlet(60[20/2]), Ring(60[20/2])</span> || removed
| Glowing || Adds 1 to [121-180] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 34 || 25 || 2 || 139 || added Quiver
|-
|-
| style="background:#3b2a1a" colspan="5" |
| Buzzing || Adds 1 to [181-260] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 46 || 36 || 1 || 139 || added Quiver
|-
|-
| Sacrifice || S || Level X Sacrifice (Y Charges) || was <span class="d2-yellow">Paladin Shield(7[30/10]), Scepter(7[30/10]), Non-Scepter Melee Weapon(14[20/6])</span> || removed
| Arcing || Adds 1 to [261-360] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 60 || 50 || 1 || 139 || added Quiver
|-
|-
| Holy Bolts || S || Level X Holy Bolt (Y Charges) || was <span class="d2-yellow">Paladin Shield(12[30/8]), Scepter(12[30/8]), Amulet(24[20/5]), Circet(24[20/5])</span> || removed
| Shocking || Adds 1 to [361-480] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 76 || 66 || 1 || 139 || added Quiver
|-
|-
| Zeal || S || Level X Zeal (Y Charges) || was <span class="d2-yellow">Paladin Shield(18[30/7]), Scepter(18[30/7]), Non-Scepter Melee Weapon(36[20/4])</span> || removed
| Septic || +6 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 1-41 || 1 || 3 || 140 || added max alvl, added Quiver<!-- poison bitrate: 31 -->
|-
|-
| Vengeance || S || Level X Vengeance (Y Charges) || was <span class="d2-yellow">Paladin Shield(24[30/6]), Scepter(24[30/6]), Axe(48[20/3]), Sword(48[20/3])</span> || removed
| Foul || +12 Poison Damage over 3 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 10-50 || 7 || 2 || 140 || added max alvl, added Quiver<!-- Envenomed in file, poison bitrate: 41 -->
|-
|-
| Blessed Hammers || S || Level X Blessed Hammer (Y Charges) || was <span class="d2-yellow">Paladin Shield(24[30/6]), Scepter(24[30/6]), Hammer(48[20/3])</span> || removed
| Corrosive || +80 Poison Damage over 4 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 20 || 15 || 1 || 140 || added Quiver<!-- Corosive in file, poison bitrate: 205 -->
|-
|-
| style="background:#3b2a1a" colspan="5" |
| Toxic || +101 Poison Damage over 5 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 1 || 140 || added Quiver<!-- poison bitrate: 308 -->
|-
|-
| Bashing || S || Level X Bash (Y Charges) || was <span class="d2-yellow">Barbarian Helm(7[60/10]), Melee Weapon<sup>P</sup>(14[20/6])</span> || removed
| Pestilent || +275 Poison Damage over 6 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 37 || 1 || 140 || was magic only, added Quiver<!-- poison bitrate: 470 -->
|-
|-
| Stunning || S || Level X Stun (Y Charges) || was <span class="d2-yellow">Barbarian Helm(18[60/7]), Melee Weapon(36[20/4])</span> || removed
| Plague || +366 Poison Damage over 6 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 37 || 1 || 140 || new<!-- poison bitrate: 626 -->
|-
|-
| Concentration || S || Level X Concentration (Y Charges) || was <span class="d2-yellow">Barbarian Helm(24[60/6]), Melee Weapon<sup>P</sup>(48[20/3])</span> || removed
| Devout || +[25-50] to Attack Rating against Undead,<br>+[10-25]% Damage to Undead || <span class="d2-yellow">Quiver</span> || 3 || 1 || 4 || 142 || new
|-
|-
| Grim Ward || S || Level X Grim Ward (Y Charges) || was <span class="d2-yellow">Barbarian Helm(30[60/5]), Amulet(60[20/2])</span> || removed
| Consecrated || +[25-75] to Attack Rating against Undead,<br>+[25-75]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 1-41 || 1 || 4 || 142 || added max alvl
|-
|-
| style="background:#3b2a1a" colspan="5" |
| Consecrated || +[25-75] to Attack Rating against Undead,<br>+[25-75]% Damage to Undead || <span class="d2-yellow">Quiver</span> || 15 || 11 || 4 || 142 || new
|-
|-
| Firestorms || S || Level X Firestorm (Y Charges) || was <span class="d2-yellow">Club(7[30/10]), Staff(14[20/6])</span> || removed
| Pure || +[76-175] to Attack Rating against Undead,<br>+[76-125]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 15 || 11 || 3 || 142 ||
|-
|-
| Fissure || S || Level X Fissure (Y Charges) || was <span class="d2-yellow">Club(18[30/7]), Staff(36[20/4])</span> || removed <!-- "Eruption" in text file -->
| Pure || +[76-175] to Attack Rating against Undead,<br>+[76-125]% Damage to Undead || <span class="d2-blue">Quiver</span> || 25 || 18 || 3 || 142 || new
|-
|-
| Twister || S || Level X Twister (Y Charges) || was <span class="d2-yellow">Club(24[30/6]), Amulet(48[20/3]), Circlet(48[20/3])</span> || removed
| Sacred || +[175-250] to Attack Rating against Undead,<br>+[126-200]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 25 || 18 || 2 || 142 ||
|-
|-
| Volcano || S || Level X Volcano (Y Charges) || was <span class="d2-yellow">Club(30[30/6]), Hammer(60[20/3])</span> || removed
| Hallowed || +[251-325] to Attack Rating against Undead,<br>+[201-275]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 35 || 27 || 1 || 142 ||
|-
|-
| Tornado || S || Level X Tornado (Y Charges) || was <span class="d2-yellow">Club(30[30/5]), Amulet(60[20/2]), Circlet(60[20/2])</span> || removed
| Divine || +[326-450] to Attack Rating against Undead,<br>+[276-350]% Damage to Undead || <span class="d2-blue">Weapon<sup>PS</sup></span> || 45 || 37 || 1 || 142 ||  
|}
* Affixes without a listed rlvl have the same rlvl as their alvl (all non-Amazon skill charges)
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ Remaining Skill Charge Affixes (Not Removed)
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl)
| Divine || +[326-450] to Attack Rating against Undead,<br>+[276-350]% Damage to Undead || <span class="d2-yellow">Missile Weapon</span> || 45 || 37 || 1 || 142 || new
|-
|-
| Life Tap || S || Level X Life Tap (Y Charges) || <span class="d2-yellow">Necromancer Shield(24[60/6]), Wand(24[60/6]), Knife(24[60/6]), Axe(48[20/3])</span>
| Penetrating || +[5-10]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 15 || 10 || 4 || 143 || new
|-
|-
| Lower Resistance || S || Level X Lower Resist (Y Charges) || <span class="d2-yellow">Necromancer Shield(36[28/15]), Wand(36[28/15]), Knife(36[28/15]), Staff(72[28/15])</span>
| Puncturing || +[11-20]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 30 || 25 || 3 || 143 || new
|-
|-
| Teleportation || S || Level X Teleport (Y Charges) || <span class="d2-yellow">Orb(24[30/6]), Staff(24[30/6]), Amulet(48[20/3]), Circlet(48[20/3])</span>
| Piercing || +[21-30]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 45 || 40 || 2 || 143 || new
|-
|-
| Telekinesis || S || Level X Telekinesis (Y Charges) || <span class="d2-yellow">Ring(24[20/5])</span>
| Impaling || +[31-40]% Chance to Pierce || <span class="d2-blue">Quiver</span> || 60 || 55 || 2 || 143 || new
|}
 
{| class="wikitable mw-collapsible mw-collapsed"
|+ <h3 style="display:inline; border:0px; padding:0px;">Quiver Affixes</h3>
|-
|-
! Affix !! P/S !! Attributes !! Item Type (alvl) !! Changes
| Cultist's || 20% Chance of Open Wounds,<br>+[30-40] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28-68 || 25 || 4 || 170 || new
|-
|-
| Silver || P || +[61-80] to Attack Rating || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Bloodthirster's || 20% Chance of Open Wounds,<br>+[136-190] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 4 || 170 || new
|-
|-
| Gold || P || +[81-100] to Attack Rating || <span class="d2-yellow">Quiver(17)</span> (rlvl 12) || added Quiver
| Gorelust's || 20% Chance of Open Wounds,<br>+[224-310] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 68 || 65 || 4 || 170 || new
|-
|-
| Platinum || P || +[101-120] to Attack Rating || <span class="d2-yellow">Quiver(22)</span> (rlvl 16) || added Quiver
| Blood Letting || +1 Life after each Kill || <span class="d2-yellow">Weapon, Ring, Circlet, Chest, Helm, Shield, Quiver</span> || 13-53 || 12 || 3 || 200 || new
|-
|-
| Meteoric || P || +[121-150] to Attack Rating || <span class="d2-yellow">Quiver(27)</span> (rlvl 20) || added Quiver
| Murderous || +[2-5] Life after each Kill || <span class="d2-yellow">Weapon, Circlet, Chest, Helm, Shield, Quiver</span> || 51 || 44 || 1 || 200 || new
|-
|-
| Strange || P || +[151-300] to Attack Rating || <span class="d2-blue">Quiver(32)</span> (rlvl 24) || new (freq 5)
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">Chest, Helm, Shield, Weapon, Ring, Quiver</span> || 32 || 26 || 2 || 200 || new
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Equipment Suffixes</h3>
|-
|-
| Lunar || P || +[10-25]% Damage to Demons,<br>+[25-50] to Attack Rating against Demons || <span class="d2-yellow">Quiver(3)</span> (rlvl 1) || added Quiver <!-- "Assamic" in text file -->
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Arcadian || P || +[26-50]% Damage to Demons,<br>+[51-100] to Attack Rating against Demons || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || added Quiver
| Health || Physical Damage Taken Reduced by 1 || <span class="d2-yellow">Chest, Shield, Ring, Amulet, Circlet, Quiver</span> || 7-47 || 5 || 4 || 1 || added max alvl, added Quiver
|-
|-
| Unearthly || P || +[51-100]% Damage to Demons,<br>+[101-150] to Attack Rating against Demons || <span class="d2-blue">Quiver(25)</span> (rlvl 18) || new (freq 1)
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">Ring, Amulet, Circlet, Quiver</span> || 18-48 || 13 || 4 || 1 || added max alvl, added Quiver
|-
|-
| Devout || P || +[10-25]% Damage to Undead,<br>+[25-50] to Attack Rating against Undead || <span class="d2-yellow">Quiver(3)</span> (rlvl 1) || new (freq 4)
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">Chest, Shield, Circlet</span> || 24-64 || 18 || 4 || 1 || added max alvl
|-
|-
| Consecrated || P || +[25-75]% Damage to Undead,<br>+[25-75] to Attack Rating against Undead || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || new (freq 4)
| Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 26-66 || 19 || 4 || 1 || added max alvl, added Quiver
|-
|-
| Pure || P || +[76-125]% Damage to Undead,<br>+[76-175] to Attack Rating against Undead || <span class="d2-blue">Quiver(25)</span> (rlvl 18) || new (freq 3)
| Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">Chest, Shield, Circlet, Ring</span> || 32-72 || 24 || 4 || 1 || added max alvl, added Ring
|-
|-
| Snowy || P || Adds [6-9] to [19-30] Cold Damage || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver <!-- "Snowflake" in text file -->
| Life || Physical Damage Taken Reduced by 4 || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 35 || 26 || 4 || 1 || added Quiver
|-
|-
| Shivering || P || Adds [10-15] to [31-45] Cold Damage || <span class="d2-yellow">Quiver(35)</span> (rlvl 26) || added Quiver
| Life || Physical Damage Taken Reduced by [4-7] || <span class="d2-yellow">Chest, Shield, Circlet, Ring</span> || 41 || 33 || 4 || 1 || added Ring
|-
|-
| Boreal || P || Adds [16-23] to [46-90] Cold Damage || <span class="d2-yellow">Quiver(50)</span> (rlvl 40) || added Quiver
| Life Everlasting || Physical Damage Taken Reduced by [10-25] || <span class="d2-blue">Amulet, Circlet</span> || 45 || 37 || 4 || 1 ||
|-
|-
| Hibernal || P || Adds [24-45] to [91-140] Cold Damage || <span class="d2-yellow">Quiver(70)</span> (rlvl 60) || added Quiver
| Amicae || Physical Damage Taken Reduced by [8-15] || <span class="d2-yellow">Chest, Shield, Circlet, Amulet</span> || 51 || 43 || 4 || 1 || was magic only, added Amulet<!-- Anima in file -->
|-
|-
| Fiery || P || Adds [16-25] to [31-60] Fire Damage || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver <!-- "Ember" in text file -->
| Warding || Magic Damage Taken Reduced by [1-2] || <span class="d2-yellow">Chest, Shield, Ring, Amulet, Orb, Circlet, Quiver</span> || 7-47 || 5 || 4 || 2 || added max alvl, added Quiver, reduction was 1
|-
|-
| Smoldering || P || Adds [26-50] to [61-90] Fire Damage || <span class="d2-yellow">Quiver(35)</span> (rlvl 26) || added Quiver
| Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 12 || 4 || 2 || added Quiver, reduction was 2
|-
|-
| Smoking || P || Adds [51-80] to [91-130] Fire Damage || <span class="d2-yellow">Quiver(47)</span> (rlvl 37) || added Quiver
| Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 24 || 18 || 4 || 2 || reduction was 2
|-
|-
| Flaming || P || Adds [81-120] to [131-180] Fire Damage || <span class="d2-yellow">Quiver(61)</span> (rlvl 51) || added Quiver
| Guarding || Magic Damage Taken Reduced by [3-6] || <span class="d2-yellow">Amulet, Orb, Circlet, Quiver</span> || 26 || 19 || 4 || 2 || added Quiver, reduction was 3
|-
|-
| Scorching || P || Adds [121-170] to [181-240] Fire Damage || <span class="d2-yellow">Quiver(77)</span> (rlvl 67) || added Quiver
| Guarding || Magic Damage Taken Reduced by [3-6] || <span class="d2-yellow">Chest, Shield, Circlet, Ring</span> || 32 || 24 || 4 || 2 || added Ring, reduction was 3
|-
|-
| Static || P || Adds 1 to [49-120] Lighting Damage || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver
| Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-blue">Chest, Shield, Circlet</span> || 41 || 33 || 4 || 2 || reduction was [4-6]
|-
|-
| Glowing || P || Adds 1 to [121-180] Lighting Damage || <span class="d2-yellow">Quiver(34)</span> (rlvl 26) || added Quiver
| Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-yellow">Amulet, Orb, Circlet, Quiver</span> || 42 || 35 || 4 || 2 || added Quiver, reduction was [4-6]
|-
|-
| Buzzing || P || Adds 1 to [181-260] Lighting Damage || <span class="d2-yellow">Quiver(46)</span> (rlvl 35) || added Quiver
| Piercing || Ignore Target's Defense || <span class="d2-yellow">Rod, Knife, Claw</span> || 25 || 18 || 2 || 4 ||
|-
|-
| Arcing || P || Adds 1 to [261-360] Lighting Damage || <span class="d2-yellow">Quiver(60)</span> (rlvl 50) || added Quiver
| Thorns || Attacker Takes Damage of 1 || <span class="d2-yellow">Chest, Belt, Shield</span> || 1-13 || 1 || 4 || 6 ||
|-
|-
| Shocking || P || Adds 1 to [361-480] Lighting Damage || <span class="d2-yellow">Quiver(76)</span> (rlvl 66) || added Quiver
| Thorns || Attacker Takes Damage of [3-6] || <span class="d2-yellow">Chest, Shield, Belt, Circlet</span> || 14-54 || 10 || 4 || 6 || added max alvl, damage was [1-3]
|-
|-
| Septic || P || +6 Poison Damage over 2 Seconds || <span class="d2-yellow">Quiver(1)</span> (rlvl 1) || added Quiver
| Spikes || Attacker Takes Damage of [8-12] || <span class="d2-yellow">Chest, Shield, Belt, Circlet</span> || 21-61 || 15 || 4 || 6 || added max alvl, damage was [4-6]
|-
|-
| Foul || P || +12 Poison Damage over 3 Seconds || <span class="d2-yellow">Quiver(10)</span> (rlvl 7) || added Quiver <!-- "Envenomed" in text file -->
| Razors || Attacker Takes Damage of [31-40] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 34-74 || 26 || 4 || 6 || added max alvl, damage was [7-9]
|-
|-
| Corrosive || P || +80 Poison Damage over 4 Seconds || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Swords || Attacker Takes Damage of [80-160] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 47 || 39 || 4 || 6 || was magic only, damage was [10-20]
|-
|-
| Toxic || P || +150 Poison Damage over 5 Seconds || <span class="d2-yellow">Quiver(35)</span> (rlvl 26) || added Quiver
| Swords || Attacker Takes Damage of [200-400] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 67 || 50 || 4 || 6 || new
|-
|-
| Pestilent || P || +275 Poison Damage over 6 Seconds || <span class="d2-yellow">Quiver(50)</span> (rlvl 37) || added Quiver
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 5 || 3 || 6 || 7 || added Quiver
|-
|-
| Plague || P || +366 Poison Damage over 6 Seconds || <span class="d2-yellow">Quiver(50)</span> (rlvl 37) || new (freq 1)
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 17 || 6 || 7 || added Quiver
|-
|-
| Shimmering || P || All Resistances +[5-10] || <span class="d2-yellow">Quiver(16)</span> (rlvl 12) || added Quiver
| Swiftness || +30% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>, Missile Weapon</span> || 34 || 26 || 6 || 7 || added Missile Weapon
|-
|-
| Scintillating || P || All Resistances +[11-15] || <span class="d2-yellow">Quiver(34)</span> (rlvl 25) || added Quiver
| Quickness || +40% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>, Missile Weapon</span> || 46 || 38 || 5 || 7 || added Missile Weapon
|-
|-
| Azure || P || Cold Resist +[5-10]% || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Blocking || 10% Increased Chance of Blocking,<br>+15% Faster Block Rate || <span class="d2-yellow">Shield</span> || 1 || 1 || 7 || 8 ||
|-
|-
| Lapis || P || Cold Resist +[11-20]% || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Deflecting || 20% Increased Chance of Blocking,<br>+30% Faster Block Rate || <span class="d2-yellow">Shield</span> || 11 || 8 || 6 || 8 ||
|-
|-
| Cobalt || P || Cold Resist +[21-30]% || <span class="d2-yellow">Quiver(18)</span> (rlvl 13) || added Quiver
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Gloves</span> || 20 || 15 || 2 || 9 || group was 7
|-
|-
| Crimson || P || Fire Resist +[5-10]% || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Gloves</span> || 43 || 35 || 4 || 9 || group was 7
|-
|-
| Russet || P || Fire Resist +[11-20]% || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 5 || 3 || 6 || 9 ||  
|-
|-
| Garnet || P || Fire Resist +[21-30]% || <span class="d2-yellow">Quiver(18)</span> (rlvl 13) || added Quiver
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Chest, Shield, Paladin Shield</span> || 17 || 20 || 4 || 9 || new
|-
|-
| Tangerine || P || Lightning Resist +[5-10]% || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Gloves, Belt</span> || 25 || 29 || 4 || 9 || new
|-
|-
| Ocher || P || Lightning Resist +[11-20]% || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">Rod, Orb, Circlet</span> || 29 || 21 || 5 || 9 || added Scepter (Rod includes Staff/Wand/Scepter)
|-
|-
| Coral || P || Lightning Resist +[21-30]% || <span class="d2-yellow">Quiver(18)</span> (rlvl 13) || added Quiver
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">Chest, Shield, Paladin Shield</span> || 25 || 29 || 2 || 9 || new
|-
|-
| Beryl || P || Poison Resist +[5-10]% || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Frost || +1 Cold Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 10 ||
|-
|-
| Viridian || P || Poison Resist +[11-20]% || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Frost || Adds 1 to [1-2] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4-44 || 3 || 5 || 10 || added max alvl, added Quiver
|-
|-
| Jade || P || Poison Resist +[21-30]% || <span class="d2-yellow">Quiver(18)</span> (rlvl 13) || added Quiver
| Frost || Adds 1 to [3-6] Cold Damage (2 second chill) || <span class="d2-yellow">Belt, Amulet</span> || 45-85 || 37 || 2 || 10 || added max alvl, alvl was 55, rlvl was 41
|-
|-
| Jagged || P || +[10-20]% Enhanced Damage || <span class="d2-yellow">Quiver(1)</span> (rlvl 1) || added Quiver
| Icicle || Adds 1 to [3-4] Cold Damage (3 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 13-53 || 9 || 4 || 10 || added max alvl, added Quiver
|-
|-
| Deadly || P || +[21-30]% Enhanced Damage || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Glacier || Adds [2-4] to [4-15] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 27 || 20 || 3 || 10 || added Quiver
|-
|-
| Vicious || P || +[31-40]% Enhanced Damage || <span class="d2-yellow">Quiver(8)</span> (rlvl 6) || added Quiver
| Winter || Adds [5-9] to [16-50] Cold Damage (6 second chill) || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 45 || 37 || 2 || 10 || added Quiver
|-
|-
| Brutal || P || +[41-50]% Enhanced Damage || <span class="d2-yellow">Quiver(14)</span> (rlvl 10) || added Quiver
| Warmth || Half Freeze Duration || <span class="d2-yellow">Shield, Boots, Gloves, Ring, Amulet, Circlet, Orb</span> || 10 || 7 || 4 || 11 ||
|-
|-
| Massive || P || +[51-65]% Enhanced Damage || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Flame || +[1-2] Fire Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 12 ||
|-
|-
| Savage || P || +[66-80]% Enhanced Damage || <span class="d2-blue">Quiver(26)</span> (rlvl 19) || new (freq 7)
| Flame || Adds 1 to [2-5] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4-44 || 3 || 5 || 12 || added max alvl, added Quiver
|-
|-
| Carbuncle || P || +[1-5] to Maximum Damage || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Flame || Adds 1 to [2-6] Fire Damage || <span class="d2-yellow">Gloves, Ring, Amulet</span> || 40-80 || 30 || 2 || 12 || added max alvl
|-
|-
| Carmine || P || +[6-9] to Maximum Damage || <span class="d2-yellow">Quiver(35)</span> (rlvl 27) || added Quiver
| Fire || Adds [1-4] to [6-11] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 15-55 || 11 || 4 || 12 || added max alvl, added Quiver
|-
|-
| Vermilion || P || +[11-15] to Maximum Damage || <span class="d2-yellow">Quiver(58)</span> (rlvl 50) || added Quiver
| Burning || Adds [5-9] to [10-20] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25-65 || 18 || 3 || 12 || added max alvl, added Quiver
|-
|-
| Scarlet || P || +[1-4] to Minimum Damage || <span class="d2-yellow">Quiver(8)</span> (rlvl 6) || added Quiver
| Incineration || Adds [10-20] to [21-75] Fire Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 43 || 35 || 2 || 12 || added Quiver
|-
|-
| Crimson || P || +[5-8] to Minimum Damage || <span class="d2-yellow">Quiver(38)</span> (rlvl 30) || added Quiver
| Shock || +[1-3] Lightning Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 13 ||
|-
|-
| Cardinal || P || +[10-14] to Minimum Damage || <span class="d2-yellow">Quiver(38)</span> (rlvl 30) || new (freq 4)
| Shock || Adds 1 to [6-8] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4-44 || 3 || 5 || 13 || added max alvl, added Quiver
|-
|-
| Snake's || P || +[6-10] to Mana || <span class="d2-yellow">Quiver(6)</span> (rlvl 4) || added Quiver
| Shock || Adds 1 to [11-23] Lightning Damage || <span class="d2-yellow">Boots, Ring, Amulet</span> || 45-85 || 37 || 2 || 13 || added max alvl, alvl was 50, added Quiver
|-
|-
| Serpent's || P || +[11-20] to Mana || <span class="d2-yellow">Quiver(14)</span> (rlvl 10) || added Quiver
| Lightning || Adds 1 to [9-16] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 15-55 || 11 || 4 || 13 || added max alvl, added Quiver
|-
|-
| Drake's || P || +[21-30] to Mana || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Thunder || Adds 1 to [17-40] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 18 || 3 || 13 || added Quiver
|-
|-
| Dragon's || P || +[31-40] to Mana || <span class="d2-yellow">Quiver(24)</span> (rlvl 18) || added Quiver
| Storms || Adds [1-6] to [41-120] Lightning Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 34 || 26 || 2 || 13 || added Quiver
|-
|-
| Triumphant || P || +1 to Mana after each Kill || <span class="d2-yellow">Quiver(3)</span> (rlvl 2) || added Quiver
| Craftsmanship || +1 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Amulet</span> || 1-41 || 1 || 8 || 14 || added max alvl
|-
|-
| Aureolic || P || +[1-3] to Mana after each Kill || <span class="d2-yellow">Quiver(22)</span> (rlvl 16) || added Quiver
| Craftsmanship || +[1-2] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 1-7 || 1 || 4 || 14 || added Helm
|-
|-
| Victorious || P || +[2-5] to Mana after each Kill || <span class="d2-yellow">Quiver(17)</span> (rlvl 12) || added Quiver
| Craftsmanship || +[2-3] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 8-14 || 6 || 4 || 14 || added Helm
|-
|-
| Blood Letting || P || +1 Life after each Kill || <span class="d2-yellow">Quiver(13)</span> (rlvl 12) || new (freq 3)
| Craftsmanship || +[4-5] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 15-55 || 11 || 4 || 14 || added max alvl, added Helm
|-
|-
| Blood Sucking || P || +[1-3] Life after each Kill || <span class="d2-yellow">Quiver(32)</span> (rlvl 26) || new (freq 2)
| Quality || +2 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 4-44 || 3 || 8 || 14 || added max alvl
|-
|-
| Murderous || P || +[2-5] Life after each Kill || <span class="d2-yellow">Quiver(51)</span> (rlvl 44) || new (freq 1)
| Quality || +[6-7] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 23-29 || 17 || 4 || 14 || added Helm
|-
|-
| Fletcher's || P || +1 to Bow and Crossbow Skills (Amazon only) || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Quality || +[7-8] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 30-70 || 22 || 4 || 14 || added max alvl, added Helm
|-
|-
| Bowyer's || P || +2 to Bow and Crossbow Skills (Amazon only) || <span class="d2-yellow">Quiver(40)</span> (rlvl 30) || added Quiver
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 7-47 || 5 || 7 || 14 || added max alvl
|-
|-
| Archer's || P || +3 to Bow and Crossbow Skills (Amazon only) || <span class="d2-blue">Quiver(60)</span> (rlvl 45) || added Quiver
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Shield, Ring, Amulet</span> || 42 || 34 || 4 || 14 ||
|-
|-
| Acrobat's || P || +1 to Passive and Magic Skills (Amazon only) || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Maiming || +[9-10] to Maximum Damage || <span class="d2-blue">Circlet, Helm</span> || 37-44 || 29 || 4 || 14 || added Helm
|-
|-
| Gymnast's || P || +2 to Passive and Magic Skills (Amazon only) || <span class="d2-yellow">Quiver(40)</span> (rlvl 30) || added Quiver
| Maiming || +[11-12] to Maximum Damage || <span class="d2-blue">Circlet, Helm</span> || 45 || 37 || 4 || 14 || added Helm
|-
|-
| Athlete's || P || +3 to Passive and Magic Skills (Amazon only) || <span class="d2-blue">Quiver(60)</span> (rlvl 45) || added Quiver
| Slaying || +[5-7] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 11-51 || 8 || 7 || 14 || added max alvl
|-
|-
| Penetrating || P || +10% Chance to Pierce || <span class="d2-yellow">Quiver(15)</span> (rlvl 10) || new (freq 4)
| Gore || +[8-10] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 14 || 10 || 6 || 14 ||
|-
|-
| Puncturing || P || +20% Chance to Pierce || <span class="d2-yellow">Quiver(30)</span> (rlvl 25) || new (freq 3)
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19 || 14 || 6 || 14 ||
|-
|-
| Piercing || P || +30% Chance to Pierce || <span class="d2-yellow">Quiver(45)</span> (rlvl 40) || new (freq 2)
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 71 || 58 || 2 || 14 || new
|-
|-
| Impaling || P || +40% Chance to Pierce || <span class="d2-blue">Quiver(60)</span> (rlvl 55) || new (freq 2)
| Slaughter || +[15-20] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 25 || 18 || 5 || 14 ||
|-
|-
| Bear || S || Knockback || <span class="d2-yellow">Quiver(30)</span> (rlvl 24) || new (freq 2)
| Butchery || +[21-40] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 35 || 27 || 5 || 14 || was magic only
|-
|-
| Vileness || S || Prevent Monster Heal || <span class="d2-yellow">Quiver(9)</span> (rlvl 6) || added Quiver
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 45 || 37 || 4 || 14 ||
|-
|-
| Readiness || S || +10% Increased Attack Speed || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-yellow">Missile Weapon</span> || 45 || 37 || 3 || 14 || new
|-
|-
| Alacrity || S || +20% Increased Attack Speed || <span class="d2-yellow">Quiver(25)</span> (rlvl 17) || added Quiver
| Worth || +[1-2] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-41 || 1 || 8 || 15 || added max alvl
|-
|-
| Health || S || Physical Damage Taken Reduced by 1 || <span class="d2-yellow">Quiver(7)</span> (rlvl 5) || added Quiver
| Worth || +[2-3] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 15-55 || 11 || 4 || 15 || added max alvl, added Helm
|-
|-
| Protection || S || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">Quiver(18)</span> (rlvl 13) || added Quiver
| Measure || +[3-4] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12-52 || 9 || 7 || 15 || added max alvl
|-
|-
| Absorption || S || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">Quiver(26)</span> (rlvl 19) || added Quiver
| Measure || +[4-5] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 37-77 || 29 || 4 || 15 || added max alvl, added Helm
|-
|-
| Life || S || Physical Damage Taken Reduced by [4-7] || <span class="d2-yellow">Quiver(35)</span> (rlvl 26) || added Quiver
| Excellence || +[5-8] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 24 || 18 || 6 || 15 ||
|-
|-
| Warding || S || Magic Damage Taken Reduced by 1 || <span class="d2-yellow">Quiver(7)</span> (rlvl 5) || added Quiver
| Excellence || +[6-9] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 59 || 51 || 4 || 15 || added Helm
|-
|-
| Sentinel || S || Magic Damage Taken Reduced by 2 || <span class="d2-yellow">Quiver(18)</span> (rlvl 12) || added Quiver
| Performance || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 48 || 40 || 5 || 15 ||
|-
|-
| Guarding || S || Magic Damage Taken Reduced by 3 || <span class="d2-yellow">Quiver(26)</span> (rlvl 19) || added Quiver
| Performance || +[10-13] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 81 || 63 || 2 || 15 || was magic only, rlvl was 73, frequency was 4
|-
|-
| Negation || S || Magic Damage Taken Reduced by [4-6] || <span class="d2-yellow">Quiver(42)</span> (rlvl 35) || added Quiver
| Transcendence || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 68 || 4 || 15 ||
|-
|-
| Frost || S || Adds 1 to [1-2] Cold Damage || <span class="d2-yellow">Quiver(4)</span> (rlvl 3) || added Quiver
| Blight || +1 Poison Damage over 2 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Wand</span> || 1-4 || 1 || 4 || 16 || <!-- poison bitrate: 8 -->
|-
|-
| Icicle || S || Adds 1 to [3-4] Cold Damage || <span class="d2-yellow">Quiver(13)</span> (rlvl 9) || added Quiver
| Blight || +7 Poison Damage over 3 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Circlet, Quiver</span> || 5-45 || 3 || 5 || 16 || added max alvl, added Quiver<!-- poison bitrate: 24 -->
|-
|-
| Glacier || S || Adds [2-4] to [4-15] Cold Damage || <span class="d2-yellow">Quiver(27)</span> (rlvl 20) || added Quiver
| Blight || +50 Poison Damage over 3 seconds || <span class="d2-yellow">Ring, Amulet</span> || 45-85 || 33 || 2 || 16 || added max alvl<!-- poison bitrate: 171 -->
|-
|-
| Winter || S || Adds [5-9] to [16-50] Cold Damage || <span class="d2-yellow">Quiver(45)</span> (rlvl 37) || added Quiver
| Venom || +21 Poison Damage over 4 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Circlet, Quiver</span> || 15-55 || 11 || 4 || 16 || added max alvl, added Quiver<!-- poison bitrate: 54 -->
|-
|-
| Flame || S || Adds 1 to [2-5] Fire Damage || <span class="d2-yellow">Quiver(4)</span> (rlvl 3) || added Quiver
| Pestilence || +50 Poison Damage over 5 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Circlet, Quiver</span> || 25 || 18 || 3 || 16 || added Quiver<!-- poison bitrate: 103 -->
|-
|-
| Fire || S || Adds [1-4] to [6-11] Fire Damage || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || added Quiver
| Anthrax || +100 Poison Damage over 6 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Quiver</span> || 33 || 25 || 2 || 16 || added Quiver<!-- poison bitrate: 171 -->
|-
|-
| Burning || S || Adds [5-9] to [10-20] Fire Damage || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver
| Dexterity || +1 to Dexterity || <span class="d2-yellow">Boots, Gloves</span> || 1-12 || 1 || 4 || 17 ||
|-
|-
| Incineration || S || Adds [10-20] to [21-75] Fire Damage || <span class="d2-yellow">Quiver(43)</span> (rlvl 35) || added Quiver
| Dexterity || +1 to Dexterity || <span class="d2-yellow">Ring</span> || 1-5 || 1 || 4 || 17 ||
|-
|-
| Shock || S || Adds 1 to [3-8] Lightning Damage || <span class="d2-yellow">Quiver(4)</span> (rlvl 3) || added Quiver
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet</span> || 1-41 || 1 || 4 || 17 || added max alvl
|-
|-
| Lightning || S || Adds 1 to [9-16] Lightning Damage || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || added Quiver
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 6-46 || 4 || 4 || 17 || added max alvl
|-
|-
| Thunder || S || Adds 1 to [17-40] Lightning Damage || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver
| Dexterity || +[2-3] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 13-53 || 9 || 3 || 17 || added max alvl
|-
|-
| Storms || S || Adds 1 to [41-120] Lightning Damage || <span class="d2-yellow">Quiver(34)</span> (rlvl 26) || added Quiver
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 11-51 || 8 || 3 || 17 || added max alvl, added Quiver
|-
|-
| Blight || S || Adds 7 Poison Damage Over 3 Seconds || <span class="d2-yellow">Quiver(5)</span> (rlvl 3) || added Quiver
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">Ring, Gloves, Boots</span> || 22 || 16 || 3 || 17 || added Boots
|-
|-
| Venom || S || Adds 21 Poison Damage Over 4 Seconds || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || added Quiver
| Skill || +[4-5] to Dexterity || <span class="d2-yellow">Chest</span> || 34-74 || 26 || 3 || 17 || added max alvl, removed Boots
|-
|-
| Pestilence || S || Adds 50 Poison Damage Over 5 Seconds || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 27 || 20 || 3 || 17 || added Quiver
|-
|-
| Anthrax || S || Adds 100 Poison Damage Over 6 Seconds || <span class="d2-yellow">Quiver(33)</span> (rlvl 25) || added Quiver
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 39 || 31 || 3 || 17 ||
|-
|-
| Pacing || S || +10% Faster Run/Walk || <span class="d2-yellow">Quiver(12)</span> (rlvl 8) || new (freq 2)
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 46 || 38 || 3 || 17 ||
|-
|-
| Haste || S || +20% Faster Run/Walk || <span class="d2-yellow">Quiver(22)</span> (rlvl 16) || new (freq 2)
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 43 || 35 || 3 || 17 || added Quiver
|-
|-
| Greed || S || [25-40]% Extra Gold from Monsters || <span class="d2-yellow">Quiver(1)</span> (rlvl 1) || added Quiver
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 56 || 48 || 3 || 17 ||
|-
|-
| Wealth || S || [41-80]% Extra Gold from Monsters || <span class="d2-yellow">Quiver(17)</span> (rlvl 12) || added Quiver
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Chest, Boots, Shield</span> || 60 || 52 || 3 || 17 || was magic only, added Shield
|-
|-
| Chance || S || [5-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Quiver(12)</span> (rlvl 9) || added Quiver
| Perfection || +[16-20] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Chest, Shield</span> || 59 || 51 || 3 || 17 || added Chest, Shield
|-
|-
| Fortune || S || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">Quiver(16)</span> (rlvl 12) || added Quiver
| Perfection || +[16-20] to Dexterity || <span class="d2-blue">Ring, Gloves</span> || 75 || 67 || 3 || 17 ||
|-
|-
| Luck || S || [26-35]% Better Chance of Getting Magic Items || <span class="d2-blue">Quiver(26)</span> (rlvl 19) || added Quiver
| Nirvana || +[21-30] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet</span> || 72 || 64 || 3 || 17 || was magic only
|-
|-
| Leech || S || [2-5]% Life Stolen per Hit || <span class="d2-yellow">Quiver(6)</span> (rlvl 4) || added Quiver
| Balance || +10% Faster Hit Recovery || <span class="d2-yellow">Non-Gloves Armor</span> || 5 || 3 || 4 || 18 ||
|-
|-
| Locust || S || [4-7]% Life Stolen per Hit || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Equilibrium || +17% Faster Hit Recovery || <span class="d2-yellow">Chest, Belt, Shield</span> || 9 || 6 || 4 || 18 ||
|-
|-
| Lamprey || S || [6-9]% Life Stolen per Hit || <span class="d2-blue">Quiver(55)</span> (rlvl 43) || new (freq 7)
| Stability || +24% Faster Hit Recovery || <span class="d2-yellow">Chest, Belt</span> || 18 || 13 || 4 || 18 ||
|-
|-
| Bat || S || [2-5]% Mana Stolen per Hit || <span class="d2-yellow">Quiver(7)</span> (rlvl 4) || added Quiver
| Regeneration || Replenish Life +2 || <span class="d2-yellow">Amulet, Circlet</span> || 1-9 || 1 || 3 || 19 ||
|-
|-
| Wraith || S || [4-7]% Mana Stolen per Hit || <span class="d2-yellow">Quiver(21)</span> (rlvl 16) || added Quiver
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Scepter, Belt, Ring, Amulet, Circlet</span> || 10 || 7 || 4 || 19 ||
|-
|-
| Vampire || S || [6-9]% Mana Stolen per Hit || <span class="d2-blue">Quiver(56)</span> (rlvl 48) || new (freq 7)
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Shield, Gloves</span> || 40 || 30 || 4 || 19 ||
|-
|-
| Light || S || +[10-30] to Attack Rating,<br>+1 to Light Radius || <span class="d2-yellow">Quiver(6)</span> (rlvl 4) || added Quiver
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Chest, Non-Scepter Weapon, Boots</span> || 70 || 52 || 4 || 19 ||
|-
|-
| Radiance || S || +[30-60] to Attack Rating,<br>+3 to Light Radius || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || added Quiver
| Regrowth || Replenish Life +[6-10] || <span class="d2-yellow">Scepter, Amulet, Circlet</span> || 17 || 12 || 4 || 19 ||
|-
|-
| Sun || S || 5% Bonus to Attack Rating,<br>+5 to Light Radius || <span class="d2-yellow">Quiver(17)</span> (rlvl 12) || added Quiver
| Regrowth || Replenish Life +[6-9] || <span class="d2-yellow">Belt, Ring</span> || 55 || 41 || 4 || 19 ||
|-
|-
| Thawing || S || Half Freeze Duration || <span class="d2-yellow">Quiver(19)</span> (rlvl 14) || added Quiver
| Revivification || Replenish Life +[11-15] || <span class="d2-yellow">Scepter, Amulet, Circlet</span> || 38 || 30 || 4 || 19 || was magic only
|-
|-
| Remedy || S || Poison Length Reduced by 25% || <span class="d2-yellow">Quiver(7)</span> (rlvl 5) || added Quiver
| Vileness || Prevent Monster Heal || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 9 || 6 || 3 || 20 || added Quiver
|-
|-
| Amelioration || S || Poison Length Reduced by 50% || <span class="d2-yellow">Quiver(18)</span> (rlvl 13) || added Quiver
| Greed || [25-40]% Extra Gold from Monsters || <span class="d2-yellow">Ring, Amulet, Circlet, Quiver</span> || 1 || 1 || 4 || 21 || added Quiver
|-
|-
| Defiance || S || Poison Length Reduced by 75% || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver
| Wealth || [41-80]% Extra Gold from Monsters || <span class="d2-yellow">Boots, Gloves, Belt, Amulet, Circlet, Quiver</span> || 17 || 12 || 4 || 21 || added Quiver
|-
|-
| Skill || S || +[3-5] to Dexterity || <span class="d2-yellow">Quiver(11)</span> (rlvl 8) || added Quiver
| Chance || [5-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Boots, Gloves, Ring, Amulet, Circlet, Helm, Quiver</span> || 12 || 9 || 4 || 22 || added Helm, Quiver
|-
|-
| Accuracy || S || +[6-9] to Dexterity || <span class="d2-yellow">Quiver(27)</span> (rlvl 20) || added Quiver
| Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">Boots, Gloves, Amulet, Circlet, Helm, Quiver</span> || 16 || 12 || 4 || 22 || added Helm, Quiver
|-
|-
| Precision || S || +[10-15] to Dexterity || <span class="d2-yellow">Quiver(43)</span> (rlvl 35) || added Quiver
| Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring</span> || 42 || 31 || 2 || 22 || was magic only, frequency was 4
|-
|-
| Fox || S || +[6-10] to Life || <span class="d2-yellow">Quiver(7)</span> (rlvl 5) || added Quiver
| Luck || [26-35]% Better Chance of Getting Magic Items || <span class="d2-blue">Boots, Amulet, Circlet, Quiver</span> || 26 || 19 || 4 || 22 || added Quiver
|-
|-
| Wolf || S || +[11-20] to Life || <span class="d2-yellow">Quiver(15)</span> (rlvl 11) || added Quiver
| Energy || +1 to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Helm, Ring</span> || 1-4 || 1 || 4 || 23 ||
|-
|-
| Tiger || S || +[21-30] to Life || <span class="d2-yellow">Quiver(20)</span> (rlvl 15) || added Quiver
| Energy || +[1-3] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 1-41 || 1 || 4 || 23 || added max alvl
|-
|-
| Mammoth || S || +[31-40] to Life || <span class="d2-yellow">Quiver(25)</span> (rlvl 18) || added Quiver
| Energy || +[1-3] to Energy || <span class="d2-yellow">Ring</span> || 7-47 || 5 || 4 || 23 || added max alvl
|-
|-
| Might || S || +[3-5] to Strength || <span class="d2-yellow">Quiver(10)</span> (rlvl 8) || added Quiver
| Energy || +[1-3] to Energy || <span class="d2-yellow">Helm, Scepter</span> || 4-44 || 3 || 3 || 23 || added max alvl
|-
|-
| Ox || S || +[6-9] to Strength || <span class="d2-yellow">Quiver(26)</span> (rlvl 19) || added Quiver
| Mind || +[4-6] to Energy || <span class="d2-yellow">Orb, Circlet, Wand, Staff, Quiver</span> || 7-47 || 3 || 4 || 23 || added max alvl, removed Amulet, added Quiver
|-
|-
| Giant || S || +[10-15] to Strength || <span class="d2-yellow">Quiver(42)</span> (rlvl 34) || added Quiver
| Mind || +[4-6] to Energy || <span class="d2-yellow">Ring, Amulet</span> || 13 || 9 || 3 || 23 || added Amulet
|-
|-
| Mind || S || +[4-6] to Energy || <span class="d2-yellow">Quiver(7)</span> (rlvl 3) || added Quiver
| Mind || +[4-6] to Energy || <span class="d2-yellow">Helm, Scepter to Energy</span> || 10-50 || 7 || 3 || 23 || added max alvl
|-
|-
| Brilliance || S || +[7-10] to Energy || <span class="d2-yellow">Quiver(13)</span> (rlvl 9) || added Quiver
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 13 || 9 || 3 || 23 || added Quiver
|-
|-
| Sorcery || S || +[11-15] to Energy || <span class="d2-yellow">Quiver(21)</span> (rlvl 16) || added Quiver
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Ring</span> || 21 || 16 || 3 || 23 ||  
|}
* Affixes for quivers are currently listed here without any non-quiver item types, even if they share the affix with other items
* Quivers can also get the new [[Item_Affixes#Deadly_Strike,_Open_Wounds,_Crushing_Blow|Deadly Strike, Open Wounds, and Crushing Blow]] affixes (they're listed in that section)
 
== All Item Affixes ==
Many affix "names" have multiple entries. They're all listed here as they appear in the text files, and ordered by group. Multiple affixes from the same group cannot appear together.
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Equipment Prefixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Helm, Scepter</span> || 16 || 12 || 3 || 23 ||  
|-
|-
| Sturdy || +[10-20]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 1 || 1 || 9 || 101
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 21 || 16 || 3 || 23 || added Quiver
|-
|-
| Sturdy || +[21-30]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 4 || 3 || 9 || 101
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">Ring</span> || 31 || 23 || 3 || 23 ||  
|-
|-
| Strong || +[31-40]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 9 || 6 || 8 || 101
| Sorcery || +[11-15] to Energy || <span class="d2-blue">Helm, Scepter</span> || 26 || 21 || 3 || 23 ||  
|-
|-
| Glorious || +[41-50]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 19 || 14 || 8 || 101
| Wizardry || +[16-20] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 31 || 23 || 3 || 23 ||  
|-
|-
| Blessed || +[51-65]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 25 || 18 || 7 || 101
| Wizardry || +[16-20] to Energy || <span class="d2-blue">Ring</span> || 41 || 33 || 3 || 23 ||  
|-
|-
| Saintly || +[66-80]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 31 || 23 || 7 || 101
| Enlightenment || +[21-30] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 41 || 33 || 3 || 23 || was magic only
|-
|-
| Holy || +[81-100]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 36 || 27 || 6 || 101
| Bear || Knockback || <span class="d2-yellow">Melee Weapon</span> || 8 || 6 || 3 || 24 ||  
|-
|-
| Godly || +[101-200]% Enhanced Defense || <span class="d2-blue">Armor</span> || 45 || 38 || 3 || 101
| Bear || Knockback || <span class="d2-yellow">Quiver</span> || 30 || 24 || 2 || 24 || new
|-
|-
| Godly || +[101-200]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 50 || 43 || 1 || 101
| Light || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">Ring, Amulet</span> || 1-5 || 1 || 4 || 25 ||  
|-
|-
| Faithful || +[0-49] Defense (+0.5 per Level) || <span class="d2-yellow">Gloves, Boots, Belt, Shield</span> || 30 || 22 || 3 || 101 <!-- Paleocene in file -->
| Light || +1 to Light Radius,<br>+[15-30] to Attack Rating || <span class="d2-yellow">Armor, Rod, Ring, Amulet, Quiver</span> || 6-46 || 4 || 1 || 25 || added max alvl, added Quiver, AR was 15
|-
|-
| Faithful || +[3-297] Defense (+3 per Level) || <span class="d2-yellow">Chest</span> || 30 || 22 || 4 || 101 <!-- Paleocene in file -->
| Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Helm, Chest, Quiver</span> || 15-55 || 11 || 1 || 25 || added max alvl, removed Ring, Amulet, added Chest, Quiver, AR was 30
|-
|-
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 8 || 6 || 4 || 103
| Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">Ring, Amulet</span> || 15 || 11 || 1 || 25 || new
|-
|-
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 38 || 30 || 4 || 103
| Clarity || +4 to Light Radius,<br>+[60-120] to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Amulet, Helm, Chest, Ring</span> || 25 || 21 || 1 || 25 || new
|-
|-
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 38 || 30 || 4 || 103
| Divinity || +5 to Light Radius,<br>+[120-240] to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Amulet, Chest</span> || 50 || 42 || 1 || 25 || new
|-
|-
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 12 || 9 || 4 || 104
| Sun || +5 to Light Radius,<br>5% Bonus to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Gloves, Ring, Amulet, Helm, Chest</span> || 17 || 12 || 1 || 25 || added Chest
|-
|-
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 35 || 27 || 4 || 104
| Sunset || +5 to Light Radius,<br>10% Bonus to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Gloves, Ring, Amulet, Helm, Chest</span> || 27 || 22 || 1 || 25 || new<!-- Dawn in file -->
|-
|-
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 58 || 50 || 4 || 104
| Sunset || +[5-8] to Light Radius,<br>10% Bonus to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Gloves, Ring, Amulet, Helm, Chest</span> || 34 || 26 || 1 || 25 || new<!-- Dawn in file -->
|-
|-
| Gritty || +[0-74] to Maximum Damage (+0.75 per Level) || <span class="d2-yellow">Weapon<sup>P</sup></span> || 50 || 37 || 7 || 105
| Jackal || +[1-5] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet</span> || 1-41 || 1 || 3 || 26 || added max alvl
|-
|-
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Circlet, Quiver</span> || 1 || 1 || 9 || 105
| Jackal || +[1-5] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 4-44 || 3 || 3 || 26 || added max alvl
|-
|-
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Circlet, Quiver</span> || 5 || 3 || 9 || 105
| Jackal || +[1-5] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 8-48 || 6 || 3 || 26 || added max alvl
|-
|-
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 8 || 6 || 8 || 105
| Fox || +[6-10] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 7-47 || 5 || 3 || 26 || added max alvl, added Quiver
|-
|-
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 14 || 10 || 8 || 105
| Fox || +[6-10] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 11-55 || 8 || 3 || 26 || added max alvl
|-
|-
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 20 || 15 || 7 || 105
| Fox || +[6-10] to Life || <span class="d2-yellow">Any Mace, Helm</span> || 17-57 || 13 || 3 || 26 || added max alvl, removed Ring
|-
|-
| Savage || +[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 26 || 19 || 7 || 105
| Fox || +[6-10] to Life || <span class="d2-yellow">Ring</span> || 17 || 13 || 3 || 26 || new
|-
|-
| Savage || +[66-80]% Enhanced Damage || <span class="d2-blue">Quiver</span> || 26 || 19 || 7 || 105
| Wolf || +[11-20] to Life || <span class="d2-yellow">Chest, Barbarian Helm, Circlet, Quiver</span> || 15-55 || 11 || 3 || 26 || added max alvl, removed Amulet, Belt, added Quiver
|-
|-
| Merciless || +[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 6 || 105
| Wolf || +[11-20] to Life || <span class="d2-yellow">Amulet, Belt</span> || 15 || 11 || 3 || 26 || new
|-
|-
| Ferocious || +[101-200]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 41 || 33 || 6 || 105
| Wolf || +[11-20] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 27-67 || 20 || 3 || 26 || added max alvl
|-
|-
| Cruel || +[201-300]% Enhanced Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 51 || 43 || 5 || 105
| Wolf || +[11-20] to Life || <span class="d2-yellow">Any Mace, Helm</span> || 34-74 || 26 || 3 || 26 || added max alvl, removed Ring
|-
|-
| Cruel || +[201-300]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 1 || 105
| Wolf || +[11-20] to Life || <span class="d2-yellow">Ring</span> || 34 || 26 || 3 || 26 || new
|-
|-
| Visceral || +[301-400]% Enhanced Damage || <span class="d2-yellow">Missile Weapon, Amazon Javelin, Knife, Club, Pointed Mace, Throwing Axe</span> || 75 || 69 || 1 || 105
| Tiger || +[21-30] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 20 || 15 || 3 || 26 || added Quiver
|-
|-
| Supporting || +[10-20]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 25 || 18 || 2 || 105
| Tiger || +[21-30] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 43 || 35 || 3 || 26 ||  
|-
|-
| Reinforcing || +[20-40]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 35 || 28 || 2 || 105
| Tiger || +[21-30] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 51 || 43 || 3 || 26 ||  
|-
|-
| Empowering || +[40-60]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 45 || 38 || 2 || 105
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 25 || 18 || 3 || 26 || added Quiver
|-
|-
| Bolstering || +[60-80]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 55 || 48 || 2 || 105
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 59 || 51 || 3 || 26 ||  
|-
|-
| Fortifying || +[80-120]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 65 || 58 || 2 || 105
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 68 || 60 || 3 || 26 ||  
|-
|-
| Embattled || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 75 || 68 || 2 || 105
| Colossus || +[41-60] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet</span> || 30 || 22 || 3 || 26 || <!-- Colosuss in file -->
|-
|-
| Rampaging || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest</span> || 85 || 78 || 1 || 105
| Colossus || +[41-60] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 75 || 67 || 3 || 26 || was magic only<!-- Colosuss in file -->
|-
|-
| Vulpine || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">Shield, Amulet, Orb, Staff</span> || 9 || 6 || 3 || 107
| Squid || +[61-80] to Life || <span class="d2-blue">Amulet</span> || 40 || 30 || 3 || 26 || removed Chest, Belt, Barbarian Helm, Circlet
|-
|-
| Tireless || Heal Stamina Plus 10% || <span class="d2-yellow">Boots</span> || 1-5 || 1 || 4 || 108
| Squid || +[61-80] to Life || <span class="d2-yellow">Chest, Belt, Barbarian Helm, Circlet, Shield</span> || 40 || 30 || 3 || 26 || new
|-
|-
| Tireless || Heal Stamina Plus 25% || <span class="d2-yellow">Boots</span> || 6 || 4 || 4 || 108
| Whale || +[81-100] to Life || <span class="d2-blue">Amulet</span> || 50 || 37 || 3 || 26 || removed Chest, Belt, Barbarian Helm, Circlet
|-
|-
| Tireless || Heal Stamina Plus 50% || <span class="d2-yellow">Boots</span> || 14 || 10 || 4 || 108
| Whale || +[81-100] to Life || <span class="d2-yellow">Chest, Belt, Barbarian Helm, Circlet, Shield</span> || 50 || 37 || 3 || 26 || new
|-
|-
| Rugged || +[5-10] Maximum Stamina || <span class="d2-yellow">Boots, Gloves, Belt, Ring, Amulet, Circlet</span> || 1 || 1 || 4 || 109
| Leech || [2-3]% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 24 || 20 || 2 || 27 ||  
|-
|-
| Rugged || +[11-20] Maximum Stamina || <span class="d2-yellow">Boots, Belt</span> || 8 || 6 || 4 || 109
| Leech || 3% Life Stolen per Hit || <span class="d2-yellow">Gloves</span> || 34 || 26 || 4 || 27 ||
|-
|-
| Rugged || +[11-20] Maximum Stamina || <span class="d2-yellow">Ring, Amulet, Circlet</span> || 8 || 6 || 4 || 109
| Leech || [3-4]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet, Helm</span> || 14 || 10 || 4 || 27 || added Helm
|-
|-
| Vigorous || +[21-30] Maximum Stamina || <span class="d2-yellow">Boots, Belt</span> || 16 || 12 || 4 || 109
| Leech || [4-5]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon, Missile Weapon, Quiver</span> || 6 || 4 || 7 || 27 || added Quiver
|-
|-
| Bronze || +[10-20] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Gloves, Amulet, Circlet, Helm, Chest</span> || 1 || 1 || 8 || 110
| Locust || [4-5]% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 57 || 45 || 2 || 27 ||  
|-
|-
| Iron || +[21-40] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Gloves, Helm, Chest</span> || 4 || 3 || 8 || 110
| Locust || [5-6]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet</span> || 47 || 35 || 4 || 27 ||  
|-
|-
| Steel || +[41-60] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Gloves, Helm, Chest</span> || 8 || 6 || 7 || 110
| Locust || [6-7]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon, Quiver</span> || 20 || 15 || 7 || 27 || added Quiver
|-
|-
| Silver || +[61-80] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Gloves, Helm, Chest, Quiver</span> || 12 || 9 || 7 || 110
| Lamprey || 6% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 75 || 63 || 2 || 27 || alvl was 85, rlvl was 73
|-
|-
| Gold || +[81-100] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Gloves, Helm, Chest, Quiver</span> || 17 || 12 || 6 || 110
| Lamprey || [6-9]% Life Stolen per Hit || <span class="d2-blue">Quiver</span> || 55 || 43 || 7 || 27 || new
|-
|-
| Platinum || +[101-120] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Circlet, Gloves, Helm, Chest, Quiver</span> || 22 || 16 || 6 || 110
| Lamprey || [7-8]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet</span> || 77 || 65 || 4 || 27 ||  
|-
|-
| Meteoric || +[121-150] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 27 || 20 || 5 || 110
| Lamprey || [8-9]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon</span> || 55 || 43 || 7 || 27 ||  
|-
|-
| Strange || +[151-300] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 5 || 110
| Bat || [2-3]% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 25 || 21 || 2 || 28 ||  
|-
|-
| Strange || +[151-300] to Attack Rating || <span class="d2-blue">Quiver</span> || 32 || 24 || 5 || 110
| Bat || 3% Mana Stolen per Hit || <span class="d2-yellow">Gloves</span> || 35 || 27 || 4 || 28 ||  
|-
|-
| Weird || +[301-450] to Attack Rating || <span class="d2-blue">Weapon<sup>P</sup></span> || 37 || 27 || 4 || 110
| Bat || [3-4]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet, Helm</span> || 15 || 11 || 4 || 28 || added Helm
|-
|-
| Sharp || [10-20] to Attack Rating,<br>+[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 5 || 3 || 9 || 111
| Bat || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon, Missile Weapon, Quiver</span> || 7 || 4 || 7 || 28 || added Quiver
|-
|-
| Fine || [21-40] to Attack Rating,<br>+[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12 || 9 || 9 || 111
| Wraith || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 58 || 46 || 2 || 28 ||  
|-
|-
| Warrior's || [41-60] to Attack Rating,<br>+[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19 || 13 || 8 || 111
| Wraith || [5-6]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet</span> || 58 || 40 || 4 || 28 ||  
|-
|-
| Soldier's || [61-80] to Attack Rating,<br>+[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 27 || 19 || 8 || 111
| Wraith || [6-7]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon, Quiver</span> || 21 || 16 || 7 || 28 || added Quiver
|-
|-
| Knight's || [81-100] to Attack Rating,<br>+[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 38 || 30 || 7 || 111
| Vampire || 6% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 76 || 64 || 2 || 28 || alvl was 86, rlvl was 74
|-
|-
| Lord's || [101-120] to Attack Rating,<br>+[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 47 || 39 || 6 || 111
| Vampire || [6-9]% Mana Stolen per Hit || <span class="d2-blue">Quiver</span> || 56 || 48 || 7 || 28 || new
|-
|-
| King's || [121-150] to Attack Rating,<br>+[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 5 || 111
| Vampire || [7-8]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet</span> || 78 || 66 || 4 || 28 ||  
|-
|-
| Master's || [151-250] to Attack Rating,<br>+[101-150]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 5 || 111
| Vampire || [8-9]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon</span> || 56 || 48 || 7 || 28 ||  
|-
|-
| Grandmaster's || [251-300] to Attack Rating,<br>+[151-200]% Enhanced Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 69 || 61 || 4 || 111
| Remedy || Poison Length Reduced by 25% || <span class="d2-yellow">Armor, Ring, Amulet, Circlet, Quiver</span> || 7 || 5 || 3 || 29 || added Quiver
|-
|-
| Grandmaster's || +[251-300] to Attack Rating,<br>+[151-200]% Enhanced Damage || <span class="d2-yellow">Missile Weapon</span> || 69 || 61 || 4 || 111
| Amelioration || Poison Length Reduced by 50% || <span class="d2-yellow">Chest, Shield, Amulet, Circlet, Quiver</span> || 18 || 13 || 3 || 29 || added Quiver
|-
|-
| Fool's || +[0-49] to Maximum Damage (+0.5 per Level),<br>+[16-1633] to Attack Rating (+16.5 per Level) || <span class="d2-yellow">Weapon<sup>P</sup></span> || 50 || 37 || 7 || 111 <!-- Trump in file -->
| Defiance || Poison Length Reduced by 75% || <span class="d2-yellow">Chest, Shield, Amulet, Circlet, Quiver</span> || 25 || 18 || 2 || 29 || added Quiver
|-
|-
| Hawkeye || +[6-594] to Attack Rating (+6 per Level) || <span class="d2-blue">Weapon<sup>P</sup></span> || 35 || 26 || 7 || 111
| Ease || Requirements -20% || <span class="d2-yellow">Chest, Weapon<sup>PS</sup>, Shield</span> || 15 || 11 || 3 || 30 ||  
|-t
| Visionary || [1-99]% Bonus to Attack Rating (1% per Level) || <span class="d2-yellow">Helm, Missile Weapon</span> || 25 || 18 || 1 || 111
|-
|-
| Glimmering || +1 to Light Radius || <span class="d2-yellow">Armor, Wand, Staff, Ring, Amulet, Orb</span> || 1 || 1 || 1 || 112
| Simplicity || Requirements -30% || <span class="d2-yellow">Chest, Weapon<sup>PS</sup>, Shield</span> || 25 || 18 || 2 || 30 ||  
|-
|-
| Glowing || +2 to Light Radius || <span class="d2-yellow">Armor, Wand, Staff, Ring, Amulet, Orb</span> || 6 || 4 || 1 || 112
| Strength || +1 to Strength || <span class="d2-yellow">Gloves</span> || 1-11 || 1 || 4 || 31 ||  
|-
|-
| Screaming || Hit Causes Monster to Flee 12% || <span class="d2-yellow">Missile Weapon</span> || 10 || 7 || 4 || 113
| Strength || +1 to Strength || <span class="d2-yellow">Ring</span> || 1-4 || 1 || 4 || 31 ||
|-
|-
| Screaming || Hit Causes Monster to Flee 25% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 10 || 7 || 3 || 113
| Strength || +[1-2] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 1-41 || 1 || 4 || 31 || added max alvl
|-
|-
| Howling || Hit Causes Monster to Flee 18% || <span class="d2-yellow">Missile Weapon</span> || 16 || 12 || 4 || 113
| Strength || +[1-2] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest</span> || 5-45 || 3 || 4 || 31 || added max alvl
|-
|-
| Howling || Hit Causes Monster to Flee 50% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 16 || 12 || 3 || 113
| Strength || +[1-2] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 12-52 || 8 || 3 || 31 || added max alvl
|-
|-
| Wailing || Hit Causes Monster to Flee 25% || <span class="d2-blue">Missile Weapon</span> || 24 || 18 || 4 || 113
| Might || +[3-5] to Strength || <span class="d2-yellow">Belt, Club, Hammer, Circlet, Quiver</span> || 10-50 || 8 || 3 || 31 || addex max alvl, removed Amulet, added Quiver
|-
|-
| Wailing || Hit Causes Monster to Flee 100% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 20 || 13 || 3 || 113
| Might || +[3-5] to Strength || <span class="d2-yellow">Amulet, Ring, Gloves </span> || 10 || 8 || 3 || 31 || new
|-
|-
| Felicitous || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 5 || 3 || 4 || 114
| Might || +[3-5] to Strength || <span class="d2-yellow">Scepter, Tipped Mace, Chest</span> || 21-61 || 15 || 3 || 31 || added max alvl, removed Ring
|-
|-
| Fortuitous || [11-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 12 || 8 || 4 || 114
| Might || +[3-5] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Shield</span> || 33-73 || 25 || 3 || 31 || added max alvl, removed Gloves
|-
|-
| Lizard's || +[1-2] to Mana || <span class="d2-yellow">Chest, Helm, Shield, Belt, Ring, Amulet, Rod, Orb</span> || 1-2 || 1 || 4 || 115
| Ox || +[6-9] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 26 || 19 || 3 || 31 || added Quiver
|-
|-
| Lizard's || +[3-5] to Mana || <span class="d2-yellow">Chest, Helm, Shield, Belt, Ring, Amulet, Rod, Orb</span> || 3 || 2 || 4 || 115
| Ox || +[6-9] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest</span> || 38 || 30 || 3 || 31 ||  
|-
|-
| Snake's || +[5-10] to Mana || <span class="d2-yellow">Shield, Rod, Belt, Ring, Amulet, Circlet, Quiver</span> || 6 || 4 || 4 || 115
| Ox || +[6-9] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 45 || 37 || 3 || 31 ||  
|-
|-
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Shield, Rod, Belt, Ring, Amulet, Circlet, Quiver</span> || 14 || 10 || 3 || 115
| Giant || +[10-15] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 42 || 34 || 3 || 31 || added Quiver
|-
|-
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Chest, Boots, Gloves, Non-Rod Weapon</span> || 37 || 27 || 2 || 115
| Giant || +[10-15] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest, Shield</span> || 55 || 47 || 3 || 31 || added Shield
|-
|-
| Drake's || +[21-30] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet, Quiver</span> || 20 || 15 || 2 || 115
| Giant || +[10-15] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves</span> || 59 || 51 || 3 || 31 ||  
|-
|-
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet, Quiver</span> || 24 || 18 || 2 || 115
| Titan || +[16-20] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 58 || 50 || 3 || 31 ||  
|-
|-
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">Chest, Boots, Gloves</span> || 52 || 39 || 2 || 115
| Titan || +[16-20] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest, Shield</span> || 74 || 66 || 3 || 31 || added Shield
|-
|-
| Wyrm's || +[41-60] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 30 || 22 || 2 || 115
| Atlas || +[21-30] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 71 || 63 || 3 || 31 || <!-- Atlus in file -->
|-
|-
| Great Wyrm's || +[61-90] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 37 || 29 || 2 || 115
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 12 || 8 || 3 || 35 ||  
|-
|-
| Bahamut's || +[91-120] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 45 || 37 || 2 || 115
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">Amazon Weapon, Quiver</span> || 12 || 8 || 2 || 35 || new
|-
|-
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">Helm</span> || 25 || 18 || 1 || 115
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 22 || 16 || 4 || 35 ||  
|-
|-
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Shield</span> || 6 || 4 || 5 || 116
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">Amazon Weapon, Quiver</span> || 22 || 16 || 2 || 35 || new
|-
|-
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Amulet, Circlet</span> || 8 || 6 || 5 || 116
| Speed || +30% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 37 || 29 || 4 || 35 ||  
|-
|-
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Ring</span> || 45 || 37 || 3 || 116
| Transportation || +30% Faster Run/Walk,<br>[80-90]% Slower Stamina Drain || <span class="d2-yellow">Boots</span> || 65 || 57 || 4 || 35 || was magic only<!-- Traveling in file -->
|-
|-
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">Jewel, Quiver</span> || 16 || 12 || 1 || 116
| Acceleration || +40% Faster Run/Walk || <span class="d2-blue">Boots</span> || 51 || 43 || 4 || 35 ||  
|-
|-
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Shield</span> || 18 || 13 || 5 || 116
| Self-Repair || Repairs 1 Durability in 33 seconds || <span class="d2-yellow">Non-Throwing Melee Weapon, Orb, Armor</span> || 3 || 1 || 3 || 37 ||  
|-
|-
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Amulet, Circlet</span> || 21 || 15 || 5 || 116
| Fast Repair || Repairs 1 Durability in 20 seconds || <span class="d2-yellow">Non-Throwing Melee Weapon, Orb, Armor</span> || 20 || 12 || 2 || 37 ||  
|-
|-
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Ring</span> || 56 || 48 || 2 || 116
| Ages || Indestructible || <span class="d2-blue">Non-Throwing Melee Weapon, Orb, Armor</span> || 50 || 42 || 1 || 39 ||  
|-
|-
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">Shield</span> || 28 || 21 || 5 || 116
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-blue">Amulet</span> || 20 || 1 || 1 || 41 || removed Chest, Druid Helm, Barbarian Helm<!-- Kraken in file -->
|-
|-
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 34 || 25 || 5 || 116
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-yellow">Chest, Druid Helm, Barbarian Helm, Shield</span> || 20 || 1 || 1 || 41 || new<!-- Kraken in file -->
|-
|-
| Scintillating || All Resistances +[12-15] || <span class="d2-blue">Ring</span> || 67 || 59 || 2 || 116
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">Circlet, Amulet, Druid Helm</span> || 20 || 1 || 1 || 41 || was magic only<!-- Memory in file -->
|-
|-
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">Shield</span> || 39 || 31 || 4 || 116
| Elephant || +[0-49] to Life (+0.5 per Level),<br>+[0-24] to Mana (+0.25 per Level) || <span class="d2-yellow">Circlet, Druid Helm</span> || 37 || 7 || 2 || 41 || was magic only
|-
|-
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">Amulet, Circlet</span> || 42 || 31 || 4 || 116
| Fireball || 14% Chance to Cast Level 18 Fire Ball on Casting || <span class="d2-yellow">Staff</span> || 36 || 27 || 1 || 44 || new
|-
|-
| Chromatic || All Resistances +[21-30] || <span class="d2-yellow">Shield</span> || 50 || 42 || 4 || 116
| Fireball || 14% Chance to Cast Level 24 Fire Ball on Casting || <span class="d2-yellow">Staff</span> || 56 || 42 || 1 || 44 || new
|-
|-
| Chromatic || All Resistances +[21-30] || <span class="d2-blue">Amulet, Circlet</span> || 55 || 41 || 3 || 116
| Fireball || 14% Chance to Cast Level 30 Fire Ball on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Azure || Cold Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 117
| Fireball || 16% Chance to Cast Level 18 Fire Ball on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36 || 27 || 1 || 44 || new
|-
|-
| Azure || Cold Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5 || 3 || 2 || 117
| Fireball || 16% Chance to Cast Level 24 Fire Ball on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 42 || 1 || 44 || new
|-
|-
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 117
| Fireball || 16% Chance to Cast Level 30 Fire Ball on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 2 || 117
| Charged Bolt || 18% Chance to Cast Level 18 Charged Bolt on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 117
| Charged Bolt || 18% Chance to Cast Level 24 Charged Bolt on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 2 || 117
| Charged Bolt || 18% Chance to Cast Level 30 Charged Bolt on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Sapphire || Cold Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 117
| Charged Bolt || 20% Chance to Cast Level 18 Charged Bolt on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Crimson || Fire Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 118
| Charged Bolt || 20% Chance to Cast Level 24 Charged Bolt on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Crimson || Fire Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5 || 3 || 4 || 118
| Charged Bolt || 20 Chance to Cast Level 30 Charged Bolt on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 118
| Lightning || 14% Chance to Cast Level 18 Lightning on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 118
| Lightning || 14% Chance to Cast Level 24 Lightning on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 118
| Lightning || 14% Chance to Cast Level 30 Lightning on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 118
| Lightning || 16% Chance to Cast Level 18 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Ruby || Fire Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 118
| Lightning || 16% Chance to Cast Level 24 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Tangerine || Lightning Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 119
| Lightning || 16% Chance to Cast Level 30 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Tangerine || Lightning Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5 || 3 || 4 || 119
| Chain Lightning || 12% Chance to Cast Level 18 Chain Lightning on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 119
| Chain Lightning || 12% Chance to Cast Level 24 Chain Lightning on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 119
| Chain Lightning || 12% Chance to Cast Level 30 Chain Lightning on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 119
| Chain Lightning || 14% Chance to Cast Level 18 Chain Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 119
| Chain Lightning || 14% Chance to Cast Level 24 Chain Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Amber || Lightning Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 119
| Chain Lightning || 14% Chance to Cast Level 30 Chain Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Beryl || Poison Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 120
| Ice Barrage || 10% Chance to Cast Level 18 Ice Barrage on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Beryl || Poison Resist +[5-10]% || <span class="d2-yellow">Armor, Weapon, Ring, Amulet, Circlet, Quiver</span> || 5 || 3 || 4 || 120
| Ice Barrage || 10% Chance to Cast Level 24 Ice Barrage on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 120
| Ice Barrage || 10% Chance to Cast Level 30 Ice Barrage on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 120
| Ice Barrage || 12% Chance to Cast Level 18 Ice Barrage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 120
| Ice Barrage || 12% Chance to Cast Level 24 Ice Barrage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 120
| Ice Barrage || 12% Chance to Cast Level 30 Ice Barrage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Emerald || Poison Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 120
| Frost Nova || 16% Chance to Cast Level 18 Frost Nova on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Triumphant || +1 to Mana after each Kill || <span class="d2-yellow">Weapon, Ring, Circlet, Chest, Helm, Shield, Quiver</span> || 3 || 2 || 4 || 121
| Frost Nova || 16% Chance to Cast Level 24 Frost Nova on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Aureolic || +[1-3] to Mana after each Kill || <span class="d2-yellow">Jewel, Chest, Helm, Shield, Quiver</span> || 22 || 16 || 4 || 121 <!-- Aureolin in file -->
| Frost Nova || 16% Chance to Cast Level 30 Frost Nova on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Victorious || +[2-5] to Mana after each Kill || <span class="d2-yellow">Weapon, Circlet, Chest, Helm, Shield, Quiver</span> || 17 || 12 || 4 || 121
| Frost Nova || 18% Chance to Cast Level 18 Frost Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Mechanist's || Socketed ([1-2]) || <span class="d2-yellow">Non-Throwing Weapon, Shield, Helm, Chest, Circlet</span> || 10 || 7 || 3 || 122
| Frost Nova || 18% Chance to Cast Level 24 Frost Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Artisan's || Socketed (3) || <span class="d2-yellow">Non-Throwing Weapon, Shield, Chest</span> || 33 || 25 || 2 || 122 <!-- Artificer's in file -->
| Frost Nova || 18% Chance to Cast Level 30 Frost Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Artisan's || Socketed (3) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 33 || 25 || 2 || 122 <!-- Artificer's in file -->
| Nova || 14% Chance to Cast Level 18 Nova on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Artisan's || Socketed (3) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 33 || 25 || 2 || 122 <!-- Artificer's in file -->
| Nova || 14% Chance to Cast Level 24 Nova on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Jeweler's || Socketed (4) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 55 || 47 || 1 || 122
| Nova || 14% Chance to Cast Level 30 Nova on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Lunar || +[25-50] to Attack Rating against Demons,<br>+[10-25]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup>, Circlet, Quiver</span> || 3 || 1 || 2 || 123 <!-- Assamic in file -->
| Nova || 16% Chance to Cast Level 18 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Arcadian || +[51-100] to Attack Rating against Demons,<br>+[26-50]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup>, Circlet, Helm, Quiver</span> || 15 || 11 || 2 || 123
| Nova || 16% Chance to Cast Level 24 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Unearthly || +[101-150] to Attack Rating against Demons,<br>+[51-100]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 25 || 18 || 1 || 123
| Nova || 16% Chance to Cast Level 30 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Unearthly || +[101-150] to Attack Rating against Demons,<br>+[51-100]% Damage to Demons || <span class="d2-blue">Quiver</span> || 25 || 18 || 1 || 123
| Nova || 10% Chance to Cast Level 3 Nova on Striking || <span class="d2-yellow">Melee Weapon, Orb</span> || 12-36 || 9 || 1 || 44 || added max alvl, alvl was 18, rlvl was 13
|-
|-
| Astral || +[151-200] to Attack Rating against Demons,<br>+[101-150]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 35 || 26 || 1 || 123
| Nova || 12% Chance to Cast Level 4 Nova on Striking || <span class="d2-yellow">Melee Weapon, Orb</span> || 18-36 || 14 || 1 || 44 || added max alvl, alvl was 28, rlvl was 21
|-
|-
| Elysian || +[201-300] to Attack Rating against Demons,<br>+[151-200]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 45 || 33 || 1 || 123
| Firebolts || 10% Chance to Cast Level 8 Fire Bolt on Striking || <span class="d2-yellow">Melee Weapon, Orb</span> || 16-36 || 12 || 1 || 44 || added max alvl
|-
|-
| Celestial || +[301-400] to Attack Rating against Demons,<br>+[201-300]% Damage to Demons || <span class="d2-blue">Weapon<sup>PS</sup></span> || 55 || 41 || 1 || 123
| Charged Shield || 10% Chance to Cast Level 3 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 6 || 4 || 1 || 44 ||
|-
|-
| Celestial || +[301-400] to Attack Rating against Demons,<br>+[201-300]% Damage to Demons || <span class="d2-yellow">Missile Weapon</span> || 55 || 41 || 1 || 123
| Charged Shield || 12% Chance to Cast Level 4 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 16 || 12 || 1 || 44 ||
|-
|-
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Helm<sup>NC</sup>, Shield<sup>NC</sup>, Chest</span> || 36 || 65 || 1 || 125
| Charged Shield || 14% Chance to Cast Level 5 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 26 || 19 || 1 || 44 ||
|-
|-
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Frost Shield || 5% Chance to Cast Level 3 Frost Nova when Struck || <span class="d2-yellow">Armor, Amulet</span> || 12 || 9 || 1 || 44 ||  
|-
|-
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon, Spear</span> || 30 || 22 || 4 || 125
| Nova Shield || 10% Chance to Cast Level 3 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 18 || 13 || 1 || 44 ||  
|-
|-
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon, Spear</span> || 50 || 42 || 2 || 125
| Nova Shield || 12% Chance to Cast Level 4 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 28 || 21 || 1 || 44 ||  
|-
|-
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Nova Shield || 14% Chance to Cast Level 5 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 38 || 28 || 1 || 44 ||  
|-
|-
| Fletcher's || +1 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon, Gloves, Circlet, Quiver, Amulet</span> || 20 || 15 || 1 || 125
| Hydra Shield || 10% Chance to Cast Level 3 Hydra when Struck || <span class="d2-yellow">Amulet</span> || 40 || 30 || 1 || 44 ||
|-
|-
| Bowyer's || +2 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon, Gloves, Circlet, Quiver, Amulet</span> || 40 || 30 || 1 || 125
| Teleportation || Level [1-3] Teleport ([22-27] charges) || <span class="d2-yellow">Amulet, Circlet</span> || 48 || 48 || 1 || 44 ||
|-
|-
| Archer's || +3 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-blue">Missile Weapon, Gloves, Circlet, Quiver, Amulet</span> || 60 || 45 || 1 || 125
| Teleportation || Level [1-6] Teleport ([33-52] charges) || <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 ||
|-
|-
| Archer's || +3 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon</span> || 60 || 45 || 1 || 125
| Telekinesis || Level 5 Telekinesis (32 charges) || <span class="d2-yellow">Ring</span> || 24 || 24 || 1 || 44 || removed Hammer, Tipped Mace, Scepter, Circlet
|-
|-
| Acrobat's || +1 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">Gloves, Amulet, Circlet, Quiver</span> || 20 || 15 || 1 || 125
| Life Tap || Level [1-3] Life Tap ([22-27] charges) || <span class="d2-yellow">Axe</span> || 48 || 48 || 1 || 44 || ?
|-
|-
| Gymnast's || +2 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">Gloves, Amulet, Circlet, Quiver</span> || 40 || 30 || 1 || 125
| Life Tap || Level 1 Life Tap ([67-105] charges) || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44 || ?
|-
|-
| Athlete's || +3 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">Gloves, Amulet, Circlet, Quiver</span> || 60 || 45 || 1 || 125
| Lower Resistance || Level [1-15] Lower Resist ([28-82] charges) || <span class="d2-yellow">Staff</span> || 72 || 72 || 1 || 44 || ?
|-
|-
| Harpoonist's || +1 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear, Gloves, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Lower Resistance || Level [1-15] Lower Resist ([28-82] charges) || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44 || ?
|-
|-
| Spearmaiden's || +2 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear, Gloves, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Damage Amplification || 8% Chance to Cast Level 15 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 15-55 || 15 || 1 || 44 || added max alvl, alvl was 3, rlvl was 1, was 5% chance to cast level 1
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear</span> || 60 || 45 || 1 || 125
| Damage Amplification || 10% Chance to Cast Level 23 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-76 || 27 || 1 || 44 || new
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Amazon Spear</span> || 60 || 45 || 1 || 125
| Damage Amplification || 12% Chance to Cast Level 31 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Circlet, Gloves</span> || 60 || 45 || 1 || 125
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Chest, Shield</span> || 45 || 20 || 1 || 251 || new
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Amulet</span> || 60 || 45 || 1 || 125
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Belt</span> || 65 || 40 || 1 || 251 || new
|-
|-
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 65 || 58 || 1 || 125
| Protecting || Physical Damage Taken Reduced by [10-15]% || <span class="d2-yellow">Chest, Shield</span> || 65 || 40 || 1 || 251 || new
|-
|-
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Guardianship || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">Chest, Shield</span> || 85 || 60 || 1 || 251 || new
|-
|-
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Staff, Orb</span> || 30 || 22 || 4 || 125
| Savagery || [5-10]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18-58 || 15 || 2 || 252 || new
|-
|-
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">Staff, Orb</span> || 50 || 42 || 2 || 125
| Devastation || [10-15]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28-68 || 25 || 2 || 252 || new
|-
|-
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Havoc || [15-20]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252 || new
|-
|-
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Destruction || [20-25]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252 || new
|-
|-
| Blazing || +2 to Fire Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Desolation || [25-30]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252 || new
|-
|-
| Volcanic || +3 to Fire Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Bleeding || 10% Chance of Open Wounds,<br>+[8-12] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18-58 || 15 || 2 || 252 || new
|-
|-
| Sparking || +1 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Siphoning || 10% Chance of Open Wounds,<br>+[15-20] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28-68 || 25 || 2 || 252 || new
|-
|-
| Charged || +2 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Gory || 10% Chance of Open Wounds,<br>+[30-42] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252 || new
|-
|-
| Powered || +3 to Lightning Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Sanguinary || 10% Chance of Open Wounds,<br>+[68-95] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252 || new
|-
|-
| Chilling || +1 to Cold Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Hematic || 10% Chance of Open Wounds,<br>+[112-155] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252 || new
|-
|-
| Freezing || +2 to Cold Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Chipping || [5-10]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18-58 || 15 || 2 || 252 || new
|-
|-
| Glacial || +3 to Cold Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Crumbling || [10-15]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28-68 || 25 || 2 || 252 || new
|-
|-
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 65 || 58 || 1 || 125
| Breaking || [15-20]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252 || new
|-
|-
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Crushing || [20-25]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252 || new
|-
|-
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 30 || 22 || 4 || 125
| Pulverizing || [25-30]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252 || new
|}
 
<div id="Jewels"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Jewel Prefixes</h3>
|-
|-
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 50 || 42 || 2 || 125
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Blanched || +[5-8] Defense || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Eburin || +[9-20] Defense || <span class="d2-yellow">Jewel</span> || 16 || 12 || 4 || 101 ||  
|-
|-
| Blighting || +2 to Curses (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Bone || +[21-40] Defense || <span class="d2-yellow">Jewel</span> || 32 || 24 || 4 || 101 ||  
|-
|-
| Accursed || +3 to Curses (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Ivory || +[41-64] Defense || <span class="d2-blue">Jewel</span> || 64 || 56 || 4 || 101 ||  
|-
|-
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 20 || 15 || 1 || 125
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 8 || 6 || 4 || 103 ||  
|-
|-
| Noxious || +2 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 40 || 30 || 1 || 125
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 38 || 30 || 4 || 103 ||  
|-
|-
| Venomous || +3 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 60 || 45 || 1 || 125
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 38 || 30 || 4 || 103 || new
|-
|-
| Graverobber's || +1 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 12 || 9 || 4 || 104 ||  
|-
|-
| Vodoun || +2 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 35 || 27 || 4 || 104 ||  
|-
|-
| Golemlord's || +3 to Summoning Spells (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 58 || 50 || 4 || 104 || was magic only
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 65 || 58 || 1 || 125
| Cinnabar || +[5-10]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 105 ||  
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Rusty || +[11-20]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 13 || 9 || 4 || 105 ||
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Scepter, Paladin Shield</span> || 30 || 22 || 4 || 125
| Realgar || +[21-30]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 45 || 37 || 4 || 105 ||
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Sword, Pointed Mace, Hammer, Shield</span> || 35 || 27 || 4 || 125
| Ruby || +[31-40]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 66 || 58 || 4 || 105 || was magic only
|-
|-
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Scepter, Paladin Shield</span> || 50 || 42 || 2 || 125
| Dun || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">Jewel</span> || 7 || 5 || 3 || 107 ||  
|-
|-
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Sword, Pointed Mace, Hammer, Shield</span> || 65 || 58 || 2 || 125
| Nickel || +[10-20] to Attack Rating || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Tin || +[21-40] to Attack Rating || <span class="d2-yellow">Jewel</span> || 8 || 6 || 4 || 110 ||  
|-
|-
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Pointed Mace, Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Silver || +[41-60] to Attack Rating || <span class="d2-yellow">Jewel</span> || 25 || 18 || 4 || 110 ||  
|-
|-
| Hawk Branded || +2 to Combat Skills (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Pointed Mace, Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Argent || +[61-100] to Attack Rating || <span class="d2-yellow">Jewel</span> || 44 || 36 || 4 || 110 || was magic only
|-
|-
| Rose Branded || +3 to Combat Skills (Paladin Only) || <span class="d2-blue">Scepter, Sword, Pointed Mace, Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Bright || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">Jewel</span> || 1 || 1 || 1 || 112 ||
|-
|-
| Captain's || +1 to Offensive Auras (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Pointed Mace, Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Emerald || [3-7]% Better Chance of Getting Magic Items || <span class="d2-yellow">Jewel</span> || 16 || 12 || 4 || 114 ||  
|-
|-
| Commander's || +2 to Offensive Auras (Paladin Only) || <span class="d2-yellow">Scepter, Sword, Pointed Mace, Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Zircon || +[5-10] to Mana || <span class="d2-yellow">Jewel</span> || 3 || 2 || 2 || 115 ||  
|-
|-
| Marshal's || +3 to Offensive Auras (Paladin Only) || <span class="d2-blue">Scepter, Sword, Pointed Mace, Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Jacinth || +[11-15] to Mana || <span class="d2-yellow">Jewel</span> || 17 || 12 || 2 || 115 ||  
|-
|-
| Preserver's || +1 to Defensive Auras (Paladin Only) || <span class="d2-yellow">Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Turquoise || +[16-20] to Mana || <span class="d2-yellow">Jewel</span> || 29 || 21 || 2 || 115 || was magic only
|-
|-
| Warder's || +2 to Defensive Auras (Paladin Only) || <span class="d2-yellow">Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Cerulean || +[21-30] to Mana || <span class="d2-yellow">Jewel</span> || 49 || 41 || 2 || 115 || new
|-
|-
| Guardian's || +3 to Defensive Auras (Paladin Only) || <span class="d2-blue">Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">Jewel</span> || 16 || 12 || 1 || 116 ||
|-
|-
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Chest, Helm<sup>NC</sup>, Shield</span> || 65 || 58 || 1 || 125
| Scintillating || All Resistances +[11-15] || <span class="d2-blue">Jewel</span> || 34 || 26 || 1 || 116 ||
|-
|-
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Lapis Lazuli || Cold Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||
|-
|-
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm</span> || 30 || 22 || 4 || 125
| Sapphire || Cold Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117 ||
|-
|-
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Throwing Knife, Axe, Two-Handed Spear<sup>NC</sup>, Sword, Any Mace</span> || 30 || 22 || 4 || 125
| Garnet || Fire Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||
|-
|-
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Throwing Knife, Axe, Two-Handed Spear<sup>NC</sup>, Sword, Any Mace</span> || 50 || 42 || 1 || 125
| Ruby || Fire Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 18 || 13 || 4 || 117 ||  
|-
|-
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm</span> || 50 || 42 || 2 || 125
| Camphor || Lightning Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||  
|-
|-
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Ambergris || Lightning Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117 ||  
|-
|-
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-yellow">Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup></span> || 20 || 15 || 1 || 125
| Beryl || Poison Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||  
|-
|-
| Veteran's || +2 to Combat Skills (Barbarian Only) || <span class="d2-yellow">Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup></span> || 40 || 30 || 1 || 125
| Jade || Poison Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117 ||  
|-
|-
| Master's || +3 to Combat Skills (Barbarian Only) || <span class="d2-blue">Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup></span> || 60 || 45 || 1 || 125
| Aureolic || +[1-3] to Mana after each Kill || <span class="d2-yellow">Jewel</span> || 12 || 9 || 4 || 121 || alvl was 22, rlvl was 16<!-- Aureolin in file -->
|-
|-
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">Barbarian Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Amulet</span> || 20 || 15 || 1 || 125
| Diamond || +[25-50] to Attack Rating against Demons,<br>+[25-40]% Damage to Demons || <span class="d2-yellow">Jewel</span> || 26 || 19 || 1 || 123 ||
|-
|-
| Raging || +2 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">Barbarian Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Amulet</span> || 40 || 30 || 1 || 125
| Pearl || +[25-50] to Attack Rating against Undead,<br>+[25-50]% Damage to Undead || <span class="d2-yellow">Jewel</span> || 18 || 13 || 1 || 142 ||
|-
|-
| Furious || +3 to Combat Masteries (Barbarian Only) || <span class="d2-blue">Barbarian Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Amulet</span> || 60 || 45 || 1 || 125
| Cultist's || 5% Chance of Open Wounds,<br>+[30-40] Open Wounds Damage per Second || <span class="d2-yellow">Jewel</span> || 28-68 || 25 || 3 || 170 || new
|-
|-
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-yellow">Barbarian Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Amulet</span> || 20 || 15 || 1 || 125
| Bloodthirster's || 5% Chance of Open Wounds,<br>+[65-85] Open Wounds Damage per Second || <span class="d2-yellow">Jewel</span> || 48 || 45 || 3 || 170 || new
|-
|-
| Resonant || +2 to Warcries (Barbarian Only) || <span class="d2-yellow">Barbarian Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Amulet</span> || 40 || 30 || 1 || 125
| Gorelust's || 5% Chance of Open Wounds,<br>+[95-125] Open Wounds Damage per Second || <span class="d2-yellow">Jewel</span> || 68 || 65 || 3 || 170 || new
|-
|-
| Echoing || +3 to Warcries (Barbarian Only) || <span class="d2-blue">Barbarian Helm, Axe, Any Mace, Sword, Knife, Polearm, Spear<sup>NC</sup>, Amulet</span> || 60 || 45 || 1 || 125
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">Jewel</span> || 32 || 26 || 2 || 200 || new
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Jewel Suffixes</h3>
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 65 || 58 || 1 || 125
| Malice || Attacker Takes Damage of [30-40] || <span class="d2-yellow">Jewel</span> || 37 || 29 || 4 || 6 || damage was [1-5]
|-
|-
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Fervor || +15% Increased Attack Speed || <span class="d2-blue">Jewel</span> || 39 || 31 || 4 || 7 ||
|-
|-
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Club, Druid Helm</span> || 30 || 22 || 4 || 125
| Frigidity || Adds 1 to [3-5] Cold Damage (2 second chill) || <span class="d2-yellow">Jewel</span> || 16 || 12 || 2 || 10 ||  
|-
|-
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">Club, Druid Helm</span> || 50 || 42 || 2 || 125
| Icicle || Adds [2-3] to [6-10] Cold Damage (2 second chill) || <span class="d2-yellow">Jewel</span> || 37 || 29 || 2 || 10 ||
|-
|-
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Glacier || Adds [4-5] to [11-15] Cold Damage (2 second chill) || <span class="d2-blue">Jewel</span> || 58 || 50 || 2 || 10 ||
|-
|-
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Passion || Adds [1-3] to [6-10] Fire Damage || <span class="d2-yellow">Jewel</span> || 15 || 11 || 2 || 12 ||  
|-
|-
| Caretaker's || +2 to Summoning Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Fire || Adds [4-10] to [11-30] Fire Damage || <span class="d2-yellow">Jewel</span> || 36 || 28 || 2 || 12 ||  
|-
|-
| Keeper's || +3 to Summoning Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Burning || Adds [11-25] to [31-50] Fire Damage || <span class="d2-yellow">Jewel</span> || 57 || 49 || 2 || 12 ||  
|-
|-
| Spiritual || +1 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Ennui || Adds 1 to [10-20] Lightning Damage || <span class="d2-yellow">Jewel</span> || 15 || 11 || 2 || 13 ||  
|-
|-
| Feral || +2 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Lightning || Adds 1 to [21-60] Lightning Damage || <span class="d2-yellow">Jewel</span> || 36 || 28 || 2 || 13 ||  
|-
|-
| Communal || +3 to Shape Shifting Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Thunder || Adds 1 to [61-100] Lightning Damage || <span class="d2-yellow">Jewel</span> || 57 || 49 || 2 || 13 ||  
|-
|-
| Nature's || +1 to Elemental Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Ire || +[2-5] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 4 || 3 || 4 || 14 ||  
|-
|-
| Terra's || +2 to Elemental Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Wrath || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 11 || 8 || 4 || 14 ||  
|-
|-
| Gaea's || +3 to Elemental Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Carnage || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 25 || 18 || 4 || 14 || was magic only
|-
|-
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Chest, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 65 || 58 || 1 || 125
| Joyfulness || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 5 || 3 || 4 || 15 ||  
|-
|-
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125
| Bliss || +[5-10] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 43 || 37 || 4 || 15 ||
|-
|-
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Claw</span> || 30 || 22 || 4 || 125
| Envy || +20 Poison Damage over 2 seconds || <span class="d2-yellow">Jewel</span> || 1 || 1 || 2 || 16 || <!-- poison bitrate: 103 -->
|-
|-
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">Claw</span> || 50 || 42 || 2 || 125
| Daring || +[1-3] to Dexterity || <span class="d2-yellow">Jewel</span> || 7 || 5 || 3 || 17 ||  
|-
|-
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125
| Daring || +[4-6] to Dexterity || <span class="d2-yellow">Jewel</span> || 19 || 14 || 3 || 17 ||  
|-
|-
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Circlet</span> || 20 || 15 || 1 || 125
| Daring || +[7-9] to Dexterity || <span class="d2-yellow">Jewel</span> || 36 || 28 || 3 || 17 ||  
|-
|-
| Trickster's || +2 to Traps (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Circlet</span> || 40 || 30 || 1 || 125
| Truth || +7% Faster Hit Recovery || <span class="d2-yellow">Jewel</span> || 44 || 36 || 4 || 18 ||  
|-
|-
| Cunning || +3 to Traps (Assassin Only) || <span class="d2-blue">Claw, Amulet, Circlet</span> || 60 || 45 || 1 || 125
| Honor || Replenish Life +[1-4] || <span class="d2-yellow">Jewel</span> || 47 || 35 || 4 || 19 ||  
|-
|-
| Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Helm<sup>NC</sup>, Circlet</span> || 20 || 15 || 1 || 125
| Avarice || [10-30]% Extra Gold from Monsters || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 21 ||  
|-
|-
| Psychic || +2 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Helm<sup>NC</sup>, Circlet</span> || 40 || 30 || 1 || 125
| Prosperity || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Jewel</span> || 26 || 19 || 2 || 22 ||  
|-
|-
| Shadow || +3 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">Claw, Amulet, Helm<sup>NC</sup>, Circlet</span> || 60 || 45 || 1 || 125
| Knowledge || +[1-5] to Energy || <span class="d2-yellow">Jewel</span> || 9 || 6 || 3 || 23 ||  
|-
|-
| Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Gloves, Circlet</span> || 20 || 15 || 1 || 125
| Knowledge || +[4-6] to Energy || <span class="d2-yellow">Jewel</span> || 24 || 18 || 3 || 23 ||  
|-
|-
| Sensei's || +2 to Martial Arts (Assassin Only) || <span class="d2-yellow">Claw, Amulet, Gloves, Circlet</span> || 40 || 30 || 1 || 125
| Knowledge || +[7-9] to Energy || <span class="d2-yellow">Jewel</span> || 41 || 33 || 3 || 23 ||  
|-
|-
| Kenshi's || +3 to Martial Arts (Assassin Only) || <span class="d2-blue">Claw, Amulet, Gloves, Circlet</span> || 60 || 45 || 1 || 125
| Spirit || +[3-8] to Life || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 26 ||  
|-
|-
| Snowy || Adds [6-9] to [19-30] Cold Damage (1 second chill) || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25 || 18 || 3 || 137 <!-- Snowflake in file -->
| Hope || +[9-20] to Life || <span class="d2-blue">Jewel</span> || 45 || 37 || 4 || 26 ||  
|-
|-
| Shivering || Adds [10-15] to [31-45] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 2 || 137
| Freedom || Requirements -15% || <span class="d2-yellow">Jewel</span> || 1 || 1 || 3 || 30 ||  
|-
|-
| Boreal || Adds [16-23] to [46-90] Cold Damage (3 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 40 || 1 || 137
| Virility || +[1-4] to Strength || <span class="d2-yellow">Jewel</span> || 18 || 13 || 4 || 31 ||  
|-
|-
| Hibernal || Adds [24-45] to [91-140] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 70 || 60 || 1 || 137
| Virility || +[5-6] to Strength || <span class="d2-yellow">Jewel</span> || 33 || 25 || 4 || 31 ||  
|-
|-
| Fiery || Adds [16-25] to [31-60] Fire Damage || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25 || 18 || 3 || 138 <!-- Ember in file -->
| Virility || +[7-9] to Strength || <span class="d2-yellow">Jewel</span> || 50 || 42 || 4 || 31 ||  
|}
* All jewel affixes are listed separately from other affixes. Most are completely separate from others in the game files even if they share a name, but the following are not: Scarlet, Cardinal, Carbuncle, Carmine, Vermillion, Shimmering, Aureolic, Blood Sucking (they all overlap with Quiver affixes, and the last two overlap with several other item types)
 
<div id="Charms"></div><div id="Small_Charms"></div><div id="SC"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Small Charm Prefixes</h3>
|-
|-
| Smoldering || Adds [26-50] to [61-90] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 2 || 138
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Smoking || Adds [51-80] to [91-130] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 47 || 37 || 1 || 138
| Stout || +1 Defense || <span class="d2-blue">Small&nbsp;Charm</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Flaming || Adds [81-120] to [131-180] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 61 || 51 || 1 || 138
| Stout || +[4-8] Defense || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 101 ||  
|-
|-
| Scorching || Adds [121-170] to [181-240] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 77 || 67 || 1 || 138
| Burly || +[15-20] Defense || <span class="d2-blue">Small Charm</span> || 36 || 28 || 4 || 101 ||  
|-
|-
| Static || Adds 1 to [49-120] Lightning Damage || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25 || 18 || 3 || 139
| Stalwart || +[20-30] Defense || <span class="d2-blue">Small Charm</span> || 48 || 40 || 4 || 101 ||  
|-
|-
| Glowing || Adds 1 to [121-180] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 34 || 25 || 2 || 139
| Red || +1 to Minimum Damage || <span class="d2-blue">Small Charm</span> || 90 || 82 || 4 || 103 ||  
|-
|-
| Buzzing || Adds 1 to [181-260] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 46 || 36 || 1 || 139
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Small Charm</span> || 81 || 73 || 4 || 104 ||  
|-
|-
| Arcing || Adds 1 to [261-360] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 60 || 50 || 1 || 139
| Bronze || +[2-4] to Attack Rating || <span class="d2-blue">Small Charm</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Shocking || Adds 1 to [361-480] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 76 || 66 || 1 || 139
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 110 ||  
|-
|-
| Septic || +6 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 1 || 1 || 3 || 140 <!-- poison bitrate: 31 -->
| Iron || +[13-24] to Attack Rating || <span class="d2-blue">Small Charm</span> || 39 || 31 || 4 || 110 ||  
|-
|-
| Foul || +12 Poison Damage over 3 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 10 || 7 || 2 || 140 <!-- Envenomed in file, poison bitrate: 41 -->
| Steel || +[25-36] to Attack Rating || <span class="d2-blue">Small Charm</span> || 57 || 49 || 4 || 110 ||  
|-
|-
| Corosive || +80 Poison Damage over 4 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 20 || 15 || 1 || 140 <!-- poison bitrate: 205 -->
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Small Charm</span> || 28 || 21 || 4 || 111 ||  
|-
|-
| Toxic || +101 Poison Damage over 5 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 1 || 140 <!-- poison bitrate: 308 -->
| Lizard's || +[1-2] to Mana || <span class="d2-blue">Small Charm</span> || 16 || 12 || 4 || 115 ||  
|-
|-
| Pestilent || +275 Poison Damage over 6 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 37 || 1 || 140 <!-- poison bitrate: 470 -->
| Lizard's || +[3-7] to Mana || <span class="d2-blue">Small Charm</span> || 16 || 12 || 4 || 115 ||  
|-
|-
| Plague || +366 Poison Damage over 6 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 37 || 1 || 140 <!-- poison bitrate: 626 -->
| Snake's || +[8-12] to Mana || <span class="d2-blue">Small Charm</span> || 32 || 24 || 4 || 115 ||  
|-
|-
| Devout || +[25-50] to Attack Rating against Undead,<br>+[10-25]% Damage to Undead || <span class="d2-yellow">Quiver</span> || 3 || 1 || 4 || 142
| Serpent's || +[13-17] to Mana || <span class="d2-blue">Small Charm</span> || 48 || 40 || 4 || 115 ||
|-
|-
| Consecrated || +[25-75] to Attack Rating against Undead,<br>+[25-75]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 1 || 1 || 4 || 142
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">Small Charm</span> || 33 || 25 || 1 || 116 ||  
|-
|-
| Consecrated || +[25-75] to Attack Rating against Undead,<br>+[25-75]% Damage to Undead || <span class="d2-yellow">Quiver</span> || 15 || 11 || 4 || 142
| Azure || Cold Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 117 ||  
|-
|-
| Pure || +[76-175] to Attack Rating against Undead,<br>+[76-125]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 15 || 11 || 3 || 142
| Lapis || Cold Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 117 ||  
|-
|-
| Pure || +[76-175] to Attack Rating against Undead,<br>+[76-125]% Damage to Undead || <span class="d2-blue">Quiver</span> || 25 || 18 || 3 || 142
| Cobalt || Cold Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 117 ||  
|-
|-
| Sacred || +[175-250] to Attack Rating against Undead,<br>+[126-200]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 25 || 18 || 2 || 142
| Sapphire || Cold Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 117 ||
|-
|-
| Hallowed || +[251-325] to Attack Rating against Undead,<br>+[201-275]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 35 || 27 || 1 || 142
| Crimson || Fire Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 118 ||  
|-
|-
| Divine || +[326-450] to Attack Rating against Undead,<br>+[276-350]% Damage to Undead || <span class="d2-blue">Weapon<sup>PS</sup></span> || 45 || 37 || 1 || 142
| Russet || Fire Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 118 ||  
|-
|-
| Divine || +[326-450] to Attack Rating against Undead,<br>+[276-350]% Damage to Undead || <span class="d2-yellow">Missile Weapon</span> || 45 || 37 || 1 || 142
| Garnet || Fire Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 118 ||  
|-
|-
| Penetrating || +[5-10]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 15 || 10 || 4 || 143
| Ruby || Fire Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 118 ||  
|-
|-
| Puncturing || +[11-20]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 30 || 25 || 3 || 143
| Tangerine || Lightning Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 119 ||  
|-
|-
| Piercing || +[21-30]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 45 || 40 || 2 || 143
| Ocher || Lightning Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 119 ||
|-
|-
| Impaling || +[31-40]% Chance to Pierce || <span class="d2-blue">Quiver</span> || 60 || 55 || 2 || 143
| Coral || Lightning Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 119 ||
|-
|-
| Blood Letting || +1 Life after each Kill || <span class="d2-yellow">Weapon, Ring, Circlet, Chest, Helm, Shield, Quiver</span> || 13 || 12 || 3 || 200
| Amber || Lightning Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 119 ||  
|-
|-
| Murderous || +[2-5] Life after each Kill || <span class="d2-yellow">Weapon, Circlet, Chest, Helm, Shield, Quiver</span> || 51 || 44 || 1 || 200
| Beryl || Poison Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 120 ||  
|-
|-
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">Jewel, Chest, Helm, Shield, Weapon, Ring, Quiver</span> || 32 || 26 || 2 || 200
| Viridian || Poison Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 120 ||  
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Equipment Suffixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Jade || Poison Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 120 ||  
|-
|-
| Health || Physical Damage Taken Reduced by 1 || <span class="d2-yellow">Chest, Shield, Ring, Amulet, Circlet, Quiver</span> || 7 || 5 || 4 || 1
| Emerald || Poison Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 120 ||  
|-
|-
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">Ring, Amulet, Circlet, Quiver</span> || 18 || 13 || 4 || 1
| Snowy || Adds [1-2] to [2-4] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 9 || 6 || 2 || 137 || alvl was 27, rlvl was 20<!-- Snowflake in file -->
|-
|-
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">Chest, Shield, Circlet</span> || 24 || 18 || 4 || 1
| Shivering || Adds [3-4] to [5-8] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 137 || alvl was 42, rlvl was 34
|-
|-
| Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 26 || 19 || 4 || 1
| Boreal || Adds [6-8] to [10-16] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 30 || 22 || 1 || 137 || alvl was 66, rlvl was 58, damage was [5-7] to [9-14]
|-
|-
| Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">Chest, Shield, Circlet</span> || 32 || 24 || 4 || 1
| Hibernal || Adds [11-13] to [20-27] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 45 || 38 || 1 || 137 || alvl was 91, rlvl was 83, damage was [8-10] to [15-20]
|-
|-
| Life || Physical Damage Taken Reduced by 4 || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 35 || 26 || 4 || 1
| Fiery || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">Small Charm</span> || 5 || 3 || 2 || 138 || alvl was 21, rlvl was 15<!-- Ember in file -->
|-
|-
| Life || Physical Damage Taken Reduced by [4-7] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 41 || 33 || 4 || 1
| Smoldering || Adds [2-3] to [4-10] Fire Damage || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 138 || alvl was 40, rlvl was 32
|-
|-
| Life Everlasting || Physical Damage Taken Reduced by [10-25] || <span class="d2-blue">Amulet, Circlet</span> || 45 || 37 || 4 || 1
| Smoking || Adds [4-9] to [11-19] Fire Damage || <span class="d2-blue">Small Charm</span> || 28 || 21 || 1 || 138 || alvl was 64, rlvl was 56
|-
|-
| Amicae || Physical Damage Taken Reduced by [8-15] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 51 || 43 || 4 || 1 <!-- Anima in file -->
| Flaming || Adds [10-19] to [20-29] Fire Damage || <span class="d2-blue">Small Charm</span> || 43 || 35 || 1 || 138 || alvl was 89, rlvl was 81
|-
|-
| Warding || Magic Damage Taken Reduced by 1 || <span class="d2-yellow">Chest, Shield, Ring, Amulet, Orb, Circlet, Quiver</span> || 7 || 5 || 4 || 2
| Static || Adds 1 to [6-11] Lightning Damage || <span class="d2-blue">Small Charm</span> || 7 || 5 || 2 || 139 || alvl was 23, rlvl was 17
|-
|-
| Sentinel || Magic Damage Taken Reduced by 2 || <span class="d2-yellow">Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 12 || 4 || 2
| Glowing || Adds 1 to [8-17] Lightning Damage || <span class="d2-blue">Small Charm</span> || 14 || 10 || 1 || 139 || alvl was 41, rlvl was 33, damage was 1 to [12-24]
|-
|-
| Sentinel || Magic Damage Taken Reduced by 2 || <span class="d2-yellow">Chest, Shield, Circlet</span> || 24 || 18 || 4 || 2
| Arcing || Adds 1 to [17-30] Lightning Damage || <span class="d2-blue">Small Charm</span> || 29 || 21 || 1 || 139 || alvl was 65, rlvl was 57, damage was 1 to [25-43]
|-
|-
| Guarding || Magic Damage Taken Reduced by 3 || <span class="d2-yellow">Amulet, Orb, Circlet, Quiver</span> || 26 || 19 || 4 || 2
| Shocking || Adds 1 to [31-50] Lightning Damage || <span class="d2-blue">Small Charm</span> || 44 || 36 || 1 || 139 || alvl was 90, rlvl was 82, damage was 1 to [44-71]
|-
|-
| Guarding || Magic Damage Taken Reduced by 3 || <span class="d2-yellow">Chest, Shield, Circlet</span> || 32 || 24 || 4 || 2
| Septic || +4 Poison Damage over 3 seconds || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 140 || alvl was 18, rlvl was 13, damage was 15 over 3 seconds<!-- poison bitrate: 25, was 52 -->
|-
|-
| Negation || Magic Damage Taken Reduced by [4-6] || <span class="d2-blue">Chest, Shield, Circlet</span> || 41 || 33 || 4 || 2
| Foul || +13 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 12 || 9 || 1 || 140 || alvl was 39, rlvl was 31, damage was 50 over 4 seconds<!-- Envenomed in file, poison bitrate: 68, was 128 -->
|-
|-
| Negation || Magic Damage Taken Reduced by [4-6] || <span class="d2-yellow">Amulet, Orb, Circlet, Quiver</span> || 42 || 35 || 4 || 2
| Toxic || +25 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 27 || 20 || 1 || 140 || alvl was 63, rlvl was 55, damage was 100 over 5 seconds<!-- poison bitrate: 128, was 205 -->
|-
|-
| Piercing || Ignore Target's Defense || <span class="d2-yellow">Rod, Knife, Claw</span> || 25 || 18 || 2 || 4
| Pestilent || +65 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 42 || 34 || 1 || 140 || alvl was 88, rlvl was 80, damage was 175 over 6 seconds<!-- poison bitrate: 335, was 299 -->
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Small Charm Suffixes</h3>
|-
|-
| Thorns || Attacker Takes Damage of 1 || <span class="d2-yellow">Chest, Belt, Shield</span> || 1-13 || 1 || 4 || 6
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Thorns || Attacker Takes Damage of [1-3] || <span class="d2-yellow">Chest, Shield, Belt, Circlet</span> || 14 || 10 || 4 || 6
| Frost || Adds 1 to 2 Cold Damage (1 second chill) || <span class="d2-blue">Small&nbsp;Charm</span> || 5 || 3 || 2 || 10 || alvl was 14, rlvl was 10
|-
|-
| Spikes || Attacker Takes Damage of [4-6] || <span class="d2-yellow">Chest, Shield, Belt, Circlet</span> || 21 || 15 || 4 || 6
| Icicle || Adds 2 to [3-5] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 8 || 6 || 1 || 10 || alvl was 21, rlvl was 15, damage was 2 to [3-4]
|-
|-
| Razors || Attacker Takes Damage of [7-9] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 34 || 26 || 4 || 6
| Glacier || Adds 4 to [6-8] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 10 || alvl was 33, rlvl was 25, damage was 3 to [5-6]
|-
|-
| Swords || Attacker Takes Damage of [10-20] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 47 || 39 || 4 || 6
| Winter || Adds [6-7] to [10-13] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 23 || 17 || 1 || 10 || alvl was 46, rlvl was 38, damage was [4-5] to [7-9]
|-
|-
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 5 || 3 || 6 || 7
| Flame || Adds 1 to 2 Fire Damage || <span class="d2-blue">Small Charm</span> || 3 || 2 || 2 || 12 || alvl was 11, rlvl was 8
|-
|-
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 17 || 6 || 7
| Fire || Adds 2 to [3-5] Fire Damage || <span class="d2-blue">Small Charm</span> || 8 || 6 || 1 || 12 || alvl was 20, rlvl was 15, damage was 2 to [3-4]
|-
|-
| Swiftness || +30% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>, Missile Weapon</span> || 34 || 26 || 6 || 7
| Burning || Adds [3-5] to [7-9] Fire Damage || <span class="d2-blue">Small Charm</span> || 14 || 10 || 1 || 12 || alvl was 32, rlvl was 24, damage was [3-4] to [5-8]
|-
|-
| Quickness || +40% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>, Missile Weapon</span> || 46 || 38 || 5 || 7
| Incineration || Adds [6-8] to [10-15] Fire Damage || <span class="d2-blue">Small Charm</span> || 22 || 16 || 1 || 12 || alvl was 45, rlvl was 37, damage was [5-7] to [9-13]
|-
|-
| Blocking || 10% Increased Chance of Blocking,<br>+15% Faster Block Rate || <span class="d2-yellow">Shield</span> || 1 || 1 || 7 || 8
| Shock || Adds 1 to [3-5] Lightning Damage || <span class="d2-blue">Small Charm</span> || 4 || 3 || 2 || 13 || alvl was 12, rlvl was 9, damage was 1 to [3-6]
|-
|-
| Deflecting || 20% Increased Chance of Blocking,<br>+30% Faster Block Rate || <span class="d2-yellow">Shield</span> || 11 || 8 || 6 || 8
| Lightning || Adds 1 to [6-9] Lightning Damage || <span class="d2-blue">Small Charm</span> || 7 || 5 || 1 || 13 || alvl was 21, rlvl was 15, damage was 1 to [7-10]
|-
|-
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Gloves</span> || 20 || 15 || 2 || 9
| Thunder || Adds 1 to [10-16] Lightning Damage || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 13 || alvl was 33, rlvl was 25, damage was 1 to [11-18]
|-
|-
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Gloves</span> || 43 || 35 || 4 || 9
| Storms || Adds 1 to [17-25] Lightning Damage || <span class="d2-blue">Small Charm</span> || 22 || 16 || 1 || 13 || alvl was 45, rlvl was 37, damage was 1 to [19-28]
|-
|-
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Gloves, Belt</span> || 25 || 29 || 4 || 9
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Small Charm</span> || 85 || 77 || 4 || 14 ||
|-
|-
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 5 || 3 || 6 || 9
| Blight || +3 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 16 || alvl was 9, rlvl was 6, damage was 6 over 3 seconds<!-- poison bitrate: 20, was 21 -->
|-
|-
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Chest, Shield, Paladin Shield</span> || 17 || 20 || 4 || 9
| Venom || +6 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 6 || 4 || 1 || 16 || alvl was 20, rlvl was 15, damage was 15 over 4 seconds<!-- poison bitrate: 35, was 39 -->
|-
|-
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">Rod, Orb, Circlet</span> || 29 || 21 || 5 || 9
| Pestilence || +12 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 14 || 10 || 1 || 16 || alvl was 32, rlvl was 24, damage was 25 over 5 seconds<!-- poison bitrate: 65, was 52 -->
|-
|-
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">Chest, Shield, Paladin Shield</span> || 25 || 29 || 2 || 9
| Anthrax || +20 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 21 || 15 || 1 || 16 || alvl was 44, rlvl was 36, damage was 50 over 6 seconds<!-- poison bitrate: 105, was 86 -->
|-
|-
| Frost || +1 Cold Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 10
| Balance || +5% Faster Hit Recovery || <span class="d2-blue">Small Charm</span> || 37 || 29 || 4 || 18 ||
|-
|-
| Frost || Adds 1 to [1-2] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4 || 3 || 5 || 10
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">Small Charm</span> || 1 || 15 || 4 || 21 ||  
|-
|-
| Frost || Adds 1 to [3-6] Cold Damage (2 second chill) || <span class="d2-yellow">Belt, Amulet</span> || 55 || 41 || 2 || 10
| Fortune || [3-5]% Better Chance of Getting Magic Items || <span class="d2-blue">Small Charm</span> || 31 || 18 || 3 || 22 ||  
|-
|-
| Icicle || Adds 1 to [3-4] Cold Damage (3 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 13 || 9 || 4 || 10
| Good Luck || [6-7]% Better Chance of Getting Magic Items || <span class="d2-blue">Small Charm</span> || 47 || 33 || 2 || 22 ||  
|-
|-
| Glacier || Adds [2-4] to [4-15] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 27 || 20 || 3 || 10
| Life || +[5-10] to Life || <span class="d2-blue">Small Charm</span> || 1 || 14 || 4 || 26 ||  
|-
|-
| Winter || Adds [5-9] to [16-50] Cold Damage (6 second chill) || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 45 || 37 || 2 || 10
| Sustenance || +[11-15] to Life || <span class="d2-blue">Small Charm</span> || 23 || 17 || 4 || 26 ||  
|-
|-
| Warmth || Half Freeze Duration || <span class="d2-yellow">Shield, Boots, Gloves, Ring, Amulet, Circlet, Orb</span> || 10 || 7 || 4 || 11
| Vita || +[16-20] to Life || <span class="d2-blue">Small Charm</span> || 47 || 39 || 4 || 26 ||
|-
|-
| Flame || +[1-2] Fire Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 12
| Strength || +1 to Strength || <span class="d2-blue">Small Charm</span> || 7 || 5 || 4 || 31 ||
|-
|-
| Flame || Adds 1 to [2-5] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4 || 3 || 5 || 12
| Strength || +2 to Strength || <span class="d2-blue">Small Charm</span> || 22 || 16 || 4 || 31 ||  
|-
|-
| Flame || Adds 1 to [2-6] Fire Damage || <span class="d2-yellow">Gloves, Ring, Amulet</span> || 40 || 30 || 2 || 12
| Dexterity || +1 to Dexterity || <span class="d2-blue">Small Charm</span> || 7 || 5 || 4 || 31 ||  
|-
|-
| Fire || Adds [1-4] to [6-11] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 15 || 11 || 4 || 12
| Dexterity || +2 to Dexterity || <span class="d2-blue">Small Charm</span> || 22 || 16 || 4 || 31 ||
|-
|-
| Burning || Adds [5-9] to [10-20] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 18 || 3 || 12
| Inertia || +3% Faster Run/Walk || <span class="d2-blue">Small Charm</span> || 35 || 27 || 4 || 35 ||
|}
 
<div id="Large_Charms"></div><div id="LC"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Large Charm Prefixes</h3>
|-
|-
| Incineration || Adds [10-20] to [21-75] Fire Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 43 || 35 || 2 || 12
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Shock || +[1-3] Lightning Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 13
| Stout || +[2-3] Defense || <span class="d2-blue">Large&nbsp;Charm</span> || 1 || 1 || 4 || 101 ||
|-
|-
| Shock || Adds 1 to [6-8] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4 || 3 || 5 || 13
| Stout || +[4-6] Defense || <span class="d2-blue">Large Charm</span> || 14 || 10 || 4 || 101 ||  
|-
|-
| Shock || Adds 1 to [11-23] Lightning Damage || <span class="d2-yellow">Boots, Ring, Amulet</span> || 50 || 37 || 2 || 13
| Stout || +[8-12] Defense || <span class="d2-blue">Large Charm</span> || 20 || 15 || 4 || 101 ||  
|-
|-
| Lightning || Adds 1 to [9-16] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 15 || 11 || 4 || 13
| Burly || +[13-18] Defense || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 101 ||
|-
|-
| Thunder || Adds 1 to [17-40] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 18 || 3 || 13
| Burly || +[20-30] Defense || <span class="d2-blue">Large Charm</span> || 32 || 24 || 4 || 101 ||  
|-
|-
| Storms || Adds [1-6] to [41-120] Lightning Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 34 || 26 || 2 || 13
| Stalwart || +[30-40] Defense || <span class="d2-blue">Large Charm</span> || 38 || 30 || 4 || 101 ||  
|-
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Amulet</span> || 1 || 1 || 8 || 14
| Stalwart || +[45-60] Defense || <span class="d2-blue">Large Charm</span> || 45 || 37 || 4 || 101 ||  
|-
|-
| Craftsmanship || +[1-2] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 1-7 || 1 || 4 || 14
| Red || +1 to Minimum Damage || <span class="d2-blue">Large Charm</span> || 30 || 22 || 4 || 103 ||
|-
|-
| Craftsmanship || +[2-3] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 8-14 || 6 || 4 || 14
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">Large Charm</span> || 60 || 52 || 4 || 103 ||
|-
|-
| Craftsmanship || +[4-5] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 15 || 11 || 4 || 14
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 22 || 16 || 4 || 104 ||
|-
|-
| Quality || +2 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 4 || 3 || 8 || 14
| Forked || +2 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 52 || 44 || 4 || 104 ||  
|-
|-
| Quality || +[6-7] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 23-29 || 17 || 4 || 14
| Bronze || +[4-8] to Attack Rating || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 110 ||
|-
|-
| Quality || +[7-8] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 30 || 22 || 4 || 14
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Large Charm</span> || 7 || 5 || 4 || 110 ||
|-
|-
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 7 || 5 || 7 || 14
| Bronze || +[13-25] to Attack Rating || <span class="d2-blue">Large Charm</span> || 16 || 12 || 4 || 110 ||  
|-
|-
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Shield, Ring, Amulet</span> || 42 || 34 || 4 || 14
| Iron || +[26-38] to Attack Rating || <span class="d2-blue">Large Charm</span> || 25 || 18 || 4 || 110 ||
|-
|-
| Maiming || +[9-10] to Maximum Damage || <span class="d2-blue">Circlet, Helm</span> || 37-44 || 29 || 4 || 14
| Iron || +[39-51] to Attack Rating || <span class="d2-blue">Large Charm</span> || 34 || 26 || 4 || 110 ||
|-
|-
| Maiming || +[11-12] to Maximum Damage || <span class="d2-blue">Circlet, Helm</span> || 45 || 37 || 4 || 14
| Steel || +[52-64] to Attack Rating || <span class="d2-blue">Large Charm</span> || 43 || 36 || 4 || 110 ||
|-
|-
| Slaying || +[5-7] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 11 || 8 || 7 || 14
| Steel || +[65-77] to Attack Rating || <span class="d2-blue">Large Charm</span> || 52 || 44 || 4 || 110 ||  
|-
|-
| Gore || +[8-10] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 14 || 10 || 6 || 14
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Large Charm</span> || 19 || 14 || 4 || 111 ||  
|-
|-
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19 || 14 || 6 || 14
| Sharp || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">Large Charm</span> || 28 || 21 || 4 || 111 ||  
|-
|-
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 71 || 58 || 2 || 14
| Lucky || 1% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 34 ||  || 4 || 114 ||  
|-
|-
| Slaughter || +[15-20] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 25 || 18 || 5 || 14
| Lucky || [2-3]% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 53 ||  || 4 || 114 ||  
|-
|-
| Butchery || +[21-40] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 35 || 27 || 5 || 14
| Lucky || [4-6]% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 51 ||  || 4 || 114 ||  
|-
|-
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 45 || 37 || 4 || 14
| Lizard's || +[2-4] to Mana || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 115 ||
|-
|-
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-yellow">Missile Weapon</span> || 45 || 37 || 3 || 14
| Lizard's || +[5-7] to Mana || <span class="d2-blue">Large Charm</span> || 9 || 6 || 4 || 115 ||  
|-
|-
| Worth || +[1-2] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1 || 1 || 8 || 15
| Lizard's || +[8-12] to Mana || <span class="d2-blue">Large Charm</span> || 17 || 12 || 4 || 115 ||  
|-
|-
| Worth || +[2-3] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 15 || 11 || 4 || 15
| Snake's || +[13-18] to Mana || <span class="d2-blue">Large Charm</span> || 25 || 18 || 4 || 115 ||
|-
|-
| Measure || +[3-4] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12 || 9 || 7 || 15
| Snake's || +[19-23] to Mana || <span class="d2-blue">Large Charm</span> || 33 || 25 || 4 || 115 ||  
|-
|-
| Measure || +[4-5] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 37 || 29 || 4 || 15
| Serpent's || +[24-29] to Mana || <span class="d2-blue">Large Charm</span> || 41 || 33 || 4 || 115 ||
|-
|-
| Excellence || +[5-8] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 24 || 18 || 6 || 15
| Serpent's || +[30-34] to Mana || <span class="d2-blue">Large Charm</span> || 49 || 41 || 4 || 115 ||  
|-
|-
| Excellence || +[6-9] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 59 || 51 || 4 || 15
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">Large Charm</span> || 17 || 12 || 1 || 116 || removed max alvl (was 33)
|-
|-
| Performance || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 48 || 40 || 5 || 15
| Shimmering || All Resistances +[6-8] || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 116 ||  
|-
|-
| Performance || +[10-13] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 81 || 63 || 2 || 15
| Azure || Cold Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 117 ||
|-
|-
| Transcendence || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 68 || 4 || 15
| Lapis || Cold Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 117 ||  
|-
|-
| Blight || +1 Poison Damage over 2 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Wand</span> || 1-4 || 1 || 4 || 16 <!-- poison bitrate: 8 -->
| Cobalt || Cold Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 117 ||  
|-
|-
| Blight || +7 Poison Damage over 3 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Circlet, Quiver</span> || 5 || 3 || 5 || 16 <!-- poison bitrate: 24 -->
| Sapphire || Cold Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 117 ||  
|-
|-
| Blight || +50 Poison Damage over 3 seconds || <span class="d2-yellow">Ring, Amulet</span> || 45 || 33 || 2 || 16 <!-- poison bitrate: 171 -->
| Crimson || Fire Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 118 ||
|-
|-
| Venom || +21 Poison Damage over 4 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Circlet, Quiver</span> || 15 || 11 || 4 || 16 <!-- poison bitrate: 54 -->
| Russet || Fire Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 118 ||  
|-
|-
| Pestilence || +50 Poison Damage over 5 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Circlet, Quiver</span> || 25 || 18 || 3 || 16 <!-- poison bitrate: 103 -->
| Garnet || Fire Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 118 ||  
|-
|-
| Anthrax || +100 Poison Damage over 6 seconds || <span class="d2-yellow">Non-Scepter Weapon<sup>P</sup>, Quiver</span> || 33 || 25 || 2 || 16 <!-- poison bitrate: 171 -->
| Ruby || Fire Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 118 ||
|-
|-
| Dexterity || +1 to Dexterity || <span class="d2-yellow">Boots, Gloves</span> || 1-12 || 1 || 4 || 17
| Tangerine || Lightning Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 119 ||  
|-
|-
| Dexterity || +1 to Dexterity || <span class="d2-yellow">Ring</span> || 1-5 || 1 || 4 || 17
| Ocher || Lightning Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 119 ||  
|-
|-
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet</span> || 1 || 1 || 4 || 17
| Coral || Lightning Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 119 ||  
|-
|-
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 6 || 4 || 4 || 17
| Amber || Lightning Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 119 ||  
|-
|-
| Dexterity || +[2-3] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 13 || 9 || 3 || 17
| Beryl || Poison Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 120 ||  
|-
|-
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 11 || 8 || 3 || 17
| Viridian || Poison Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 120 ||  
|-
|-
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 22 || 16 || 3 || 17
| Jade || Poison Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 120 ||  
|-
|-
| Skill || +[4-5] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 34 || 26 || 3 || 17
| Emerald || Poison Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 120 ||  
|-
|-
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 27 || 20 || 3 || 17
| Snowy || Adds [2-4] to [4-8] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 18 || 13 || 2 || 137 || damage was [2-3] to [3-5]<!-- Snowflake in file -->
|-
|-
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 39 || 31 || 3 || 17
| Shivering || Adds [6-8] to [10-16] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 29 || 21 || 1 || 137 || damage was [4-5] to [6-10]
|-
|-
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 46 || 38 || 3 || 17
| Boreal || Adds [12-16] to [20-30] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 49 || 41 || 1 || 137 || damage was [6-10] to [11-20]
|-
|-
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 43 || 35 || 3 || 17
| Hibernal || Adds [22-26] to [40-54] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 69 || 61 || 1 || 137 || damage was [11-15] to [21-30]
|-
|-
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 56 || 48 || 3 || 17
| Fiery || Adds 2 to [4-6] Fire Damage || <span class="d2-blue">Large Charm</span> || 13 || 9 || 2 || 138 || damage was 1 to [2-3]<!-- Ember in file -->
|-
|-
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Chest, Boots, Shield</span> || 60 || 52 || 3 || 17
| Smoldering || Adds [4-6] to [8-20] Fire Damage || <span class="d2-blue">Large Charm</span> || 27 || 20 || 1 || 138 || damage was [2-3] to [4-12]
|-
|-
| Perfection || +[16-20] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Chest, Shield</span> || 59 || 51 || 3 || 17
| Smoking || Adds [8-18] to [22-38] Fire Damage || <span class="d2-blue">Large Charm</span> || 47 || 39 || 1 || 138 || damage was [4-9] to [13-27]
|-
|-
| Perfection || +[16-20] to Dexterity || <span class="d2-blue">Ring, Gloves</span> || 75 || 67 || 3 || 17
| Flaming || Adds [20-38] to [40-58] Fire Damage || <span class="d2-blue">Large Charm</span> || 67 || 59 || 1 || 138 || damage was [10-27] to [28-43]
|-
|-
| Nirvana || +[21-30] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet</span> || 72 || 64 || 3 || 17
| Static || Adds 1 to [12-22] Lightning Damage || <span class="d2-blue">Large Charm</span> || 14 || 10 || 2 || 139 || damage was 1 to [5-9]
|-
|-
| Balance || +10% Faster Hit Recovery || <span class="d2-yellow">Non-Gloves Armor</span> || 5 || 3 || 4 || 18
| Glowing || Adds 1 to [16-34] Lightning Damage || <span class="d2-blue">Large Charm</span> || 28 || 20 || 1 || 139 || damage was 1 to [10-26]
|-
|-
| Equilibrium || +17% Faster Hit Recovery || <span class="d2-yellow">Chest, Belt, Shield</span> || 9 || 6 || 4 || 18
| Arcing || Adds 1 to [34-60] Lightning Damage || <span class="d2-blue">Large Charm</span> || 48 || 40 || 1 || 139 || damage was 1 to [27-58]
|-
|-
| Stability || +24% Faster Hit Recovery || <span class="d2-yellow">Chest, Belt</span> || 18 || 13 || 4 || 18
| Shocking || Adds 1 to [62-100] Lightning Damage || <span class="d2-blue">Large Charm</span> || 68 || 60 || 1 || 139 || damage was 1 to [59-90]
|-
|-
| Regeneration || Replenish Life +2 || <span class="d2-yellow">Amulet, Circlet</span> || 1-9 || 1 || 3 || 19
| Septic || +9 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 9 || 6 || 2 || 140 || damage was 10 over 3 seconds<!-- poison bitrate: 50, was 35 -->
|-
|-
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Scepter, Belt, Ring, Amulet, Circlet</span> || 10 || 7 || 4 || 19
| Foul || +26 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 26 || 19 || 1 || 140 || damage was 30 over 4 seconds<!-- Envenomed in file, poison bitrate: 135, was 77 -->
|-
|-
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Shield, Gloves</span> || 40 || 30 || 4 || 19
| Toxic || +49 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 46 || 38 || 1 || 140 || damage was 90 over 5 seconds<!-- poison bitrate: 255, was 185 -->
|-
|-
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Chest, Non-Scepter Weapon, Boots</span> || 70 || 52 || 4 || 19
| Pestilent || +129 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 66 || 58 || 1 || 140 || damage was 175 over 6 seconds<!-- poison bitrate: 665, was 299 -->
|-
|-
| Regrowth || Replenish Life +[6-10] || <span class="d2-yellow">Scepter, Amulet, Circlet</span> || 17 || 12 || 4 || 19
| Channeling || +2% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Regrowth || Replenish Life +[6-9] || <span class="d2-yellow">Belt, Ring</span> || 55 || 41 || 4 || 19
| Cold || +2% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Revivification || Replenish Life +[11-15] || <span class="d2-yellow">Scepter, Amulet, Circlet</span> || 38 || 30 || 4 || 19
| Cinder || +2% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Vileness || Prevent Monster Heal || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 9 || 6 || 3 || 20
| Morbid || +2% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Greed || [25-40]% Extra Gold from Monsters || <span class="d2-yellow">Ring, Amulet, Circlet, Quiver</span> || 1 || 1 || 4 || 21
| Sparkling || +2% to Magic Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Wealth || [41-80]% Extra Gold from Monsters || <span class="d2-yellow">Boots, Gloves, Belt, Amulet, Circlet, Quiver</span> || 17 || 12 || 4 || 21
| Discharging || +[2-3]% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Chance || [5-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">Boots, Gloves, Ring, Amulet, Circlet, Helm, Quiver</span> || 12 || 9 || 4 || 22
| Frigid || +[2-3]% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">Boots, Gloves, Amulet, Circlet, Helm, Quiver</span> || 16 || 12 || 4 || 22
| Wildfire || +[2-3]% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring</span> || 42 || 31 || 2 || 22
| Malicious || +[2-3]% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Luck || [26-35]% Better Chance of Getting Magic Items || <span class="d2-blue">Boots, Amulet, Circlet, Quiver</span> || 26 || 19 || 4 || 22
| Effervescent || +[2-3]% to Magic Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Energy || +1 to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Helm, Ring</span> || 1-4 || 1 || 4 || 23
| Conduit || +[3-4]% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Energy || +[1-3] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 1 || 1 || 4 || 23
| Numbing || +[3-4]% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Energy || +[1-3] to Energy || <span class="d2-yellow">Ring</span> || 7 || 5 || 4 || 23
| Inferno || +[3-4]% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Energy || +[1-3] to Energy || <span class="d2-yellow">Helm, Scepter</span> || 4 || 3 || 3 || 23
| Infectious || +[3-4]% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Mind || +[4-6] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 7 || 3 || 4 || 23
| Scintillating || +[3-4]% to Magic Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Large Charm Suffixes</h3>
|-
|-
| Mind || +[4-6] to Energy || <span class="d2-yellow">Ring</span> || 13 || 9 || 3 || 23
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Mind || +[4-6] to Energy || <span class="d2-yellow">Helm, Scepter to Energy</span> || 10 || 7 || 3 || 23
| Frost || Adds 2 to [3-4] Cold Damage (1 second chill) || <span class="d2-blue">Large&nbsp;Charm</span> || 9 || 6 || 2 || 10 || damage was 1 to [2-3]
|-
|-
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 13 || 9 || 3 || 23
| Icicle || Adds 4 to [6-10] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 15 || 11 || 1 || 10 || damage was 2 to [4-5]
|-
|-
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Ring</span> || 21 || 16 || 3 || 23
| Glacier || Adds 8 to [12-16] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 25 || 18 || 1 || 10 || damage was 3 to [6-8]
|-
|-
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Helm, Scepter</span> || 16 || 12 || 3 || 23
| Winter || Adds [12-14] to [20-26] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 35 || 27 || 1 || 10 || damage was [4-6] to [9-12]
|-
|-
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 21 || 16 || 3 || 23
| Flame || Adds 2 to 4 Fire Damage || <span class="d2-blue">Large Charm</span> || 7 || 5 || 2 || 12 || damage was 1 to 2
|-
|-
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">Ring</span> || 31 || 23 || 3 || 23
| Fire || Adds 4 to [6-10] Fire Damage || <span class="d2-blue">Large Charm</span> || 14 || 10 || 1 || 12 || damage was 2 to [3-5]
|-
|-
| Sorcery || +[11-15] to Energy || <span class="d2-blue">Helm, Scepter</span> || 26 || 21 || 3 || 23
| Burning || Adds [6-10] to [14-18] Fire Damage || <span class="d2-blue">Large Charm</span> || 24 || 18 || 1 || 12 || damage was [3-5] to [6-11]
|-
|-
| Wizardry || +[16-20] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 31 || 23 || 3 || 23
| Incineration || Adds [12-16] to [20-30] Fire Damage || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 12 || damage was [6-10] to [12-17]
|-
|-
| Wizardry || +[16-20] to Energy || <span class="d2-blue">Ring</span> || 41 || 33 || 3 || 23
| Shock || Adds 1 to [6-10] Lightning Damage || <span class="d2-blue">Large Charm</span> || 7 || 5 || 2 || 13 || damage was 1 to [3-5]
|-
|-
| Enlightenment || +[21-30] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 41 || 33 || 3 || 23
| Lightning || Adds 1 to [12-18] Lightning Damage || <span class="d2-blue">Large Charm</span> || 14 || 10 || 1 || 13 || damage was 1 to [6-13]
|-
|-
| Bear || Knockback || <span class="d2-yellow">Melee Weapon</span> || 8 || 6 || 3 || 24
| Thunder || Adds 1 to [20-32] Lightning Damage || <span class="d2-blue">Large Charm</span> || 24 || 18 || 1 || 13 || damage was 1 to [14-25]
|-
|-
| Bear || Knockback || <span class="d2-yellow">Quiver</span> || 30 || 24 || 2 || 24
| Storms || Adds 1 to [34-50] Lightning Damage || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 13 || damage was 1 to [26-38]
|-
|-
| Light || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">Ring, Amulet</span> || 1-5 || 1 || 4 || 25
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 14 ||
|-
|-
| Light || +1 to Light Radius,<br>+[15-30] to Attack Rating || <span class="d2-yellow">Armor, Rod, Ring, Amulet, Quiver</span> || 6 || 4 || 1 || 25
| Quality || +2 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 56 || 48 || 4 || 14 ||  
|-
|-
| Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Ring, Amulet, Helm, Chest, Quiver</span> || 15 || 11 || 1 || 25
| Blight || +7 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 5 || 3 || 2 || 16 || damage was 6 over 3 seconds<!-- poison bitrate: 40, was 21 -->
|-
|-
| Clarity || +4 to Light Radius,<br>+[60-120] to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Amulet, Helm, Chest, Ring</span> || 25 || 21 || 1 || 25
| Venom || +13 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 13 || 9 || 1 || 16 || damage was 15 over 4 seconds<!-- poison bitrate: 70, was 39 -->
|-
|-
| Divinity || +5 to Light Radius,<br>+[120-240] to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Amulet, Chest</span> || 50 || 42 || 1 || 25
| Pestilence || +26 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 23 || 17 || 1 || 16 || damage was 25 over 5 seconds<!-- poison bitrate: 135, was 52 -->
|-
|-
| Sun || +5 to Light Radius,<br>5% Bonus to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Gloves, Ring, Amulet, Helm, Chest</span> || 17 || 12 || 1 || 25
| Anthrax || +41 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 33 || 25 || 1 || 16 || damage was 50 over 6 seconds<!-- poison bitrate: 215, was 86 -->
|-
|-
| Sunset || +5 to Light Radius,<br>10% Bonus to Attack Rating || <span class="d2-yellow">Rod, Missile Weapon, Gloves, Ring, Amulet, Helm, Chest</span> || 27 || 22 || 1 || 25 <!-- Dawn in file -->
| Balance || +8% Faster Hit Recovery || <span class="d2-blue">Large Charm</span> || 19 || 14 || 4 || 18 ||  
|-
|-
| Jackal || +[1-5] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet</span> || 1 || 1 || 3 || 26
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">Large Charm</span> || 1 || 5 || 4 || 21 ||  
|-
|-
| Jackal || +[1-5] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 4 || 3 || 3 || 26
| Greed || [11-22]% Extra Gold from Monsters || <span class="d2-blue">Large Charm</span> || 20 || 15 || 4 || 21 ||  
|-
|-
| Jackal || +[1-5] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 8 || 6 || 3 || 26
| Life || +[6-10] to Life || <span class="d2-blue">Large Charm</span> || 1 || 9 || 4 || 26 ||
|-
|-
| Fox || +[6-10] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 7 || 5 || 3 || 26
| Life || +[11-15] to Life || <span class="d2-blue">Large Charm</span> || 12 || 9 || 4 || 26 ||
|-
|-
| Fox || +[6-10] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 11 || 8 || 3 || 26
| Sustenance || +[16-20] to Life || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 26 ||
|-
|-
| Fox || +[6-10] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 17 || 13 || 3 || 26
| Sustenance || +[21-25] to Life || <span class="d2-blue">Large Charm</span> || 42 || 34 || 4 || 26 ||
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 15 || 11 || 3 || 26
| Vita || +[26-30] to Life || <span class="d2-blue">Large Charm</span> || 58 || 50 || 4 || 26 ||
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 27 || 20 || 3 || 26
| Vita || +[31-35] to Life || <span class="d2-blue">Large Charm</span> || 74 || 66 || 4 || 26 ||
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 34 || 26 || 3 || 26
| Strength || +[2-3] to Strength || <span class="d2-blue">Large Charm</span> || 3 || 2 || 4 || 31 ||  
|-
|-
| Tiger || +[21-30] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 20 || 15 || 3 || 26
| Strength || +[4-5] to Strength || <span class="d2-blue">Large Charm</span> || 18 || 13 || 4 || 31 ||  
|-
|-
| Tiger || +[21-30] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 43 || 35 || 3 || 26
| Dexterity || +[2-3] to Dexterity || <span class="d2-blue">Large Charm</span> || 3 || 2 || 4 || 31 ||  
|-
|-
| Tiger || +[21-30] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 51 || 43 || 3 || 26
| Dexterity || +[4-5] to Dexterity || <span class="d2-blue">Large Charm</span> || 18 || 13 || 4 || 31 ||  
|-
|-
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 25 || 18 || 3 || 26
| Inertia || +5% Faster Run/Walk || <span class="d2-blue">Large Charm</span> || 24 || 18 || 4 || 35 ||
|}
 
<div id="Grand_Charms"></div><div id="GC"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Grand Charm Prefixes</h3>
|-
|-
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 59 || 51 || 3 || 26
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 68 || 60 || 3 || 26
| Stout || +[3-5] Defense || <span class="d2-blue">Grand&nbsp;Charm</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Colossus || +[41-60] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet</span> || 30 || 22 || 3 || 26 <!-- Colosuss in file -->
| Stout || +[6-9] Defense || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 101 ||  
|-
|-
| Colossus || +[41-60] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 75 || 67 || 3 || 26 <!-- Colosuss in file -->
| Stout || +[10-12] Defense || <span class="d2-blue">Grand Charm</span> || 12 || 9 || 4 || 101 ||  
|-
|-
| Squid || +[61-80] to Life || <span class="d2-blue">Amulet</span> || 40 || 30 || 3 || 26
| Burly || +[13-15] Defense || <span class="d2-blue">Grand Charm</span> || 17 || 12 || 4 || 101 ||  
|-
|-
| Squid || +[61-80] to Life || <span class="d2-yellow">Chest, Belt, Barbarian Helm, Circlet, Shield</span> || 40 || 30 || 3 || 26
| Burly || +[16-22] Defense || <span class="d2-blue">Grand Charm</span> || 22 || 16 || 4 || 101 ||  
|-
|-
| Whale || +[81-100] to Life || <span class="d2-blue">Amulet</span> || 50 || 37 || 3 || 26
| Burly || +[23-30] Defense || <span class="d2-blue">Grand Charm</span> || 27 || 20 || 4 || 101 ||  
|-
|-
| Whale || +[81-100] to Life || <span class="d2-yellow">Chest, Belt, Barbarian Helm, Circlet, Shield</span> || 50 || 37 || 3 || 26
| Stalwart || +[33-40] Defense || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 4 || 101 ||  
|-
|-
| Leech || [2-3]% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 24 || 20 || 2 || 27
| Stalwart || +[44-50] Defense || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 101 ||  
|-
|-
| Leech || 3% Life Stolen per Hit || <span class="d2-yellow">Gloves</span> || 34 || 26 || 4 || 27
| Stalwart || +[60-100] Defense || <span class="d2-blue">Grand Charm</span> || 42 || 34 || 4 || 101 ||  
|-
|-
| Leech || [3-4]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet, Helm</span> || 14 || 10 || 4 || 27
| Red || +1 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 15 || 11 || 4 || 103 ||
|-
|-
| Leech || [4-5]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon, Missile Weapon, Quiver</span> || 6 || 4 || 7 || 27
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 4 || 103 ||  
|-
|-
| Locust || [4-5]% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 57 || 45 || 2 || 27
| Bloody || +3 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 75 || 67 || 4 || 103 ||  
|-
|-
| Locust || [5-6]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet</span> || 47 || 35 || 4 || 27
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 104 ||
|-
|-
| Locust || [6-7]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon, Quiver</span> || 20 || 15 || 7 || 27
| Forked || +2 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 104 ||  
|-
|-
| Lamprey || 6% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 75 || 63 || 2 || 27
| Serrated || +3 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 67 || 59 || 4 || 104 ||  
|-
|-
| Lamprey || [6-9]% Life Stolen per Hit || <span class="d2-blue">Quiver</span> || 55 || 43 || 7 || 27
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Lamprey || [7-8]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet</span> || 77 || 65 || 4 || 27
| Bronze || +[13-27] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 110 ||
|-
|-
| Lamprey || [8-9]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon</span> || 55 || 43 || 7 || 27
| Bronze || +[28-42] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 13 || 9 || 4 || 110 ||  
|-
|-
| Bat || [2-3]% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 25 || 21 || 2 || 28
| Iron || +[43-57] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 110 ||  
|-
|-
| Bat || 3% Mana Stolen per Hit || <span class="d2-yellow">Gloves</span> || 35 || 27 || 4 || 28
| Iron || +[58-72] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 25 || 18 || 4 || 110 ||
|-
|-
| Bat || [3-4]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet, Helm</span> || 15 || 11 || 4 || 28
| Iron || +[73-87] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 110 ||
|-
|-
| Bat || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon, Missile Weapon, Quiver</span> || 7 || 4 || 7 || 28
| Steel || +[88-102] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 110 ||  
|-
|-
| Wraith || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 58 || 46 || 2 || 28
| Steel || +[103-117] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 43 || 35 || 4 || 110 ||  
|-
|-
| Wraith || [5-6]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet</span> || 58 || 40 || 4 || 28
| Steel || +[118-132] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 49 || 41 || 4 || 110 ||
|-
|-
| Wraith || [6-7]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon, Quiver</span> || 21 || 16 || 7 || 28
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 15 || 11 || 4 || 111 ||  
|-
|-
| Vampire || 6% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 76 || 64 || 2 || 28
| Fine || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 22 || 16 || 4 || 111 ||  
|-
|-
| Vampire || [6-9]% Mana Stolen per Hit || <span class="d2-blue">Quiver</span> || 56 || 48 || 7 || 28
| Sharp || +[49-76] to Attack Rating,<br>+[7-10] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 29 || 21 || 4 || 111 ||  
|-
|-
| Vampire || [7-8]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet</span> || 78 || 66 || 4 || 28
| Lucky || [1-4]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 21 || || 4 || 114 ||
|-
|-
| Vampire || [8-9]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon</span> || 56 || 48 || 7 || 28
| Lucky || [5-7]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 38 ||  || 4 || 114 ||  
|-
|-
| Remedy || Poison Length Reduced by 25% || <span class="d2-yellow">Armor, Ring, Amulet, Circlet, Quiver</span> || 7 || 5 || 3 || 29
| Lucky || [8-12]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 55 ||  || 4 || 114 ||  
|-
|-
| Amelioration || Poison Length Reduced by 50% || <span class="d2-yellow">Chest, Shield, Amulet, Circlet, Quiver</span> || 18 || 13 || 3 || 29
| Lizard's || +[3-7] to Mana || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 115 ||  
|-
|-
| Defiance || Poison Length Reduced by 75% || <span class="d2-yellow">Chest, Shield, Amulet, Circlet, Quiver</span> || 25 || 18 || 2 || 29
| Lizard's || +[8-13] to Mana || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 115 ||  
|-
|-
| Ease || Requirements -20% || <span class="d2-yellow">Chest, Weapon<sup>PS</sup>, Shield</span> || 15 || 11 || 3 || 30
| Lizard's || +[14-20] to Mana || <span class="d2-blue">Grand Charm</span> || 13 || 9 || 4 || 115 ||  
|-
|-
| Simplicity || Requirements -30% || <span class="d2-yellow">Chest, Weapon<sup>PS</sup>, Shield</span> || 25 || 18 || 2 || 30
| Snake's || +[21-26] to Mana || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 115 ||  
|-
|-
| Strength || +1 to Strength || <span class="d2-yellow">Gloves</span> || 1-11 || 1 || 4 || 31
| Snake's || +[27-33] to Mana || <span class="d2-blue">Grand Charm</span> || 25 || 18 || 4 || 115 ||
|-
|-
| Strength || +1 to Strength || <span class="d2-yellow">Ring</span> || 1-4 || 1 || 4 || 31
| Snake's || +[34-39] to Mana || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 115 ||
|-
|-
| Strength || +[1-2] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 1 || 1 || 4 || 31
| Serpent's || +[40-46] to Mana || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 115 ||
|-
|-
| Strength || +[1-2] to Strength || <span class="d2-yellow">Ring, Scepter, Pointed Mace, Chest</span> || 5 || 3 || 4 || 31
| Serpent's || +[47-52] to Mana || <span class="d2-blue">Grand Charm</span> || 43 || 35 || 4 || 115 ||
|-
|-
| Strength || +[1-2] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 12 || 8 || 3 || 31
| Serpent's || +[53-59] to Mana || <span class="d2-blue">Grand Charm</span> || 49 || 41 || 4 || 115 ||  
|-
|-
| Might || +[3-5] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 10 || 8 || 3 || 31
| Shimmering || All Resistances +[3-6] || <span class="d2-blue">Grand Charm</span> || 8 || 6 || 1 || 116 || removed max alvl (was 13)
|-
|-
| Might || +[3-5] to Strength || <span class="d2-yellow">Ring, Scepter, Pointed Mace, Chest</span> || 21 || 15 || 3 || 31
| Shimmering || All Resistances +[8-12] || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 1 || 116 || removed max alvl (was 34)
|-
|-
| Might || +[3-5] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 33 || 25 || 3 || 31
| Shimmering || All Resistances +[13-15] || <span class="d2-blue">Grand Charm</span> || 35 || 27 || 1 || 116 ||  
|-
|-
| Ox || +[6-9] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 26 || 19 || 3 || 31
| Azure || Cold Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 117 ||  
|-
|-
| Ox || +[6-9] to Strength || <span class="d2-yellow">Ring, Scepter, Pointed Mace, Chest</span> || 38 || 30 || 3 || 31
| Lapis || Cold Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 117 ||  
|-
|-
| Ox || +[6-9] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 45 || 37 || 3 || 31
| Cobalt || Cold Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 117 ||  
|-
|-
| Giant || +[10-15] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 42 || 34 || 3 || 31
| Sapphire || Cold Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 117 ||  
|-
|-
| Giant || +[10-15] to Strength || <span class="d2-yellow">Ring, Scepter, Pointed Mace, Chest, Shield</span> || 55 || 47 || 3 || 31
| Crimson || Fire Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 118 ||  
|-
|-
| Giant || +[10-15] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves</span> || 59 || 51 || 3 || 31
| Russet || Fire Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 118 ||  
|-
|-
| Titan || +[16-20] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 58 || 50 || 3 || 31
| Garnet || Fire Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 118 ||  
|-
|-
| Titan || +[16-20] to Strength || <span class="d2-yellow">Ring, Scepter, Pointed Mace, Chest, Shield</span> || 74 || 66 || 3 || 31
| Ruby || Fire Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 118 ||  
|-
|-
| Atlas || +[21-30] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 71 || 63 || 3 || 31 <!-- Atlus in file -->
| Tangerine || Lightning Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 119 ||  
|-
|-
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 12 || 8 || 3 || 35
| Ocher || Lightning Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 119 ||  
|-
|-
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">Amazon Weapon, Quiver</span> || 12 || 8 || 2 || 35
| Coral || Lightning Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 119 ||
|-
|-
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 22 || 16 || 4 || 35
| Amber || Lightning Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 119 ||  
|-
|-
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">Amazon Weapon, Quiver</span> || 22 || 16 || 2 || 35
| Beryl || Poison Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 120 ||
|-
|-
| Speed || +30% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 37 || 29 || 4 || 35
| Viridian || Poison Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 120 ||  
|-
|-
| Transportation || +30% Faster Run/Walk,<br>[80-90]% Slower Stamina Drain || <span class="d2-yellow">Boots</span> || 65 || 57 || 4 || 35 <!-- Traveling in file -->
| Jade || Poison Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 120 ||  
|-
|-
| Acceleration || +40% Faster Run/Walk || <span class="d2-blue">Boots</span> || 51 || 43 || 4 || 35
| Emerald || Poison Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 120 ||  
|-
|-
| Self-Repair || Repairs 1 Durability in 33 seconds || <span class="d2-yellow">Non-Throwing Melee Weapon, Orb, Armor</span> || 3 || 1 || 3 || 37
| Fletcher's || +1 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Fast Repair || Repairs 1 Durability in 20 seconds || <span class="d2-yellow">Non-Throwing Melee Weapon, Orb, Armor</span> || 20 || 12 || 2 || 37
| Acrobat's || +1 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Ages || Indestructible || <span class="d2-blue">Non-Throwing Melee Weapon, Orb, Armor</span> || 50 || 42 || 1 || 39
| Harpoonist's || +1 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-blue">Amulet</span> || 20 || 1 || 1 || 41 <!-- Kraken in file -->
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-yellow">Chest, Druid Helm, Barbarian Helm, Shield</span> || 20 || 1 || 1 || 41 <!-- Kraken in file -->
| Sparking || +1 to Lightning Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">Circlet, Amulet, Druid Helm</span> || 20 || 1 || 1 || 41 <!-- Memory in file -->
| Chilling || +1 to Cold Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Elephant || +[0-49] to Life (+0.5 per Level),<br>+[0-24] to Mana (+0.25 per Level) || <span class="d2-yellow">Circlet, Druid Helm</span> || 37 || 7 || 2 || 41
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Firebolts || 5% Chance to Cast Level 3 Fire Bolt on Attack || <span class="d2-yellow">Melee Weapon, Orb</span> || 6 || 4 || 1 || 44
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Firebolts || 10% Chance to Cast Level 4 Fire Bolt on Attack || <span class="d2-yellow">Melee Weapon, Orb</span> || 20 || 15 || 1 || 44
| Graverobber's || +1 to Summoning Spells (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Firebolts || 10% Chance to Cast Level 8 Fire Bolt on Striking || <span class="d2-yellow">Melee Weapon, Orb</span> || 16 || 12 || 1 || 44
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Charged Shield || 10% Chance to Cast Level 3 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 6 || 4 || 1 || 44
| Captain's || +1 to Offensive Auras (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Charged Shield || 12% Chance to Cast Level 4 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 16 || 12 || 1 || 44
| Preserver's || +1 to Defensive Auras (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Charged Shield || 14% Chance to Cast Level 5 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 26 || 19 || 1 || 44
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Icebolt || 5% Chance to Cast Level 3 Ice Bolt on Attack || <span class="d2-yellow">Melee Weapon, Orb</span> || 6 || 4 || 1 || 44
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Frost Shield || 5% Chance to Cast Level 3 Frost Nova when Struck || <span class="d2-yellow">Armor, Amulet</span> || 12 || 9 || 1 || 44
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Nova || 10% Chance to Cast Level 3 Nova on Striking || <span class="d2-yellow">Melee Weapon, Orb</span> || 18 || 13 || 1 || 44
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Nova || 12% Chance to Cast Level 4 Nova on Striking || <span class="d2-yellow">Melee Weapon, Orb</span> || 28 || 21 || 1 || 44
| Spiritual || +1 to Shape Shifting Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Nova Shield || 10% Chance to Cast Level 3 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 18 || 13 || 1 || 44
| Nature's || +1 to Elemental Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Nova Shield || 12% Chance to Cast Level 4 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 28 || 21 || 1 || 44
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Nova Shield || 14% Chance to Cast Level 5 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 38 || 28 || 1 || 44
| Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Lightning || 5% Chance to Cast Level 3 Lightning on Attack || <span class="d2-yellow">Melee Weapon, Orb</span> || 18 || 13 || 1 || 44
| Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||
|-
|-
| Chain Lightning || 5% Chance to Cast Level 3 Chain Lightning on Attack || <span class="d2-yellow">Melee Weapon, Orb, Ring, Amulet</span> || 25 || 18 || 1 || 44
| Snowy || Adds [3-5] to [5-11] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 27 || 20 || 2 || 137 || alvl was 9, rlvl was 6, damage was 1 to [2-3]<!-- Snowflake in file -->
|-
|-
| Chain Lightning || 8% Chance to Cast Level 3 Chain Lightning on Attack || <span class="d2-yellow">Melee Weapon, Orb, Ring, Amulet</span> || 35 || 26 || 1 || 44
| Shivering || Adds [8-11] to [12-22] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 42 || 34 || 1 || 137 || alvl was 15, rlvl was 11, damage was [2-4] to [4-8]
|-
|-
| Chain Lightning || 8% Chance to Cast Level 5 Chain Lightning on Attack || <span class="d2-yellow">Melee Weapon, Orb, Ring, Amulet</span> || 45 || 33 || 1 || 44
| Boreal || Adds [11-16] to [27-43] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 66 || 58 || 1 || 137 || alvl was 30, rlvl was 22, damage was [5-7] to [9-15]
|-
|-
| Hydra Shield || 10% Chance to Cast Level 3 Hydra when Struck || <span class="d2-yellow">Amulet</span> || 40 || 30 || 1 || 44
| Hibernal || Adds [30-35] to [54-73] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 91 || 83 || 1 || 137 || alvl was 45, rlvl was 38, damage was [8-13] to [16-25]
|-
|-
| Teleportation || Level [1-3] Teleport ([22-27] charges) || <span class="d2-yellow">Amulet, Circlet</span> || 48 || 48 || 1 || 44
| Fiery || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 2 || 138 || alvl was 5, rlvl was 3<!-- Ember in file -->
|-
|-
| Teleportation || Level [1-6] Teleport ([33-52] charges) || <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44
| Smoldering || Adds [5-8] to [11-27] Fire Damage || <span class="d2-blue">Grand Charm</span> || 40 || 32 || 1 || 138 || alvl was 15, rlvl was 11, damage was [2-3] to [4-7]
|-
|-
| Telekinesis || Level 5 Telekinesis (32 charges) || <span class="d2-yellow">Ring</span> || 24 || 24 || 1 || 44
| Smoking || Adds [11-24] to [30-51] Fire Damage || <span class="d2-blue">Grand Charm</span> || 64 || 56 || 1 || 138 || alvl was 28, rlvl was 21, damage was [4-7] to [8-19]
|-
|-
| Life Tap || Level [1-3] Life Tap ([22-27] charges) || <span class="d2-yellow">Axe</span> || 48 || 48 || 1 || 44
| Flaming || Adds [27-51] to [54-78] Fire Damage || <span class="d2-blue">Grand Charm</span> || 89 || 81 || 1 || 138 || alvl was 43, rlvl was 35, damage was [8-18] to [20-36]
|-
|-
| Life Tap || Level 1 Life Tap ([67-105] charges) || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44
| Static || Adds 1 to [16-30] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 23 || 17 || 2 || 139 || alvl was 7, rlvl was 5, damage was 1 to [4-5]
|-
|-
| Lower Resistance || Level [1-15] Lower Resist ([28-82] charges) || <span class="d2-yellow">Staff</span> || 72 || 72 || 1 || 44
| Glowing || Adds 1 to [22-46] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 41 || 33 || 1 || 139 || alvl was 14, rlvl was 10, damage was 1 to [6-17]
|-
|-
| Lower Resistance || Level [1-15] Lower Resist ([28-82] charges) || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44
| Arcing || Adds 1 to [46-81] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 65 || 57 || 1 || 139 || alvl was 29, rlvl was 21, damage was 1 to [18-44]
|-
|-
| Damage Amplification || 8% Chance to Cast Level 15 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 15 || 15 || 1 || 44
| Shocking || Adds 1 to [84-135] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 90 || 82 || 1 || 139 || alvl was 44, rlvl was 36, damage was 1 to [45-79]
|-
|-
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Chest, Shield</span> || 45 || 20 || 1 || 251
| Septic || +13 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 18 || 13 || 2 || 140 || alvl was 1, rlvl was 1, damage was 5 over 3 seconds<!-- poison bitrate: 70, was 18 -->
|-
|-
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Belt</span> || 65 || 40 || 1 || 251
| Foul || +36 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 39 || 31 || 1 || 140 || alvl was 12, rlvl was 9, damage was 15 over 4 seconds<!-- Envenomed in file, poison bitrate: 185, was 39 -->
|-
|-
| Protecting || Physical Damage Taken Reduced by [10-15]% || <span class="d2-yellow">Chest, Shield</span> || 65 || 40 || 1 || 251
| Toxic || +68 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 63 || 55 || 1 || 140 || alvl was 27, rlvl was 20, damage was 50 over 5 seconds<!-- poison bitrate: 350, was 103 -->
|-
|-
| Guardianship || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">Chest, Shield</span> || 85 || 60 || 1 || 251
| Pestilent || +174 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 88 || 80 || 1 || 140 || alvl was 42, rlvl was 34, damage was 100 over 6 seconds<!-- poison bitrate: 895, was 171 -->
|-
|}
| Savagery || [5-10]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18 || 15 || 2 || 252
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Grand Charm Suffixes</h3>
|-
|-
| Devastation || [10-15]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28 || 25 || 2 || 252
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Havoc || [15-20]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252
| Frost || Adds 3 to [4-5] Cold Damage (1 second chill) || <span class="d2-blue">Grand&nbsp;Charm</span> || 14 || 10 || 2 || 10 || alvl was 5, rlvl was 3, damage was 1 to 2
|-
|-
| Destruction || [20-25]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252
| Icicle || Adds 5 to [8-13] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 1 || 10 || alvl was 8, rlvl was 6, damage was 2 to [3-4]
|-
|-
| Desolation || [25-30]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252
| Glacier || Adds 11 to [16-22] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 33 || 25 || 1 || 10 || alvl was 15, rlvl was 11, damage was 3 to [5-7]
|-
|-
| Bleeding || [5-10]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18 || 15 || 2 || 252
| Winter || Adds [16-19] to [27-35] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 46 || 38 || 1 || 10 || alvl was 23, rlvl was 17, damage was [4-6] to [8-11]
|-
|-
| Siphoning || [10-15]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28 || 25 || 2 || 252
| Flame || Adds [2-3] to [5-6] Fire Damage || <span class="d2-blue">Grand Charm</span> || 11 || 8 || 2 || 12 || alvl was 3, rlvl was 2, damage was 1 to 2
|-
|-
| Gory || [15-20]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252
| Fire || Adds 5 to [8-13] Fire Damage || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 1 || 12 || alvl was 8, rlvl was 6, damage was [1-2] to 3
|-
|-
| Sanguinary || [20-25]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252
| Burning || Adds [9-15] to [19-24] Fire Damage || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 1 || 12 || alvl was 14, rlvl was 10, damage was [2-3] to [4-7]
|-
|-
| Hematic || [25-30]% Chance of Open Wounds || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252
| Incineration || Adds [16-22] to [27-41] Fire Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 1 || 12 || alvl was 22, rlvl was 16, damage was [4-7] to [8-14]
|-
|-
| Chipping || [5-10]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18 || 15 || 2 || 252
| Shock || Adds 1 to [8-14] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 12 || 9 || 2 || 13 || alvl was 4, rlvl was 3, damage was 1 to [2-3]
|-
|-
| Crumbling || [10-15]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28 || 25 || 2 || 252
| Lightning || Adds 1 to [16-32] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 1 || 13 || alvl was 7, rlvl was 5, damage was 1 to [4-7]
|-
|-
| Breaking || [15-20]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252
| Thunder || Adds 1 to [27-43] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 33 || 25 || 1 || 13 || alvl was 15, rlvl was 11, damage was 1 to [8-21]
|-
|-
| Crushing || [20-25]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252
| Storms || Adds 1 to [46-68] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 1 || 13 || alvl was 22, rlvl was 16, damage was 1 to [22-33]
|-
|-
| Pulverizing || [25-30]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 14 ||  
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Jewel Prefixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Quality || +2 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 41 || 33 || 4 || 14 ||  
|-
|-
| Blanched || +[5-8] Defense || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 101
| Maiming || +[3-4] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 71 || 63 || 4 || 14 ||
|-
|-
| Eburin || +[9-20] Defense || <span class="d2-yellow">Jewel</span> || 16 || 12 || 4 || 101
| Blight || +10 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 9 || 6 || 2 || 16 || alvl was 1, rlvl was 1, damage was 6 over 3 seconds<!-- poison bitrate: 55, was 21 -->
|-
|-
| Bone || +[21-40] Defense || <span class="d2-yellow">Jewel</span> || 32 || 24 || 4 || 101
| Venom || +18 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 1 || 16 || alvl was 6, rlvl was 4, damage was 15 over 4 seconds<!-- poison bitrate: 95, was 39 -->
|-
|-
| Ivory || +[41-64] Defense || <span class="d2-blue">Jewel</span> || 64 || 56 || 4 || 101
| Pestilence || +32 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 1 || 16 || alvl was 14, rlvl was 10, damage was 25 over 5 seconds<!-- poison bitrate: 165, was 52 -->
|-
|-
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 8 || 6 || 4 || 103
| Anthrax || +154 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 44 || 36 || 1 || 16 || alvl was 21, rlvl was 15, damage was 50 over 6 seconds<!-- poison bitrate: 790, was 86 -->
|-
|-
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 38 || 30 || 4 || 103
| Balance || +12% Faster Hit Recovery || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 18 ||
|-
|-
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 38 || 30 || 4 || 103
| Greed || [10-20]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 21 ||
|-
|-
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 12 || 9 || 4 || 104
| Greed || [21-30]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 21 ||
|-
|-
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 35 || 27 || 4 || 104
| Greed || [31-40]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 21 ||
|-
|-
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel, Quiver</span> || 58 || 50 || 4 || 104
| Life || +[5-10] to Life || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 26 ||
|-
|-
| Cinnabar || +[5-10]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 105
| Life || +[11-15] to Life || <span class="d2-blue">Grand Charm</span> || 9 || 6 || 4 || 26 ||
|-
|-
| Rusty || +[11-20]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 13 || 9 || 4 || 105
| Life || +[16-20] to Life || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 26 ||
|-
|-
| Realgar || +[21-30]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 45 || 37 || 4 || 105
| Sustenance || +[21-25] to Life || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 26 ||
|-
|-
| Ruby || +[31-40]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 66 || 58 || 4 || 105
| Sustenance || +[26-30] to Life || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 4 || 26 ||
|-
|-
| Dun || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">Jewel</span> || 7 || 5 || 3 || 107
| Sustenance || +[31-35] to Life || <span class="d2-blue">Grand Charm</span> || 61 || 53 || 4 || 26 ||  
|-
|-
| Brown || Heal Stamina Plus [10-15]% || <span class="d2-yellow">Jewel</span> || 39 || 31 || 4 || 108
| Vita || +[36-40] to Life || <span class="d2-blue">Grand Charm</span> || 77 || 69 || 4 || 26 ||
|-
|-
| Chestnut || +[10-15] Maximum Stamina || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 109
| Vita || +[41-45] to Life || <span class="d2-blue">Grand Charm</span> || 91 || 83 || 4 || 26 ||
|-
|-
| Maroon || +[16-25] Maximum Stamina || <span class="d2-yellow">Jewel</span> || 17 || 12 || 4 || 109
| Strength || +[3-4] to Strength || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 31 ||
|-
|-
| Nickel || +[10-20] to Attack Rating || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 110
| Strength || +[5-6] to Strength || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 4 || 31 ||
|-
|-
| Tin || +[21-40] to Attack Rating || <span class="d2-yellow">Jewel</span> || 8 || 6 || 4 || 110
| Dexterity || +[3-4] to Dexterity || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 31 ||
|-
|-
| Silver || +[41-60] to Attack Rating || <span class="d2-yellow">Jewel</span> || 25 || 18 || 4 || 110
| Dexterity || +[5-6] to Dexterity || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 4 || 31 ||
|-
|-
| Argent || +[61-100] to Attack Rating || <span class="d2-yellow">Jewel</span> || 44 || 36 || 4 || 110
| Inertia || +7% Faster Run/Walk || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 35 ||
|-
|}
| Bright || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">Jewel</span> || 1 || 1 || 1 || 112
 
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Removed Affixes</h3>
|-
|-
| Emerald || [3-7]% Better Chance of Getting Magic Items || <span class="d2-yellow">Jewel</span> || 16 || 12 || 4 || 114
! Affix !! class="unsortable"|P/S !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
|-
|-
| Zircon || +[5-10] to Mana || <span class="d2-yellow">Jewel</span> || 3 || 2 || 2 || 115
| Brown || P || ''regen-stam'' [10-15] || was <span class="d2-yellow">Jewel</span> || 39 || 31 || 4 || 108 || removed
|-
|-
| Jacinth || +[11-15] to Mana || <span class="d2-yellow">Jewel</span> || 17 || 12 || 2 || 115
| Rugged || P || ''stam'' [12-24] || was <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 109 || removed
|-
|-
| Turquoise || +[16-20] to Mana || <span class="d2-yellow">Jewel</span> || 29 || 21 || 2 || 115
| Rugged || P || ''stam'' [25-36] || was <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 109 || removed
|-
|-
| Cerulean || +[21-30] to Mana || <span class="d2-yellow">Jewel</span> || 49 || 41 || 2 || 115
| Rugged || P || ''stam'' [37-50] || was <span class="d2-blue">Grand Charm</span> || 21 || 15 || 4 || 109 || removed
|-
|-
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">Jewel, Quiver</span> || 16 || 12 || 1 || 116
| Rugged || P || ''stam'' [8-16] || was <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 109 || removed
|-
|-
| Scintillating || All Resistances +[11-15] || <span class="d2-blue">Jewel</span> || 34 || 26 || 1 || 116
| Rugged || P || ''stam'' [17-25] || was <span class="d2-blue">Large Charm</span> || 7 || 5 || 4 || 109 || removed
|-
|-
| Lapis Lazuli || Cold Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117
| Rugged || P || ''stam'' [26-32] || was <span class="d2-blue">Large Charm</span> || 21 || 15 || 4 || 109 || removed
|-
|-
| Sapphire || Cold Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117
| Rugged || P || ''stam'' [4-8] || was <span class="d2-blue">Small Charm</span> || 1 || 1 || 4 || 109 || removed
|-
|-
| Garnet || Fire Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117
| Rugged || P || ''stam'' [9-16] || was <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 109 || removed
|-
|-
| Ruby || Fire Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 18 || 13 || 4 || 117
| Rugged || P || ''stam'' [5-10] || was <span class="d2-yellow">Boots, Gloves, Belt, Ring, Amulet, Circlet</span> || 1 || 1 || 4 || 109 || removed
|-
|-
| Camphor || Lightning Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117
| Rugged || P || ''stam'' [11-20] || was <span class="d2-yellow">Boots, Belt</span> || 8 || 6 || 4 || 109 || removed
|-
|-
| Ambergris || Lightning Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117
| Rugged || P || ''stam'' [11-20] || was <span class="d2-yellow">Ring, Amulet, Circlet</span> || 8 || 6 || 4 || 109 || removed
|-
|-
| Beryl || Poison Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117
| Rugged || P || ''stam'' [21-30] || was <span class="d2-yellow">Boots, Belt</span> || 16 || 12 || 4 || 109 || removed
|-
|-
| Jade || Poison Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117
| Rugged || P || ''stam'' [10-15] || was <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 109 || removed
|-
|-
| Aureolic || +[1-3] to Mana after each Kill || <span class="d2-yellow">Jewel, Chest, Helm, Shield, Quiver</span> || 22 || 16 || 4 || 121 <!-- Aureolin in file -->
| Rugged || P || ''stam'' [16-25] || was <span class="d2-yellow">Jewel</span> || 17 || 12 || 4 || 109 || removed
|-
|-
| Diamond || +[25-50] to Attack Rating against Demons,<br>+[25-40]% Damage to Demons || <span class="d2-yellow">Jewel</span> || 26 || 19 || 1 || 123
| Compact || P || ''stack'' [20-40] || was <span class="d2-yellow">Throwing Weapon</span> || 1 || 1 || 6 || 141 || removed
|-
|-
| Pearl || +[25-50] to Attack Rating against Undead,<br>+[25-50]% Damage to Undead || <span class="d2-yellow">Jewel</span> || 18 || 13 || 1 || 142
| Thin || P || ''stack'' [41-80] || was <span class="d2-yellow">Throwing Weapon</span> || 17 || 12 || 5 || 141 || removed
|-
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">Jewel, Chest, Helm, Shield, Weapon, Ring, Quiver</span> || 32 || 26 || 2 || 200
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Jewel Suffixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Dense || P || ''stack'' [81-120] || was <span class="d2-yellow">Throwing Weapon</span> || 38 || 30 || 4 || 141 || removed
|-
|-
| Malice || Attacker Takes Damage of [1-5] || <span class="d2-yellow">Jewel</span> || 37 || 29 || 4 || 6
| Replenishing || S || ''rep-quant'' 5 || was <span class="d2-yellow">Throwing Weapon</span> || 5 || 3 || 6 || 39 || removed
|-
|-
| Fervor || +15% Increased Attack Speed || <span class="d2-blue">Jewel</span> || 39 || 31 || 4 || 7
| Propagation || S || ''rep-quant'' 10 || was <span class="d2-yellow">Throwing Weapon</span> || 24 || 18 || 5 || 39 || removed
|-
|-
| Frigidity || Adds 1 to [3-5] Cold Damage (2 second chill) || <span class="d2-yellow">Jewel</span> || 16 || 12 || 2 || 10
| Firebolts || S || 5% Chance to Cast Level 3 Fire Bolt on Attack || was <span class="d2-yellow">Melee Weapon, Orb</span> || 6 || 4 || 1 || 44 || removed
|-
|-
| Icicle || Adds [2-3] to [6-10] Cold Damage (2 second chill) || <span class="d2-yellow">Jewel</span> || 37 || 29 || 2 || 10
| Firebolts || S || 10% Chance to Cast Level 4 Fire Bolt on Attack || was <span class="d2-yellow">Melee Weapon, Orb</span> || 20 || 15 || 1 || 44 || removed
|-
|-
| Glacier || Adds [4-5] to [11-15] Cold Damage (2 second chill) || <span class="d2-blue">Jewel</span> || 58 || 50 || 2 || 10
| Icebolt || S || 5% Chance to Cast Level 3 Ice Bolt on Attack || was <span class="d2-yellow">Melee Weapon, Orb</span> || 6 || 4 || 1 || 44 || removed
|-
|-
| Passion || Adds [1-3] to [6-10] Fire Damage || <span class="d2-yellow">Jewel</span> || 15 || 11 || 2 || 12
| Lightning || S || 5% Chance to Cast Level 3 Lightning on Attack || was <span class="d2-yellow">Melee Weapon, Orb</span> || 18 || 13 || 1 || 44 || removed
|-
|-
| Fire || Adds [4-10] to [11-30] Fire Damage || <span class="d2-yellow">Jewel</span> || 36 || 28 || 2 || 12
| Chain Lightning || S || 5% Chance to Cast Level 3 Chain Lightning on Attack || was <span class="d2-yellow">Melee Weapon, Orb, Ring, Amulet</span> || 25 || 18 || 1 || 44 || removed
|-
|-
| Burning || Adds [11-25] to [31-50] Fire Damage || <span class="d2-yellow">Jewel</span> || 57 || 49 || 2 || 12
| Chain Lightning || S || 8% Chance to Cast Level 3 Chain Lightning on Attack || was <span class="d2-yellow">Melee Weapon, Orb, Ring, Amulet</span> || 35 || 26 || 1 || 44 || removed
|-
|-
| Ennui || Adds 1 to [10-20] Lightning Damage || <span class="d2-yellow">Jewel</span> || 15 || 11 || 2 || 13
| Chain Lightning || S || 8% Chance to Cast Level 5 Chain Lightning on Attack || was <span class="d2-yellow">Melee Weapon, Orb, Ring, Amulet</span> || 45 || 33 || 1 || 44 || removed
|-
|-
| Lightning || Adds 1 to [21-60] Lightning Damage || <span class="d2-yellow">Jewel</span> || 36 || 28 || 2 || 13
| Magic Arrows || S || Level 10 Magic Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 12 || 11 || 1 || 44 || removed
|-
|-
| Thunder || Adds 1 to [61-100] Lightning Damage || <span class="d2-yellow">Jewel</span> || 57 || 49 || 2 || 13
| Fire Arrows || S || Level 6 Fire Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 40 || 32 || 1 || 44 || removed
|-
|-
| Ire || +[2-5] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 4 || 3 || 4 || 14
| Inner Sight || S || Level 6 Inner Sight (30 Charges) || was <span class="d2-yellow">Amulet, Amazon Weapon, Circlet</span> || 18 || 14 || 1 || 44 || removed
|-
|-
| Wrath || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 11 || 8 || 4 || 14
| Inner Sight || S || Level 4 Inner Sight (20 Charges) || was <span class="d2-yellow">Gloves</span> || 50 || 42 || 1 || 44 || removed
|-
|-
| Carnage || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 25 || 18 || 4 || 14
| Cold Arrows || S || Level 8 Cold Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 15 || 16 || 1 || 44 || removed
|-
|-
| Joyfulness || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 5 || 3 || 4 || 15
| Cold Arrows || S || Level 5 Cold Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 47 || 39 || 1 || 44 || removed
|-
|-
| Bliss || +[5-10] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 43 || 37 || 4 || 15
| Multiple Shot || S || Level 8 Multiple Shot (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 18 || 19 || 1 || 44 || removed
|-
|-
| Envy || +20 Poison Damage over 2 seconds || <span class="d2-yellow">Jewel</span> || 1 || 1 || 2 || 16 <!-- poison bitrate: 103 -->
| Multiple Shot || S || Level 4 Multiple Shot (20 Charges) || was <span class="d2-yellow">Gloves</span> || 63 || 55 || 1 || 44 || removed
|-
|-
| Daring || +[1-3] to Dexterity || <span class="d2-yellow">Jewel</span> || 7 || 5 || 3 || 17
| Power Strike || S || Level 6 Power Strike (60 Charges) || was <span class="d2-yellow">Spear</span> || 12 || 13 || 1 || 44 || removed
|-
|-
| Daring || +[4-6] to Dexterity || <span class="d2-yellow">Jewel</span> || 19 || 14 || 3 || 17
| Power Strike || S || Level 4 Power Strike (20 Charges) || was <span class="d2-yellow">Gloves</span> || 55 || 47 || 1 || 44 || removed
|-
|-
| Daring || +[7-9] to Dexterity || <span class="d2-yellow">Jewel</span> || 36 || 28 || 3 || 17
| Exploding Arrows || S || Level 6 Exploding Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 30 || 26 || 1 || 44 || removed
|-
|-
| Truth || +7% Faster Hit Recovery || <span class="d2-yellow">Jewel</span> || 44 || 36 || 4 || 18
| Exploding Arrows || S || Level 4 Exploding Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 69 || 61 || 1 || 44 || removed
|-
|-
| Honor || Replenish Life +[1-4] || <span class="d2-yellow">Jewel</span> || 47 || 35 || 4 || 19
| Ice Arrows || S || Level 5 Ice Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 36 || 28 || 1 || 44 || removed
|-
|-
| Avarice || [10-30]% Extra Gold from Monsters || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 21
| Ice Arrows || S || Level 3 Ice Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 72 || 64 || 1 || 44 || removed
|-
|-
| Prosperity || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Jewel</span> || 26 || 19 || 2 || 22
| Charged Strike || S || Level 5 Charged Strike (60 Charges) || was <span class="d2-yellow">Spear</span> || 33 || 25 || 1 || 44 || removed
|-
|-
| Knowledge || +[1-5] to Energy || <span class="d2-yellow">Jewel</span> || 9 || 6 || 3 || 23
| Charged Strike || S || Level 3 Charged Strike (20 Charges) || was <span class="d2-yellow">Gloves</span> || 68 || 60 || 1 || 44 || removed
|-
|-
| Knowledge || +[4-6] to Energy || <span class="d2-yellow">Jewel</span> || 24 || 18 || 3 || 23
| Freezing Arrows || S || Level 4 Freezing Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 50 || 42 || 1 || 44 || removed
|-
|-
| Knowledge || +[7-9] to Energy || <span class="d2-yellow">Jewel</span> || 41 || 33 || 3 || 23
| Freezing Arrows || S || Level 2 Freezing Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 94 || 86 || 1 || 44 || removed
|-
|-
| Spirit || +[3-8] to Life || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 26
| Lightning Strike || S || Level 4 Lightning Strike (60 Charges) || was <span class="d2-yellow">Spear</span> || 47 || 39 || 1 || 44 || removed
|-
|-
| Hope || +[9-20] to Life || <span class="d2-blue">Jewel</span> || 45 || 37 || 4 || 26
| Lightning Strike || S || Level 2 Lightning Strike (20 Charges) || was <span class="d2-yellow">Gloves</span> || 90 || 82 || 1 || 44 || removed
|-
|-
| Freedom || Requirements -15% || <span class="d2-yellow">Jewel</span> || 1 || 1 || 3 || 30
| Fire Bolts || S || Level 10 Fire Bolt (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Virility || +[1-4] to Strength || <span class="d2-yellow">Jewel</span> || 18 || 13 || 4 || 31
| Fire Bolts || S || Level 6 Fire Bolt (20 Charges) || was <span class="d2-yellow">Sword, Ring, Circlet</span> || 14 || 14 || 1 || 44 || removed
|-
|-
| Virility || +[5-6] to Strength || <span class="d2-yellow">Jewel</span> || 33 || 25 || 4 || 31
| Charged Bolts || S || Level 10 Charged Bolt (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Virility || +[7-9] to Strength || <span class="d2-yellow">Jewel</span> || 50 || 42 || 4 || 31
| Charged Bolts || S || Level 6 Charged Bolt (20 Charges) || was <span class="d2-yellow">Hammer, Tipped Mace, Scepter, Ring, Circlet</span> || 14 || 14 || 1 || 44 || removed
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Small Charm Prefixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Ice Bolts || S || Level 10 Ice Bolt (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Stout || +1 Defense || <span class="d2-blue">Small Charm</span> || 1 || 1 || 4 || 101
| Ice Bolts || S || Level 6 Ice Bolt (20 Charges) || was <span class="d2-yellow">Knife</span> || 14 || 14 || 1 || 44 || removed
|-
|-
| Stout || +[4-8] Defense || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 101
| Telekinesis || S || Level 8 Telekinesis (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Burly || +[15-20] Defense || <span class="d2-blue">Small Charm</span> || 36 || 28 || 4 || 101
| Frost Novas || S || Level 8 Frost Nova (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Stalwart || +[20-30] Defense || <span class="d2-blue">Small Charm</span> || 48 || 40 || 4 || 101
| Frost Novas || S || Level 5 Frost Nova (20 Charges) || was <span class="d2-yellow">Knife, Amulet, Circlet</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Red || +1 to Minimum Damage || <span class="d2-blue">Small Charm</span> || 90 || 82 || 4 || 103
| Ice Blasts || S || Level 8 Ice Blast (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Small Charm</span> || 81 || 73 || 4 || 104
| Ice Blasts || S || Level 5 Ice Blast (20 Charges) || was <span class="d2-yellow">Hammer, Tipped Mace, Scepter, Ring, Circlet</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Rugged || +[4-8] Maximum Stamina || <span class="d2-blue">Small Charm</span> || 1 || || 4 || 109
| Fire Balls || S || Level 7 Fire Ball (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Rugged || +[9-16] Maximum Stamina || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 109
| Fire Balls || S || Level 4 Fire Ball (20 Charges) || was <span class="d2-yellow">Spear, Wand</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Bronze || +[2-4] to Attack Rating || <span class="d2-blue">Small Charm</span> || 1 || 1 || 4 || 110
| Novas || S || Level 7 Nova (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 110
| Novas || S || Level 4 Nova (20 Charges) || was <span class="d2-yellow">Shield</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Iron || +[13-24] to Attack Rating || <span class="d2-blue">Small Charm</span> || 39 || 31 || 4 || 110
| Lightning || S || Level 7 Lightning (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Steel || +[25-36] to Attack Rating || <span class="d2-blue">Small Charm</span> || 57 || 49 || 4 || 110
| Lightning || S || Level 4 Lightning (20 Charges) || was <span class="d2-yellow">Axe, Hammer</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Small Charm</span> || 28 || 21 || 4 || 111
| Enchantment || S || Level 3 Enchant (20 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Lizard's || +[1-2] to Mana || <span class="d2-blue">Small Charm</span> || 16 || 12 || 4 || 115
| Enchantment || S || Level 1 Enchant (10 Charges) || was <span class="d2-yellow">Melee Weapon</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Lizard's || +[3-7] to Mana || <span class="d2-blue">Small Charm</span> || 16 || 12 || 4 || 115
| Chain Lightning || S || Level 6 Chain Lightning (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Snake's || +[8-12] to Mana || <span class="d2-blue">Small Charm</span> || 32 || 24 || 4 || 115
| Chain Lightning || S || Level 3 Chain Lightning (20 Charges) || was <span class="d2-yellow">Spear</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Serpent's || +[13-17] to Mana || <span class="d2-blue">Small Charm</span> || 48 || 40 || 4 || 115
| Glacial Spikes || S || Level 6 Glacial Spike (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">Small Charm</span> || 33 || 25 || 1 || 116
| Glacial Spikes || S || Level 3 Glacial Spike (20 Charges) || was <span class="d2-yellow">Knife</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Azure || Cold Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 117
| Meteors || S || Level 5 Meteor (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 30 || 30 || 1 || 44 || removed
|-
|-
| Lapis || Cold Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 117
| Meteors || S || Level 2 Meteor (20 Charges) || was <span class="d2-yellow">Knife, Club</span> || 60 || 60 || 1 || 44 || removed
|-
|-
| Cobalt || Cold Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 117
| Blizzards || S || Level 5 Blizzard (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 30 || 30 || 1 || 44 || removed
|-
|-
| Sapphire || Cold Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 117
| Blizzards || S || Level 2 Blizzard (20 Charges) || was <span class="d2-yellow">Knife</span> || 60 || 60 || 1 || 44 || removed
|-
|-
| Crimson || Fire Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 118
| Frozen Orbs || S || Level 3 Frozen Orb (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Russet || Fire Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 118
| Frozen Orbs || S || Level 1 Frozen Orb (20 Charges) || was <span class="d2-yellow">Knife</span> || 72 || 72 || 1 || 44 || removed
|-
|-
| Garnet || Fire Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 118
| Teeth || S || Level 10 Teeth (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Ruby || Fire Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 118
| Teeth || S || Level 6 Teeth (20 Charges) || was <span class="d2-yellow">Sword</span> || 14 || 14 || 1 || 44 || removed
|-
|-
| Tangerine || Lightning Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 119
| Dim Vision || S || Level 8 Dim Vision (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Ocher || Lightning Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 119
| Dim Vision || S || Level 5 Dim Vision (20 Charges) || was <span class="d2-yellow">Ring, Circlet</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Coral || Lightning Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 119
| Weaken || S || Level 8 Weaken (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Amber || Lightning Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 119
| Weaken || S || Level 5 Weaken (20 Charges) || was <span class="d2-yellow">Gloves</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Beryl || Poison Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 120
| Poison Dagger || S || Level 8 Poison Dagger (60 Charges) || was <span class="d2-yellow">Knife, Necromancer Shield</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Viridian || Poison Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 120
| Poison Dagger || S || Level 5 Poison Dagger (20 Charges) || was <span class="d2-yellow">Gloves, Ring, Circlet</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Jade || Poison Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 120
| Terror || S || Level 7 Terror (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Emerald || Poison Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 120
| Terror || S || Level 4 Terror (20 Charges) || was <span class="d2-yellow">Shield</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Snowy || Adds [1-2] to [2-4] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 9 || 6 || 2 || 137 <!-- Snowflake in file -->
| Confusion || S || Level 6 Confuse (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Shivering || Adds [3-4] to [5-8] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 137
| Confusion || S || Level 3 Confuse (20 Charges) || was <span class="d2-yellow">Ring, Circlet</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Boreal || Adds [6-8] to [10-16] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 30 || 22 || 1 || 137
| Bone Spears || S || Level 6 Bone Spear (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Hibernal || Adds [11-13] to [20-27] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 45 || 38 || 1 || 137
| Bone Spears || S || Level 3 Bone Spear (20 Charges) || was <span class="d2-yellow">Spear</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Fiery || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">Small Charm</span> || 5 || 3 || 2 || 138 <!-- Ember in file -->
| Attraction || S || Level 5 Attract (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 30 || 30 || 1 || 44 || removed
|-
|-
| Smoldering || Adds [2-3] to [4-10] Fire Damage || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 138
| Attraction || S || Level 2 Attract (20 Charges) || was <span class="d2-yellow">Ring, Amulet, Circlet</span> || 60 || 60 || 1 || 44 || removed
|-
|-
| Smoking || Adds [4-9] to [11-19] Fire Damage || <span class="d2-blue">Small Charm</span> || 28 || 21 || 1 || 138
| Poison Novas || S || Level 3 Poison Nova (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Flaming || Adds [10-19] to [20-29] Fire Damage || <span class="d2-blue">Small Charm</span> || 43 || 35 || 1 || 138
| Poison Novas || S || Level 1 Poison Nova (20 Charges) || was <span class="d2-yellow">Gloves</span> || 72 || 72 || 1 || 44 || removed
|-
|-
| Static || Adds 1 to [6-11] Lightning Damage || <span class="d2-blue">Small Charm</span> || 7 || 5 || 2 || 139
| Bone Spirits || S || Level 3 Bone Spirit (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Glowing || Adds 1 to [8-17] Lightning Damage || <span class="d2-blue">Small Charm</span> || 14 || 10 || 1 || 139
| Bone Spirits || S || Level 1 Bone Spirit (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 72 || 72 || 1 || 44 || removed
|-
|-
| Arcing || Adds 1 to [17-30] Lightning Damage || <span class="d2-blue">Small Charm</span> || 29 || 21 || 1 || 139
| Sacrifice || S || Level 10 Sacrifice (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Shocking || Adds 1 to [31-50] Lightning Damage || <span class="d2-blue">Small Charm</span> || 44 || 36 || 1 || 139
| Sacrifice || S || Level 6 Sacrifice (20 Charges) || was <span class="d2-yellow">Non-Scepter Melee Weapon</span> || 14 || 14 || 1 || 44 || removed
|-
|-
| Septic || +4 Poison Damage over 3 seconds || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 140 <!-- poison bitrate: 25 -->
| Holy Bolts || S || Level 8 Holy Bolt (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 12 || 12 || 1 || 44 || removed
|-
|-
| Foul || +13 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 12 || 9 || 1 || 140 <!-- Envenomed in file, poison bitrate: 68 -->
| Holy Bolts || S || Level 5 Holy Bolt (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Toxic || +25 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 27 || 20 || 1 || 140 <!-- poison bitrate: 128 -->
| Zeal || S || Level 7 Zeal (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Pestilent || +65 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 42 || 34 || 1 || 140 <!-- poison bitrate: 335 -->
| Zeal || S || Level 4 Zeal (20 Charges) || was <span class="d2-yellow">Non-Scepter Melee Weapon</span> || 36 || 36 || 1 || 44 || removed
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Small Charm Suffixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Vengeance || S || Level 6 Vengeance (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Frost || Adds 1 to 2 Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 5 || 3 || 2 || 10
| Vengeance || S || Level 3 Vengeance (20 Charges) || was <span class="d2-yellow">Sword, Axe</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Icicle || Adds 2 to [3-5] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 8 || 6 || 1 || 10
| Blessed Hammers || S || Level 6 Blessed Hammer (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Glacier || Adds 4 to [6-8] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 10
| Blessed Hammers || S || Level 3 Blessed Hammer (20 Charges) || was <span class="d2-yellow">Hammer</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Winter || Adds [6-7] to [10-13] Cold Damage (1 second chill) || <span class="d2-blue">Small Charm</span> || 23 || 17 || 1 || 10
| Bashing || S || Level 10 Bash (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Flame || Adds 1 to 2 Fire Damage || <span class="d2-blue">Small Charm</span> || 3 || 2 || 2 || 12
| Bashing || S || Level 6 Bash (20 Charges) || was <span class="d2-yellow">Melee Weapon<sup>P</sup></span> || 14 || 14 || 1 || 44 || removed
|-
|-
| Fire || Adds 2 to [3-5] Fire Damage || <span class="d2-blue">Small Charm</span> || 8 || 6 || 1 || 12
| Stunning || S || Level 7 Stun (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Burning || Adds [3-5] to [7-9] Fire Damage || <span class="d2-blue">Small Charm</span> || 14 || 10 || 1 || 12
| Stunning || S || Level 4 Stun (20 Charges) || was <span class="d2-yellow">Melee Weapon</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Incineration || Adds [6-8] to [10-15] Fire Damage || <span class="d2-blue">Small Charm</span> || 22 || 16 || 1 || 12
| Concentration || S || Level 6 Concentrate (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Shock || Adds 1 to [3-5] Lightning Damage || <span class="d2-blue">Small Charm</span> || 4 || 3 || 2 || 13
| Concentration || S || Level 3 Concentrate (20 Charges) || was <span class="d2-yellow">Melee Weapon<sup>P</sup></span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Lightning || Adds 1 to [6-9] Lightning Damage || <span class="d2-blue">Small Charm</span> || 7 || 5 || 1 || 13
| Grim Ward || S || Level 5 Grim Ward (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 30 || 30 || 1 || 44 || removed
|-
|-
| Thunder || Adds 1 to [10-16] Lightning Damage || <span class="d2-blue">Small Charm</span> || 15 || 11 || 1 || 13
| Grim Ward || S || Level 2 Grim Ward (20 Charges) || was <span class="d2-yellow">Amulet</span> || 60 || 60 || 1 || 44 || removed
|-
|-
| Storms || Adds 1 to [17-25] Lightning Damage || <span class="d2-blue">Small Charm</span> || 22 || 16 || 1 || 13
| Firestorms || S || Level 10 Firestorm (30 Charges) || was <span class="d2-yellow">Club</span> || 7 || 7 || 1 || 44 || removed
|-
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Small Charm</span> || 85 || 77 || 4 || 14
| Firestorms || S || Level 6 Firestorm (20 Charges) || was <span class="d2-yellow">Staff</span> || 14 || 14 || 1 || 44 || removed
|-
|-
| Blight || +3 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 16 <!-- poison bitrate: 20 -->
| Fissure || S || Level 7 Fissure (30 Charges) || was <span class="d2-yellow">Club</span> || 18 || 18 || 1 || 44 || removed
|-
|-
| Venom || +6 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 6 || 4 || 1 || 16 <!-- poison bitrate: 35 -->
| Fissure || S || Level 4 Fissure (20 Charges) || was <span class="d2-yellow">Staff</span> || 36 || 36 || 1 || 44 || removed
|-
|-
| Pestilence || +12 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 14 || 10 || 1 || 16 <!-- poison bitrate: 65 -->
| Twister || S || Level 6 Twister (30 Charges) || was <span class="d2-yellow">Club</span> || 24 || 24 || 1 || 44 || removed
|-
|-
| Anthrax || +20 Poison Damage over 2 seconds || <span class="d2-blue">Small Charm</span> || 21 || 15 || 1 || 16 <!-- poison bitrate: 105 -->
| Twister || S || Level 3 Twister (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 48 || 48 || 1 || 44 || removed
|-
|-
| Balance || +5% Faster Hit Recovery || <span class="d2-blue">Small Charm</span> || 37 || 29 || 4 || 18
| Volcano || S || Level 6 Volcano (30 Charges) || was <span class="d2-yellow">Club</span> || 30 || 30 || 1 || 44 || removed
|-
|-
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">Small Charm</span> || 1 || 15 || 4 || 21
| Volcano || S || Level 3 Volcano (20 Charges) || was <span class="d2-yellow">Hammer</span> || 60 || 60 || 1 || 44 || removed
|-
|-
| Fortune || [3-5]% Better Chance of Getting Magic Items || <span class="d2-blue">Small Charm</span> || 31 || 18 || 3 || 22
| Tornado || S || Level 5 Tornado (30 Charges) || was <span class="d2-yellow">Club</span> || 30 || 30 || 1 || 44 || removed
|-
|-
| Good Luck || [6-7]% Better Chance of Getting Magic Items || <span class="d2-blue">Small Charm</span> || 47 || 33 || 2 || 22
| Tornado || S || Level 2 Tornado (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 60 || 60 || 1 || 44 || removed
|}
 
<!-- spacing -->
 
The following chart duplicates some of the information from the above charts, and presents it a slightly different (older) form. This same info can be seen by simply sorting the above charts by alvl.
<div id="Highest"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Highest-Level Affixes (above alvl 71)</h3>
|-
|-
| Life || +[5-10] to Life || <span class="d2-blue">Small Charm</span> || 1 || 14 || 4 || 26
! Affix !! class="unsortable" | P/S !! class="unsortable" | Attributes !! class="unsortable" | Item Type (alvl) !!
|-
|-
| Substinence || +[11-15] to Life || <span class="d2-blue">Small Charm</span> || 23 || 17 || 4 || 26
| Valkyrie's || P || +2 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon(50), Spear(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
|-
| Vita || +[16-20] to Life || <span class="d2-blue">Small Charm</span> || 47 || 39 || 4 || 26
| Witch-Hunter's || P || +2 to Assassin Skills || <span class="d2-yellow">Claw(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
|-
| Strength || +1 to Strength || <span class="d2-blue">Small Charm</span> || 7 || 5 || 4 || 31
| Berserker's || P || +2 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm(50), Club(50), Hammer(50), Tipped Mace(50), Axe(50), Throwing Knife(50), Two-Handed Spear<sup>NC</sup>(50), Sword(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
|-
| Strength || +2 to Strength || <span class="d2-blue">Small Charm</span> || 22 || 16 || 4 || 31
| Hierophant's || P || +2 to Druid Skill Levels || <span class="d2-yellow">Druid Helm(50), Club(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
|-
| Dexterity || +1 to Dexterity || <span class="d2-blue">Small Charm</span> || 7 || 5 || 4 || 31
| Necromancer's || P || +2 to Necromancer Skill Levels || <span class="d2-yellow">Necromancer Shield(50), Wand(50), Knife(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
|-
| Dexterity || +2 to Dexterity || <span class="d2-blue">Small Charm</span> || 22 || 16 || 4 || 31
| Priest's || P || +2 to Paladin Skill Levels || <span class="d2-yellow">Paladin Shield(50), Scepter(50), Hammer(65), Tipped Mace(65), Shield<sup>NC</sup>(65), Sword(65), Amulet(90), Circlet(90)</span> (rlvl 42, 58, 67) || 90
|-
|-
| Inertia || +3% Faster Run/Walk || <span class="d2-blue">Small Charm</span> || 35 || 27 || 4 || 35
| Arch-Angel's || P || +2 to Sorceress Skill Levels || <span class="d2-yellow">Orb(50), Staff(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Large Charm Prefixes</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
| Craftsmanship || S || +1 to Maximum Damage || <span class="d2-blue">Grand Charm(1), Large Charm(26), Small Charm(85)</span> (rlvl 1, 19, 77) || 85
|-
|-
| Stout || +[2-3] Defense || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 101
| Jagged || P || +1 to Maximum Damage || <span class="d2-blue">Small Charm(81)</span> (rlvl 73) || 81
|-
|-
| Stout || +[4-6] Defense || <span class="d2-blue">Large Charm</span> || 14 || 10 || 4 || 101
| Red || P || +1 to Minimum Damage || <span class="d2-blue">Grand Charm(15), Large Charm(30), Small Charm(90)</span> (rlvl 11, 22, 82) || 90
|-
|-
| Stout || +[8-12] Defense || <span class="d2-blue">Large Charm</span> || 20 || 15 || 4 || 101
| Bloody || P || +3 to Minimum Damage || <span class="d2-blue">Grand Charm(75)</span> (rlvl 67) || 75
|-
|-
| Burly || +[13-18] Defense || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 101
| Pestilent || P || +174 Poison Damage over 2 Seconds || <span class="d2-blue">Grand Charm(88)</span> (rlvl 80) || 88
|-
|-
| Burly || +[20-30] Defense || <span class="d2-blue">Large Charm</span> || 32 || 24 || 4 || 101
| Flaming || P || Adds [27-51] to [54-78] Fire Damage || <span class="d2-blue">Grand Charm(89)</span> (rlvl 81) || 89
|-
|-
| Stalwart || +[30-40] Defense || <span class="d2-blue">Large Charm</span> || 38 || 30 || 4 || 101
| Shocking || P || Adds 1 to [84-135] Lightning Damage || <span class="d2-blue">Grand Charm(90)</span> (rlvl 82) || 90
|-
|-
| Stalwart || +[45-60] Defense || <span class="d2-blue">Large Charm</span> || 45 || 37 || 4 || 101
| Hibernal || P || Adds [30-35] to [54-73] Cold Damage || <span class="d2-blue">Grand Charm(91)</span> (rlvl 83) || 91
|-
|-
| Red || +1 to Minimum Damage || <span class="d2-blue">Large Charm</span> || 30 || 22 || 4 || 103
| Vita || S || +[36-45] to Life || <span class="d2-blue">Grand Charm(77[36-40];91[41-45])</span> (rlvl 69, 83) || 91
|-
|-
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">Large Charm</span> || 60 || 52 || 4 || 103
| Vita || S || +[31-35] to Life || <span class="d2-blue">Large Charm(74)</span> (rlvl 66) || 74
|-
|-
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 22 || 16 || 4 || 104
| Guardianship || S || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 60) || 85
|-
|-
| Forked || +2 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 52 || 44 || 4 || 104
| Rampaging || P || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 78) || 85
|-
|-
| Rugged || +[8-16] Maximum Stamina || <span class="d2-blue">Large Charm</span> || 1 ||  || 4 || 109
| Embattled || P || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest(75), Shield(75)</span> (rlvl 68) || 75
|-
|-
| Rugged || +[17-25] Maximum Stamina || <span class="d2-blue">Large Charm</span> || 7 || 5 || 4 || 109
| Visceral || P || +[301-400]% Enhanced Damage || <span class="d2-yellow">Club(75), Tipped Mace(75), Knife(75), Throwing Axe(75), Amazon Javelin(75), Missile Weapon(75)</span> (rlvl 69) || 75
|-
|-
| Rugged || +[26-32] Maximum Stamina || <span class="d2-blue">Large Charm</span> || 21 || 15 || 4 || 109
| Scorching || P || Adds [121-170] to [181-240] Fire Damage || <span class="d2-yellow">Weapon(77), Quiver(77)</span> (rlvl 67) || 77
|-
|-
| Bronze || +[4-8] to Attack Rating || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 110
| Shocking || P || Adds 1 to [361-480] Lightning Damage || <span class="d2-yellow">Weapon(76), Quiver(76)</span> (rlvl 66) || 76
|-
|-
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Large Charm</span> || 7 || 5 || 4 || 110
| Performance || S || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(48), Amulet(81[10-13]), Ring(81[10-13]), Circlet(81[10-13]), Helm(81[10-13])</span> (rlvl 40, 63) || 81
|-
|-
| Bronze || +[13-25] to Attack Rating || <span class="d2-blue">Large Charm</span> || 16 || 12 || 4 || 110
| Transcendence || S || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 68) || 76
|-
|-
| Iron || +[26-38] to Attack Rating || <span class="d2-blue">Large Charm</span> || 25 || 18 || 4 || 110
| Vampire || S || [6-9]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon(56[8-9]), Ring(76[6]), Amulet(78[7-8]), Circlet(78[7-8])</span> (rlvl 48, 64, 66) || 78
|-
|-
| Iron || +[39-51] to Attack Rating || <span class="d2-blue">Large Charm</span> || 34 || 26 || 4 || 110
| Lamprey || S || [6-9]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon(55[8-9]), Amulet(75[6]), Ring(77[7-8]), Circlet(77[7-8])</span> (rlvl 43, 63, 65) || 77
|-
|-
| Steel || +[52-64] to Attack Rating || <span class="d2-blue">Large Charm</span> || 43 || 36 || 4 || 110
| Colossus || S || +[41-60] to Life || <span class="d2-yellow">Amulet(30), Circlet(30), Barbarian Helm(30), Belt(30), Chest(30), Druid Helm(75), Shield(75)</span> (rlvl 22, 67) || 75
|-
|-
| Steel || +[65-77] to Attack Rating || <span class="d2-blue">Large Charm</span> || 52 || 44 || 4 || 110
| Titan || S || +[16-20] to Strength || <span class="d2-yellow">Amulet(58), Circlet(58), Belt(58), Club(58), Hammer(58), Tipped Mace(74), Scepter(74), Ring(74), Chest(74), Shield(74)</span> (rlvl 50, 66) || 74
|-
|-
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Large Charm</span> || 19 || 14 || 4 || 111
| Perfection || S || +[16-20] to Dexterity || <span class="d2-yellow">Amulet(59), Circlet(59), Missile Weapon(59), Chest(59), Shield(59), </span> <span class="d2-blue">Gloves(75), Ring(75)</span> (rlvl 51, 67) || 75
|-
|-
| Sharp || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">Large Charm</span> || 28 || 21 || 4 || 111
| Nirvana || S || +[21-30] to Dexterity || <span class="d2-yellow">Amulet(72), Circlet(72), Missile Weapon(72)</span> (rlvl 64) || 72
|-
|-
| Lucky || 1% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 34 ||  || 4 || 114
| Lower Resistance || S || Level X Lower Resist (Y Charges) || <span class="d2-yellow">Necromancer Shield(36[28/15]), Wand(36[28/15]), Knife(36[28/15]), Staff(72[28/15])</span> (rlvl 36, 72) || 72
|-
| Lucky || [2-3]% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 53 ||  || 4 || 114
|-
|-
| Lucky || [4-6]% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 51 ||  || 4 || 114
| ''Various'' || S || X% Chance to Cast Level 30 ''Skill'' on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Lizard's || +[2-4] to Mana || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 115
| ''Various'' || S || X% Chance to Cast Level 30 ''Skill'' on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
|-
| Lizard's || +[5-7] to Mana || <span class="d2-blue">Large Charm</span> || 9 || 6 || 4 || 115
|-
| Lizard's || +[8-12] to Mana || <span class="d2-blue">Large Charm</span> || 17 || 12 || 4 || 115
|-
| Snake's || +[13-18] to Mana || <span class="d2-blue">Large Charm</span> || 25 || 18 || 4 || 115
|-
| Snake's || +[19-23] to Mana || <span class="d2-blue">Large Charm</span> || 33 || 25 || 4 || 115
|-
| Serpent's || +[24-29] to Mana || <span class="d2-blue">Large Charm</span> || 41 || 33 || 4 || 115
|-
| Serpent's || +[30-34] to Mana || <span class="d2-blue">Large Charm</span> || 49 || 41 || 4 || 115
|-
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">Large Charm</span> || 17-33 || 12 || 1 || 116
|-
| Shimmering || All Resistances +[6-8] || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 116
|-
| Azure || Cold Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 117
|-
| Lapis || Cold Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 117
|-
| Cobalt || Cold Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 117
|-
| Sapphire || Cold Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 117
|-
| Crimson || Fire Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 118
|-
| Russet || Fire Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 118
|-
| Garnet || Fire Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 118
|-
| Ruby || Fire Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 118
|-
| Tangerine || Lightning Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 119
|-
| Ocher || Lightning Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 119
|-
| Coral || Lightning Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 119
|-
| Amber || Lightning Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 119
|-
| Beryl || Poison Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 120
|-
| Viridian || Poison Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 120
|-
| Jade || Poison Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 120
|-
| Emerald || Poison Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 120
|-
| Snowy || Adds [2-4] to [4-8] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 18 || 13 || 2 || 137 <!-- Snowflake in file -->
|-
| Shivering || Adds [6-8] to [10-16] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 29 || 21 || 1 || 137
|-
| Boreal || Adds [12-16] to [20-30] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 49 || 41 || 1 || 137
|-
| Hibernal || Adds [22-26] to [40-54] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 69 || 61 || 1 || 137
|-
| Fiery || Adds 2 to [4-6] Fire Damage || <span class="d2-blue">Large Charm</span> || 13 || 9 || 2 || 138 <!-- Ember in file -->
|-
| Smoldering || Adds [4-6] to [8-20] Fire Damage || <span class="d2-blue">Large Charm</span> || 27 || 20 || 1 || 138
|-
| Smoking || Adds [8-18] to [22-38] Fire Damage || <span class="d2-blue">Large Charm</span> || 47 || 39 || 1 || 138
|-
| Flaming || Adds [20-38] to [40-58] Fire Damage || <span class="d2-blue">Large Charm</span> || 67 || 59 || 1 || 138
|-
| Static || Adds 1 to [12-22] Lightning Damage || <span class="d2-blue">Large Charm</span> || 14 || 10 || 2 || 139
|-
| Glowing || Adds 1 to [16-34] Lightning Damage || <span class="d2-blue">Large Charm</span> || 28 || 20 || 1 || 139
|-
| Arcing || Adds 1 to [34-60] Lightning Damage || <span class="d2-blue">Large Charm</span> || 48 || 40 || 1 || 139
|-
| Shocking || Adds 1 to [62-100] Lightning Damage || <span class="d2-blue">Large Charm</span> || 68 || 60 || 1 || 139
|-
| Septic || +9 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 9 || 6 || 2 || 140 <!-- poison bitrate: 50 -->
|-
| Foul || +26 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 26 || 19 || 1 || 140 <!-- Envenomed in file, poison bitrate: 135 -->
|-
| Toxic || +49 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 46 || 38 || 1 || 140 <!-- poison bitrate: 255 -->
|-
| Pestilent || +129 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 66 || 58 || 1 || 140 <!-- poison bitrate: 665 -->
|-
| Channeling || +2% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201
|-
| Discharging || +[2-3]% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201
|-
| Conduit || +[3-4]% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201
|-
| Cold || +2% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201
|-
| Frigid || +[2-3]% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201
|-
| Numbing || +[3-4]% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201
|-
| Cinder || +2% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201
|-
| Wildfire || +[2-3]% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201
|-
| Inferno || +[3-4]% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201
|-
| Morbid || +2% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201
|-
| Malicious || +[2-3]% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201
|-
| Infectious || +[3-4]% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Large Charm Suffixes</h3>
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
|-
| Frost || Adds 2 to [3-4] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 9 || 6 || 2 || 10
|-
| Icicle || Adds 4 to [6-10] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 15 || 11 || 1 || 10
|-
| Glacier || Adds 8 to [12-16] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 25 || 18 || 1 || 10
|-
| Winter || Adds [12-14] to [20-26] Cold Damage (1 second chill) || <span class="d2-blue">Large Charm</span> || 35 || 27 || 1 || 10
|-
| Flame || Adds 2 to 4 Fire Damage || <span class="d2-blue">Large Charm</span> || 7 || 5 || 2 || 12
|-
| Fire || Adds 4 to [6-10] Fire Damage || <span class="d2-blue">Large Charm</span> || 14 || 10 || 1 || 12
|-
| Burning || Adds [6-10] to [14-18] Fire Damage || <span class="d2-blue">Large Charm</span> || 24 || 18 || 1 || 12
|-
| Incineration || Adds [12-16] to [20-30] Fire Damage || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 12
|-
| Shock || Adds 1 to [6-10] Lightning Damage || <span class="d2-blue">Large Charm</span> || 7 || 5 || 2 || 13
|-
| Lightning || Adds 1 to [12-18] Lightning Damage || <span class="d2-blue">Large Charm</span> || 14 || 10 || 1 || 13
|-
| Thunder || Adds 1 to [20-32] Lightning Damage || <span class="d2-blue">Large Charm</span> || 24 || 18 || 1 || 13
|-
| Storms || Adds 1 to [34-50] Lightning Damage || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 13
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 14
|-
| Quality || +2 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 56 || 48 || 4 || 14
|-
| Blight || +7 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 5 || 3 || 2 || 16 <!-- poison bitrate: 40 -->
|-
| Venom || +13 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 13 || 9 || 1 || 16 <!-- poison bitrate: 70 -->
|-
| Pestilence || +26 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 23 || 17 || 1 || 16 <!-- poison bitrate: 135 -->
|-
| Anthrax || +41 Poison Damage over 2 seconds || <span class="d2-blue">Large Charm</span> || 33 || 25 || 1 || 16 <!-- poison bitrate: 215 -->
|-
| Balance || +8% Faster Hit Recovery || <span class="d2-blue">Large Charm</span> || 19 || 14 || 4 || 18
|-
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">Large Charm</span> || 1 || 5 || 4 || 21
|-
| Greed || [11-22]% Extra Gold from Monsters || <span class="d2-blue">Large Charm</span> || 20 || 15 || 4 || 21
|-
| Life || +[6-10] to Life || <span class="d2-blue">Large Charm</span> || 1 || 9 || 4 || 26
|-
| Life || +[11-15] to Life || <span class="d2-blue">Large Charm</span> || 12 || 9 || 4 || 26
|-
| Substinence || +[16-20] to Life || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 26
|-
| Substinence || +[21-25] to Life || <span class="d2-blue">Large Charm</span> || 42 || 34 || 4 || 26
|-
| Vita || +[26-30] to Life || <span class="d2-blue">Large Charm</span> || 58 || 50 || 4 || 26
|-
| Vita || +[31-35] to Life || <span class="d2-blue">Large Charm</span> || 74 || 66 || 4 || 26
|-
| Strength || +[2-3] to Strength || <span class="d2-blue">Large Charm</span> || 3 || 2 || 4 || 31
|-
| Strength || +[4-5] to Strength || <span class="d2-blue">Large Charm</span> || 18 || 13 || 4 || 31
|-
| Dexterity || +[2-3] to Dexterity || <span class="d2-blue">Large Charm</span> || 3 || 2 || 4 || 31
|-
| Dexterity || +[4-5] to Dexterity || <span class="d2-blue">Large Charm</span> || 18 || 13 || 4 || 31
|-
| Inertia || +5% Faster Run/Walk || <span class="d2-blue">Large Charm</span> || 24 || 18 || 4 || 35
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Grand Charm Prefixes</h3>
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
|-
| Stout || +[3-5] Defense || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 101
|-
| Stout || +[6-9] Defense || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 101
|-
| Stout || +[10-12] Defense || <span class="d2-blue">Grand Charm</span> || 12 || 9 || 4 || 101
|-
| Burly || +[13-15] Defense || <span class="d2-blue">Grand Charm</span> || 17 || 12 || 4 || 101
|-
| Burly || +[16-22] Defense || <span class="d2-blue">Grand Charm</span> || 22 || 16 || 4 || 101
|-
| Burly || +[23-30] Defense || <span class="d2-blue">Grand Charm</span> || 27 || 20 || 4 || 101
|-
| Stalwart || +[33-40] Defense || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 4 || 101
|-
| Stalwart || +[44-50] Defense || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 101
|-
| Stalwart || +[60-100] Defense || <span class="d2-blue">Grand Charm</span> || 42 || 34 || 4 || 101
|-
| Red || +1 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 15 || 11 || 4 || 103
|-
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 4 || 103
|-
| Bloody || +3 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 75 || 67 || 4 || 103
|-
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 104
|-
| Forked || +2 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 104
|-
| Serrated || +3 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 67 || 59 || 4 || 104
|-
| Rugged || +[12-24] Maximum Stamina || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 109
|-
| Rugged || +[25-36] Maximum Stamina || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 109
|-
| Rugged || +[37-50] Maximum Stamina || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 4 || 109
|-
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 110
|-
| Bronze || +[13-27] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 110
|-
| Bronze || +[28-42] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 13 || 9 || 4 || 110
|-
| Iron || +[43-57] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 110
|-
| Iron || +[58-72] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 25 || 18 || 4 || 110
|-
| Iron || +[73-87] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 110
|-
| Steel || +[88-102] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 110
|-
| Steel || +[103-117] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 43 || 35 || 4 || 110
|-
| Steel || +[118-132] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 49 || 41 || 4 || 110
|-
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 15 || 11 || 4 || 111
|-
| Fine || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 22 || 16 || 4 || 111
|-
| Sharp || +[49-76] to Attack Rating,<br>+[7-10] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 29 || 21 || 4 || 111
|-
| Lucky || [1-4]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 21 ||  || 4 || 114
|-
| Lucky || [5-7]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 38 ||  || 4 || 114
|-
| Lucky || [8-12]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 55 ||  || 4 || 114
|-
| Lizard's || +[3-7] to Mana || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 115
|-
| Lizard's || +[8-13] to Mana || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 115
|-
| Lizard's || +[14-20] to Mana || <span class="d2-blue">Grand Charm</span> || 13 || 9 || 4 || 115
|-
| Snake's || +[21-26] to Mana || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 115
|-
| Snake's || +[27-33] to Mana || <span class="d2-blue">Grand Charm</span> || 25 || 18 || 4 || 115
|-
| Snake's || +[34-39] to Mana || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 115
|-
| Serpent's || +[40-46] to Mana || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 115
|-
| Serpent's || +[47-52] to Mana || <span class="d2-blue">Grand Charm</span> || 43 || 35 || 4 || 115
|-
| Serpent's || +[53-59] to Mana || <span class="d2-blue">Grand Charm</span> || 49 || 41 || 4 || 115
|-
| Shimmering || All Resistances +[3-6] || <span class="d2-blue">Grand Charm</span> || 8-13 || 6 || 1 || 116
|-
| Shimmering || All Resistances +[8-12] || <span class="d2-blue">Grand Charm</span> || 14-34 || 10 || 1 || 116
|-
| Shimmering || All Resistances +[13-15] || <span class="d2-blue">Grand Charm</span> || 35 || 27 || 1 || 116
|-
| Azure || Cold Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 117
|-
| Lapis || Cold Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 117
|-
| Cobalt || Cold Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 117
|-
| Sapphire || Cold Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 117
|-
| Crimson || Fire Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 118
|-
| Russet || Fire Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 118
|-
| Garnet || Fire Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 118
|-
| Ruby || Fire Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 118
|-
| Tangerine || Lightning Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 119
|-
| Ocher || Lightning Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 119
|-
| Coral || Lightning Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 119
|-
| Amber || Lightning Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 119
|-
| Beryl || Poison Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 120
|-
| Viridian || Poison Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 120
|-
| Jade || Poison Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 120
|-
| Emerald || Poison Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 120
|-
| Fletcher's || +1 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Acrobat's || +1 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Harpoonist's || +1 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Sparking || +1 to Lightning Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Chilling || +1 to Cold Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Graverobber's || +1 to Summoning Spells (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Captain's || +1 to Offensive Auras (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Preserver's || +1 to Defensive Auras (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Spiritual || +1 to Shape Shifting Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Nature's || +1 to Elemental Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125
|-
| Snowy || Adds [3-5] to [5-11] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 27 || 20 || 2 || 137 <!-- Snowflake in file -->
|-
| Shivering || Adds [8-11] to [12-22] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 42 || 34 || 1 || 137
|-
| Boreal || Adds [11-16] to [27-43] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 66 || 58 || 1 || 137
|-
| Hibernal || Adds [30-35] to [54-73] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 91 || 83 || 1 || 137
|-
| Fiery || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 2 || 138 <!-- Ember in file -->
|-
| Smoldering || Adds [5-8] to [11-27] Fire Damage || <span class="d2-blue">Grand Charm</span> || 40 || 32 || 1 || 138
|-
| Smoking || Adds [11-24] to [30-51] Fire Damage || <span class="d2-blue">Grand Charm</span> || 64 || 56 || 1 || 138
|-
| Flaming || Adds [27-51] to [54-78] Fire Damage || <span class="d2-blue">Grand Charm</span> || 89 || 81 || 1 || 138
|-
| Static || Adds 1 to [16-30] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 23 || 17 || 2 || 139
|-
| Glowing || Adds 1 to [22-46] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 41 || 33 || 1 || 139
|-
| Arcing || Adds 1 to [46-81] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 65 || 57 || 1 || 139
|-
| Shocking || Adds 1 to [84-135] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 90 || 82 || 1 || 139
|-
| Septic || +13 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 18 || 13 || 2 || 140 <!-- poison bitrate: 70 -->
|-
| Foul || +36 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 39 || 31 || 1 || 140 <!-- Envenomed in file, poison bitrate: 185 -->
|-
| Toxic || +68 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 63 || 55 || 1 || 140 <!-- poison bitrate: 350 -->
|-
| Pestilent || +174 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 88 || 80 || 1 || 140 <!-- poison bitrate: 895 -->
|}
 
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Grand Charm Suffixes</h3>
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! class="unsortable"|group
|-
| Frost || Adds 3 to [4-5] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 2 || 10
|-
| Icicle || Adds 5 to [8-13] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 1 || 10
|-
| Glacier || Adds 11 to [16-22] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 33 || 25 || 1 || 10
|-
| Winter || Adds [16-19] to [27-35] Cold Damage (1 second chill) || <span class="d2-blue">Grand Charm</span> || 46 || 38 || 1 || 10
|-
| Flame || Adds [2-3] to [5-6] Fire Damage || <span class="d2-blue">Grand Charm</span> || 11 || 8 || 2 || 12
|-
| Fire || Adds 5 to [8-13] Fire Damage || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 1 || 12
|-
| Burning || Adds [9-15] to [19-24] Fire Damage || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 1 || 12
|-
| Incineration || Adds [16-22] to [27-41] Fire Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 1 || 12
|-
| Shock || Adds 1 to [8-14] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 12 || 9 || 2 || 13
|-
| Lightning || Adds 1 to [16-32] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 21 || 15 || 1 || 13
|-
| Thunder || Adds 1 to [27-43] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 33 || 25 || 1 || 13
|-
| Storms || Adds 1 to [46-68] Lightning Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 1 || 13
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 14
|-
| Quality || +2 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 41 || 33 || 4 || 14
|-
| Maiming || +[3-4] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 71 || 63 || 4 || 14
|-
| Blight || +10 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 9 || 6 || 2 || 16 <!-- poison bitrate: 55 -->
|-
| Venom || +18 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 1 || 16 <!-- poison bitrate: 95 -->
|-
| Pestilence || +32 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 1 || 16 <!-- poison bitrate: 165 -->
|-
| Anthrax || +154 Poison Damage over 2 seconds || <span class="d2-blue">Grand Charm</span> || 44 || 36 || 1 || 16 <!-- poison bitrate: 790 -->
|-
| Balance || +12% Faster Hit Recovery || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 18
|-
| Greed || [10-20]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 21
|-
| Greed || [21-30]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 21
|-
| Greed || [31-40]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 21
|-
| Life || +[5-10] to Life || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 26
|-
| Life || +[11-15] to Life || <span class="d2-blue">Grand Charm</span> || 9 || 6 || 4 || 26
|-
| Life || +[16-20] to Life || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 26
|-
| Substinence || +[21-25] to Life || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 26
|-
| Substinence || +[26-30] to Life || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 4 || 26
|-
| Substinence || +[31-35] to Life || <span class="d2-blue">Grand Charm</span> || 61 || 53 || 4 || 26
|-
| Vita || +[36-40] to Life || <span class="d2-blue">Grand Charm</span> || 77 || 69 || 4 || 26
|-
| Vita || +[41-45] to Life || <span class="d2-blue">Grand Charm</span> || 91 || 83 || 4 || 26
|-
| Strength || +[3-4] to Strength || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 31
|-
| Strength || +[5-6] to Strength || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 4 || 31
|-
| Dexterity || +[3-4] to Dexterity || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 31
|-
| Dexterity || +[5-6] to Dexterity || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 4 || 31
|-
| Inertia || +7% Faster Run/Walk || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 35
|}
 
== Other Info ==
An item's affix level (alvl) determines which affixes can spawn on it. The alvl is determined by 3 item properties: item level (ilvl), quality level (qlvl), and magic level (maglvl).
 
Firstly, if the qlvl is higher than the ilvl, it gets used instead. Items won't naturally drop at ilvls below their qlvl, so this is only relevant if an item's ilvl gets modified afterward somehow, such as via [[Recipes#Imbue|imbuing]] or cube recipes.
 
: <code>if (qlvl > ilvl)</code> <code>ilvl = qlvl</code>
 
Specific item bases always have the same qlvl & maglvl, whereas the ilvl varies depending on where the item is found. Only a handful of items have a non-zero magic level: non-elite wands (1), staves (1), orbs (1), and circlets: Circlet (3), Coronet (8), Tiara (13), Diadem (18). For these items, the alvl is simple to calculate:
 
: <code>if (maglvl > 0)</code> <code>alvl = ilvl + maglvl</code>
 
This has the effect of reducing the minimum ilvl needed for an affix to spawn on any item that has a magic level. For example, a tiara can get +2 to class skills at ilvl 77 rather than needing to be ilvl 90+. Diadems are an interesting case here - they have such a high qlvl and maglvl that their ilvl is irrelevant and their alvl is always 99.
 
For other items, the alvl follows the formula below. Items with very low qlvls will often have higher alvls than other items of the same ilvl - items with a qlvl of 1 (e.g. amulets/rings/quivers/jewels) will always have an alvl that's equal to their ilvl.
 
: <code>if (ilvl < 99 - [qlvl/2])</code> <code>then {alvl = ilvl - [qlvl/2]}</code> <code>else {alvl = 2*ilvl - 99}</code>
For a visual, see this [https://docs.google.com/spreadsheets/d/1-vKTxRlgTxat3_INgrwa3YVMC3A3yJSMZw3uvD8YBoo/edit#gid=78975438 alvl chart]
 
=== Item Quality Levels ===
<div id="qlvl"></div>
{{:Item_Quality_Levels}}
 
<div id="Highest"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Highest-Level Affixes (above alvl 71)</h3>
|-
! Affix !! class="unsortable" | P/S !! class="unsortable" | Attributes !! class="unsortable" | Item Type (alvl) !!
|-
| Valkyrie's || P || +2 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon(50), Spear(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
| Witch-Hunter's || P || +2 to Assassin Skills || <span class="d2-yellow">Claw(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
| Berserker's || P || +2 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm(50), Club(50), Hammer(50), Tipped Mace(50), Axe(50), Throwing Knife(50), Two-Handed Spear<sup>NC</sup>(50), Sword(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
| Hierophant's || P || +2 to Druid Skill Levels || <span class="d2-yellow">Druid Helm(50), Club(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
| Necromancer's || P || +2 to Necromancer Skill Levels || <span class="d2-yellow">Necromancer Shield(50), Wand(50), Knife(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
| Priest's || P || +2 to Paladin Skill Levels || <span class="d2-yellow">Paladin Shield(50), Scepter(50), Hammer(65), Tipped Mace(65), Shield<sup>NC</sup>(65), Sword(65), Amulet(90), Circlet(90)</span> (rlvl 42, 58, 67) || 90
|-
| Arch-Angel's || P || +2 to Sorceress Skill Levels || <span class="d2-yellow">Orb(50), Staff(50), Amulet(90), Circlet(90)</span> (rlvl 42, 67) || 90
|-
| Craftsmanship || S || +1 to Maximum Damage || <span class="d2-blue">Grand Charm(1), Large Charm(26), Small Charm(85)</span> (rlvl 1, 19, 77) || 85
|-
| Jagged || P || +1 to Maximum Damage || <span class="d2-blue">Small Charm(81)</span> (rlvl 73) || 81
|-
| Red || P || +1 to Minimum Damage || <span class="d2-blue">Grand Charm(15), Large Charm(30), Small Charm(90)</span> (rlvl 11, 22, 82) || 90
|-
| Bloody || P || +3 to Minimum Damage || <span class="d2-blue">Grand Charm(75)</span> (rlvl 67) || 75
|-
| Pestilent || P || +174 Poison Damage over 2 Seconds || <span class="d2-blue">Grand Charm(88)</span> (rlvl 80) || 88
|-
| Flaming || P || Adds [27-51] to [54-78] Fire Damage || <span class="d2-blue">Grand Charm(89)</span> (rlvl 81) || 89
|-
| Shocking || P || Adds 1 to [84-135] Lightning Damage || <span class="d2-blue">Grand Charm(90)</span> (rlvl 82) || 90
|-
| Hibernal || P || Adds [30-35] to [54-73] Cold Damage || <span class="d2-blue">Grand Charm(91)</span> (rlvl 83) || 91
|-
| Vita || S || +[36-45] to Life || <span class="d2-blue">Grand Charm(77[36-40];91[41-45])</span> (rlvl 69, 83) || 91
|-
| Vita || S || +[31-35] to Life || <span class="d2-blue">Large Charm(74)</span> (rlvl 66) || 74
|-
| Guardianship || S || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 60) || 85
|-
| Rampaging || P || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 78) || 85
|-
| Embattled || P || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest(75), Shield(75)</span> (rlvl 68) || 75
|-
| Visceral || P || +[301-400]% Enhanced Damage || <span class="d2-yellow">Club(75), Tipped Mace(75), Knife(75), Throwing Axe(75), Amazon Javelin(75), Missile Weapon(75)</span> (rlvl 69) || 75
|-
| Scorching || P || Adds [121-170] to [181-240] Fire Damage || <span class="d2-yellow">Weapon(77), Quiver(77)</span> (rlvl 67) || 77
|-
| Shocking || P || Adds 1 to [361-480] Lightning Damage || <span class="d2-yellow">Weapon(76), Quiver(76)</span> (rlvl 66) || 76
|-
| Performance || S || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(48), Amulet(81[10-13]), Ring(81[10-13]), Circlet(81[10-13]), Helm(81[10-13])</span> (rlvl 40, 63) || 81
|-
| Transcendence || S || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 68) || 76
|-
| Vampire || S || [6-9]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon(56[8-9]), Ring(76[6]), Amulet(78[7-8]), Circlet(78[7-8])</span> (rlvl 48, 64, 66) || 78
|-
| Lamprey || S || [6-9]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon(55[8-9]), Amulet(75[6]), Ring(77[7-8]), Circlet(77[7-8])</span> (rlvl 43, 63, 65) || 77
|-
| Colossus || S || +[41-60] to Life || <span class="d2-yellow">Amulet(30), Circlet(30), Barbarian Helm(30), Belt(30), Chest(30), Druid Helm(75), Shield(75)</span> (rlvl 22, 67) || 75
|-
| Titan || S || +[16-20] to Strength || <span class="d2-yellow">Amulet(58), Circlet(58), Belt(58), Club(58), Hammer(58), Tipped Mace(74), Scepter(74), Ring(74), Chest(74), Shield(74)</span> (rlvl 50, 66) || 74
|-
| Perfection || S || +[16-20] to Dexterity || <span class="d2-yellow">Amulet(59), Circlet(59), Missile Weapon(59), Chest(59), Shield(59), </span> <span class="d2-blue">Gloves(75), Ring(75)</span> (rlvl 51, 67) || 75
|-
| Nirvana || S || +[21-30] to Dexterity || <span class="d2-yellow">Amulet(72), Circlet(72), Missile Weapon(72)</span> (rlvl 64) || 72
|-
| Lower Resistance || S || Level X Lower Resist (Y Charges) || <span class="d2-yellow">Necromancer Shield(36[28/15]), Wand(36[28/15]), Knife(36[28/15]), Staff(72[28/15])</span> (rlvl 36, 72) || 72
|}
|}