Item Affixes:修订间差异

添加4,611字节 、​ 2024年11月3日 (星期日)
第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>
本页列出了在 PD2 相对于原版游戏的物品词缀的变化. 有关 automod 词缀的更改, 查看 [[Item Bases|物品基础]].</noinclude>


<noinclude>__TOC__</noinclude>
<noinclude>__TOC__</noinclude>
第7行: 第8行:
<noinclude>{{Clickable button 2|Item Affixes|展开/折叠 所有|class=expand-or-collapse-all-button nomobile|style=background-color:#1F160C;color:#F9C666;min-height: 0px;}}</noinclude>
<noinclude>{{Clickable button 2|Item Affixes|展开/折叠 所有|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:  
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
* magic: 1-2 total affixes; at most 1 prefix and 1 suffix
第32行: 第33行:
: <code>if (qlvl > ilvl)</code> <code>ilvl = qlvl</code>
: <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:
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: 头环 (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>
: <code>if (maglvl > 0)</code> <code>alvl = ilvl + maglvl</code>
第48行: 第49行:
</div>
</div>


=== Item Quality Levels ===
=== 物品品质等级 ===
<div id="qlvl"></div>
<div id="qlvl"></div>
{{:Item_Quality_Levels}}
{{:Item_Quality_Levels}}
=== Item Types ===
=== 物品类型 ===
Notes about listed affix-capable item types:
关于列出的词缀物品类型的注意事项:
* Rod includes Staff/Wand/Scepter
* 杖类 Rod 包含 法杖/魔杖/权杖
* Blunt Weapon includes all mace subtypes (Club, Tipped Mace, Hammer) and Rods
* 钝器 Blunt Weapon 包含所有的钉锤子类 (短棒, 尖头钉头锤, 重锤) 和 杖类
* Melee Weapon includes all weapons except Bow/Crossbow/Orb
* 近战武器 远程 Weapon 包含所有的武器除开 弓/十字弓/法珠
* Missile Weapon includes Bow/Crossbow
* 远程武器 Missile Weapon 包含 弓/十字弓
* Scythe includes a subset of polearms: Scythe, War Scythe, Battle Scythe, Grim Scythe, Thresher, Giant Thresher
* 镰刀类 包含长柄的子类: 镰刀 镰刀, 巨战镰刀 War 镰刀, 战斗镰刀 Battle 镰刀, 残酷镰刀 Grim 镰刀, 锐利之斧 Thresher, 鲛尾巨斧 Giant Thresher
* For item types that have throwing versions, those versions are included unless otherwise noted:
* 对于具有投掷版本的物品类型, 除非另有说明否则将包括这些版本:
** Spear includes Two-Handed Spear and Javelin
** 长矛 Spear 包含 双手长矛 和 标枪
** Axe includes Non-Throwing Axe and Throwing Axe
** Axe 包含 非-投掷飞斧 和 投掷飞斧
** Knife includes Dagger and Throwing Knife
** 小刀 Knife 包含 匕首 和 投掷飞刀
* For item types that have class versions, those versions are included alongside non-class versions unless otherwise noted:
* 对于具有职业版本的物品类型, 除非另有说明否则这些版本将与非职业版本一起包含:
** Helm includes class versions (Barbarian Helm and Druid Helm)
** 头盔 包含职业版本 (野蛮人头盔 和 德鲁伊头盔)
** Shield includes class versions (Necromancer Shield and Paladin Shield)
** 盾牌 包含职业版本 (死灵法师盾牌 和 圣骑士盾牌)
** Bow/Spear/Javelin include their respective class versions (Amazon Bow/Spear/Javelin)
** /长矛/标枪 包括它们各自的职业版本 (亚马逊弓/长矛/标枪)
* Helm ''excludes'' Circlet
* 头盔 ''不包括'' 头环
* Tipped Mace refers to the Mace subtype and ''excludes'' Club/Hammer
* 尖头钉头锤 Tipped Mace 代表钉锤的子类但不包括 短棒/重锤
* 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", 除开 职业-专属 物品 (野蛮人/德鲁伊头盔, 死灵法师/圣骑士盾牌, 亚马逊弓/长矛/标枪)
** Group<sup>P&nbsp;&nbsp;</sup> "Physical", excludes traditionally non-physical weapons (Orb, Wand, Staff)
** Group<sup>P&nbsp;&nbsp;</sup> "物理 Physical", 除开 传统的 非-物理武器 (法珠, 魔杖, 法杖)
** Group<sup>PS</sup> "Physical+Staff", excludes Orb & Wand
** Group<sup>PS</sup> "物理+法杖 Physical+Staff", 除开 法珠 & 魔杖


== 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.
许多词缀 "名称" 有多个条目. 它们都在这里列出因为它们出现在 txt 文件中, 并按组排序. 来自同一组的多个词缀不能同时出现.


<div id="Equipment"></div>
<div id="Equipment"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Equipment Prefixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">装备前缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Sturdy || +[10-20]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 1-41 || 1 || 9 || 101 || added max alvl
| Sturdy || +[10-20]% Enhanced Defense || <span class="d2-yellow">防具</span> || 1-41 || 1 || 9 || 101 || added max alvl
|-
|-
| Sturdy || +[21-30]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 4-44 || 3 || 9 || 101 || added max alvl
| Sturdy || +[21-30]% Enhanced Defense || <span class="d2-yellow">防具</span> || 4-44 || 3 || 9 || 101 || added max alvl
|-
|-
| Strong || +[31-40]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 9-49 || 6 || 8 || 101 || added max alvl
| Strong || +[31-40]% Enhanced Defense || <span class="d2-yellow">防具</span> || 9-49 || 6 || 8 || 101 || added max alvl
|-
|-
| Glorious || +[41-50]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 19-59 || 14 || 8 || 101 || added max alvl
| Glorious || +[41-50]% Enhanced Defense || <span class="d2-yellow">防具</span> || 19-59 || 14 || 8 || 101 || added max alvl
|-
|-
| Blessed || +[51-65]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 25 || 18 || 7 || 101 ||  
| Blessed || +[51-65]% Enhanced Defense || <span class="d2-yellow">防具</span> || 25 || 18 || 7 || 101 ||  
|-
|-
| Saintly || +[66-80]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 31 || 23 || 7 || 101 ||  
| Saintly || +[66-80]% Enhanced Defense || <span class="d2-yellow">防具</span> || 31 || 23 || 7 || 101 ||  
|-
|-
| Holy || +[81-100]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 36 || 27 || 6 || 101 ||  
| Holy || +[81-100]% Enhanced Defense || <span class="d2-yellow">防具</span> || 36 || 27 || 6 || 101 ||  
|-
|-
| Godly || +[101-200]% Enhanced Defense || <span class="d2-blue">Armor</span> || 45 || 38 || 3 || 101 ||  
| Godly || +[101-200]% Enhanced Defense || <span class="d2-blue">防具</span> || 45 || 38 || 3 || 101 ||  
|-
|-
| Godly || +[101-200]% Enhanced Defense || <span class="d2-yellow">Armor</span> || 50 || 43 || 1 || 101 ||  
| Godly || +[101-200]% Enhanced Defense || <span class="d2-yellow">防具</span> || 50 || 43 || 1 || 101 ||  
|-
|-
| Faithful || +[0-49] Defense (+0.5 per Level) || <span class="d2-yellow">Gloves, Boots, Belt, Shield</span> || 30 || 22 || 3 || 101 || <!-- Paleocene in file -->
| Faithful || +[0-49] Defense (+0.5 per Level) || <span class="d2-yellow">手套, 鞋子, 腰带, 盾牌</span> || 30 || 22 || 3 || 101 || <!-- Paleocene in file -->
|-
|-
| Faithful || +[3-297] Defense (+3 per Level) || <span class="d2-yellow">Chest</span> || 30 || 22 || 4 || 101 || <!-- Paleocene in file -->
| Faithful || +[3-297] Defense (+3 per Level) || <span class="d2-yellow">护甲</span> || 30 || 22 || 4 || 101 || <!-- Paleocene in file -->
|-
|-
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">Quiver</span> || 8 || 6 || 4 || 103 || new*
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">箭袋</span> || 8 || 6 || 4 || 103 || new*
|-
|-
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">Quiver</span> || 38 || 30 || 4 || 103 || new
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">箭袋</span> || 38 || 30 || 4 || 103 || new
|-
|-
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">Quiver</span> || 38 || 30 || 4 || 103 || new
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">箭袋</span> || 38 || 30 || 4 || 103 || new
|-
|-
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">Quiver</span> || 12 || 9 || 4 || 104 || new*
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">箭袋</span> || 12 || 9 || 4 || 104 || new*
|-
|-
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">Quiver</span> || 35 || 27 || 4 || 104 || new*
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">箭袋</span> || 35 || 27 || 4 || 104 || new*
|-
|-
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">Quiver</span> || 58 || 50 || 4 || 104 || new*
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">箭袋</span> || 58 || 50 || 4 || 104 || new*
|-
|-
| Gritty || +[0-74] to Maximum Damage (+0.75 per Level) || <span class="d2-yellow">Weapon<sup>P</sup></span> || 50 || 37 || 7 || 105 ||  
| Gritty || +[0-74] to Maximum Damage (+0.75 per Level) || <span class="d2-yellow">Weapon<sup>P</sup></span> || 50 || 37 || 7 || 105 ||  
|-
|-
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Circlet</span> || 1-41 || 1 || 9 || 105 || added max alvl
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, 头环</span> || 1-41 || 1 || 9 || 105 || added max alvl
|-
|-
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 1 || 1 || 9 || 105 || new
| Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">箭袋</span> || 1 || 1 || 9 || 105 || new
|-
|-
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Circlet</span> || 5-45 || 3 || 9 || 105 || added max alvl
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, 头环</span> || 5-45 || 3 || 9 || 105 || added max alvl
|-
|-
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 5 || 3 || 9 || 105 || new
| Deadly || +[21-30]% Enhanced Damage || <span class="d2-yellow">箭袋</span> || 5 || 3 || 9 || 105 || new
|-
|-
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 8-48 || 6 || 8 || 105 || added max alvl
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 8-48 || 6 || 8 || 105 || added max alvl
|-
|-
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 8 || 6 || 8 || 105 || new
| Vicious || +[31-40]% Enhanced Damage || <span class="d2-yellow">箭袋</span> || 8 || 6 || 8 || 105 || new
|-
|-
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 14-54 || 10 || 8 || 105 || added max alvl
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 14-54 || 10 || 8 || 105 || added max alvl
|-
|-
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 14 || 10 || 8 || 105 || new
| Brutal || +[41-50]% Enhanced Damage || <span class="d2-yellow">箭袋</span> || 14 || 10 || 8 || 105 || new
|-
|-
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 20-60 || 15 || 7 || 105 || added max alvl
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 20-60 || 15 || 7 || 105 || added max alvl
|-
|-
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">Quiver</span> || 20 || 15 || 7 || 105 || new
| Massive || +[51-65]% Enhanced Damage || <span class="d2-yellow">箭袋</span> || 20 || 15 || 7 || 105 || new
|-
|-
| Savage || +[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 26 || 19 || 7 || 105 ||  
| Savage || +[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 26 || 19 || 7 || 105 ||  
|-
|-
| Savage || +[66-80]% Enhanced Damage || <span class="d2-blue">Quiver</span> || 26 || 19 || 7 || 105 || new
| Savage || +[66-80]% Enhanced Damage || <span class="d2-blue">箭袋</span> || 26 || 19 || 7 || 105 || new
|-
|-
| Merciless || +[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 6 || 105 ||  
| Merciless || +[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 6 || 105 ||  
第150行: 第151行:
| Cruel || +[201-300]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 1 || 105 ||  
| Cruel || +[201-300]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 1 || 105 ||  
|-
|-
| 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
| Visceral || +[301-400]% Enhanced Damage || <span class="d2-yellow">远程武器, 亚马逊标枪, 小刀, 短棒, 尖头钉头锤, 投掷飞斧</span> || 75 || 69 || 1 || 105 || new
|-
|-
| Supporting || +[10-20]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 25 || 18 || 2 || 105 || new
| Supporting || +[10-20]% Enhanced Damage || <span class="d2-yellow">护甲, 盾牌</span> || 25 || 18 || 2 || 105 || new
|-
|-
| Reinforcing || +[20-40]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 35 || 28 || 2 || 105 || new
| Reinforcing || +[20-40]% Enhanced Damage || <span class="d2-yellow">护甲, 盾牌</span> || 35 || 28 || 2 || 105 || new
|-
|-
| Empowering || +[40-60]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 45 || 38 || 2 || 105 || new
| Empowering || +[40-60]% Enhanced Damage || <span class="d2-yellow">护甲, 盾牌</span> || 45 || 38 || 2 || 105 || new
|-
|-
| Bolstering || +[60-80]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 55 || 48 || 2 || 105 || new
| Bolstering || +[60-80]% Enhanced Damage || <span class="d2-yellow">护甲, 盾牌</span> || 55 || 48 || 2 || 105 || new
|-
|-
| Fortifying || +[80-120]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 65 || 58 || 2 || 105 || new
| Fortifying || +[80-120]% Enhanced Damage || <span class="d2-yellow">护甲, 盾牌</span> || 65 || 58 || 2 || 105 || new
|-
|-
| Embattled || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest, Shield</span> || 75 || 68 || 2 || 105 || new
| Embattled || +[120-160]% Enhanced Damage || <span class="d2-yellow">护甲, 盾牌</span> || 75 || 68 || 2 || 105 || new
|-
|-
| Rampaging || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest</span> || 85 || 78 || 1 || 105 || new
| Rampaging || +[160-200]% Enhanced Damage || <span class="d2-yellow">护甲</span> || 85 || 78 || 1 || 105 || new
|-
|-
| Vulpine || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">Shield, Amulet, Orb, Staff</span> || 9 || 6 || 3 || 107 ||  
| Vulpine || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">盾牌, 项链, 法珠, 法杖</span> || 9 || 6 || 3 || 107 ||  
|-
|-
| Tireless || Heal Stamina Plus 10% || <span class="d2-yellow">Boots</span> || 1-5 || 1 || 4 || 108 ||  
| Tireless || Heal Stamina Plus 10% || <span class="d2-yellow">鞋子</span> || 1-5 || 1 || 4 || 108 ||  
|-
|-
| Tireless || Heal Stamina Plus 25% || <span class="d2-yellow">Boots</span> || 6 || 4 || 4 || 108 ||  
| Tireless || Heal Stamina Plus 25% || <span class="d2-yellow">鞋子</span> || 6 || 4 || 4 || 108 ||  
|-
|-
| Tireless || Heal Stamina Plus 50% || <span class="d2-yellow">Boots</span> || 14 || 10 || 4 || 108 ||  
| Tireless || Heal Stamina Plus 50% || <span class="d2-yellow">鞋子</span> || 14 || 10 || 4 || 108 ||  
|-
|-
| 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
| Bronze || +[10-20] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 项链</span> || 1-41 || 1 || 8 || 110 || added max alvl, added 头盔, 护甲, 手套
|-
|-
| 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
| Iron || +[21-40] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套</span> || 4-44 || 3 || 8 || 110 || added max alvl, added 头盔, 护甲, 手套
|-
|-
| 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
| Steel || +[41-60] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套</span> || 8 || 6 || 7 || 110 || added 头盔, 护甲, 手套
|-
|-
| 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
| Silver || +[61-80] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 箭袋</span> || 12 || 9 || 7 || 110 || added 头盔, 护甲, 手套, 箭袋
|-
|-
| 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
| Gold || +[81-100] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 箭袋</span> || 17 || 12 || 6 || 110 || added 头盔, 护甲, 手套, 箭袋
|-
|-
| 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
| Platinum || +[101-120] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 箭袋</span> || 22 || 16 || 6 || 110 || added 头盔, 护甲, 手套, 箭袋
|-
|-
| Meteoric || +[121-150] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 27 || 20 || 5 || 110 || added Quiver
| Meteoric || +[121-150] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 27 || 20 || 5 || 110 || added 箭袋
|-
|-
| Strange || +[151-300] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 5 || 110 ||  
| Strange || +[151-300] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup></span> || 32 || 24 || 5 || 110 ||  
|-
|-
| Strange || +[151-300] to Attack Rating || <span class="d2-blue">Quiver</span> || 32 || 24 || 5 || 110 || new
| Strange || +[151-300] to Attack Rating || <span class="d2-blue">箭袋</span> || 32 || 24 || 5 || 110 || new
|-
|-
| Weird || +[301-450] to Attack Rating || <span class="d2-blue">Weapon<sup>P</sup></span> || 37 || 27 || 4 || 110 ||  
| Weird || +[301-450] to Attack Rating || <span class="d2-blue">Weapon<sup>P</sup></span> || 37 || 27 || 4 || 110 ||  
第212行: 第213行:
| 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 ||  
| 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 ||  
|-
|-
| Grandmaster's || +[251-300] to Attack Rating,<br>+[151-200]% Enhanced Damage || <span class="d2-yellow">Missile Weapon</span> || 69 || 61 || 4 || 111 || new
| Grandmaster's || +[251-300] to Attack Rating,<br>+[151-200]% Enhanced Damage || <span class="d2-yellow">远程武器</span> || 69 || 61 || 4 || 111 || new
|-
|-
| 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 -->
| 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 -->
第218行: 第219行:
| Hawkeye || +[6-594] to Attack Rating (+6 per Level) || <span class="d2-blue">Weapon<sup>P</sup></span> || 35 || 26 || 7 || 111 ||  
| Hawkeye || +[6-594] to Attack Rating (+6 per Level) || <span class="d2-blue">Weapon<sup>P</sup></span> || 35 || 26 || 7 || 111 ||  
|-
|-
| Visionary || [1-99]% Bonus to Attack Rating (1% per Level) || <span class="d2-yellow">Helm, Missile Weapon</span> || 25 || 18 || 1 || 111 ||  
| Visionary || [1-99]% Bonus to Attack Rating (1% per Level) || <span class="d2-yellow">头盔, 远程武器</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 ||  
| Glimmering || +1 to Light Radius || <span class="d2-yellow">防具, 魔杖, 法杖, 戒指, 项链, 法珠</span> || 1 || 1 || 1 || 112 ||  
|-
|-
| Glowing || +2 to Light Radius || <span class="d2-yellow">Armor, Wand, Staff, Ring, Amulet, Orb</span> || 6 || 4 || 1 || 112 ||  
| Glowing || +2 to Light Radius || <span class="d2-yellow">防具, 魔杖, 法杖, 戒指, 项链, 法珠</span> || 6 || 4 || 1 || 112 ||  
|-
|-
| Screaming || Hit Causes Monster to Flee 12% || <span class="d2-yellow">Missile Weapon</span> || 10 || 7 || 4 || 113 ||  
| Screaming || Hit Causes Monster to Flee 12% || <span class="d2-yellow">远程武器</span> || 10 || 7 || 4 || 113 ||  
|-
|-
| Screaming || Hit Causes Monster to Flee 25% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 10 || 7 || 3 || 113 ||  
| Screaming || Hit Causes Monster to Flee 25% || <span class="d2-yellow">钝器, 小刀, , 法珠</span> || 10 || 7 || 3 || 113 ||  
|-
|-
| Howling || Hit Causes Monster to Flee 18% || <span class="d2-yellow">Missile Weapon</span> || 16 || 12 || 4 || 113 ||  
| Howling || Hit Causes Monster to Flee 18% || <span class="d2-yellow">远程武器</span> || 16 || 12 || 4 || 113 ||  
|-
|-
| Howling || Hit Causes Monster to Flee 50% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 16 || 12 || 3 || 113 ||  
| Howling || Hit Causes Monster to Flee 50% || <span class="d2-yellow">钝器, 小刀, , 法珠</span> || 16 || 12 || 3 || 113 ||  
|-
|-
| Wailing || Hit Causes Monster to Flee 25% || <span class="d2-blue">Missile Weapon</span> || 24 || 18 || 4 || 113 ||  
| Wailing || Hit Causes Monster to Flee 25% || <span class="d2-blue">远程武器</span> || 24 || 18 || 4 || 113 ||  
|-
|-
| Wailing || Hit Causes Monster to Flee 100% || <span class="d2-yellow">Blunt Weapon, Knife, Claw, Orb</span> || 20 || 13 || 3 || 113 ||  
| Wailing || Hit Causes Monster to Flee 100% || <span class="d2-yellow">钝器, 小刀, , 法珠</span> || 20 || 13 || 3 || 113 ||  
|-
|-
| Felicitous || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 5 || 3 || 4 || 114 || added Helm
| Felicitous || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 5 || 3 || 4 || 114 || added 头盔
|-
|-
| 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
| Fortuitous || [11-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 12 || 8 || 4 || 114 || 以前是 magic only, added 头盔
|-
|-
| Lizard's || +[1-2] to Mana || <span class="d2-yellow">Chest, Helm, Shield, Belt, Ring, Amulet, Rod, Orb</span> || 1-2 || 1 || 4 || 115 ||  
| Lizard's || +[1-2] to Mana || <span class="d2-yellow">护甲, 头盔, 盾牌, 腰带, 戒指, 项链, 杖类, 法珠</span> || 1-2 || 1 || 4 || 115 ||  
|-
|-
| 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
| Lizard's || +[3-5] to Mana || <span class="d2-yellow">护甲, 头盔, 盾牌, 腰带, 戒指, 项链, 杖类, 法珠</span> || 3-43 || 2 || 4 || 115 || added max alvl
|-
|-
| 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
| Snake's || +[5-10] to Mana || <span class="d2-yellow">盾牌, 杖类, 腰带, 戒指, 项链, 头环, 箭袋</span> || 6-46 || 4 || 4 || 115 || added max alvl, added 箭袋
|-
|-
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Shield, Rod, Circlet, Quiver</span> || 14-54 || 10 || 3 || 115 || split off Belt, Ring, Amulet, added max alvl
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">盾牌, 杖类, 头环, 箭袋</span> || 14-54 || 10 || 3 || 115 || split off 腰带, 戒指, 项链, added max alvl
|-
|-
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Belt, Ring, Amulet</span> || 14 || 10 || 3 || 115 || new (split off)
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">腰带, 戒指, 项链</span> || 14 || 10 || 3 || 115 || new (split off)
|-
|-
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Chest, Non-Rod Weapon</span> || 37-77 || 27 || 2 || 115 || split off Boots, Gloves, added max alvl
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">护甲, -杖武器</span> || 37-77 || 27 || 2 || 115 || split off 鞋子, 手套, added max alvl
|-
|-
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">Boots, Gloves</span> || 37 || 27 || 2 || 115 || new (split off)
| Serpent's || +[11-20] to Mana || <span class="d2-yellow">鞋子, 手套</span> || 37 || 27 || 2 || 115 || new (split off)
|-
|-
| Drake's || +[21-30] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet, Quiver</span> || 20 || 15 || 2 || 115 || added Quiver
| Drake's || +[21-30] to Mana || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环, 箭袋</span> || 20 || 15 || 2 || 115 || added 箭袋
|-
|-
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet, Quiver</span> || 24 || 18 || 2 || 115 || added Quiver
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环, 箭袋</span> || 24 || 18 || 2 || 115 || added 箭袋
|-
|-
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">Chest, Boots, Gloves</span> || 52 || 39 || 2 || 115 ||  
| Dragon's || +[31-40] to Mana || <span class="d2-yellow">护甲, 鞋子, 手套</span> || 52 || 39 || 2 || 115 ||  
|-
|-
| Wyrm's || +[41-60] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 30 || 22 || 2 || 115 ||  
| Wyrm's || +[41-60] to Mana || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环</span> || 30 || 22 || 2 || 115 ||  
|-
|-
| Great Wyrm's || +[61-90] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 37 || 29 || 2 || 115 ||  
| Great Wyrm's || +[61-90] to Mana || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环</span> || 37 || 29 || 2 || 115 ||  
|-
|-
| Bahamut's || +[91-120] to Mana || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 45 || 37 || 2 || 115 || was magic only
| Bahamut's || +[91-120] to Mana || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环</span> || 45 || 37 || 2 || 115 || 以前是 magic only
|-
|-
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">Helm</span> || 25 || 18 || 1 || 115 ||  
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">头盔</span> || 25 || 18 || 1 || 115 ||  
|-
|-
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Shield</span> || 6-46 || 4 || 5 || 116 || added max alvl
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">盾牌</span> || 6-46 || 4 || 5 || 116 || added max alvl
|-
|-
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Amulet, Circlet</span> || 8-48 || 6 || 5 || 116 || added max alvl
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">项链, 头环</span> || 8-48 || 6 || 5 || 116 || added max alvl
|-
|-
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">Ring</span> || 45 || 37 || 3 || 116 ||  
| Shimmering || All Resistances +[3-7] || <span class="d2-yellow">戒指</span> || 45 || 37 || 3 || 116 ||  
|-
|-
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">Quiver</span> || 16 || 12 || 1 || 116 || new*
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">箭袋</span> || 16 || 12 || 1 || 116 || new*
|-
|-
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Shield</span> || 18 || 13 || 5 || 116 ||  
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">盾牌</span> || 18 || 13 || 5 || 116 ||  
|-
|-
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Amulet, Circlet</span> || 21 || 15 || 5 || 116 ||  
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">项链, 头环</span> || 21 || 15 || 5 || 116 ||  
|-
|-
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">Ring</span> || 56 || 48 || 2 || 116 ||  
| Rainbow || All Resistances +[8-11] || <span class="d2-yellow">戒指</span> || 56 || 48 || 2 || 116 ||  
|-
|-
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">Shield</span> || 28 || 21 || 5 || 116 ||  
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">盾牌</span> || 28 || 21 || 5 || 116 ||  
|-
|-
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 34 || 25 || 5 || 116 || added Quiver
| Scintillating || All Resistances +[12-15] || <span class="d2-yellow">项链, 头环, 箭袋</span> || 34 || 25 || 5 || 116 || added 箭袋
|-
|-
| Scintillating || All Resistances +[12-15] || <span class="d2-blue">Ring</span> || 67 || 59 || 2 || 116 ||  
| Scintillating || All Resistances +[12-15] || <span class="d2-blue">戒指</span> || 67 || 59 || 2 || 116 ||  
|-
|-
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">Shield</span> || 39 || 31 || 4 || 116 ||  
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">盾牌</span> || 39 || 31 || 4 || 116 ||  
|-
|-
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">Amulet, Circlet</span> || 42 || 31 || 4 || 116 ||  
| Prismatic || All Resistances +[16-20] || <span class="d2-yellow">项链, 头环</span> || 42 || 31 || 4 || 116 ||  
|-
|-
| Chromatic || All Resistances +[21-30] || <span class="d2-yellow">Shield</span> || 50 || 42 || 4 || 116 || was magic only
| Chromatic || All Resistances +[21-30] || <span class="d2-yellow">盾牌</span> || 50 || 42 || 4 || 116 || 以前是 magic only
|-
|-
| Chromatic || All Resistances +[21-30] || <span class="d2-blue">Amulet, Circlet</span> || 55 || 41 || 3 || 116 ||  
| Chromatic || All Resistances +[21-30] || <span class="d2-blue">项链, 头环</span> || 55 || 41 || 3 || 116 ||  
|-
|-
| Azure || Cold Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 117 ||  
| Azure || Cold Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 117 ||  
|-
|-
| 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
| Azure || Cold Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 2 || 117 || added max alvl, added 箭袋
|-
|-
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 117 || added Quiver
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 117 || added 箭袋
|-
|-
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 2 || 117 ||  
| Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">-法珠武器</span> || 35 || 26 || 2 || 117 ||  
|-
|-
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 117 || added Quiver
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 117 || added 箭袋
|-
|-
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 2 || 117 ||  
| Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">-法珠武器</span> || 55 || 41 || 2 || 117 ||  
|-
|-
| Sapphire || Cold Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 117 ||  
| Sapphire || Cold Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 117 ||  
|-
|-
| Crimson || Fire Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 118 ||  
| Crimson || Fire Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 118 ||  
|-
|-
| 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
| Crimson || Fire Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 4 || 118 || added max alvl, added 箭袋
|-
|-
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 118 || added Quiver
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 118 || added 箭袋
|-
|-
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 118 ||  
| Russet || Fire Resist +[11-20]% || <span class="d2-yellow">-法珠武器</span> || 35 || 26 || 1 || 118 ||  
|-
|-
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 118 || added Quiver
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 118 || added 箭袋
|-
|-
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 118 ||  
| Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">-法珠武器</span> || 55 || 41 || 1 || 118 ||  
|-
|-
| Ruby || Fire Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 118 ||  
| Ruby || Fire Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 118 ||  
|-
|-
| Tangerine || Lightning Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 119 ||  
| Tangerine || Lightning Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 119 ||  
|-
|-
| 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
| Tangerine || Lightning Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 4 || 119 || added max alvl, added 箭袋
|-
|-
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 119 || added Quiver
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 119 || added 箭袋
|-
|-
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 119 ||  
| Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">-法珠武器</span> || 35 || 26 || 1 || 119 ||  
|-
|-
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 119 || added Quiver
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 119 || added 箭袋
|-
|-
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 119 ||  
| Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">-法珠武器</span> || 55 || 41 || 1 || 119 ||  
|-
|-
| Amber || Lightning Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 119 ||  
| Amber || Lightning Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 119 ||  
|-
|-
| Beryl || Poison Resist +5% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet</span> || 1-4 || 1 || 3 || 120 ||  
| Beryl || Poison Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 120 ||  
|-
|-
| 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
| Beryl || Poison Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 4 || 120 || added max alvl, added 箭袋
|-
|-
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 12 || 9 || 4 || 120 || added Quiver
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 120 || added 箭袋
|-
|-
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">Non-Orb Weapon</span> || 35 || 26 || 1 || 120 ||  
| Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">-法珠武器</span> || 35 || 26 || 1 || 120 ||  
|-
|-
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">Armor, Ring, Amulet, Orb, Circlet, Quiver</span> || 18 || 13 || 3 || 120 || added Quiver
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 120 || added 箭袋
|-
|-
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">Non-Orb Weapon</span> || 55 || 41 || 1 || 120 ||  
| Jade || Poison Resist +[21-30]% || <span class="d2-yellow">-法珠武器</span> || 55 || 41 || 1 || 120 ||  
|-
|-
| Emerald || Poison Resist +[31-40]% || <span class="d2-yellow">Rod, Boots, Amulet, Orb, Circlet</span> || 25 || 18 || 3 || 120 ||  
| Emerald || Poison Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 120 ||  
|-
|-
| 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
| Triumphant || +1 to Mana after each Kill || <span class="d2-yellow">武器, 戒指, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 3-43 || 2 || 4 || 121 || added max alvl, added 护甲, 头盔, 盾牌, 箭袋
|-
|-
| 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 -->
| Aureolic || +[1-3] to Mana after each Kill || <span class="d2-yellow">护甲, 头盔, 盾牌, 箭袋</span> || 12 || 9 || 4 || 121 || new*<!-- Aureolin in file -->
|-
|-
| 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
| Victorious || +[2-5] to Mana after each Kill || <span class="d2-yellow">武器, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 17 || 12 || 4 || 121 || added 护甲, 头盔, 盾牌, 箭袋
|-
|-
| Mechanist's || Socketed ([1-2]) || <span class="d2-yellow">Non-Throwing Weapon, Shield, Helm, Chest, Circlet</span> || 10 || 7 || 3 || 122 ||  
| Mechanist's || Socketed ([1-2]) || <span class="d2-yellow">-投掷武器, 盾牌, 头盔, 护甲, 头环</span> || 10 || 7 || 3 || 122 ||  
|-
|-
| Artisan's || Socketed (3) || <span class="d2-yellow">Non-Throwing Weapon, Shield, Chest</span> || 33 || 25 || 2 || 122 || new<!-- Artificer's in file -->
| Artisan's || Socketed (3) || <span class="d2-yellow">-投掷武器, 盾牌, 护甲</span> || 33 || 25 || 2 || 122 || new<!-- Artificer's in file -->
|-
|-
| Artisan's || Socketed (3) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 33 || 25 || 2 || 122 || new<!-- Artificer's in file -->
| Artisan's || Socketed (3) || <span class="d2-blue">-投掷武器, 盾牌, 头盔, 护甲</span> || 33 || 25 || 2 || 122 || new<!-- Artificer's in file -->
|-
|-
| Artisan's || Socketed (3) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 33 || 25 || 2 || 122 || <!-- Artificer's in file -->
| Artisan's || Socketed (3) || <span class="d2-blue">-投掷武器, 盾牌, 头盔, 护甲</span> || 33 || 25 || 2 || 122 || <!-- Artificer's in file -->
|-
|-
| Jeweler's || Socketed (4) || <span class="d2-blue">Non-Throwing Weapon, Shield, Helm, Chest</span> || 55 || 47 || 1 || 122 ||  
| Jeweler's || Socketed (4) || <span class="d2-blue">-投掷武器, 盾牌, 头盔, 护甲</span> || 55 || 47 || 1 || 122 ||  
|-
|-
| 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 -->
| Lunar || +[25-50] to Attack Rating against Demons,<br>+[10-25]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup>, 头环</span> || 3-43 || 1 || 2 || 123 || added max alvl<!-- Assamic in file -->
|-
|-
| 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 -->
| Lunar || +[25-50] to Attack Rating against Demons,<br>+[10-25]% Damage to Demons || <span class="d2-yellow">箭袋</span> || 3-43 || 1 || 2 || 123 || new<!-- Assamic in file -->
|-
|-
| 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
| Arcadian || +[51-100] to Attack Rating against Demons,<br>+[26-50]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup>, 头环, 头盔</span> || 15-55 || 11 || 2 || 123 || added max alvl, added 头盔
|-
|-
| 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
| Arcadian || +[51-100] to Attack Rating against Demons,<br>+[26-50]% Damage to Demons || <span class="d2-yellow">箭袋</span> || 15-55 || 11 || 2 || 123 || 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 ||  
| 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 ||  
|-
|-
| 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
| Unearthly || +[101-150] to Attack Rating against Demons,<br>+[51-100]% Damage to Demons || <span class="d2-blue">箭袋</span> || 25 || 18 || 1 || 123 || new
|-
|-
| 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 ||  
| 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 ||  
第386行: 第387行:
| 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 ||  
| 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 ||  
|-
|-
| 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
| Celestial || +[301-400] to Attack Rating against Demons,<br>+[201-300]% Damage to Demons || <span class="d2-yellow">远程武器</span> || 55 || 41 || 1 || 123 || new
|-
|-
| 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
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">护甲, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon, Spear</span> || 30 || 22 || 4 || 125 ||  
| Maiden's || +1 to Amazon Skill Levels || <span class="d2-yellow">远程武器, 长矛</span> || 30 || 22 || 4 || 125 ||  
|-
|-
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">Missile Weapon, Spear</span> || 50 || 42 || 2 || 125 ||  
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">远程武器, 长矛</span> || 50 || 42 || 2 || 125 ||  
|-
|-
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| 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
| Fletcher's || +1 to and 十字弓 Skills (Amazon Only) || <span class="d2-yellow">远程武器, 手套, 头环, 箭袋, 项链</span> || 20 || 15 || 1 || 125 || added 头环, 箭袋, 项链
|-
|-
| 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
| Bowyer's || +2 to and 十字弓 Skills (Amazon Only) || <span class="d2-yellow">远程武器, 手套, 头环, 箭袋, 项链</span> || 40 || 30 || 1 || 125 || added 头环, 箭袋, 项链
|-
|-
| 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
| Archer's || +3 to and 十字弓 Skills (Amazon Only) || <span class="d2-blue">远程武器, 手套, 头环, 箭袋, 项链</span> || 60 || 45 || 1 || 125 || added 头环, 箭袋, 项链
|-
|-
| Archer's || +3 to Bow and Crossbow Skills (Amazon Only) || <span class="d2-yellow">Missile Weapon</span> || 60 || 45 || 1 || 125 || new
| Archer's || +3 to and 十字弓 Skills (Amazon Only) || <span class="d2-yellow">远程武器</span> || 60 || 45 || 1 || 125 || new
|-
|-
| 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
| Acrobat's || +1 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">手套, 项链, 头环, 箭袋</span> || 20 || 15 || 1 || 125 || added 箭袋
|-
|-
| 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
| Gymnast's || +2 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">手套, 项链, 头环, 箭袋</span> || 40 || 30 || 1 || 125 || added 箭袋
|-
|-
| 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
| Athlete's || +3 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">手套, 项链, 头环, 箭袋</span> || 60 || 45 || 1 || 125 || added 箭袋
|-
|-
| 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
| Harpoonist's || +1 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">长矛, 手套, 项链, 头环</span> || 20 || 15 || 1 || 125 || added 项链, 头环
|-
|-
| 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
| Spearmaiden's || +2 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">长矛, 手套, 项链, 头环</span> || 40 || 30 || 1 || 125 || added 项链, 头环
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Amazon Spear</span> || 60 || 45 || 1 || 125 || new
| Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">亚马逊长矛</span> || 60 || 45 || 1 || 125 || new
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-yellow">Spear</span> || 60 || 45 || 1 || 125 || split off Gloves, was magic only
| Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">长矛</span> || 60 || 45 || 1 || 125 || split off 手套, 以前是 magic only
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Circlet, Gloves</span> || 60 || 45 || 1 || 125 || new (split off), added Circlet
| Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-blue">头环, 手套</span> || 60 || 45 || 1 || 125 || new (split off), added 头环
|-
|-
| Lancer's || +3 to Javelin and Spear Skills (Amazon Only) || <span class="d2-blue">Amulet</span> || 60 || 45 || 1 || 125 || new
| Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-blue">项链</span> || 60 || 45 || 1 || 125 || new
|-
|-
| 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
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">护甲, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">Staff, Orb</span> || 30 || 22 || 4 || 125 ||  
| Angel's || +1 to Sorceress Skill Levels || <span class="d2-yellow">法杖, 法珠</span> || 30 || 22 || 4 || 125 ||  
|-
|-
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">Staff, Orb</span> || 50 || 42 || 2 || 125 ||  
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">法杖, 法珠</span> || 50 || 42 || 2 || 125 ||  
|-
|-
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Arch-Angel's || +2 to Sorceress Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-yellow">法杖, 法珠, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Blazing || +2 to Fire Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Blazing || +2 to Fire Spells (Sorceress Only) || <span class="d2-yellow">法杖, 法珠, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Volcanic || +3 to Fire Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Volcanic || +3 to Fire Spells (Sorceress Only) || <span class="d2-blue">法杖, 法珠, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Sparking || +1 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Sparking || +1 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">法杖, 法珠, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Charged || +2 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Charged || +2 to Lightning Spells (Sorceress Only) || <span class="d2-yellow">法杖, 法珠, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Powered || +3 to Lightning Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Powered || +3 to Lightning Spells (Sorceress Only) || <span class="d2-blue">法杖, 法珠, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Chilling || +1 to Cold Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Chilling || +1 to Cold Spells (Sorceress Only) || <span class="d2-yellow">法杖, 法珠, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Freezing || +2 to Cold Spells (Sorceress Only) || <span class="d2-yellow">Staff, Orb, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Freezing || +2 to Cold Spells (Sorceress Only) || <span class="d2-yellow">法杖, 法珠, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Glacial || +3 to Cold Spells (Sorceress Only) || <span class="d2-blue">Staff, Orb, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Glacial || +3 to Cold Spells (Sorceress Only) || <span class="d2-blue">法杖, 法珠, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| 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
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">护甲, -圣骑士盾牌, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">Wand, Dagger, Necromancer Shield</span> || 30 || 22 || 4 || 125 || removed Throwing Knife
| Summoner's || +1 to Necromancer Skill Levels || <span class="d2-yellow">魔杖, 匕首, 死灵法师盾牌</span> || 30 || 22 || 4 || 125 || 移除 投掷飞刀
|-
|-
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">Wand, Dagger, Necromancer Shield</span> || 50 || 42 || 2 || 125 || removed Throwing Knife
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">魔杖, 匕首, 死灵法师盾牌</span> || 50 || 42 || 2 || 125 || 移除 投掷飞刀
|-
|-
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Necromancer's || +2 to Necromancer Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-yellow">魔杖, 死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Blighting || +2 to Curses (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Blighting || +2 to Curses (Necromancer Only) || <span class="d2-yellow">魔杖, 死灵法师盾牌, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Accursed || +3 to Curses (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Accursed || +3 to Curses (Necromancer Only) || <span class="d2-blue">魔杖, 死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">魔杖, 死灵法师盾牌, 项链, 匕首, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Noxious || +2 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Noxious || +2 to Poison and Bone Spells (Necromancer Only) || <span class="d2-yellow">魔杖, 死灵法师盾牌, 项链, 匕首, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Venomous || +3 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Dagger, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Venomous || +3 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">魔杖, 死灵法师盾牌, 项链, 匕首, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Graverobber's || +1 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Graverobber's || +1 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">魔杖, 死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Vodoun || +2 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">Wand, Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Vodoun || +2 to Summoning Spells (Necromancer Only) || <span class="d2-yellow">魔杖, 死灵法师盾牌, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Golemlord's || +3 to Summoning Spells (Necromancer Only) || <span class="d2-blue">Wand, Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Golemlord's || +3 to Summoning Spells (Necromancer Only) || <span class="d2-blue">魔杖, 死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| 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
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">护甲, -死灵法师盾牌, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Scepter, Paladin Shield</span> || 30 || 22 || 4 || 125 ||  
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">权杖, 圣骑士盾牌</span> || 30 || 22 || 4 || 125 ||  
|-
|-
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">Sword, Tipped Mace, Hammer, Non-Necromancer Shield</span> || 35 || 27 || 4 || 125 ||  
| Monk's || +1 to Paladin Skill Levels || <span class="d2-yellow">, 尖头钉头锤, 重锤, -死灵法师盾牌</span> || 35 || 27 || 4 || 125 ||  
|-
|-
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Scepter, Paladin Shield</span> || 50 || 42 || 2 || 125 ||  
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">权杖, 圣骑士盾牌</span> || 50 || 42 || 2 || 125 ||  
|-
|-
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Sword, Tipped Mace, Hammer, Non-Necromancer Shield</span> || 65 || 58 || 2 || 125 ||  
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">, 尖头钉头锤, 重锤, -死灵法师盾牌</span> || 65 || 58 || 2 || 125 ||  
|-
|-
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Priest's || +2 to Paladin Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| 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 ||  
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-yellow">权杖, , 尖头钉头锤, -死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| 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 ||  
| Hawk Branded || +2 to Combat Skills (Paladin Only) || <span class="d2-yellow">权杖, , 尖头钉头锤, -死灵法师盾牌, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| 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 ||  
| Rose Branded || +3 to Combat Skills (Paladin Only) || <span class="d2-blue">权杖, , 尖头钉头锤, -死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| 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 ||  
| Captain's || +1 to Offensive Auras (Paladin Only) || <span class="d2-yellow">权杖, , 尖头钉头锤, -死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| 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 ||  
| Commander's || +2 to Offensive Auras (Paladin Only) || <span class="d2-yellow">权杖, , 尖头钉头锤, -死灵法师盾牌, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| 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 ||  
| Marshal's || +3 to Offensive Auras (Paladin Only) || <span class="d2-blue">权杖, , 尖头钉头锤, -死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Preserver's || +1 to Defensive Auras (Paladin Only) || <span class="d2-yellow">Non-Necromancer Shield, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Preserver's || +1 to Defensive Auras (Paladin Only) || <span class="d2-yellow">-死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Warder's || +2 to Defensive Auras (Paladin Only) || <span class="d2-yellow">Non-Necromancer Shield, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Warder's || +2 to Defensive Auras (Paladin Only) || <span class="d2-yellow">-死灵法师盾牌, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Guardian's || +3 to Defensive Auras (Paladin Only) || <span class="d2-blue">Non-Necromancer Shield, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Guardian's || +3 to Defensive Auras (Paladin Only) || <span class="d2-blue">-死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| 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
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">护甲, Shield<sup>NC</sup>, -德鲁伊头盔</span> || 36 || 27 || 1 || 125 || new
|-
|-
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm</span> || 30 || 22 || 4 || 125 ||  
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">野蛮人头盔</span> || 30 || 22 || 4 || 125 ||  
|-
|-
| 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 ||  
| Slayer's || +1 to Barbarian Skill Levels || <span class="d2-yellow">, 任何钉锤, , 投掷飞刀, 双手 Spear<sup>NC</sup></span> || 30 || 22 || 4 || 125 ||  
|-
|-
| 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 ||  
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">, 任何钉锤, , 投掷飞刀, 双手 Spear<sup>NC</sup></span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Barbarian Helm</span> || 50 || 42 || 2 || 125 ||  
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">野蛮人头盔</span> || 50 || 42 || 2 || 125 ||  
|-
|-
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Berserker's || +2 to Barbarian Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Non-Druid Helm</span> || 20 || 15 || 1 || 125 || removed Knife
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-yellow">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, -德鲁伊头盔</span> || 20 || 15 || 1 || 125 || 移除 小刀
|-
|-
| Veteran's || +2 to Combat Skills (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Non-Druid Helm</span> || 40 || 30 || 1 || 125 || removed Knife
| Veteran's || +2 to Combat Skills (Barbarian Only) || <span class="d2-yellow">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, -德鲁伊头盔</span> || 40 || 30 || 1 || 125 || 移除 小刀
|-
|-
| Master's || +3 to Combat Skills (Barbarian Only) || <span class="d2-blue">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Non-Druid Helm</span> || 60 || 45 || 1 || 125 || removed Knife
| Master's || +3 to Combat Skills (Barbarian Only) || <span class="d2-blue">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, -德鲁伊头盔</span> || 60 || 45 || 1 || 125 || 移除 小刀
|-
|-
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 20 || 15 || 1 || 125 || removed Knife
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 20 || 15 || 1 || 125 || 移除 小刀
|-
|-
| Raging || +2 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 40 || 30 || 1 || 125 || removed Knife
| Raging || +2 to Combat Masteries (Barbarian Only) || <span class="d2-yellow">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 40 || 30 || 1 || 125 || 移除 小刀
|-
|-
| Furious || +3 to Combat Masteries (Barbarian Only) || <span class="d2-blue">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 60 || 45 || 1 || 125 || removed Knife
| Furious || +3 to Combat Masteries (Barbarian Only) || <span class="d2-blue">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 60 || 45 || 1 || 125 || 移除 小刀
|-
|-
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 20 || 15 || 1 || 125 || removed Knife
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-yellow">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 20 || 15 || 1 || 125 || 移除 小刀
|-
|-
| Resonant || +2 to Warcries (Barbarian Only) || <span class="d2-yellow">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 40 || 30 || 1 || 125 || removed Knife
| Resonant || +2 to Warcries (Barbarian Only) || <span class="d2-yellow">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 40 || 30 || 1 || 125 || 移除 小刀
|-
|-
| Echoing || +3 to Warcries (Barbarian Only) || <span class="d2-blue">Axe, Any Mace, Sword, Polearm, Spear<sup>NC</sup>, Barbarian Helm, Amulet</span> || 60 || 45 || 1 || 125 || removed Knife
| Echoing || +3 to Warcries (Barbarian Only) || <span class="d2-blue">, 任何钉锤, , 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 60 || 45 || 1 || 125 || 移除 小刀
|-
|-
| 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
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">护甲, Shield<sup>NC</sup>, -野蛮人头盔</span> || 36 || 27 || 1 || 125 || new
|-
|-
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">Club, Druid Helm</span> || 30 || 22 || 4 || 125 ||  
| Shaman's || +1 to Druid Skill Levels || <span class="d2-yellow">短棒, 德鲁伊头盔</span> || 30 || 22 || 4 || 125 ||  
|-
|-
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">Club, Druid Helm</span> || 50 || 42 || 2 || 125 ||  
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">短棒, 德鲁伊头盔</span> || 50 || 42 || 2 || 125 ||  
|-
|-
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Hierophant's || +2 to Druid Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-yellow">短棒, 德鲁伊头盔, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Caretaker's || +2 to Summoning Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Caretaker's || +2 to Summoning Skills (Druid Only) || <span class="d2-yellow">短棒, 德鲁伊头盔, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Keeper's || +3 to Summoning Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Keeper's || +3 to Summoning Skills (Druid Only) || <span class="d2-blue">短棒, 德鲁伊头盔, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Spiritual || +1 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Spiritual || +1 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">短棒, 德鲁伊头盔, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Feral || +2 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Feral || +2 to Shape Shifting Skills (Druid Only) || <span class="d2-yellow">短棒, 德鲁伊头盔, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Communal || +3 to Shape Shifting Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Communal || +3 to Shape Shifting Skills (Druid Only) || <span class="d2-blue">短棒, 德鲁伊头盔, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| Nature's || +1 to Elemental Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 20 || 15 || 1 || 125 ||  
| Nature's || +1 to Elemental Skills (Druid Only) || <span class="d2-yellow">短棒, 德鲁伊头盔, 项链, 头环</span> || 20 || 15 || 1 || 125 ||  
|-
|-
| Terra's || +2 to Elemental Skills (Druid Only) || <span class="d2-yellow">Club, Druid Helm, Amulet, Circlet</span> || 40 || 30 || 1 || 125 ||  
| Terra's || +2 to Elemental Skills (Druid Only) || <span class="d2-yellow">短棒, 德鲁伊头盔, 项链, 头环</span> || 40 || 30 || 1 || 125 ||  
|-
|-
| Gaea's || +3 to Elemental Skills (Druid Only) || <span class="d2-blue">Club, Druid Helm, Amulet, Circlet</span> || 60 || 45 || 1 || 125 ||  
| Gaea's || +3 to Elemental Skills (Druid Only) || <span class="d2-blue">短棒, 德鲁伊头盔, 项链, 头环</span> || 60 || 45 || 1 || 125 ||  
|-
|-
| 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
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">护甲, Shield<sup>NC</sup>, Helm<sup>NC</sup></span> || 36 || 27 || 1 || 125 || new
|-
|-
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Amulet, Circlet</span> || 36 || 27 || 4 || 125 ||  
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">项链, 头环</span> || 36 || 27 || 4 || 125 ||  
|-
|-
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">Claw, Dagger</span> || 30 || 22 || 4 || 125 || added Dagger
| Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">, 匕首</span> || 30 || 22 || 4 || 125 || added 匕首
|-
|-
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">Claw, Dagger</span> || 50 || 42 || 2 || 125 || added Dagger
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">, 匕首</span> || 50 || 42 || 2 || 125 || added 匕首
|-
|-
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">Amulet, Circlet</span> || 90 || 67 || 2 || 125 ||  
| Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 ||  
|-
|-
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-yellow">Claw, Dagger, Amulet, Circlet</span> || 20 || 15 || 1 || 125 || added Dagger
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-yellow">, 匕首, 项链, 头环</span> || 20 || 15 || 1 || 125 || added 匕首
|-
|-
| Trickster's || +2 to Traps (Assassin Only) || <span class="d2-yellow">Claw, Dagger, Amulet, Circlet</span> || 40 || 30 || 1 || 125 || added Dagger
| Trickster's || +2 to Traps (Assassin Only) || <span class="d2-yellow">, 匕首, 项链, 头环</span> || 40 || 30 || 1 || 125 || added 匕首
|-
|-
| Cunning || +3 to Traps (Assassin Only) || <span class="d2-blue">Claw, Dagger, Amulet, Circlet</span> || 60 || 45 || 1 || 125 || added Dagger
| Cunning || +3 to Traps (Assassin Only) || <span class="d2-blue">, 匕首, 项链, 头环</span> || 60 || 45 || 1 || 125 || added 匕首
|-
|-
| Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">Claw, Dagger, Amulet, Helm<sup>NC</sup>, Circlet</span> || 20 || 15 || 1 || 125 || added Dagger
| Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">, 匕首, 项链, Helm<sup>NC</sup>, 头环</span> || 20 || 15 || 1 || 125 || added 匕首
|-
|-
| Psychic || +2 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">Claw, Dagger, Amulet, Helm<sup>NC</sup>, Circlet</span> || 40 || 30 || 1 || 125 || added Dagger
| Psychic || +2 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">, 匕首, 项链, Helm<sup>NC</sup>, 头环</span> || 40 || 30 || 1 || 125 || added 匕首
|-
|-
| Shadow || +3 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">Claw, Dagger, Amulet, Helm<sup>NC</sup>, Circlet</span> || 60 || 45 || 1 || 125 || added Dagger
| Shadow || +3 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">, 匕首, 项链, Helm<sup>NC</sup>, 头环</span> || 60 || 45 || 1 || 125 || added 匕首
|-
|-
| Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-yellow">Claw, Dagger, Amulet, Gloves, Circlet</span> || 20 || 15 || 1 || 125 || added Dagger
| Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-yellow">, 匕首, 项链, 手套, 头环</span> || 20 || 15 || 1 || 125 || added 匕首
|-
|-
| Sensei's || +2 to Martial Arts (Assassin Only) || <span class="d2-yellow">Claw, Dagger, Amulet, Gloves, Circlet</span> || 40 || 30 || 1 || 125 || added Dagger
| Sensei's || +2 to Martial Arts (Assassin Only) || <span class="d2-yellow">, 匕首, 项链, 手套, 头环</span> || 40 || 30 || 1 || 125 || added 匕首
|-
|-
| Kenshi's || +3 to Martial Arts (Assassin Only) || <span class="d2-blue">Claw, Dagger, Amulet, Gloves, Circlet</span> || 60 || 45 || 1 || 125 || added Dagger
| Kenshi's || +3 to Martial Arts (Assassin Only) || <span class="d2-blue">, 匕首, 项链, 手套, 头环</span> || 60 || 45 || 1 || 125 || added 匕首
|-
|-
| Snowy || Adds [20-30] to [64-101] Cold Damage (1 second chill) || <span class="d2-yellow">Weapon, Circlet, Quiver</span> || 25-65 || 18 || 3 || 137 || added max alvl, split off Circlet, added Quiver, damage was [6-9] to [19-30]<!-- Snowflake in file -->
| Snowy || Adds [20-30] to [64-101] Cold Damage (1 second chill) || <span class="d2-yellow">武器, 头环, 箭袋</span> || 25-65 || 18 || 3 || 137 || added max alvl, split off 头环, added 箭袋, 伤害以前是 [6-9] to [19-30]<!-- Snowflake in file -->
|-
|-
| Snowy || Adds [6-9] to [19-30] Cold Damage (1 second chill) || <span class="d2-yellow">Circlet</span> || 25-65 || 18 || 3 || 137 || new (split off), added max alvl
| Snowy || Adds [6-9] to [19-30] Cold Damage (1 second chill) || <span class="d2-yellow">头环</span> || 25-65 || 18 || 3 || 137 || new (split off), added max alvl
|-
|-
| Shivering || Adds [37-56] to [115-166] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 2 || 137 || added Quiver, damage was [10-15] to [31-45]
| Shivering || Adds [37-56] to [115-166] Cold Damage (2 second chill) || <span class="d2-yellow">武器, 箭袋</span> || 35 || 26 || 2 || 137 || added 箭袋, 伤害以前是 [10-15] to [31-45]
|-
|-
| Boreal || Adds [46-62] to [131-256] Cold Damage (3 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 40 || 1 || 137 || added Quiver, damage was [16-23] to [46-90]
| Boreal || Adds [46-62] to [131-256] Cold Damage (3 second chill) || <span class="d2-yellow">武器, 箭袋</span> || 50 || 40 || 1 || 137 || added 箭袋, 伤害以前是 [16-23] to [46-90]
|-
|-
| Hibernal || Adds [60-112] to [226-348] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon, Quiver</span> || 70 || 60 || 1 || 137 || added Quiver, damage was [24-45] to [91-140]
| Hibernal || Adds [60-112] to [226-348] Cold Damage (4 second chill) || <span class="d2-yellow">武器, 箭袋</span> || 70 || 60 || 1 || 137 || added 箭袋, 伤害以前是 [24-45] to [91-140]
|-
|-
| Fiery || Adds [28-43] to [53-103] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 25-65 || 18 || 3 || 138 || added max alvl, split off Circlet, added Quiver, damage was [16-25] to [31-60]<!-- Ember in file -->
| Fiery || Adds [28-43] to [53-103] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 25-65 || 18 || 3 || 138 || added max alvl, split off 头环, added 箭袋, 伤害以前是 [16-25] to [31-60]<!-- Ember in file -->
|-
|-
| Fiery || Adds [16-25] to [31-60] Fire Damage || <span class="d2-yellow">Circlet</span> || 25-65 || 18 || 3 || 138 || new (split off), added max alvl<!-- Ember in file -->
| Fiery || Adds [16-25] to [31-60] Fire Damage || <span class="d2-yellow">头环</span> || 25-65 || 18 || 3 || 138 || new (split off), added max alvl<!-- Ember in file -->
|-
|-
| Smoldering || Adds [47-72] to [109-161] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 2 || 138 || added Quiver, damage was [26-50] to [61-90]
| Smoldering || Adds [47-72] to [109-161] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 35 || 26 || 2 || 138 || added 箭袋, 伤害以前是 [26-50] to [61-90]
|-
|-
| Smoking || Adds [81-128] to [145-208] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 47 || 37 || 1 || 138 || added Quiver, damage was [51-80] to [91-130]
| Smoking || Adds [81-128] to [145-208] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 47 || 37 || 1 || 138 || added 箭袋, 伤害以前是 [51-80] to [91-130]
|-
|-
| Flaming || Adds [138-204] to [224-306] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 61 || 51 || 1 || 138 || added Quiver, damage was [81-120] to [131-180]
| Flaming || Adds [138-204] to [224-306] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 61 || 51 || 1 || 138 || added 箭袋, 伤害以前是 [81-120] to [131-180]
|-
|-
| Scorching || Adds [217-306] to [325-432] Fire Damage || <span class="d2-yellow">Weapon, Quiver</span> || 77 || 67 || 1 || 138 || added Quiver, damage was [121-170] to [181-240]
| Scorching || Adds [217-306] to [325-432] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 77 || 67 || 1 || 138 || added 箭袋, 伤害以前是 [121-170] to [181-240]
|-
|-
| 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
| Static || Adds 1 to [49-120] Lightning Damage || <span class="d2-yellow">武器, 头环, 箭袋</span> || 25-65 || 18 || 3 || 139 || added max alvl, added 箭袋
|-
|-
| Glowing || Adds 1 to [121-180] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 34 || 25 || 2 || 139 || added Quiver
| Glowing || Adds 1 to [121-180] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 34 || 25 || 2 || 139 || added 箭袋
|-
|-
| Buzzing || Adds 1 to [181-260] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 46 || 36 || 1 || 139 || added Quiver
| Buzzing || Adds 1 to [181-260] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 46 || 36 || 1 || 139 || added 箭袋
|-
|-
| Arcing || Adds 1 to [287-396] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 60 || 50 || 1 || 139 || added Quiver, damage was 1 to [261-360]
| Arcing || Adds 1 to [287-396] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 60 || 50 || 1 || 139 || added 箭袋, 伤害以前是 1 to [261-360]
|-
|-
| Shocking || Adds 1 to [433-576] Lightning Damage || <span class="d2-yellow">Weapon, Quiver</span> || 76 || 66 || 1 || 139 || added Quiver, damage was 1 to [361-480]
| Shocking || Adds 1 to [433-576] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 76 || 66 || 1 || 139 || added 箭袋, 伤害以前是 1 to [361-480]
|-
|-
| 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 -->
| Septic || +6 Poison Damage 持续 2 || <span class="d2-yellow">武器, 头环, 箭袋</span> || 1-41 || 1 || 3 || 140 || added max alvl, added 箭袋<!-- poison bitrate: 31 -->
|-
|-
| Foul || +24 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 10-50 || 7 || 2 || 140 || added max alvl, added Quiver, damage was 12 over 3 seconds<!-- Envenomed in file, poison bitrate: 41 -->
| Foul || +24 Poison Damage 持续 2 || <span class="d2-yellow">武器, 箭袋</span> || 10-50 || 7 || 2 || 140 || added max alvl, added 箭袋, 伤害以前是 12 持续 3 <!-- Envenomed in file, poison bitrate: 41 -->
|-
|-
| Corrosive || +78 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 20 || 15 || 1 || 140 || added Quiver, damage was 80 over 4 seconds<!-- Corosive in file, poison bitrate: 205 -->
| Corrosive || +78 Poison Damage 持续 2 || <span class="d2-yellow">武器, 箭袋</span> || 20 || 15 || 1 || 140 || added 箭袋, 伤害以前是 80 持续 4 <!-- Corosive in file, poison bitrate: 205 -->
|-
|-
| Toxic || +226 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 35 || 26 || 1 || 140 || added Quiver, damage was 150 over 5 seconds<!-- poison bitrate: 308 -->
| Toxic || +226 Poison Damage 持续 2 || <span class="d2-yellow">武器, 箭袋</span> || 35 || 26 || 1 || 140 || added 箭袋, 伤害以前是 150 持续 5 <!-- poison bitrate: 308 -->
|-
|-
| Pestilent || +384 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 37 || 1 || 140 || was magic only, added Quiver, damage was 275 over 6 seconds<!-- poison bitrate: 470 -->
| Pestilent || +384 Poison Damage 持续 2 || <span class="d2-yellow">武器, 箭袋</span> || 50 || 37 || 1 || 140 || 以前是 magic only, added 箭袋, 伤害以前是 275 持续 6 <!-- poison bitrate: 470 -->
|-
|-
| Plague || +366 Poison Damage over 6 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 50 || 37 || 1 || 140 || new<!-- poison bitrate: 626 -->
| Plague || +366 Poison Damage 持续 6 || <span class="d2-yellow">武器, 箭袋</span> || 50 || 37 || 1 || 140 || new<!-- poison bitrate: 626 -->
|-
|-
| Virulent || +738 Poison Damage over 2 seconds || <span class="d2-yellow">Weapon, Quiver</span> || 76 || 66 || 1 || 140 || new<!-- poison bitrate: 3780 -->
| Virulent || +738 Poison Damage 持续 2 || <span class="d2-yellow">武器, 箭袋</span> || 76 || 66 || 1 || 140 || new<!-- poison bitrate: 3780 -->
|-
|-
| Infectious || +885 Poison Damage over 2 seconds || <span class="d2-yellow">Dagger, Scythe</span> || 76 || 66 || 1 || 140 || new<!-- poison bitrate: 4535 -->
| Infectious || +885 Poison Damage 持续 2 || <span class="d2-yellow">匕首, 镰刀类</span> || 76 || 66 || 1 || 140 || new<!-- poison bitrate: 4535 -->
|-
|-
| 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
| Devout || +[25-50] to Attack Rating against Undead,<br>+[10-25]% Damage to Undead || <span class="d2-yellow">箭袋</span> || 3 || 1 || 4 || 142 || new
|-
|-
| 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
| 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
|-
|-
| 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
| Consecrated || +[25-75] to Attack Rating against Undead,<br>+[25-75]% Damage to Undead || <span class="d2-yellow">箭袋</span> || 15 || 11 || 4 || 142 || new
|-
|-
| 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 ||  
| 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 ||  
|-
|-
| 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
| Pure || +[76-175] to Attack Rating against Undead,<br>+[76-125]% Damage to Undead || <span class="d2-blue">箭袋</span> || 25 || 18 || 3 || 142 || new
|-
|-
| 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 ||  
| 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 ||  
第664行: 第665行:
| 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 ||  
| 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 ||  
|-
|-
| 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
| Divine || +[326-450] to Attack Rating against Undead,<br>+[276-350]% Damage to Undead || <span class="d2-yellow">远程武器</span> || 45 || 37 || 1 || 142 || new
|-
|-
| Penetrating || +[5-10]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 15 || 10 || 4 || 143 || new
| Penetrating || +[5-10]% Chance to Pierce || <span class="d2-yellow">箭袋</span> || 15 || 10 || 4 || 143 || new
|-
|-
| Puncturing || +[11-20]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 30 || 25 || 3 || 143 || new
| Puncturing || +[11-20]% Chance to Pierce || <span class="d2-yellow">箭袋</span> || 30 || 25 || 3 || 143 || new
|-
|-
| Piercing || +[21-30]% Chance to Pierce || <span class="d2-yellow">Quiver</span> || 45 || 40 || 2 || 143 || new
| Piercing || +[21-30]% Chance to Pierce || <span class="d2-yellow">箭袋</span> || 45 || 40 || 2 || 143 || new
|-
|-
| Impaling || +[31-40]% Chance to Pierce || <span class="d2-blue">Quiver</span> || 60 || 55 || 2 || 143 || new
| Impaling || +[31-40]% Chance to Pierce || <span class="d2-blue">箭袋</span> || 60 || 55 || 2 || 143 || new
|-
|-
| 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
| Cultist's || 20% Chance of Open Wounds,<br>+[30-40] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 28-68 || 25 || 4 || 170 || new
|-
|-
| 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
| Bloodthirster's || 20% Chance of Open Wounds,<br>+[136-190] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 48 || 45 || 4 || 170 || new
|-
|-
| 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
| Gorelust's || 20% Chance of Open Wounds,<br>+[224-310] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 68 || 65 || 4 || 170 || new
|-
|-
| 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
| Blood Letting || +1 Life after each Kill || <span class="d2-yellow">武器, 戒指, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 13-53 || 12 || 3 || 200 || new
|-
|-
| Murderous || +[2-5] Life after each Kill || <span class="d2-yellow">Weapon, Circlet, Chest, Helm, Shield, Quiver</span> || 51 || 44 || 1 || 200 || new
| Murderous || +[2-5] Life after each Kill || <span class="d2-yellow">武器, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 51 || 44 || 1 || 200 || new
|-
|-
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">Chest, Helm, Shield, Weapon, Ring, Quiver</span> || 32 || 26 || 2 || 200 || new
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">护甲, 头盔, 盾牌, 武器, 戒指, 箭袋</span> || 32 || 26 || 2 || 200 || new
|}
|}


{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Equipment Suffixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">装备后缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| 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
| Health || Physical Damage Taken Reduced by 1 || <span class="d2-yellow">护甲, 盾牌, 戒指, 项链, 头环, 箭袋</span> || 7-47 || 5 || 4 || 1 || added max alvl, added 箭袋
|-
|-
| 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
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">戒指, 项链, 头环, 箭袋</span> || 18-48 || 13 || 4 || 1 || added max alvl, added 箭袋
|-
|-
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">Chest, Shield, Circlet</span> || 24-64 || 18 || 4 || 1 || added max alvl
| Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 24-64 || 18 || 4 || 1 || added max alvl
|-
|-
| 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
| Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">项链, 头环, 箭袋</span> || 26-66 || 19 || 4 || 1 || added max alvl, added 箭袋
|-
|-
| 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
| Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">护甲, 盾牌, 头环, 戒指</span> || 32-72 || 24 || 4 || 1 || added max alvl, added 戒指
|-
|-
| Life || Physical Damage Taken Reduced by 4 || <span class="d2-yellow">Amulet, Circlet, Quiver</span> || 35 || 26 || 4 || 1 || added Quiver
| Life || Physical Damage Taken Reduced by 4 || <span class="d2-yellow">项链, 头环, 箭袋</span> || 35 || 26 || 4 || 1 || added 箭袋
|-
|-
| Life || Physical Damage Taken Reduced by [4-7] || <span class="d2-yellow">Chest, Shield, Circlet, Ring</span> || 41 || 33 || 4 || 1 || added Ring
| Life || Physical Damage Taken Reduced by [4-7] || <span class="d2-yellow">护甲, 盾牌, 头环, 戒指</span> || 41 || 33 || 4 || 1 || added 戒指
|-
|-
| Life Everlasting || Physical Damage Taken Reduced by [10-25] || <span class="d2-blue">Amulet, Circlet</span> || 45 || 37 || 4 || 1 ||  
| Life Everlasting || Physical Damage Taken Reduced by [10-25] || <span class="d2-blue">项链, 头环</span> || 45 || 37 || 4 || 1 ||  
|-
|-
| 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 -->
| Amicae || Physical Damage Taken Reduced by [8-15] || <span class="d2-yellow">护甲, 盾牌, 头环, 项链</span> || 51 || 43 || 4 || 1 || 以前是 magic only, added 项链<!-- Anima in 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
| Warding || Magic Damage Taken Reduced by [1-2] || <span class="d2-yellow">护甲, 盾牌, 戒指, 项链, 法珠, 头环, 箭袋</span> || 7-47 || 5 || 4 || 2 || added max alvl, added 箭袋, reduction 以前是 1
|-
|-
| 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
| Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 12 || 4 || 2 || added 箭袋, reduction 以前是 2
|-
|-
| Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 24 || 18 || 4 || 2 || reduction was 2
| Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 24 || 18 || 4 || 2 || reduction 以前是 2
|-
|-
| 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
| Guarding || Magic Damage Taken Reduced by [3-6] || <span class="d2-yellow">项链, 法珠, 头环, 箭袋</span> || 26 || 19 || 4 || 2 || added 箭袋, reduction 以前是 3
|-
|-
| 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
| Guarding || Magic Damage Taken Reduced by [3-6] || <span class="d2-yellow">护甲, 盾牌, 头环, 戒指</span> || 32 || 24 || 4 || 2 || added 戒指, reduction 以前是 3
|-
|-
| Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-blue">Chest, Shield, Circlet</span> || 41 || 33 || 4 || 2 || reduction was [4-6]
| Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-blue">护甲, 盾牌, 头环</span> || 41 || 33 || 4 || 2 || reduction 以前是 [4-6]
|-
|-
| 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]
| Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-yellow">项链, 法珠, 头环, 箭袋</span> || 42 || 35 || 4 || 2 || added 箭袋, reduction 以前是 [4-6]
|-
|-
| Piercing || Ignore Target's Defense || <span class="d2-yellow">Rod, Knife, Claw</span> || 25 || 18 || 2 || 4 ||  
| Piercing || Ignore Target's Defense || <span class="d2-yellow">杖类, 小刀, </span> || 25 || 18 || 2 || 4 ||  
|-
|-
| Thorns || Attacker Takes Damage of 1 || <span class="d2-yellow">Chest, Belt, Shield</span> || 1-13 || 1 || 4 || 6 ||  
| Thorns || Attacker Takes Damage of 1 || <span class="d2-yellow">护甲, 腰带, 盾牌</span> || 1-13 || 1 || 4 || 6 ||  
|-
|-
| 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]
| Thorns || Attacker Takes Damage of [3-6] || <span class="d2-yellow">护甲, 盾牌, 腰带, 头环</span> || 14-54 || 10 || 4 || 6 || added max alvl, 伤害以前是 [1-3]
|-
|-
| 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]
| Spikes || Attacker Takes Damage of [8-12] || <span class="d2-yellow">护甲, 盾牌, 腰带, 头环</span> || 21-61 || 15 || 4 || 6 || added max alvl, 伤害以前是 [4-6]
|-
|-
| 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]
| Razors || Attacker Takes Damage of [31-40] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 34-74 || 26 || 4 || 6 || added max alvl, 伤害以前是 [7-9]
|-
|-
| 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]
| Swords || Attacker Takes Damage of [80-160] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 47 || 39 || 4 || 6 || 以前是 magic only, 伤害以前是 [10-20]
|-
|-
| Swords || Attacker Takes Damage of [200-400] || <span class="d2-yellow">Chest, Shield, Circlet</span> || 67 || 50 || 4 || 6 || new
| Swords || Attacker Takes Damage of [200-400] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 67 || 50 || 4 || 6 || new
|-
|-
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 5 || 3 || 6 || 7 || added Quiver
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 5 || 3 || 6 || 7 || added 箭袋
|-
|-
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 17 || 6 || 7 || added Quiver
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 25 || 17 || 6 || 7 || added 箭袋
|-
|-
| Swiftness || +30% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>, Missile Weapon</span> || 34 || 26 || 6 || 7 || added Missile Weapon
| Swiftness || +30% Increased Attack Speed || <span class="d2-yellow">远程 Weapon<sup>P</sup>, 远程武器</span> || 34 || 26 || 6 || 7 || added 远程武器
|-
|-
| Quickness || +40% Increased Attack Speed || <span class="d2-yellow">Melee Weapon<sup>P</sup>, Missile Weapon</span> || 46 || 38 || 5 || 7 || added Missile Weapon
| Quickness || +40% Increased Attack Speed || <span class="d2-yellow">远程 Weapon<sup>P</sup>, 远程武器</span> || 46 || 38 || 5 || 7 || added 远程武器
|-
|-
| Blocking || 10% Increased Chance of Blocking,<br>+15% Faster Block Rate || <span class="d2-yellow">Shield</span> || 1 || 1 || 7 || 8 ||  
| Blocking || 10% Increased Chance of Blocking,<br>+15% Faster Block Rate || <span class="d2-yellow">盾牌</span> || 1 || 1 || 7 || 8 ||  
|-
|-
| Deflecting || 20% Increased Chance of Blocking,<br>+30% Faster Block Rate || <span class="d2-yellow">Shield</span> || 11 || 8 || 6 || 8 ||  
| Deflecting || 20% Increased Chance of Blocking,<br>+30% Faster Block Rate || <span class="d2-yellow">盾牌</span> || 11 || 8 || 6 || 8 ||  
|-
|-
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">Gloves</span> || 20 || 15 || 2 || 9 || group was 7
| Readiness || +10% Increased Attack Speed || <span class="d2-yellow">手套</span> || 20 || 15 || 2 || 9 || group 以前是 7
|-
|-
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Gloves</span> || 43 || 35 || 4 || 9 || group was 7
| Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">手套</span> || 43 || 35 || 4 || 9 || group 以前是 7
|-
|-
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Rod, Ring, Amulet, Orb, Circlet</span> || 5 || 3 || 6 || 9 ||  
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环</span> || 5 || 3 || 6 || 9 ||  
|-
|-
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Chest, Shield, Paladin Shield</span> || 17 || 20 || 4 || 9 || new
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">护甲, 盾牌, 圣骑士盾牌</span> || 17 || 20 || 4 || 9 || new
|-
|-
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">Gloves, Belt</span> || 25 || 29 || 4 || 9 || new
| Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">手套, 腰带</span> || 25 || 29 || 4 || 9 || new
|-
|-
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">Rod, Orb, Circlet</span> || 29 || 21 || 5 || 9 || added Scepter (Rod includes Staff/Wand/Scepter)
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">杖类, 法珠, 头环</span> || 29 || 21 || 5 || 9 || added 权杖 (includes 法杖/魔杖/权杖)
|-
|-
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">Chest, Shield</span> || 25 || 29 || 2 || 9 || new
| Magus || +20% Faster Cast Rate || <span class="d2-yellow">护甲, 盾牌</span> || 25 || 29 || 2 || 9 || new
|-
|-
| Frost || +1 Cold Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 10 ||  
| Frost || +1 Cold Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 10 ||  
|-
|-
| 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
| Frost || Adds 1 to [1-2] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 4-44 || 3 || 5 || 10 || added max alvl, added 箭袋
|-
|-
| 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
| Frost || Adds 1 to [3-6] Cold Damage (2 second chill) || <span class="d2-yellow">腰带, 项链</span> || 45-85 || 37 || 2 || 10 || added max alvl, alvl 以前是 55, rlvl 以前是 41
|-
|-
| Icicle || Adds [3-4] to [12-16] 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, damage was 1 to [3-4]
| Icicle || Adds [3-4] to [12-16] Cold Damage (3 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 13-53 || 9 || 4 || 10 || added max alvl, added 箭袋, 伤害以前是 1 to [3-4]
|-
|-
| Glacier || Adds [14-21] to [45-71] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 27 || 20 || 3 || 10 || added Quiver, damage was [2-4] to [4-15]
| Glacier || Adds [14-21] to [45-71] Cold Damage (4 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 27 || 20 || 3 || 10 || added 箭袋, 伤害以前是 [2-4] to [4-15]
|-
|-
| Winter || Adds [44-60] to [126-246] Cold Damage (6 second chill) || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 45 || 37 || 2 || 10 || added Quiver, damage was [5-9] to [16-50]
| Winter || Adds [44-60] to [126-246] Cold Damage (6 second chill) || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 45 || 37 || 2 || 10 || added 箭袋, 伤害以前是 [5-9] to [16-50]
|-
|-
| Hypothermia || Adds [63-118] to [238-365] Cold Damage (6 second chill) || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 70 || 53 || 2 || 10 || new
| Hypothermia || Adds [63-118] to [238-365] Cold Damage (6 second chill) || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 70 || 53 || 2 || 10 || new
|-
|-
| Warmth || Half Freeze Duration || <span class="d2-yellow">Shield, Boots, Gloves, Ring, Amulet, Circlet, Orb</span> || 10 || 7 || 4 || 11 ||  
| Warmth || Half Freeze Duration || <span class="d2-yellow">盾牌, 鞋子, 手套, 戒指, 项链, 头环, 法珠</span> || 10 || 7 || 4 || 11 ||  
|-
|-
| Flame || +[1-2] Fire Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 12 ||  
| Flame || +[1-2] Fire Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 12 ||  
|-
|-
| 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
| Flame || Adds 1 to [2-5] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 4-44 || 3 || 5 || 12 || added max alvl, added 箭袋
|-
|-
| Flame || Adds 1 to [2-6] Fire Damage || <span class="d2-yellow">Gloves, Ring, Amulet</span> || 40-80 || 30 || 2 || 12 || added max alvl
| Flame || Adds 1 to [2-6] Fire Damage || <span class="d2-yellow">手套, 戒指, 项链</span> || 40-80 || 30 || 2 || 12 || added max alvl
|-
|-
| Fire || Adds [2-8] to [12-22] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 15-55 || 11 || 4 || 12 || added max alvl, added Quiver, damage was [1-4] to [6-11]
| Fire || Adds [2-8] to [12-22] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 15-55 || 11 || 4 || 12 || added max alvl, added 箭袋, 伤害以前是 [1-4] to [6-11]
|-
|-
| Burning || Adds [20-30] to [37-72] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25-65 || 18 || 3 || 12 || added max alvl, added Quiver, damage was [5-9] to [10-20]
| Burning || Adds [20-30] to [37-72] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 25-65 || 18 || 3 || 12 || added max alvl, added 箭袋, 伤害以前是 [5-9] to [10-20]
|-
|-
| Incineration || Adds [57-90] to [102-146] Fire Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 43 || 35 || 2 || 12 || added Quiver, damage was [10-20] to [21-75]
| Incineration || Adds [57-90] to [102-146] Fire Damage || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 43 || 35 || 2 || 12 || added 箭袋, 伤害以前是 [10-20] to [21-75]
|-
|-
| Ashes || Adds [152-214] to [228-302] Fire Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 70 || 53 || 2 || 12 || new
| Ashes || Adds [152-214] to [228-302] Fire Damage || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 70 || 53 || 2 || 12 || new
|-
|-
| Shock || +[1-3] Lightning Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 13 ||  
| Shock || +[1-3] Lightning Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-3 || 1 || 4 || 13 ||  
|-
|-
| Shock || Adds 1 to [3-8] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 4-44 || 3 || 5 || 13 || added max alvl, added Quiver, damage was 1 to [6-8]
| Shock || Adds 1 to [3-8] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 4-44 || 3 || 5 || 13 || added max alvl, added 箭袋, 伤害以前是 1 to [6-8]
|-
|-
| 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
| Shock || Adds 1 to [11-23] Lightning Damage || <span class="d2-yellow">鞋子, 戒指, 项链</span> || 45-85 || 37 || 2 || 13 || added max alvl, alvl 以前是 50, added 箭袋
|-
|-
| Lightning || Adds 1 to [14-24] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 15-55 || 11 || 4 || 13 || added max alvl, added Quiver, damage was 1 to [9-16]
| Lightning || Adds 1 to [14-24] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 15-55 || 11 || 4 || 13 || added max alvl, added 箭袋, 伤害以前是 1 to [9-16]
|-
|-
| Thunder || Adds 1 to [34-84] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, Quiver</span> || 25 || 18 || 3 || 13 || added Quiver, damage was 1 to [17-40]
| Thunder || Adds 1 to [34-84] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 25 || 18 || 3 || 13 || added 箭袋, 伤害以前是 1 to [17-40]
|-
|-
| Storms || Adds [1-6] to [85-126] Lightning Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 34 || 26 || 2 || 13 || added Quiver, damage was [1-6] to [41-120]
| Storms || Adds [1-6] to [85-126] Lightning Damage || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 34 || 26 || 2 || 13 || added 箭袋, 伤害以前是 [1-6] to [41-120]
|-
|-
| Maelstrom || Adds [1-6] to [303-403] Lightning Damage || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 70 || 53 || 2 || 13 || new
| Maelstrom || Adds [1-6] to [303-403] Lightning Damage || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 70 || 53 || 2 || 13 || new
|-
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>, Ring, Amulet</span> || 1-41 || 1 || 8 || 14 || added max alvl
| Craftsmanship || +1 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 项链</span> || 1-41 || 1 || 8 || 14 || added max alvl
|-
|-
| Craftsmanship || +[1-2] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 1-7 || 1 || 4 || 14 || added Helm
| Craftsmanship || +[1-2] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 1-7 || 1 || 4 || 14 || added 头盔
|-
|-
| Craftsmanship || +[2-3] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 8-14 || 6 || 4 || 14 || added Helm
| Craftsmanship || +[2-3] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 8-14 || 6 || 4 || 14 || added 头盔
|-
|-
| Craftsmanship || +[4-5] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 15-55 || 11 || 4 || 14 || added max alvl, added Helm
| Craftsmanship || +[4-5] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 15-55 || 11 || 4 || 14 || added max alvl, added 头盔
|-
|-
| Quality || +2 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 4-44 || 3 || 8 || 14 || added max alvl
| Quality || +2 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 4-44 || 3 || 8 || 14 || added max alvl
|-
|-
| Quality || +[6-7] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 23-29 || 17 || 4 || 14 || added Helm
| Quality || +[6-7] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 23-29 || 17 || 4 || 14 || added 头盔
|-
|-
| Quality || +[7-8] to Maximum Damage || <span class="d2-yellow">Circlet, Helm</span> || 30-70 || 22 || 4 || 14 || added max alvl, added Helm
| Quality || +[7-8] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 30-70 || 22 || 4 || 14 || added max alvl, added 头盔
|-
|-
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 7-47 || 5 || 7 || 14 || added max alvl
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 7-47 || 5 || 7 || 14 || added max alvl
|-
|-
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Shield, Ring, Amulet</span> || 42 || 34 || 4 || 14 ||  
| Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">盾牌, 戒指, 项链</span> || 42 || 34 || 4 || 14 ||  
|-
|-
| Maiming || +[9-10] to Maximum Damage || <span class="d2-blue">Circlet, Helm</span> || 37-44 || 29 || 4 || 14 || added Helm
| Maiming || +[9-10] to Maximum Damage || <span class="d2-blue">头环, 头盔</span> || 37-44 || 29 || 4 || 14 || added 头盔
|-
|-
| Maiming || +[11-12] to Maximum Damage || <span class="d2-blue">Circlet, Helm</span> || 45 || 37 || 4 || 14 || added Helm
| Maiming || +[11-12] to Maximum Damage || <span class="d2-blue">头环, 头盔</span> || 45 || 37 || 4 || 14 || added 头盔
|-
|-
| Slaying || +[5-7] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 11-51 || 8 || 7 || 14 || added max alvl
| Slaying || +[5-7] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 11-51 || 8 || 7 || 14 || added max alvl
第836行: 第837行:
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19 || 14 || 6 || 14 ||  
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19 || 14 || 6 || 14 ||  
|-
|-
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 71 || 58 || 2 || 14 || new
| Carnage || +[11-14] to Maximum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 71 || 58 || 2 || 14 || new
|-
|-
| Slaughter || +[15-20] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 25 || 18 || 5 || 14 ||  
| Slaughter || +[15-20] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 25 || 18 || 5 || 14 ||  
|-
|-
| Butchery || +[21-40] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 35 || 27 || 5 || 14 || was magic only
| Butchery || +[21-40] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 35 || 27 || 5 || 14 || 以前是 magic only
|-
|-
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 45 || 37 || 4 || 14 ||  
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 45 || 37 || 4 || 14 ||  
|-
|-
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-yellow">Missile Weapon</span> || 45 || 37 || 3 || 14 || new
| Evisceration || +[41-63] to Maximum Damage || <span class="d2-yellow">远程武器</span> || 45 || 37 || 3 || 14 || new
|-
|-
| Worth || +[1-2] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-41 || 1 || 8 || 15 || added max alvl
| Worth || +[1-2] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 1-41 || 1 || 8 || 15 || added max alvl
|-
|-
| 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
| Worth || +[2-3] to Minimum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 15-55 || 11 || 4 || 15 || added max alvl, added 头盔
|-
|-
| Measure || +[3-4] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12-52 || 9 || 7 || 15 || added max alvl
| Measure || +[3-4] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12-52 || 9 || 7 || 15 || added max alvl
|-
|-
| 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
| Measure || +[4-5] to Minimum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 37-77 || 29 || 4 || 15 || added max alvl, added 头盔
|-
|-
| Excellence || +[5-8] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 24 || 18 || 6 || 15 ||  
| Excellence || +[5-8] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 24 || 18 || 6 || 15 ||  
|-
|-
| Excellence || +[6-9] to Minimum Damage || <span class="d2-yellow">Ring, Amulet, Circlet, Helm</span> || 59 || 51 || 4 || 15 || added Helm
| Excellence || +[6-9] to Minimum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 59 || 51 || 4 || 15 || added 头盔
|-
|-
| Performance || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 48 || 40 || 5 || 15 ||  
| Performance || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 48 || 40 || 5 || 15 ||  
|-
|-
| 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
| Performance || +[10-13] to Minimum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 81 || 63 || 2 || 15 || 以前是 magic only, rlvl 以前是 73, frequency 以前是 4
|-
|-
| Transcendence || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 68 || 4 || 15 ||  
| Transcendence || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 68 || 4 || 15 ||  
第867行: 第868行:
| Decay || Adds 1-503 Poison Damage over 2 seconds || <span class="d2-yellow">Ring, Amulet</span> || 70 || 53 || 2 || 15 || added Quiver--><!-- poison bitrate: 8 to 2580 -->
| Decay || Adds 1-503 Poison Damage over 2 seconds || <span class="d2-yellow">Ring, Amulet</span> || 70 || 53 || 2 || 15 || added Quiver--><!-- poison bitrate: 8 to 2580 -->
|-
|-
| 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 -->
| Blight || +1 Poison Damage 持续 2 || <span class="d2-yellow">-权杖 Weapon<sup>P</sup>, 魔杖</span> || 1-4 || 1 || 4 || 16 || <!-- poison bitrate: 8 -->
|-
|-
| 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 -->
| Blight || +7 Poison Damage 持续 3 || <span class="d2-yellow">-权杖 Weapon<sup>P</sup>, 头环, 箭袋</span> || 5-45 || 3 || 5 || 16 || added max alvl, added 箭袋<!-- poison bitrate: 24 -->
|-
|-
| 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 -->
| Blight || +50 Poison Damage 持续 3 || <span class="d2-yellow">戒指, 项链</span> || 45-85 || 33 || 2 || 16 || added max alvl<!-- poison bitrate: 171 -->
|-
|-
| 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 -->
| Venom || +21 Poison Damage 持续 4 || <span class="d2-yellow">-权杖 Weapon<sup>P</sup>, 头环, 箭袋</span> || 15-55 || 11 || 4 || 16 || added max alvl, added 箭袋<!-- poison bitrate: 54 -->
|-
|-
| 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 -->
| Pestilence || +50 Poison Damage 持续 5 || <span class="d2-yellow">-权杖 Weapon<sup>P</sup>, 头环, 箭袋</span> || 25 || 18 || 3 || 16 || added 箭袋<!-- poison bitrate: 103 -->
|-
|-
| 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 -->
| Anthrax || +100 Poison Damage 持续 6 || <span class="d2-yellow">-权杖 Weapon<sup>P</sup>, 箭袋</span> || 33 || 25 || 2 || 16 || added 箭袋<!-- poison bitrate: 171 -->
|-
|-
| Dexterity || +1 to Dexterity || <span class="d2-yellow">Boots, Gloves</span> || 1-12 || 1 || 4 || 17 ||  
| Dexterity || +1 to Dexterity || <span class="d2-yellow">鞋子, 手套</span> || 1-12 || 1 || 4 || 17 ||  
|-
|-
| Dexterity || +1 to Dexterity || <span class="d2-yellow">Ring</span> || 1-5 || 1 || 4 || 17 ||  
| Dexterity || +1 to Dexterity || <span class="d2-yellow">戒指</span> || 1-5 || 1 || 4 || 17 ||  
|-
|-
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet</span> || 1-41 || 1 || 4 || 17 || added max alvl
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环</span> || 1-41 || 1 || 4 || 17 || added max alvl
|-
|-
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 6-46 || 4 || 4 || 17 || added max alvl
| Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">戒指, 手套</span> || 6-46 || 4 || 4 || 17 || added max alvl
|-
|-
| Dexterity || +[2-3] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 13-53 || 9 || 3 || 17 || added max alvl
| Dexterity || +[2-3] to Dexterity || <span class="d2-yellow">护甲, 鞋子</span> || 13-53 || 9 || 3 || 17 || added max alvl
|-
|-
| 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
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 箭袋</span> || 11-51 || 8 || 3 || 17 || added max alvl, added 箭袋
|-
|-
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">Ring, Gloves, Boots</span> || 22 || 16 || 3 || 17 || added Boots
| Skill || +[3-5] to Dexterity || <span class="d2-yellow">戒指, 手套, 鞋子</span> || 22 || 16 || 3 || 17 || added 鞋子
|-
|-
| Skill || +[4-5] to Dexterity || <span class="d2-yellow">Chest</span> || 34-74 || 26 || 3 || 17 || added max alvl, removed Boots
| Skill || +[4-5] to Dexterity || <span class="d2-yellow">护甲</span> || 34-74 || 26 || 3 || 17 || added max alvl, 移除 鞋子
|-
|-
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 27 || 20 || 3 || 17 || added Quiver
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 箭袋</span> || 27 || 20 || 3 || 17 || added 箭袋
|-
|-
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 39 || 31 || 3 || 17 ||  
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">戒指, 手套</span> || 39 || 31 || 3 || 17 ||  
|-
|-
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">Chest, Boots</span> || 46 || 38 || 3 || 17 ||  
| Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">护甲, 鞋子</span> || 46 || 38 || 3 || 17 ||  
|-
|-
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Quiver</span> || 43 || 35 || 3 || 17 || added Quiver
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 箭袋</span> || 43 || 35 || 3 || 17 || added 箭袋
|-
|-
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Ring, Gloves</span> || 56 || 48 || 3 || 17 ||  
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">戒指, 手套</span> || 56 || 48 || 3 || 17 ||  
|-
|-
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">Chest, Boots, Shield</span> || 60 || 52 || 3 || 17 || was magic only, added Shield
| Precision || +[10-15] to Dexterity || <span class="d2-yellow">护甲, 鞋子, 盾牌</span> || 60 || 52 || 3 || 17 || 以前是 magic only, added 盾牌
|-
|-
| Perfection || +[16-20] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet, Chest, Shield</span> || 59 || 51 || 3 || 17 || added Chest, Shield
| Perfection || +[16-20] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 护甲, 盾牌</span> || 59 || 51 || 3 || 17 || added 护甲, 盾牌
|-
|-
| Perfection || +[16-20] to Dexterity || <span class="d2-blue">Ring, Gloves</span> || 75 || 67 || 3 || 17 ||  
| Perfection || +[16-20] to Dexterity || <span class="d2-blue">戒指, 手套</span> || 75 || 67 || 3 || 17 ||  
|-
|-
| Nirvana || +[21-30] to Dexterity || <span class="d2-yellow">Amulet, Missile Weapon, Circlet</span> || 72 || 64 || 3 || 17 || was magic only
| Nirvana || +[21-30] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环</span> || 72 || 64 || 3 || 17 || 以前是 magic only
|-
|-
| Balance || +10% Faster Hit Recovery || <span class="d2-yellow">Non-Gloves Armor</span> || 5 || 3 || 4 || 18 ||  
| Balance || +10% Faster Hit Recovery || <span class="d2-yellow">-手套 防具</span> || 5 || 3 || 4 || 18 ||  
|-
|-
| Equilibrium || +17% Faster Hit Recovery || <span class="d2-yellow">Chest, Belt, Shield</span> || 9 || 6 || 4 || 18 ||  
| Equilibrium || +17% Faster Hit Recovery || <span class="d2-yellow">护甲, 腰带, 盾牌</span> || 9 || 6 || 4 || 18 ||  
|-
|-
| Stability || +24% Faster Hit Recovery || <span class="d2-yellow">Chest, Belt</span> || 18 || 13 || 4 || 18 ||  
| Stability || +24% Faster Hit Recovery || <span class="d2-yellow">护甲, 腰带</span> || 18 || 13 || 4 || 18 ||  
|-
|-
| Regeneration || Replenish Life +2 || <span class="d2-yellow">Amulet, Circlet</span> || 1-9 || 1 || 3 || 19 ||  
| Regeneration || Replenish Life +2 || <span class="d2-yellow">项链, 头环</span> || 1-9 || 1 || 3 || 19 ||  
|-
|-
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Scepter, Belt, Ring, Amulet, Circlet</span> || 10 || 7 || 4 || 19 ||  
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">权杖, 腰带, 戒指, 项链, 头环</span> || 10 || 7 || 4 || 19 ||  
|-
|-
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Shield, Gloves</span> || 40 || 30 || 4 || 19 ||  
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">盾牌, 手套</span> || 40 || 30 || 4 || 19 ||  
|-
|-
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">Chest, Non-Scepter Weapon, Boots</span> || 70 || 52 || 4 || 19 ||  
| Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">护甲, -权杖 武器, 鞋子</span> || 70 || 52 || 4 || 19 ||  
|-
|-
| Regrowth || Replenish Life +[6-10] || <span class="d2-yellow">Scepter, Amulet, Circlet</span> || 17 || 12 || 4 || 19 ||  
| Regrowth || Replenish Life +[6-10] || <span class="d2-yellow">权杖, 项链, 头环</span> || 17 || 12 || 4 || 19 ||  
|-
|-
| Regrowth || Replenish Life +[6-9] || <span class="d2-yellow">Belt, Ring</span> || 55 || 41 || 4 || 19 ||  
| Regrowth || Replenish Life +[6-9] || <span class="d2-yellow">腰带, 戒指</span> || 55 || 41 || 4 || 19 ||  
|-
|-
| Revivification || Replenish Life +[11-15] || <span class="d2-yellow">Scepter, Amulet, Circlet</span> || 38 || 30 || 4 || 19 || was magic only
| Revivification || Replenish Life +[11-15] || <span class="d2-yellow">权杖, 项链, 头环</span> || 38 || 30 || 4 || 19 || 以前是 magic only
|-
|-
| Vileness || Prevent Monster Heal || <span class="d2-yellow">Melee Weapon<sup>PS</sup>, Quiver</span> || 9 || 6 || 3 || 20 || added Quiver
| Vileness || Prevent Monster Heal || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 9 || 6 || 3 || 20 || added 箭袋
|-
|-
| Greed || [25-40]% Extra Gold from Monsters || <span class="d2-yellow">Ring, Amulet, Circlet, Quiver</span> || 1 || 1 || 4 || 21 || added Quiver
| Greed || [25-40]% Extra Gold from Monsters || <span class="d2-yellow">戒指, 项链, 头环, 箭袋</span> || 1 || 1 || 4 || 21 || added 箭袋
|-
|-
| Wealth || [41-80]% Extra Gold from Monsters || <span class="d2-yellow">Boots, Gloves, Belt, Amulet, Circlet, Quiver</span> || 17 || 12 || 4 || 21 || added Quiver
| Wealth || [41-80]% Extra Gold from Monsters || <span class="d2-yellow">鞋子, 手套, 腰带, 项链, 头环, 箭袋</span> || 17 || 12 || 4 || 21 || added 箭袋
|-
|-
| 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
| Chance || [5-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">鞋子, 手套, 戒指, 项链, 头环, 头盔, 箭袋</span> || 12 || 9 || 4 || 22 || added 头盔, 箭袋
|-
|-
| 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
| Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">鞋子, 手套, 项链, 头环, 头盔, 箭袋</span> || 16 || 12 || 4 || 22 || added 头盔, 箭袋
|-
|-
| 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
| Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">戒指</span> || 42 || 31 || 2 || 22 || 以前是 magic only, frequency 以前是 4
|-
|-
| Luck || [26-35]% Better Chance of Getting Magic Items || <span class="d2-blue">Boots, Amulet, Circlet, Quiver</span> || 26 || 19 || 4 || 22 || added Quiver
| Luck || [26-35]% Better Chance of Getting Magic Items || <span class="d2-blue">鞋子, 项链, 头环, 箭袋</span> || 26 || 19 || 4 || 22 || added 箭袋
|-
|-
| Energy || +1 to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Helm, Ring</span> || 1-4 || 1 || 4 || 23 ||  
| Energy || +1 to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖, 头盔, 戒指</span> || 1-4 || 1 || 4 || 23 ||  
|-
|-
| Energy || +[1-3] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 1-41 || 1 || 4 || 23 || added max alvl
| Energy || +[1-3] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖</span> || 1-41 || 1 || 4 || 23 || added max alvl
|-
|-
| Energy || +[1-3] to Energy || <span class="d2-yellow">Ring</span> || 7-47 || 5 || 4 || 23 || added max alvl
| Energy || +[1-3] to Energy || <span class="d2-yellow">戒指</span> || 7-47 || 5 || 4 || 23 || added max alvl
|-
|-
| Energy || +[1-3] to Energy || <span class="d2-yellow">Helm, Scepter</span> || 4-44 || 3 || 3 || 23 || added max alvl
| Energy || +[1-3] to Energy || <span class="d2-yellow">头盔, 权杖</span> || 4-44 || 3 || 3 || 23 || added max alvl
|-
|-
| 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
| Mind || +[4-6] to Energy || <span class="d2-yellow">法珠, 头环, 魔杖, 法杖, 箭袋</span> || 7-47 || 3 || 4 || 23 || added max alvl, 移除 项链, added 箭袋
|-
|-
| Mind || +[4-6] to Energy || <span class="d2-yellow">Ring, Amulet</span> || 13 || 9 || 3 || 23 || added Amulet
| Mind || +[4-6] to Energy || <span class="d2-yellow">戒指, 项链</span> || 13 || 9 || 3 || 23 || added 项链
|-
|-
| Mind || +[4-6] to Energy || <span class="d2-yellow">Helm, Scepter to Energy</span> || 10-50 || 7 || 3 || 23 || added max alvl
| Mind || +[4-6] to Energy || <span class="d2-yellow">头盔, 权杖 to Energy</span> || 10-50 || 7 || 3 || 23 || added max alvl
|-
|-
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 13 || 9 || 3 || 23 || added Quiver
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖, 箭袋</span> || 13 || 9 || 3 || 23 || added 箭袋
|-
|-
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Ring</span> || 21 || 16 || 3 || 23 ||  
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">戒指</span> || 21 || 16 || 3 || 23 ||  
|-
|-
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">Helm, Scepter</span> || 16 || 12 || 3 || 23 ||  
| Brilliance || +[7-10] to Energy || <span class="d2-yellow">头盔, 权杖</span> || 16 || 12 || 3 || 23 ||  
|-
|-
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff, Quiver</span> || 21 || 16 || 3 || 23 || added Quiver
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖, 箭袋</span> || 21 || 16 || 3 || 23 || added 箭袋
|-
|-
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">Ring</span> || 31 || 23 || 3 || 23 ||  
| Sorcery || +[11-15] to Energy || <span class="d2-yellow">戒指</span> || 31 || 23 || 3 || 23 ||  
|-
|-
| Sorcery || +[11-15] to Energy || <span class="d2-blue">Helm, Scepter</span> || 26 || 21 || 3 || 23 ||  
| Sorcery || +[11-15] to Energy || <span class="d2-blue">头盔, 权杖</span> || 26 || 21 || 3 || 23 ||  
|-
|-
| Wizardry || +[16-20] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 31 || 23 || 3 || 23 ||  
| Wizardry || +[16-20] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖</span> || 31 || 23 || 3 || 23 ||  
|-
|-
| Wizardry || +[16-20] to Energy || <span class="d2-blue">Ring</span> || 41 || 33 || 3 || 23 ||  
| Wizardry || +[16-20] to Energy || <span class="d2-blue">戒指</span> || 41 || 33 || 3 || 23 ||  
|-
|-
| Enlightenment || +[21-30] to Energy || <span class="d2-yellow">Amulet, Orb, Circlet, Wand, Staff</span> || 41 || 33 || 3 || 23 || was magic only
| Enlightenment || +[21-30] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖</span> || 41 || 33 || 3 || 23 || 以前是 magic only
|-
|-
| Bear || Knockback || <span class="d2-yellow">Melee Weapon</span> || 8 || 6 || 3 || 24 ||  
| Bear || Knockback || <span class="d2-yellow">近战武器</span> || 8 || 6 || 3 || 24 ||  
|-
|-
| Bear || Knockback || <span class="d2-yellow">Quiver</span> || 30 || 24 || 2 || 24 || new
| Bear || Knockback || <span class="d2-yellow">箭袋</span> || 30 || 24 || 2 || 24 || new
|-
|-
| Light || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">Ring, Amulet</span> || 1-5 || 1 || 4 || 25 ||  
| Light || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">戒指, 项链</span> || 1-5 || 1 || 4 || 25 ||  
|-
|-
| 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
| Light || +1 to Light Radius,<br>+[15-30] to Attack Rating || <span class="d2-yellow">防具, 杖类, 戒指, 项链, 箭袋</span> || 6-46 || 4 || 1 || 25 || added max alvl, added 箭袋, AR 以前是 15
|-
|-
| 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 || split off Ring, Amulet, added max alvl, added Chest, Quiver, AR was 30
| Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 头盔, 护甲, 箭袋</span> || 15-55 || 11 || 1 || 25 || split off 戒指, 项链, added max alvl, added 护甲, 箭袋, AR 以前是 30
|-
|-
| Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">Ring, Amulet</span> || 15 || 11 || 1 || 25 || new (split off)
| Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">戒指, 项链</span> || 15 || 11 || 1 || 25 || new (split off)
|-
|-
| 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
| Clarity || +4 to Light Radius,<br>+[60-120] to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 项链, 头盔, 护甲, 戒指</span> || 25 || 21 || 1 || 25 || new
|-
|-
| 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
| Divinity || +5 to Light Radius,<br>+[120-240] to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 项链, 护甲</span> || 50 || 42 || 1 || 25 || new
|-
|-
| 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
| Sun || +5 to Light Radius,<br>5% Bonus to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 手套, 戒指, 项链, 头盔, 护甲</span> || 17 || 12 || 1 || 25 || added 护甲
|-
|-
| 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 -->
| Sunset || +5 to Light Radius,<br>10% Bonus to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 手套, 戒指, 项链, 头盔, 护甲</span> || 27 || 22 || 1 || 25 || new<!-- Dawn in file -->
|-
|-
| 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 -->
| Sunset || +[5-8] to Light Radius,<br>10% Bonus to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 手套, 戒指, 项链, 头盔, 护甲</span> || 34 || 26 || 1 || 25 || new<!-- Dawn in file -->
|-
|-
| Jackal || +[1-5] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet</span> || 1-41 || 1 || 3 || 26 || added max alvl
| Jackal || +[1-5] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环</span> || 1-41 || 1 || 3 || 26 || added max alvl
|-
|-
| Jackal || +[1-5] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 4-44 || 3 || 3 || 26 || added max alvl
| Jackal || +[1-5] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 4-44 || 3 || 3 || 26 || added max alvl
|-
|-
| Jackal || +[1-5] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 8-48 || 6 || 3 || 26 || added max alvl
| Jackal || +[1-5] to Life || <span class="d2-yellow">任何钉锤, 戒指, 头盔</span> || 8-48 || 6 || 3 || 26 || added max alvl
|-
|-
| 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
| Fox || +[6-10] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环, 箭袋</span> || 7-47 || 5 || 3 || 26 || added max alvl, added 箭袋
|-
|-
| Fox || +[6-10] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 11-55 || 8 || 3 || 26 || added max alvl
| Fox || +[6-10] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 11-55 || 8 || 3 || 26 || added max alvl
|-
|-
| Fox || +[6-10] to Life || <span class="d2-yellow">Any Mace, Helm</span> || 17-57 || 13 || 3 || 26 || split off Ring, added max alvl
| Fox || +[6-10] to Life || <span class="d2-yellow">任何钉锤, 头盔</span> || 17-57 || 13 || 3 || 26 || split off 戒指, added max alvl
|-
|-
| Fox || +[6-10] to Life || <span class="d2-yellow">Ring</span> || 17 || 13 || 3 || 26 || new (split off)
| Fox || +[6-10] to Life || <span class="d2-yellow">戒指</span> || 17 || 13 || 3 || 26 || new (split off)
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Chest, Barbarian Helm, Circlet, Quiver</span> || 15-55 || 11 || 3 || 26 || split off Amulet, Belt, added max alvl, added Quiver
| Wolf || +[11-20] to Life || <span class="d2-yellow">护甲, 野蛮人头盔, 头环, 箭袋</span> || 15-55 || 11 || 3 || 26 || split off 项链, 腰带, added max alvl, added 箭袋
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Amulet, Belt</span> || 15 || 11 || 3 || 26 || new (split off)
| Wolf || +[11-20] to Life || <span class="d2-yellow">项链, 腰带</span> || 15 || 11 || 3 || 26 || new (split off)
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 27-67 || 20 || 3 || 26 || added max alvl
| Wolf || +[11-20] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 27-67 || 20 || 3 || 26 || added max alvl
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Any Mace, Helm</span> || 34-74 || 26 || 3 || 26 || split off Ring, added max alvl
| Wolf || +[11-20] to Life || <span class="d2-yellow">任何钉锤, 头盔</span> || 34-74 || 26 || 3 || 26 || split off 戒指, added max alvl
|-
|-
| Wolf || +[11-20] to Life || <span class="d2-yellow">Ring</span> || 34 || 26 || 3 || 26 || new (split off)
| Wolf || +[11-20] to Life || <span class="d2-yellow">戒指</span> || 34 || 26 || 3 || 26 || new (split off)
|-
|-
| Tiger || +[21-30] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 20 || 15 || 3 || 26 || added Quiver
| Tiger || +[21-30] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环, 箭袋</span> || 20 || 15 || 3 || 26 || added 箭袋
|-
|-
| Tiger || +[21-30] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 43 || 35 || 3 || 26 ||  
| Tiger || +[21-30] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 43 || 35 || 3 || 26 ||  
|-
|-
| Tiger || +[21-30] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 51 || 43 || 3 || 26 ||  
| Tiger || +[21-30] to Life || <span class="d2-yellow">任何钉锤, 戒指, 头盔</span> || 51 || 43 || 3 || 26 ||  
|-
|-
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet, Quiver</span> || 25 || 18 || 3 || 26 || added Quiver
| Mammoth || +[31-40] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环, 箭袋</span> || 25 || 18 || 3 || 26 || added 箭袋
|-
|-
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 59 || 51 || 3 || 26 ||  
| Mammoth || +[31-40] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 59 || 51 || 3 || 26 ||  
|-
|-
| Mammoth || +[31-40] to Life || <span class="d2-yellow">Any Mace, Ring, Helm</span> || 68 || 60 || 3 || 26 ||  
| Mammoth || +[31-40] to Life || <span class="d2-yellow">任何钉锤, 戒指, 头盔</span> || 68 || 60 || 3 || 26 ||  
|-
|-
| Colossus || +[41-60] to Life || <span class="d2-yellow">Chest, Belt, Amulet, Barbarian Helm, Circlet</span> || 30 || 22 || 3 || 26 || <!-- Colosuss in file -->
| Colossus || +[41-60] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环</span> || 30 || 22 || 3 || 26 || <!-- Colosuss in file -->
|-
|-
| Colossus || +[41-60] to Life || <span class="d2-yellow">Shield, Druid Helm</span> || 75 || 67 || 3 || 26 || was magic only<!-- Colosuss in file -->
| Colossus || +[41-60] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 75 || 67 || 3 || 26 || 以前是 magic only<!-- Colosuss in file -->
|-
|-
| Squid || +[61-80] to Life || <span class="d2-yellow">Chest, Belt, Barbarian Helm, Circlet, Shield</span> || 40 || 30 || 3 || 26 || split off Amulet, was magic only
| Squid || +[61-80] to Life || <span class="d2-yellow">护甲, 腰带, 野蛮人头盔, 头环, 盾牌</span> || 40 || 30 || 3 || 26 || split off 项链, 以前是 magic only
|-
|-
| Squid || +[61-80] to Life || <span class="d2-blue">Amulet</span> || 40 || 30 || 3 || 26 || new (split off)
| Squid || +[61-80] to Life || <span class="d2-blue">项链</span> || 40 || 30 || 3 || 26 || new (split off)
|-
|-
| Whale || +[81-100] to Life || <span class="d2-yellow">Chest, Belt, Barbarian Helm, Circlet, Shield</span> || 50 || 37 || 3 || 26 || split off Amulet, was magic only
| Whale || +[81-100] to Life || <span class="d2-yellow">护甲, 腰带, 野蛮人头盔, 头环, 盾牌</span> || 50 || 37 || 3 || 26 || split off 项链, 以前是 magic only
|-
|-
| Whale || +[81-100] to Life || <span class="d2-blue">Amulet</span> || 50 || 37 || 3 || 26 || new (split off)
| Whale || +[81-100] to Life || <span class="d2-blue">项链</span> || 50 || 37 || 3 || 26 || new (split off)
|-
|-
| Leech || [2-3]% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 24 || 20 || 2 || 27 ||  
| Leech || [2-3]% Life Stolen per Hit || <span class="d2-yellow">项链</span> || 24 || 20 || 2 || 27 ||  
|-
|-
| Leech || 3% Life Stolen per Hit || <span class="d2-yellow">Gloves</span> || 34 || 26 || 4 || 27 ||  
| Leech || 3% Life Stolen per Hit || <span class="d2-yellow">手套</span> || 34 || 26 || 4 || 27 ||  
|-
|-
| Leech || [3-4]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet, Helm</span> || 14 || 10 || 4 || 27 || added Helm
| Leech || [3-4]% Life Stolen per Hit || <span class="d2-yellow">戒指, 头环, 头盔</span> || 14 || 10 || 4 || 27 || added 头盔
|-
|-
| Leech || [4-5]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon, Missile Weapon, Quiver</span> || 6 || 4 || 7 || 27 || added Quiver
| Leech || [4-5]% Life Stolen per Hit || <span class="d2-yellow">近战武器, 远程武器, 箭袋</span> || 6 || 4 || 7 || 27 || added 箭袋
|-
|-
| Locust || [4-5]% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 57 || 45 || 2 || 27 ||  
| Locust || [4-5]% Life Stolen per Hit || <span class="d2-yellow">项链</span> || 57 || 45 || 2 || 27 ||  
|-
|-
| Locust || [5-6]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet</span> || 47 || 35 || 4 || 27 ||  
| Locust || [5-6]% Life Stolen per Hit || <span class="d2-yellow">戒指, 头环</span> || 47 || 35 || 4 || 27 ||  
|-
|-
| Locust || [6-7]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon, Quiver</span> || 20 || 15 || 7 || 27 || added Quiver
| Locust || [6-7]% Life Stolen per Hit || <span class="d2-yellow">近战武器, 箭袋</span> || 20 || 15 || 7 || 27 || added 箭袋
|-
|-
| Lamprey || 6% Life Stolen per Hit || <span class="d2-yellow">Amulet</span> || 75 || 63 || 2 || 27 || alvl was 85, rlvl was 73
| Lamprey || 6% Life Stolen per Hit || <span class="d2-yellow">项链</span> || 75 || 63 || 2 || 27 || alvl 以前是 85, rlvl 以前是 73
|-
|-
| Lamprey || [6-9]% Life Stolen per Hit || <span class="d2-blue">Quiver</span> || 55 || 43 || 7 || 27 || new
| Lamprey || [6-9]% Life Stolen per Hit || <span class="d2-blue">箭袋</span> || 55 || 43 || 7 || 27 || new
|-
|-
| Lamprey || [7-8]% Life Stolen per Hit || <span class="d2-yellow">Ring, Circlet</span> || 77 || 65 || 4 || 27 ||  
| Lamprey || [7-8]% Life Stolen per Hit || <span class="d2-yellow">戒指, 头环</span> || 77 || 65 || 4 || 27 ||  
|-
|-
| Lamprey || [8-9]% Life Stolen per Hit || <span class="d2-yellow">Melee Weapon</span> || 55 || 43 || 7 || 27 ||  
| Lamprey || [8-9]% Life Stolen per Hit || <span class="d2-yellow">近战武器</span> || 55 || 43 || 7 || 27 ||  
|-
|-
| Bat || [2-3]% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 25 || 21 || 2 || 28 ||  
| Bat || [2-3]% Mana Stolen per Hit || <span class="d2-yellow">戒指</span> || 25 || 21 || 2 || 28 ||  
|-
|-
| Bat || 3% Mana Stolen per Hit || <span class="d2-yellow">Gloves</span> || 35 || 27 || 4 || 28 ||  
| Bat || 3% Mana Stolen per Hit || <span class="d2-yellow">手套</span> || 35 || 27 || 4 || 28 ||  
|-
|-
| Bat || [3-4]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet, Helm</span> || 15 || 11 || 4 || 28 || added Helm
| Bat || [3-4]% Mana Stolen per Hit || <span class="d2-yellow">项链, 头环, 头盔</span> || 15 || 11 || 4 || 28 || added 头盔
|-
|-
| Bat || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon, Missile Weapon, Quiver</span> || 7 || 4 || 7 || 28 || added Quiver
| Bat || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">近战武器, 远程武器, 箭袋</span> || 7 || 4 || 7 || 28 || added 箭袋
|-
|-
| Wraith || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 58 || 46 || 2 || 28 ||  
| Wraith || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">戒指</span> || 58 || 46 || 2 || 28 ||  
|-
|-
| Wraith || [5-6]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet</span> || 58 || 40 || 4 || 28 ||  
| Wraith || [5-6]% Mana Stolen per Hit || <span class="d2-yellow">项链, 头环</span> || 58 || 40 || 4 || 28 ||  
|-
|-
| Wraith || [6-7]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon, Quiver</span> || 21 || 16 || 7 || 28 || added Quiver
| Wraith || [6-7]% Mana Stolen per Hit || <span class="d2-yellow">近战武器, 箭袋</span> || 21 || 16 || 7 || 28 || added 箭袋
|-
|-
| Vampire || 6% Mana Stolen per Hit || <span class="d2-yellow">Ring</span> || 76 || 64 || 2 || 28 || alvl was 86, rlvl was 74
| Vampire || 6% Mana Stolen per Hit || <span class="d2-yellow">戒指</span> || 76 || 64 || 2 || 28 || alvl 以前是 86, rlvl 以前是 74
|-
|-
| Vampire || [6-9]% Mana Stolen per Hit || <span class="d2-blue">Quiver</span> || 56 || 48 || 7 || 28 || new
| Vampire || [6-9]% Mana Stolen per Hit || <span class="d2-blue">箭袋</span> || 56 || 48 || 7 || 28 || new
|-
|-
| Vampire || [7-8]% Mana Stolen per Hit || <span class="d2-yellow">Amulet, Circlet</span> || 78 || 66 || 4 || 28 ||  
| Vampire || [7-8]% Mana Stolen per Hit || <span class="d2-yellow">项链, 头环</span> || 78 || 66 || 4 || 28 ||  
|-
|-
| Vampire || [8-9]% Mana Stolen per Hit || <span class="d2-yellow">Melee Weapon</span> || 56 || 48 || 7 || 28 ||  
| Vampire || [8-9]% Mana Stolen per Hit || <span class="d2-yellow">近战武器</span> || 56 || 48 || 7 || 28 ||  
|-
|-
| Remedy || Poison Length Reduced by 25% || <span class="d2-yellow">Armor, Ring, Amulet, Circlet, Quiver</span> || 7 || 5 || 3 || 29 || added Quiver
| Remedy || Poison Length Reduced by 25% || <span class="d2-yellow">防具, 戒指, 项链, 头环, 箭袋</span> || 7 || 5 || 3 || 29 || added 箭袋
|-
|-
| Amelioration || Poison Length Reduced by 50% || <span class="d2-yellow">Chest, Shield, Amulet, Circlet, Quiver</span> || 18 || 13 || 3 || 29 || added Quiver
| Amelioration || Poison Length Reduced by 50% || <span class="d2-yellow">护甲, 盾牌, 项链, 头环, 箭袋</span> || 18 || 13 || 3 || 29 || added 箭袋
|-
|-
| Defiance || Poison Length Reduced by 75% || <span class="d2-yellow">Chest, Shield, Amulet, Circlet, Quiver</span> || 25 || 18 || 2 || 29 || added Quiver
| Defiance || Poison Length Reduced by 75% || <span class="d2-yellow">护甲, 盾牌, 项链, 头环, 箭袋</span> || 25 || 18 || 2 || 29 || added 箭袋
|-
|-
| Ease || Requirements -20% || <span class="d2-yellow">Chest, Weapon<sup>PS</sup>, Shield</span> || 15 || 11 || 3 || 30 ||  
| Ease || Requirements -20% || <span class="d2-yellow">护甲, Weapon<sup>PS</sup>, 盾牌</span> || 15 || 11 || 3 || 30 ||  
|-
|-
| Simplicity || Requirements -30% || <span class="d2-yellow">Chest, Weapon<sup>PS</sup>, Shield</span> || 25 || 18 || 2 || 30 ||  
| Simplicity || Requirements -30% || <span class="d2-yellow">护甲, Weapon<sup>PS</sup>, 盾牌</span> || 25 || 18 || 2 || 30 ||  
|-
|-
| Strength || +1 to Strength || <span class="d2-yellow">Gloves</span> || 1-11 || 1 || 4 || 31 ||  
| Strength || +1 to Strength || <span class="d2-yellow">手套</span> || 1-11 || 1 || 4 || 31 ||  
|-
|-
| Strength || +1 to Strength || <span class="d2-yellow">Ring</span> || 1-4 || 1 || 4 || 31 ||  
| Strength || +1 to Strength || <span class="d2-yellow">戒指</span> || 1-4 || 1 || 4 || 31 ||  
|-
|-
| Strength || +[1-2] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 1-41 || 1 || 4 || 31 || added max alvl
| Strength || +[1-2] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环</span> || 1-41 || 1 || 4 || 31 || added max alvl
|-
|-
| Strength || +[1-2] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest</span> || 5-45 || 3 || 4 || 31 || added max alvl
| Strength || +[1-2] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲</span> || 5-45 || 3 || 4 || 31 || added max alvl
|-
|-
| Strength || +[1-2] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 12-52 || 8 || 3 || 31 || added max alvl
| Strength || +[1-2] to Strength || <span class="d2-yellow">-近战钝器, 手套, 盾牌</span> || 12-52 || 8 || 3 || 31 || added max alvl
|-
|-
| Might || +[3-5] to Strength || <span class="d2-yellow">Belt, Club, Hammer, Circlet, Quiver</span> || 10-50 || 8 || 3 || 31 || split off Amulet, addex max alvl, added Quiver
| Might || +[3-5] to Strength || <span class="d2-yellow">腰带, 短棒, 重锤, 头环, 箭袋</span> || 10-50 || 8 || 3 || 31 || split off 项链, addex max alvl, added 箭袋
|-
|-
| Might || +[3-5] to Strength || <span class="d2-yellow">Amulet, Ring, Gloves </span> || 10 || 8 || 3 || 31 || new (split off), added Ring, Gloves
| Might || +[3-5] to Strength || <span class="d2-yellow">项链, 戒指, 手套 </span> || 10 || 8 || 3 || 31 || new (split off), added 戒指, 手套
|-
|-
| Might || +[3-5] to Strength || <span class="d2-yellow">Scepter, Tipped Mace, Chest</span> || 21-61 || 15 || 3 || 31 || added max alvl, removed Ring
| Might || +[3-5] to Strength || <span class="d2-yellow">权杖, 尖头钉头锤, 护甲</span> || 21-61 || 15 || 3 || 31 || added max alvl, 移除 戒指
|-
|-
| 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
| Might || +[3-5] to Strength || <span class="d2-yellow">-近战钝器, 盾牌</span> || 33-73 || 25 || 3 || 31 || added max alvl, 移除 手套
|-
|-
| Ox || +[6-9] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 26 || 19 || 3 || 31 || added Quiver
| Ox || +[6-9] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环, 箭袋</span> || 26 || 19 || 3 || 31 || added 箭袋
|-
|-
| Ox || +[6-9] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest</span> || 38 || 30 || 3 || 31 ||  
| Ox || +[6-9] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲</span> || 38 || 30 || 3 || 31 ||  
|-
|-
| Ox || +[6-9] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves, Shield</span> || 45 || 37 || 3 || 31 ||  
| Ox || +[6-9] to Strength || <span class="d2-yellow">-近战钝器, 手套, 盾牌</span> || 45 || 37 || 3 || 31 ||  
|-
|-
| Giant || +[10-15] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet, Quiver</span> || 42 || 34 || 3 || 31 || added Quiver
| Giant || +[10-15] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环, 箭袋</span> || 42 || 34 || 3 || 31 || added 箭袋
|-
|-
| Giant || +[10-15] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest, Shield</span> || 55 || 47 || 3 || 31 || added Shield
| Giant || +[10-15] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲, 盾牌</span> || 55 || 47 || 3 || 31 || added 盾牌
|-
|-
| Giant || +[10-15] to Strength || <span class="d2-yellow">Non-Blunt Melee Weapon, Gloves</span> || 59 || 51 || 3 || 31 ||  
| Giant || +[10-15] to Strength || <span class="d2-yellow">-近战钝器, 手套</span> || 59 || 51 || 3 || 31 ||  
|-
|-
| Titan || +[16-20] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 58 || 50 || 3 || 31 ||  
| Titan || +[16-20] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环</span> || 58 || 50 || 3 || 31 ||  
|-
|-
| Titan || +[16-20] to Strength || <span class="d2-yellow">Ring, Scepter, Tipped Mace, Chest, Shield</span> || 74 || 66 || 3 || 31 || added Shield
| Titan || +[16-20] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲, 盾牌</span> || 74 || 66 || 3 || 31 || added 盾牌
|-
|-
| Atlas || +[21-30] to Strength || <span class="d2-yellow">Amulet, Belt, Club, Hammer, Circlet</span> || 71 || 63 || 3 || 31 || <!-- Atlus in file -->
| Atlas || +[21-30] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环</span> || 71 || 63 || 3 || 31 || <!-- Atlus in file -->
|-
|-
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 12 || 8 || 3 || 35 ||  
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">鞋子, 头环</span> || 12 || 8 || 3 || 35 ||  
|-
|-
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">Amazon Weapon, Quiver</span> || 12 || 8 || 2 || 35 || new
| Pacing || +10% Faster Run/Walk || <span class="d2-yellow">亚马逊武器, 箭袋</span> || 12 || 8 || 2 || 35 || new
|-
|-
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 22 || 16 || 4 || 35 ||  
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">鞋子, 头环</span> || 22 || 16 || 4 || 35 ||  
|-
|-
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">Amazon Weapon, Quiver</span> || 22 || 16 || 2 || 35 || new
| Haste || +20% Faster Run/Walk || <span class="d2-yellow">亚马逊武器, 箭袋</span> || 22 || 16 || 2 || 35 || new
|-
|-
| Speed || +30% Faster Run/Walk || <span class="d2-yellow">Boots, Circlet</span> || 37 || 29 || 4 || 35 ||  
| Speed || +30% Faster Run/Walk || <span class="d2-yellow">鞋子, 头环</span> || 37 || 29 || 4 || 35 ||  
|-
|-
| 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 -->
| Transportation || +30% Faster Run/Walk,<br>[80-90]% Slower Stamina Drain || <span class="d2-yellow">鞋子</span> || 65 || 57 || 4 || 35 || 以前是 magic only<!-- Traveling in file -->
|-
|-
| Acceleration || +40% Faster Run/Walk || <span class="d2-blue">Boots</span> || 51 || 43 || 4 || 35 ||  
| Acceleration || +40% Faster Run/Walk || <span class="d2-blue">鞋子</span> || 51 || 43 || 4 || 35 ||  
|-
|-
| Self-Repair || Repairs 1 Durability in 33 seconds || <span class="d2-yellow">Non-Throwing Melee Weapon, Orb, Armor</span> || 3 || 1 || 3 || 37 ||  
| Self-Repair || Repairs 1 Durability in 33 seconds || <span class="d2-yellow">-投掷近战武器, 法珠, 防具</span> || 3 || 1 || 3 || 37 ||  
|-
|-
| Fast Repair || Repairs 1 Durability in 20 seconds || <span class="d2-yellow">Non-Throwing Melee Weapon, Orb, Armor</span> || 20 || 12 || 2 || 37 ||  
| Fast Repair || Repairs 1 Durability in 20 seconds || <span class="d2-yellow">-投掷近战武器, 法珠, 防具</span> || 20 || 12 || 2 || 37 ||  
|-
|-
| Ages || Indestructible || <span class="d2-blue">Non-Throwing Melee Weapon, Orb, Armor</span> || 50 || 42 || 1 || 39 ||  
| Ages || Indestructible || <span class="d2-blue">-投掷近战武器, 法珠, 防具</span> || 50 || 42 || 1 || 39 ||  
|-
|-
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-yellow">Chest, Druid Helm, Barbarian Helm, Shield</span> || 20 || 1 || 1 || 41 || split off Amulet, was magic only, added Shield<!-- Kraken in file -->
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-yellow">护甲, 德鲁伊头盔, 野蛮人头盔, 盾牌</span> || 20 || 1 || 1 || 41 || split off 项链, 以前是 magic only, added 盾牌<!-- Kraken in file -->
|-
|-
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-blue">Amulet</span> || 20 || 1 || 1 || 41 || new (split off)<!-- Kraken in file -->
| Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-blue">项链</span> || 20 || 1 || 1 || 41 || new (split off)<!-- Kraken in file -->
|-
|-
| 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 -->
| Mnemonic || +[0-74] to Mana (+0.75 per Level) || <span class="d2-yellow">头环, 项链, 德鲁伊头盔</span> || 20 || 1 || 1 || 41 || 以前是 magic only<!-- Memory in file -->
|-
|-
| 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
| Elephant || +[0-49] to Life (+0.5 per Level),<br>+[0-24] to Mana (+0.25 per Level) || <span class="d2-yellow">头环, 德鲁伊头盔</span> || 37 || 7 || 2 || 41 || 以前是 magic only
|-
|-
| Fireball || 14% Chance to Cast Level 18 Fire Ball on Casting || <span class="d2-yellow">Staff</span> || 36 || 27 || 1 || 44 || new
| Fireball || 14% Chance to Cast Level 18 Fire Ball on Casting || <span class="d2-yellow">法杖</span> || 36 || 27 || 1 || 44 || new
|-
|-
| Fireball || 14% Chance to Cast Level 24 Fire Ball on Casting || <span class="d2-yellow">Staff</span> || 56 || 42 || 1 || 44 || new
| Fireball || 14% Chance to Cast Level 24 Fire Ball on Casting || <span class="d2-yellow">法杖</span> || 56 || 42 || 1 || 44 || new
|-
|-
| Fireball || 14% Chance to Cast Level 30 Fire Ball on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Fireball || 14% Chance to Cast Level 30 Fire Ball on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,179行: 第1,180行:
| 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
| 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
|-
|-
| Charged Bolt || 18% Chance to Cast Level 18 Charged Bolt on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
| Charged Bolt || 18% Chance to Cast Level 18 Charged Bolt on Casting || <span class="d2-yellow">法杖</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Charged Bolt || 18% Chance to Cast Level 24 Charged Bolt on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
| Charged Bolt || 18% Chance to Cast Level 24 Charged Bolt on Casting || <span class="d2-yellow">法杖</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Charged Bolt || 18% Chance to Cast Level 30 Charged Bolt on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Charged Bolt || 18% Chance to Cast Level 30 Charged Bolt on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,191行: 第1,192行:
| 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
| 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
|-
|-
| Lightning || 14% Chance to Cast Level 18 Lightning on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
| Lightning || 14% Chance to Cast Level 18 Lightning on Casting || <span class="d2-yellow">法杖</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Lightning || 14% Chance to Cast Level 24 Lightning on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
| Lightning || 14% Chance to Cast Level 24 Lightning on Casting || <span class="d2-yellow">法杖</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Lightning || 14% Chance to Cast Level 30 Lightning on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Lightning || 14% Chance to Cast Level 30 Lightning on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,203行: 第1,204行:
| Lightning || 16% Chance to Cast Level 30 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
| Lightning || 16% Chance to Cast Level 30 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Chain Lightning || 12% Chance to Cast Level 18 Chain Lightning on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
| Chain Lightning || 12% Chance to Cast Level 18 Chain Lightning on Casting || <span class="d2-yellow">法杖</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Chain Lightning || 12% Chance to Cast Level 24 Chain Lightning on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
| Chain Lightning || 12% Chance to Cast Level 24 Chain Lightning on Casting || <span class="d2-yellow">法杖</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Chain Lightning || 12% Chance to Cast Level 30 Chain Lightning on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Chain Lightning || 12% Chance to Cast Level 30 Chain Lightning on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,215行: 第1,216行:
| 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
| 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
|-
|-
| Ice Barrage || 10% Chance to Cast Level 18 Ice Barrage on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
| Ice Barrage || 10% Chance to Cast Level 18 Ice Barrage on Casting || <span class="d2-yellow">法杖</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Ice Barrage || 10% Chance to Cast Level 24 Ice Barrage on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
| Ice Barrage || 10% Chance to Cast Level 24 Ice Barrage on Casting || <span class="d2-yellow">法杖</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Ice Barrage || 10% Chance to Cast Level 30 Ice Barrage on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Ice Barrage || 10% Chance to Cast Level 30 Ice Barrage on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,227行: 第1,228行:
| 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
| 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
|-
|-
| Frost Nova || 16% Chance to Cast Level 18 Frost Nova on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
| Frost Nova || 16% Chance to Cast Level 18 Frost Nova on Casting || <span class="d2-yellow">法杖</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Frost Nova || 16% Chance to Cast Level 24 Frost Nova on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
| Frost Nova || 16% Chance to Cast Level 24 Frost Nova on Casting || <span class="d2-yellow">法杖</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Frost Nova || 16% Chance to Cast Level 30 Frost Nova on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Frost Nova || 16% Chance to Cast Level 30 Frost Nova on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,239行: 第1,240行:
| 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
| 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
|-
|-
| Nova || 14% Chance to Cast Level 18 Nova on Casting || <span class="d2-yellow">Staff</span> || 36-56 || 27 || 1 || 44 || new
| Nova || 14% Chance to Cast Level 18 Nova on Casting || <span class="d2-yellow">法杖</span> || 36-56 || 27 || 1 || 44 || new
|-
|-
| Nova || 14% Chance to Cast Level 24 Nova on Casting || <span class="d2-yellow">Staff</span> || 56-76 || 42 || 1 || 44 || new
| Nova || 14% Chance to Cast Level 24 Nova on Casting || <span class="d2-yellow">法杖</span> || 56-76 || 42 || 1 || 44 || new
|-
|-
| Nova || 14% Chance to Cast Level 30 Nova on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Nova || 14% Chance to Cast Level 30 Nova on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| 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
第1,251行: 第1,252行:
| Nova || 16% Chance to Cast Level 30 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
| Nova || 16% Chance to Cast Level 30 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| 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
| Nova || 10% Chance to Cast Level 3 Nova on Striking || <span class="d2-yellow">近战武器, 法珠</span> || 12-36 || 9 || 1 || 44 || added max alvl, alvl 以前是 18, rlvl 以前是 13
|-
|-
| 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
| Nova || 12% Chance to Cast Level 4 Nova on Striking || <span class="d2-yellow">近战武器, 法珠</span> || 18-36 || 14 || 1 || 44 || added max alvl, alvl 以前是 28, rlvl 以前是 21
|-
|-
| 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
| Firebolts || 10% Chance to Cast Level 8 Fire Bolt on Striking || <span class="d2-yellow">近战武器, 法珠</span> || 16-36 || 12 || 1 || 44 || added max alvl
|-
|-
| Charged Shield || 10% Chance to Cast Level 3 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 6 || 4 || 1 || 44 ||  
| Charged 盾牌 || 10% Chance to Cast Level 3 Charged Bolt when Struck || <span class="d2-yellow">防具, 戒指, 项链</span> || 6 || 4 || 1 || 44 ||  
|-
|-
| Charged Shield || 12% Chance to Cast Level 4 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 16 || 12 || 1 || 44 ||  
| Charged 盾牌 || 12% Chance to Cast Level 4 Charged Bolt when Struck || <span class="d2-yellow">防具, 戒指, 项链</span> || 16 || 12 || 1 || 44 ||  
|-
|-
| Charged Shield || 14% Chance to Cast Level 5 Charged Bolt when Struck || <span class="d2-yellow">Armor, Ring, Amulet</span> || 26 || 19 || 1 || 44 ||  
| Charged 盾牌 || 14% Chance to Cast Level 5 Charged Bolt when Struck || <span class="d2-yellow">防具, 戒指, 项链</span> || 26 || 19 || 1 || 44 ||  
|-
|-
| Frost Shield || 5% Chance to Cast Level 3 Frost Nova when Struck || <span class="d2-yellow">Armor, Amulet</span> || 12 || 9 || 1 || 44 ||  
| Frost 盾牌 || 5% Chance to Cast Level 3 Frost Nova when Struck || <span class="d2-yellow">防具, 项链</span> || 12 || 9 || 1 || 44 ||  
|-
|-
| Nova Shield || 10% Chance to Cast Level 3 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 18 || 13 || 1 || 44 ||  
| Nova 盾牌 || 10% Chance to Cast Level 3 Nova when Struck || <span class="d2-yellow">防具, 戒指</span> || 18 || 13 || 1 || 44 ||  
|-
|-
| Nova Shield || 12% Chance to Cast Level 4 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 28 || 21 || 1 || 44 ||  
| Nova 盾牌 || 12% Chance to Cast Level 4 Nova when Struck || <span class="d2-yellow">防具, 戒指</span> || 28 || 21 || 1 || 44 ||  
|-
|-
| Nova Shield || 14% Chance to Cast Level 5 Nova when Struck || <span class="d2-yellow">Armor, Ring</span> || 38 || 28 || 1 || 44 ||  
| Nova 盾牌 || 14% Chance to Cast Level 5 Nova when Struck || <span class="d2-yellow">防具, 戒指</span> || 38 || 28 || 1 || 44 ||  
|-
|-
| Hydra Shield || 10% Chance to Cast Level 3 Hydra when Struck || <span class="d2-yellow">Amulet</span> || 40 || 30 || 1 || 44 ||  
| Hydra 盾牌 || 10% Chance to Cast Level 3 Hydra when Struck || <span class="d2-yellow">项链</span> || 40 || 30 || 1 || 44 ||  
|-
|-
| Teleportation || Level [1-3] Teleport ([22-27] charges) || <span class="d2-yellow">Amulet, Circlet</span> || 48 || 48 || 1 || 44 ||  
| Teleportation || Level [1-3] Teleport ([22-27] charges) || <span class="d2-yellow">项链, 头环</span> || 48 || 48 || 1 || 44 ||  
|-
|-
| Teleportation || Level [1-6] Teleport ([33-52] charges) || <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 ||  
| Teleportation || Level [1-6] Teleport ([33-52] charges) || <span class="d2-yellow">法杖, 法珠</span> || 24 || 24 || 1 || 44 ||  
|-
|-
| Telekinesis || Level 5 Telekinesis (32 charges) || <span class="d2-yellow">Ring</span> || 24 || 24 || 1 || 44 || removed Hammer, Tipped Mace, Scepter, Circlet
| Telekinesis || Level 5 Telekinesis (32 charges) || <span class="d2-yellow">戒指</span> || 24 || 24 || 1 || 44 || 移除 重锤, 尖头钉头锤, 权杖, 头环
|-
|-
| Life Tap || Level 1 Life Tap ([22-27] charges) || <span class="d2-yellow">Axe</span> || 48 || 48 || 1 || 44 || was level [1-3]
| Life Tap || Level 1 Life Tap ([22-27] charges) || <span class="d2-yellow"></span> || 48 || 48 || 1 || 44 || 以前是 level [1-3]
|-
|-
| Life Tap || Level 1 Life Tap ([67-105] charges) || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44 ||  
| Life Tap || Level 1 Life Tap ([67-105] charges) || <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span> || 24 || 24 || 1 || 44 ||  
|-
|-
| Lower Resistance || Level 15 Lower Resist ([28-82] charges) || <span class="d2-yellow">Staff</span> || 72 || 72 || 1 || 44 || was level [1-15], number of charges may be different
| Lower Resistance || Level 15 Lower Resist ([28-82] charges) || <span class="d2-yellow">法杖</span> || 72 || 72 || 1 || 44 || 以前是 level [1-15], number of charges may be different
|-
|-
| Lower Resistance || Level 15 Lower Resist ([28-82] charges) || <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44 || was level [1-15], number of charges may be different
| Lower Resistance || Level 15 Lower Resist ([28-82] charges) || <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span> || 36 || 36 || 1 || 44 || 以前是 level [1-15], number of charges may be different
<!-- was the first tier of Damage Amplification on striking mistakenly disabled?
<!-- was the first tier of Damage Amplification on striking mistakenly disabled?
|-
|-
第1,294行: 第1,295行:
| 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
| 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
|-
|-
| Damage Amplification || 8% Chance to Cast Level 15 Amplify Damage on Casting || <span class="d2-yellow">Staff</span> || 15-55 || 15 || 1 || 44 || new
| Damage Amplification || 8% Chance to Cast Level 15 Amplify Damage on Casting || <span class="d2-yellow">法杖</span> || 15-55 || 15 || 1 || 44 || new
|-
|-
| Damage Amplification || 10% Chance to Cast Level 23 Amplify Damage on Casting || <span class="d2-yellow">Staff</span> || 36-76 || 27 || 1 || 44 || new
| Damage Amplification || 10% Chance to Cast Level 23 Amplify Damage on Casting || <span class="d2-yellow">法杖</span> || 36-76 || 27 || 1 || 44 || new
|-
|-
| Damage Amplification || 12% Chance to Cast Level 31 Amplify Damage on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Damage Amplification || 12% Chance to Cast Level 31 Amplify Damage on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Lower Resist || 8% Chance to Cast Level 5 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 15-55 || 15 || 1 || 44 || new
| Lower Resist || 8% Chance to Cast Level 5 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 15-55 || 15 || 1 || 44 || new
第1,306行: 第1,307行:
| Lower Resist || 12% Chance to Cast Level 15 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
| Lower Resist || 12% Chance to Cast Level 15 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 57 || 1 || 44 || new
|-
|-
| Lower Resist || 8% Chance to Cast Level 5 Lower Resist on Casting || <span class="d2-yellow">Staff</span> || 15-55 || 15 || 1 || 44 || new
| Lower Resist || 8% Chance to Cast Level 5 Lower Resist on Casting || <span class="d2-yellow">法杖</span> || 15-55 || 15 || 1 || 44 || new
|-
|-
| Lower Resist || 10% Chance to Cast Level 10 Lower Resist on Casting || <span class="d2-yellow">Staff</span> || 36-76 || 27 || 1 || 44 || new
| Lower Resist || 10% Chance to Cast Level 10 Lower Resist on Casting || <span class="d2-yellow">法杖</span> || 36-76 || 27 || 1 || 44 || new
|-
|-
| Lower Resist || 12% Chance to Cast Level 15 Lower Resist on Casting || <span class="d2-yellow">Staff</span> || 76 || 57 || 1 || 44 || new
| Lower Resist || 12% Chance to Cast Level 15 Lower Resist on Casting || <span class="d2-yellow">法杖</span> || 76 || 57 || 1 || 44 || new
|-
|-
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Chest, Shield</span> || 45 || 20 || 1 || 251 || new
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">护甲, 盾牌</span> || 45 || 20 || 1 || 251 || new
|-
|-
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">Belt</span> || 65 || 40 || 1 || 251 || new
| Defending || Physical Damage Taken Reduced by [5-10]% || <span class="d2-yellow">腰带</span> || 65 || 40 || 1 || 251 || new
|-
|-
| Protecting || Physical Damage Taken Reduced by [10-15]% || <span class="d2-yellow">Chest, Shield</span> || 65 || 40 || 1 || 251 || new
| Protecting || Physical Damage Taken Reduced by [10-15]% || <span class="d2-yellow">护甲, 盾牌</span> || 65 || 40 || 1 || 251 || new
|-
|-
| Guardianship || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">Chest, Shield</span> || 85 || 60 || 1 || 251 || new
| Guardianship || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">护甲, 盾牌</span> || 85 || 60 || 1 || 251 || new
|-
|-
| Savagery || [5-10]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18-58 || 15 || 2 || 252 || new
| Savagery || [5-10]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 18-58 || 15 || 2 || 252 || new
|-
|-
| Devastation || [10-15]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28-68 || 25 || 2 || 252 || new
| Devastation || [10-15]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 28-68 || 25 || 2 || 252 || new
|-
|-
| Havoc || [15-20]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252 || new
| Havoc || [15-20]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 38 || 35 || 2 || 252 || new
|-
|-
| Destruction || [20-25]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252 || new
| Destruction || [20-25]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 48 || 45 || 2 || 252 || new
|-
|-
| Desolation || [25-30]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252 || new
| Desolation || [25-30]% Deadly Strike || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 58 || 55 || 2 || 252 || new
|-
|-
| 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
| Bleeding || 10% Chance of Open Wounds,<br>+[8-12] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 18-58 || 15 || 2 || 252 || new
|-
|-
| 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
| Siphoning || 10% Chance of Open Wounds,<br>+[15-20] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 28-68 || 25 || 2 || 252 || new
|-
|-
| 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
| Gory || 10% Chance of Open Wounds,<br>+[30-42] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 38 || 35 || 2 || 252 || new
|-
|-
| 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
| Sanguinary || 10% Chance of Open Wounds,<br>+[68-95] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 48 || 45 || 2 || 252 || new
|-
|-
| 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
| Hematic || 10% Chance of Open Wounds,<br>+[112-155] Open Wounds Damage per Second || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 58 || 55 || 2 || 252 || new
|-
|-
| Chipping || [5-10]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 18-58 || 15 || 2 || 252 || new
| Chipping || [5-10]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 18-58 || 15 || 2 || 252 || new
|-
|-
| Crumbling || [10-15]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 28-68 || 25 || 2 || 252 || new
| Crumbling || [10-15]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 28-68 || 25 || 2 || 252 || new
|-
|-
| Breaking || [15-20]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 38 || 35 || 2 || 252 || new
| Breaking || [15-20]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 38 || 35 || 2 || 252 || new
|-
|-
| Crushing || [20-25]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 48 || 45 || 2 || 252 || new
| Crushing || [20-25]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 48 || 45 || 2 || 252 || new
|-
|-
| Pulverizing || [25-30]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, Quiver</span> || 58 || 55 || 2 || 252 || new
| Pulverizing || [25-30]% Chance of Crushing Blow || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 58 || 55 || 2 || 252 || new
|}
|}


<div id="Jewels"></div>
<div id="Jewels"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
{| 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 !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Blanched || +[5-8] Defense || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 101 ||  
| Blanched || +[5-8] Defense || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Eburin || +[9-20] Defense || <span class="d2-yellow">Jewel</span> || 16 || 12 || 4 || 101 ||  
| Eburin || +[9-20] Defense || <span class="d2-yellow">珠宝</span> || 16 || 12 || 4 || 101 ||  
|-
|-
| Bone || +[21-40] Defense || <span class="d2-yellow">Jewel</span> || 32 || 24 || 4 || 101 ||  
| Bone || +[21-40] Defense || <span class="d2-yellow">珠宝</span> || 32 || 24 || 4 || 101 ||  
|-
|-
| Ivory || +[41-64] Defense || <span class="d2-blue">Jewel</span> || 64 || 56 || 4 || 101 ||  
| Ivory || +[41-64] Defense || <span class="d2-blue">珠宝</span> || 64 || 56 || 4 || 101 ||  
|-
|-
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 8 || 6 || 4 || 103 ||  
| Scarlet || +[1-4] to Minimum Damage || <span class="d2-yellow">珠宝</span> || 8 || 6 || 4 || 103 ||  
|-
|-
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 38 || 30 || 4 || 103 ||  
| Crimson || +[5-8] to Minimum Damage || <span class="d2-yellow">珠宝</span> || 38 || 30 || 4 || 103 ||  
|-
|-
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 38 || 30 || 4 || 103 || new
| Cardinal || +[10-14] to Minimum Damage || <span class="d2-yellow">珠宝</span> || 38 || 30 || 4 || 103 || new
|-
|-
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 12 || 9 || 4 || 104 ||  
| Carbuncle || +[1-5] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 12 || 9 || 4 || 104 ||  
|-
|-
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 35 || 27 || 4 || 104 ||  
| Carmine || +[6-9] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 35 || 27 || 4 || 104 ||  
|-
|-
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 58 || 50 || 4 || 104 || was magic only
| Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 58 || 50 || 4 || 104 || 以前是 magic only
|-
|-
| Cinnabar || +[5-10]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 105 ||  
| Cinnabar || +[5-10]% Enhanced Damage || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 105 ||  
|-
|-
| Rusty || +[11-20]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 13 || 9 || 4 || 105 ||  
| Rusty || +[11-20]% Enhanced Damage || <span class="d2-yellow">珠宝</span> || 13 || 9 || 4 || 105 ||  
|-
|-
| Realgar || +[21-30]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 45 || 37 || 4 || 105 ||  
| Realgar || +[21-30]% Enhanced Damage || <span class="d2-yellow">珠宝</span> || 45 || 37 || 4 || 105 ||  
|-
|-
| Ruby || +[31-40]% Enhanced Damage || <span class="d2-yellow">Jewel</span> || 66 || 58 || 4 || 105 || was magic only
| Ruby || +[31-40]% Enhanced Damage || <span class="d2-yellow">珠宝</span> || 66 || 58 || 4 || 105 || 以前是 magic only
|-
|-
| Dun || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">Jewel</span> || 7 || 5 || 3 || 107 ||  
| Dun || [7-12]% Damage Taken Gained as Mana when Hit || <span class="d2-yellow">珠宝</span> || 7 || 5 || 3 || 107 ||  
|-
|-
| Nickel || +[10-20] to Attack Rating || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 110 ||  
| Nickel || +[10-20] to Attack Rating || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Tin || +[21-40] to Attack Rating || <span class="d2-yellow">Jewel</span> || 8 || 6 || 4 || 110 ||  
| Tin || +[21-40] to Attack Rating || <span class="d2-yellow">珠宝</span> || 8 || 6 || 4 || 110 ||  
|-
|-
| Silver || +[41-60] to Attack Rating || <span class="d2-yellow">Jewel</span> || 25 || 18 || 4 || 110 ||  
| Silver || +[41-60] to Attack Rating || <span class="d2-yellow">珠宝</span> || 25 || 18 || 4 || 110 ||  
|-
|-
| Argent || +[61-100] to Attack Rating || <span class="d2-yellow">Jewel</span> || 44 || 36 || 4 || 110 || was magic only
| Argent || +[61-100] to Attack Rating || <span class="d2-yellow">珠宝</span> || 44 || 36 || 4 || 110 || 以前是 magic only
|-
|-
| Bright || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">Jewel</span> || 1 || 1 || 1 || 112 ||  
| Bright || +1 to Light Radius,<br>+10 to Attack Rating || <span class="d2-yellow">珠宝</span> || 1 || 1 || 1 || 112 ||  
|-
|-
| Emerald || [3-7]% Better Chance of Getting Magic Items || <span class="d2-yellow">Jewel</span> || 16 || 12 || 4 || 114 ||  
| Emerald || [3-7]% Better Chance of Getting Magic Items || <span class="d2-yellow">珠宝</span> || 16 || 12 || 4 || 114 ||  
|-
|-
| Zircon || +[5-10] to Mana || <span class="d2-yellow">Jewel</span> || 3 || 2 || 2 || 115 ||  
| Zircon || +[5-10] to Mana || <span class="d2-yellow">珠宝</span> || 3 || 2 || 2 || 115 ||  
|-
|-
| Jacinth || +[11-15] to Mana || <span class="d2-yellow">Jewel</span> || 17 || 12 || 2 || 115 ||  
| Jacinth || +[11-15] to Mana || <span class="d2-yellow">珠宝</span> || 17 || 12 || 2 || 115 ||  
|-
|-
| Turquoise || +[16-20] to Mana || <span class="d2-yellow">Jewel</span> || 29 || 21 || 2 || 115 || was magic only
| Turquoise || +[16-20] to Mana || <span class="d2-yellow">珠宝</span> || 29 || 21 || 2 || 115 || 以前是 magic only
|-
|-
| Cerulean || +[21-30] to Mana || <span class="d2-yellow">Jewel</span> || 49 || 41 || 2 || 115 || new
| Cerulean || +[21-30] to Mana || <span class="d2-yellow">珠宝</span> || 49 || 41 || 2 || 115 || new
|-
|-
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">Jewel</span> || 16 || 12 || 1 || 116 ||  
| Shimmering || All Resistances +[5-10] || <span class="d2-yellow">珠宝</span> || 16 || 12 || 1 || 116 ||  
|-
|-
| Scintillating || All Resistances +[11-15] || <span class="d2-blue">Jewel</span> || 34 || 26 || 1 || 116 ||  
| Scintillating || All Resistances +[11-15] || <span class="d2-blue">珠宝</span> || 34 || 26 || 1 || 116 ||  
|-
|-
| Lapis Lazuli || Cold Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||  
| Lapis Lazuli || Cold Resist +[5-15]% || <span class="d2-yellow">珠宝</span> || 2 || 1 || 4 || 117 ||  
|-
|-
| Sapphire || Cold Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117 ||  
| Sapphire || Cold Resist +[16-30]% || <span class="d2-yellow">珠宝</span> || 19 || 14 || 4 || 117 ||  
|-
|-
| Garnet || Fire Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||  
| Garnet || Fire Resist +[5-15]% || <span class="d2-yellow">珠宝</span> || 2 || 1 || 4 || 117 ||  
|-
|-
| Ruby || Fire Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 18 || 13 || 4 || 117 ||  
| Ruby || Fire Resist +[16-30]% || <span class="d2-yellow">珠宝</span> || 18 || 13 || 4 || 117 ||  
|-
|-
| Camphor || Lightning Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||  
| Camphor || Lightning Resist +[5-15]% || <span class="d2-yellow">珠宝</span> || 2 || 1 || 4 || 117 ||  
|-
|-
| Ambergris || Lightning Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117 ||  
| Ambergris || Lightning Resist +[16-30]% || <span class="d2-yellow">珠宝</span> || 19 || 14 || 4 || 117 ||  
|-
|-
| Beryl || Poison Resist +[5-15]% || <span class="d2-yellow">Jewel</span> || 2 || 1 || 4 || 117 ||  
| Beryl || Poison Resist +[5-15]% || <span class="d2-yellow">珠宝</span> || 2 || 1 || 4 || 117 ||  
|-
|-
| Jade || Poison Resist +[16-30]% || <span class="d2-yellow">Jewel</span> || 19 || 14 || 4 || 117 ||  
| Jade || Poison Resist +[16-30]% || <span class="d2-yellow">珠宝</span> || 19 || 14 || 4 || 117 ||  
|-
|-
| 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 -->
| Aureolic || +[1-3] to Mana after each Kill || <span class="d2-yellow">珠宝</span> || 12 || 9 || 4 || 121 || alvl 以前是 22, rlvl 以前是 16<!-- Aureolin in file -->
|-
|-
| Diamond || +[25-50] to Attack Rating against Demons,<br>+[25-40]% Damage to Demons || <span class="d2-yellow">Jewel</span> || 26 || 19 || 1 || 123 ||  
| Diamond || +[25-50] to Attack Rating against Demons,<br>+[25-40]% Damage to Demons || <span class="d2-yellow">珠宝</span> || 26 || 19 || 1 || 123 ||  
|-
|-
| Pearl || +[25-50] to Attack Rating against Undead,<br>+[25-50]% Damage to Undead || <span class="d2-yellow">Jewel</span> || 18 || 13 || 1 || 142 ||  
| Pearl || +[25-50] to Attack Rating against Undead,<br>+[25-50]% Damage to Undead || <span class="d2-yellow">珠宝</span> || 18 || 13 || 1 || 142 ||  
|-
|-
| 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
| Cultist's || 5% Chance of Open Wounds,<br>+[30-40] Open Wounds Damage per Second || <span class="d2-yellow">珠宝</span> || 28-68 || 25 || 3 || 170 || new
|-
|-
| 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
| Bloodthirster's || 5% Chance of Open Wounds,<br>+[65-85] Open Wounds Damage per Second || <span class="d2-yellow">珠宝</span> || 48 || 45 || 3 || 170 || new
|-
|-
| 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
| Gorelust's || 5% Chance of Open Wounds,<br>+[95-125] Open Wounds Damage per Second || <span class="d2-yellow">珠宝</span> || 68 || 65 || 3 || 170 || new
|-
|-
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">Jewel</span> || 32 || 26 || 2 || 200 || new
| Blood Sucking || +[1-3] Life after each Kill || <span class="d2-yellow">珠宝</span> || 32 || 26 || 2 || 200 || new
|}
|}


{| class="wikitable mw-collapsible mw-collapsed sortable"
{| 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
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Malice || Attacker Takes Damage of [30-40] || <span class="d2-yellow">Jewel</span> || 37 || 29 || 4 || 6 || damage was [1-5]
| Malice || Attacker Takes Damage of [30-40] || <span class="d2-yellow">珠宝</span> || 37 || 29 || 4 || 6 || 伤害以前是 [1-5]
|-
|-
| Fervor || +15% Increased Attack Speed || <span class="d2-blue">Jewel</span> || 39 || 31 || 4 || 7 ||  
| Fervor || +15% Increased Attack Speed || <span class="d2-blue">珠宝</span> || 39 || 31 || 4 || 7 ||  
|-
|-
| Frigidity || Adds 1 to [3-5] Cold Damage (2 second chill) || <span class="d2-yellow">Jewel</span> || 16 || 12 || 2 || 10 ||  
| Frigidity || Adds 1 to [3-5] Cold Damage (2 second chill) || <span class="d2-yellow">珠宝</span> || 16 || 12 || 2 || 10 ||  
|-
|-
| Icicle || Adds [2-3] to [6-10] Cold Damage (2 second chill) || <span class="d2-yellow">Jewel</span> || 37 || 29 || 2 || 10 ||  
| Icicle || Adds [2-3] to [6-10] Cold Damage (2 second chill) || <span class="d2-yellow">珠宝</span> || 37 || 29 || 2 || 10 ||  
|-
|-
| Glacier || Adds [4-5] to [11-15] Cold Damage (2 second chill) || <span class="d2-blue">Jewel</span> || 58 || 50 || 2 || 10 ||  
| Glacier || Adds [4-5] to [11-15] Cold Damage (2 second chill) || <span class="d2-blue">珠宝</span> || 58 || 50 || 2 || 10 ||  
|-
|-
| Passion || Adds [1-3] to [6-10] Fire Damage || <span class="d2-yellow">Jewel</span> || 15 || 11 || 2 || 12 ||  
| Passion || Adds [1-3] to [6-10] Fire Damage || <span class="d2-yellow">珠宝</span> || 15 || 11 || 2 || 12 ||  
|-
|-
| Fire || Adds [4-10] to [11-30] Fire Damage || <span class="d2-yellow">Jewel</span> || 36 || 28 || 2 || 12 ||  
| Fire || Adds [4-10] to [11-30] Fire Damage || <span class="d2-yellow">珠宝</span> || 36 || 28 || 2 || 12 ||  
|-
|-
| Burning || Adds [11-25] to [31-50] Fire Damage || <span class="d2-yellow">Jewel</span> || 57 || 49 || 2 || 12 ||  
| Burning || Adds [11-25] to [31-50] Fire Damage || <span class="d2-yellow">珠宝</span> || 57 || 49 || 2 || 12 ||  
|-
|-
| Ennui || Adds 1 to [10-20] Lightning Damage || <span class="d2-yellow">Jewel</span> || 15 || 11 || 2 || 13 ||  
| Ennui || Adds 1 to [10-20] Lightning Damage || <span class="d2-yellow">珠宝</span> || 15 || 11 || 2 || 13 ||  
|-
|-
| Lightning || Adds 1 to [21-60] Lightning Damage || <span class="d2-yellow">Jewel</span> || 36 || 28 || 2 || 13 ||  
| Lightning || Adds 1 to [21-60] Lightning Damage || <span class="d2-yellow">珠宝</span> || 36 || 28 || 2 || 13 ||  
|-
|-
| Thunder || Adds 1 to [61-100] Lightning Damage || <span class="d2-yellow">Jewel</span> || 57 || 49 || 2 || 13 ||  
| Thunder || Adds 1 to [61-100] Lightning Damage || <span class="d2-yellow">珠宝</span> || 57 || 49 || 2 || 13 ||  
|-
|-
| Ire || +[2-5] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 4 || 3 || 4 || 14 ||  
| Ire || +[2-5] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 4 || 3 || 4 || 14 ||  
|-
|-
| Wrath || +[6-9] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 11 || 8 || 4 || 14 ||  
| Wrath || +[6-9] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 11 || 8 || 4 || 14 ||  
|-
|-
| Carnage || +[11-15] to Maximum Damage || <span class="d2-yellow">Jewel</span> || 25 || 18 || 4 || 14 || was magic only
| Carnage || +[11-15] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 25 || 18 || 4 || 14 || 以前是 magic only
|-
|-
| Joyfulness || +[1-4] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 5 || 3 || 4 || 15 ||  
| Joyfulness || +[1-4] to Minimum Damage || <span class="d2-yellow">珠宝</span> || 5 || 3 || 4 || 15 ||  
|-
|-
| Bliss || +[5-10] to Minimum Damage || <span class="d2-yellow">Jewel</span> || 43 || 37 || 4 || 15 ||  
| Bliss || +[5-10] to Minimum Damage || <span class="d2-yellow">珠宝</span> || 43 || 37 || 4 || 15 ||  
|-
|-
| Envy || +20 Poison Damage over 2 seconds || <span class="d2-yellow">Jewel</span> || 1 || 1 || 2 || 16 || <!-- poison bitrate: 103 -->
| Envy || +20 Poison Damage 持续 2 || <span class="d2-yellow">珠宝</span> || 1 || 1 || 2 || 16 || <!-- poison bitrate: 103 -->
|-
|-
| Daring || +[1-3] to Dexterity || <span class="d2-yellow">Jewel</span> || 7 || 5 || 3 || 17 ||  
| Daring || +[1-3] to Dexterity || <span class="d2-yellow">珠宝</span> || 7 || 5 || 3 || 17 ||  
|-
|-
| Daring || +[4-6] to Dexterity || <span class="d2-yellow">Jewel</span> || 19 || 14 || 3 || 17 ||  
| Daring || +[4-6] to Dexterity || <span class="d2-yellow">珠宝</span> || 19 || 14 || 3 || 17 ||  
|-
|-
| Daring || +[7-9] to Dexterity || <span class="d2-yellow">Jewel</span> || 36 || 28 || 3 || 17 ||  
| Daring || +[7-9] to Dexterity || <span class="d2-yellow">珠宝</span> || 36 || 28 || 3 || 17 ||  
|-
|-
| Truth || +7% Faster Hit Recovery || <span class="d2-yellow">Jewel</span> || 44 || 36 || 4 || 18 ||  
| Truth || +7% Faster Hit Recovery || <span class="d2-yellow">珠宝</span> || 44 || 36 || 4 || 18 ||  
|-
|-
| Honor || Replenish Life +[1-4] || <span class="d2-yellow">Jewel</span> || 47 || 35 || 4 || 19 ||  
| Honor || Replenish Life +[1-4] || <span class="d2-yellow">珠宝</span> || 47 || 35 || 4 || 19 ||  
|-
|-
| Avarice || [10-30]% Extra Gold from Monsters || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 21 ||  
| Avarice || [10-30]% Extra Gold from Monsters || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 21 ||  
|-
|-
| Prosperity || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">Jewel</span> || 26 || 19 || 2 || 22 ||  
| Prosperity || [5-10]% Better Chance of Getting Magic Items || <span class="d2-yellow">珠宝</span> || 26 || 19 || 2 || 22 ||  
|-
|-
| Knowledge || +[1-5] to Energy || <span class="d2-yellow">Jewel</span> || 9 || 6 || 3 || 23 ||  
| Knowledge || +[1-5] to Energy || <span class="d2-yellow">珠宝</span> || 9 || 6 || 3 || 23 ||  
|-
|-
| Knowledge || +[4-6] to Energy || <span class="d2-yellow">Jewel</span> || 24 || 18 || 3 || 23 ||  
| Knowledge || +[4-6] to Energy || <span class="d2-yellow">珠宝</span> || 24 || 18 || 3 || 23 ||  
|-
|-
| Knowledge || +[7-9] to Energy || <span class="d2-yellow">Jewel</span> || 41 || 33 || 3 || 23 ||  
| Knowledge || +[7-9] to Energy || <span class="d2-yellow">珠宝</span> || 41 || 33 || 3 || 23 ||  
|-
|-
| Spirit || +[3-8] to Life || <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 26 ||  
| Spirit || +[3-8] to Life || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 26 ||  
|-
|-
| Hope || +[9-20] to Life || <span class="d2-blue">Jewel</span> || 45 || 37 || 4 || 26 ||  
| Hope || +[9-20] to Life || <span class="d2-blue">珠宝</span> || 45 || 37 || 4 || 26 ||  
|-
|-
| Freedom || Requirements -15% || <span class="d2-yellow">Jewel</span> || 1 || 1 || 3 || 30 ||  
| Freedom || Requirements -15% || <span class="d2-yellow">珠宝</span> || 1 || 1 || 3 || 30 ||  
|-
|-
| Virility || +[1-4] to Strength || <span class="d2-yellow">Jewel</span> || 18 || 13 || 4 || 31 ||  
| Virility || +[1-4] to Strength || <span class="d2-yellow">珠宝</span> || 18 || 13 || 4 || 31 ||  
|-
|-
| Virility || +[5-6] to Strength || <span class="d2-yellow">Jewel</span> || 33 || 25 || 4 || 31 ||  
| Virility || +[5-6] to Strength || <span class="d2-yellow">珠宝</span> || 33 || 25 || 4 || 31 ||  
|-
|-
| Virility || +[7-9] to Strength || <span class="d2-yellow">Jewel</span> || 50 || 42 || 4 || 31 ||  
| Virility || +[7-9] to Strength || <span class="d2-yellow">珠宝</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)
* 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 箭袋 affixes, and the last two overlap with several other item types)


<div id="Charms"></div><div id="Small_Charms"></div><div id="SC"></div>
<div id="Charms"></div><div id="Small_Charms"></div><div id="SC"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Small Charm Prefixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">小护身符前缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Stout || +1 Defense || <span class="d2-blue">Small&nbsp;Charm</span> || 1 || 1 || 4 || 101 ||  
| Stout || +1 Defense || <span class="d2-blue">小护身符</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Stout || +[4-8] Defense || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 101 ||  
| Stout || +[4-8] Defense || <span class="d2-blue">小护身符</span> || 21 || 15 || 4 || 101 ||  
|-
|-
| Burly || +[15-20] Defense || <span class="d2-blue">Small Charm</span> || 36 || 28 || 4 || 101 ||  
| Burly || +[15-20] Defense || <span class="d2-blue">小护身符</span> || 36 || 28 || 4 || 101 ||  
|-
|-
| Stalwart || +[20-30] Defense || <span class="d2-blue">Small Charm</span> || 48 || 40 || 4 || 101 ||  
| Stalwart || +[20-30] Defense || <span class="d2-blue">小护身符</span> || 48 || 40 || 4 || 101 ||  
|-
|-
| Red || +1 to Minimum Damage || <span class="d2-blue">Small Charm</span> || 90 || 82 || 4 || 103 ||  
| Red || +1 to Minimum Damage || <span class="d2-blue">小护身符</span> || 90 || 82 || 4 || 103 ||  
|-
|-
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Small Charm</span> || 81 || 73 || 4 || 104 ||  
| Jagged || +1 to Maximum Damage || <span class="d2-blue">小护身符</span> || 81 || 73 || 4 || 104 ||  
|-
|-
| Bronze || +[2-4] to Attack Rating || <span class="d2-blue">Small Charm</span> || 1 || 1 || 4 || 110 ||  
| Bronze || +[2-4] to Attack Rating || <span class="d2-blue">小护身符</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 110 ||  
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">小护身符</span> || 21 || 15 || 4 || 110 ||  
|-
|-
| Iron || +[13-24] to Attack Rating || <span class="d2-blue">Small Charm</span> || 39 || 31 || 4 || 110 ||  
| Iron || +[13-24] to Attack Rating || <span class="d2-blue">小护身符</span> || 39 || 31 || 4 || 110 ||  
|-
|-
| Steel || +[25-36] to Attack Rating || <span class="d2-blue">Small Charm</span> || 57 || 49 || 4 || 110 ||  
| Steel || +[25-36] to Attack Rating || <span class="d2-blue">小护身符</span> || 57 || 49 || 4 || 110 ||  
|-
|-
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Small Charm</span> || 28 || 21 || 4 || 111 ||  
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">小护身符</span> || 28 || 21 || 4 || 111 ||  
|-
|-
| Lizard's || +[1-2] to Mana || <span class="d2-blue">Small Charm</span> || 16 || 12 || 4 || 115 ||  
| Lizard's || +[1-2] to Mana || <span class="d2-blue">小护身符</span> || 16 || 12 || 4 || 115 ||  
|-
|-
| Lizard's || +[3-7] to Mana || <span class="d2-blue">Small Charm</span> || 16 || 12 || 4 || 115 ||  
| Lizard's || +[3-7] to Mana || <span class="d2-blue">小护身符</span> || 16 || 12 || 4 || 115 ||  
|-
|-
| Snake's || +[8-12] to Mana || <span class="d2-blue">Small Charm</span> || 32 || 24 || 4 || 115 ||  
| Snake's || +[8-12] to Mana || <span class="d2-blue">小护身符</span> || 32 || 24 || 4 || 115 ||  
|-
|-
| Serpent's || +[13-17] to Mana || <span class="d2-blue">Small Charm</span> || 48 || 40 || 4 || 115 ||  
| Serpent's || +[13-17] to Mana || <span class="d2-blue">小护身符</span> || 48 || 40 || 4 || 115 ||  
|-
|-
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">Small Charm</span> || 33 || 25 || 1 || 116 ||  
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">小护身符</span> || 33 || 25 || 1 || 116 ||  
|-
|-
| Azure || Cold Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 117 ||  
| Azure || Cold Resist +[3-5]% || <span class="d2-blue">小护身符</span> || 1 || 1 || 2 || 117 ||  
|-
|-
| Lapis || Cold Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 117 ||  
| Lapis || Cold Resist +[6-7]% || <span class="d2-blue">小护身符</span> || 14 || 10 || 2 || 117 ||  
|-
|-
| Cobalt || Cold Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 117 ||  
| Cobalt || Cold Resist +[8-9]% || <span class="d2-blue">小护身符</span> || 27 || 20 || 2 || 117 ||  
|-
|-
| Sapphire || Cold Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 117 ||  
| Sapphire || Cold Resist +[10-11]% || <span class="d2-blue">小护身符</span> || 40 || 32 || 2 || 117 ||  
|-
|-
| Crimson || Fire Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 118 ||  
| Crimson || Fire Resist +[3-5]% || <span class="d2-blue">小护身符</span> || 1 || 1 || 2 || 118 ||  
|-
|-
| Russet || Fire Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 118 ||  
| Russet || Fire Resist +[6-7]% || <span class="d2-blue">小护身符</span> || 14 || 10 || 2 || 118 ||  
|-
|-
| Garnet || Fire Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 118 ||  
| Garnet || Fire Resist +[8-9]% || <span class="d2-blue">小护身符</span> || 27 || 20 || 2 || 118 ||  
|-
|-
| Ruby || Fire Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 118 ||  
| Ruby || Fire Resist +[10-11]% || <span class="d2-blue">小护身符</span> || 40 || 32 || 2 || 118 ||  
|-
|-
| Tangerine || Lightning Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 119 ||  
| Tangerine || Lightning Resist +[3-5]% || <span class="d2-blue">小护身符</span> || 1 || 1 || 2 || 119 ||  
|-
|-
| Ocher || Lightning Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 119 ||  
| Ocher || Lightning Resist +[6-7]% || <span class="d2-blue">小护身符</span> || 14 || 10 || 2 || 119 ||  
|-
|-
| Coral || Lightning Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 119 ||  
| Coral || Lightning Resist +[8-9]% || <span class="d2-blue">小护身符</span> || 27 || 20 || 2 || 119 ||  
|-
|-
| Amber || Lightning Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 119 ||  
| Amber || Lightning Resist +[10-11]% || <span class="d2-blue">小护身符</span> || 40 || 32 || 2 || 119 ||  
|-
|-
| Beryl || Poison Resist +[3-5]% || <span class="d2-blue">Small Charm</span> || 1 || 1 || 2 || 120 ||  
| Beryl || Poison Resist +[3-5]% || <span class="d2-blue">小护身符</span> || 1 || 1 || 2 || 120 ||  
|-
|-
| Viridian || Poison Resist +[6-7]% || <span class="d2-blue">Small Charm</span> || 14 || 10 || 2 || 120 ||  
| Viridian || Poison Resist +[6-7]% || <span class="d2-blue">小护身符</span> || 14 || 10 || 2 || 120 ||  
|-
|-
| Jade || Poison Resist +[8-9]% || <span class="d2-blue">Small Charm</span> || 27 || 20 || 2 || 120 ||  
| Jade || Poison Resist +[8-9]% || <span class="d2-blue">小护身符</span> || 27 || 20 || 2 || 120 ||  
|-
|-
| Emerald || Poison Resist +[10-11]% || <span class="d2-blue">Small Charm</span> || 40 || 32 || 2 || 120 ||  
| Emerald || Poison Resist +[10-11]% || <span class="d2-blue">小护身符</span> || 40 || 32 || 2 || 120 ||  
|-
|-
| 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 -->
| Snowy || Adds [1-2] to [2-4] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 9 || 6 || 2 || 137 || alvl 以前是 27, rlvl 以前是 20<!-- Snowflake in file -->
|-
|-
| 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
| Shivering || Adds [3-4] to [5-8] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 15 || 11 || 1 || 137 || alvl 以前是 42, rlvl 以前是 34
|-
|-
| 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]
| Boreal || Adds [6-8] to [10-16] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 30 || 22 || 1 || 137 || alvl 以前是 66, rlvl 以前是 58, 伤害以前是 [5-7] to [9-14]
|-
|-
| 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]
| Hibernal || Adds [11-13] to [20-27] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 45 || 38 || 1 || 137 || alvl 以前是 91, rlvl 以前是 83, 伤害以前是 [8-10] to [15-20]
|-
|-
| 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 -->
| Fiery || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">小护身符</span> || 5 || 3 || 2 || 138 || alvl 以前是 21, rlvl 以前是 15<!-- Ember in file -->
|-
|-
| 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
| Smoldering || Adds [2-3] to [4-10] Fire Damage || <span class="d2-blue">小护身符</span> || 15 || 11 || 1 || 138 || alvl 以前是 40, rlvl 以前是 32
|-
|-
| 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
| Smoking || Adds [4-9] to [11-19] Fire Damage || <span class="d2-blue">小护身符</span> || 28 || 21 || 1 || 138 || alvl 以前是 64, rlvl 以前是 56
|-
|-
| 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
| Flaming || Adds [10-19] to [20-29] Fire Damage || <span class="d2-blue">小护身符</span> || 43 || 35 || 1 || 138 || alvl 以前是 89, rlvl 以前是 81
|-
|-
| 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
| Static || Adds 1 to [6-11] Lightning Damage || <span class="d2-blue">小护身符</span> || 7 || 5 || 2 || 139 || alvl 以前是 23, rlvl 以前是 17
|-
|-
| 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]
| Glowing || Adds 1 to [8-17] Lightning Damage || <span class="d2-blue">小护身符</span> || 14 || 10 || 1 || 139 || alvl 以前是 41, rlvl 以前是 33, 伤害以前是 1 to [12-24]
|-
|-
| 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]
| Arcing || Adds 1 to [17-30] Lightning Damage || <span class="d2-blue">小护身符</span> || 29 || 21 || 1 || 139 || alvl 以前是 65, rlvl 以前是 57, 伤害以前是 1 to [25-43]
|-
|-
| 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]
| Shocking || Adds 1 to [31-50] Lightning Damage || <span class="d2-blue">小护身符</span> || 44 || 36 || 1 || 139 || alvl 以前是 90, rlvl 以前是 82, 伤害以前是 1 to [44-71]
|-
|-
| 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 -->
| Septic || +4 Poison Damage 持续 3 || <span class="d2-blue">小护身符</span> || 1 || 1 || 2 || 140 || alvl 以前是 18, rlvl 以前是 13, 伤害以前是 15 持续 3 <!-- poison bitrate: 25, was 52 -->
|-
|-
| 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 -->
| Foul || +13 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 12 || 9 || 1 || 140 || alvl 以前是 39, rlvl 以前是 31, 伤害以前是 50 持续 4 <!-- Envenomed in file, poison bitrate: 68, was 128 -->
|-
|-
| 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 -->
| Toxic || +25 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 27 || 20 || 1 || 140 || alvl 以前是 63, rlvl 以前是 55, 伤害以前是 100 持续 5 <!-- poison bitrate: 128, was 205 -->
|-
|-
| 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 -->
| Pestilent || +65 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 42 || 34 || 1 || 140 || alvl 以前是 88, rlvl 以前是 80, 伤害以前是 175 持续 6 <!-- poison bitrate: 335, was 299 -->
|}
|}


{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Small Charm Suffixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">小护身符后缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| 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
| Frost || Adds 1 to 2 Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 5 || 3 || 2 || 10 || alvl 以前是 14, rlvl 以前是 10
|-
|-
| 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]
| Icicle || Adds 2 to [3-5] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 8 || 6 || 1 || 10 || alvl 以前是 21, rlvl 以前是 15, 伤害以前是 2 to [3-4]
|-
|-
| 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]
| Glacier || Adds 4 to [6-8] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 15 || 11 || 1 || 10 || alvl 以前是 33, rlvl 以前是 25, 伤害以前是 3 to [5-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]
| Winter || Adds [6-7] to [10-13] Cold Damage (1 second chill) || <span class="d2-blue">小护身符</span> || 23 || 17 || 1 || 10 || alvl 以前是 46, rlvl 以前是 38, 伤害以前是 [4-5] to [7-9]
|-
|-
| Flame || Adds 1 to 2 Fire Damage || <span class="d2-blue">Small Charm</span> || 3 || 2 || 2 || 12 || alvl was 11, rlvl was 8
| Flame || Adds 1 to 2 Fire Damage || <span class="d2-blue">小护身符</span> || 3 || 2 || 2 || 12 || alvl 以前是 11, rlvl 以前是 8
|-
|-
| 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]
| Fire || Adds 2 to [3-5] Fire Damage || <span class="d2-blue">小护身符</span> || 8 || 6 || 1 || 12 || alvl 以前是 20, rlvl 以前是 15, 伤害以前是 2 to [3-4]
|-
|-
| 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]
| Burning || Adds [3-5] to [7-9] Fire Damage || <span class="d2-blue">小护身符</span> || 14 || 10 || 1 || 12 || alvl 以前是 32, rlvl 以前是 24, 伤害以前是 [3-4] to [5-8]
|-
|-
| 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]
| Incineration || Adds [6-8] to [10-15] Fire Damage || <span class="d2-blue">小护身符</span> || 22 || 16 || 1 || 12 || alvl 以前是 45, rlvl 以前是 37, 伤害以前是 [5-7] to [9-13]
|-
|-
| 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]
| Shock || Adds 1 to [3-5] Lightning Damage || <span class="d2-blue">小护身符</span> || 4 || 3 || 2 || 13 || alvl 以前是 12, rlvl 以前是 9, 伤害以前是 1 to [3-6]
|-
|-
| 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]
| Lightning || Adds 1 to [6-9] Lightning Damage || <span class="d2-blue">小护身符</span> || 7 || 5 || 1 || 13 || alvl 以前是 21, rlvl 以前是 15, 伤害以前是 1 to [7-10]
|-
|-
| 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]
| Thunder || Adds 1 to [10-16] Lightning Damage || <span class="d2-blue">小护身符</span> || 15 || 11 || 1 || 13 || alvl 以前是 33, rlvl 以前是 25, 伤害以前是 1 to [11-18]
|-
|-
| 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]
| Storms || Adds 1 to [17-25] Lightning Damage || <span class="d2-blue">小护身符</span> || 22 || 16 || 1 || 13 || alvl 以前是 45, rlvl 以前是 37, 伤害以前是 1 to [19-28]
|-
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Small Charm</span> || 85 || 77 || 4 || 14 ||  
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">小护身符</span> || 85 || 77 || 4 || 14 ||  
|-
|-
| 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 -->
| Blight || +3 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 1 || 1 || 2 || 16 || alvl 以前是 9, rlvl 以前是 6, 伤害以前是 6 持续 3 <!-- poison bitrate: 20, was 21 -->
|-
|-
| 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 -->
| Venom || +6 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 6 || 4 || 1 || 16 || alvl 以前是 20, rlvl 以前是 15, 伤害以前是 15 持续 4 <!-- poison bitrate: 35, was 39 -->
|-
|-
| 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 -->
| Pestilence || +12 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 14 || 10 || 1 || 16 || alvl 以前是 32, rlvl 以前是 24, 伤害以前是 25 持续 5 <!-- poison bitrate: 65, was 52 -->
|-
|-
| 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 -->
| Anthrax || +20 Poison Damage 持续 2 || <span class="d2-blue">小护身符</span> || 21 || 15 || 1 || 16 || alvl 以前是 44, rlvl 以前是 36, 伤害以前是 50 持续 6 <!-- poison bitrate: 105, was 86 -->
|-
|-
| Balance || +5% Faster Hit Recovery || <span class="d2-blue">Small Charm</span> || 37 || 29 || 4 || 18 ||  
| Balance || +5% Faster Hit Recovery || <span class="d2-blue">小护身符</span> || 37 || 29 || 4 || 18 ||  
|-
|-
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">Small Charm</span> || 1 || 15 || 4 || 21 ||  
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">小护身符</span> || 1 || 15 || 4 || 21 ||  
|-
|-
| Fortune || [3-5]% Better Chance of Getting Magic Items || <span class="d2-blue">Small Charm</span> || 31 || 18 || 3 || 22 ||  
| Fortune || [3-5]% Better Chance of Getting Magic Items || <span class="d2-blue">小护身符</span> || 31 || 18 || 3 || 22 ||  
|-
|-
| Good Luck || [6-7]% Better Chance of Getting Magic Items || <span class="d2-blue">Small Charm</span> || 47 || 33 || 2 || 22 ||  
| Good Luck || [6-7]% Better Chance of Getting Magic Items || <span class="d2-blue">小护身符</span> || 47 || 33 || 2 || 22 ||  
|-
|-
| Life || +[5-10] to Life || <span class="d2-blue">Small Charm</span> || 1 || 14 || 4 || 26 ||  
| Life || +[5-10] to Life || <span class="d2-blue">小护身符</span> || 1 || 14 || 4 || 26 ||  
|-
|-
| Sustenance || +[11-15] to Life || <span class="d2-blue">Small Charm</span> || 23 || 17 || 4 || 26 || <-- Substinence in file -->
| Sustenance || +[11-15] to Life || <span class="d2-blue">小护身符</span> || 23 || 17 || 4 || 26 || <-- 只存在于文件中 -->
|-
|-
| Vita || +[16-20] to Life || <span class="d2-blue">Small Charm</span> || 47 || 39 || 4 || 26 ||  
| Vita || +[16-20] to Life || <span class="d2-blue">小护身符</span> || 47 || 39 || 4 || 26 ||  
|-
|-
| Strength || +1 to Strength || <span class="d2-blue">Small Charm</span> || 7 || 5 || 4 || 31 ||  
| Strength || +1 to Strength || <span class="d2-blue">小护身符</span> || 7 || 5 || 4 || 31 ||  
|-
|-
| Strength || +2 to Strength || <span class="d2-blue">Small Charm</span> || 22 || 16 || 4 || 31 ||  
| Strength || +2 to Strength || <span class="d2-blue">小护身符</span> || 22 || 16 || 4 || 31 ||  
|-
|-
| Dexterity || +1 to Dexterity || <span class="d2-blue">Small Charm</span> || 7 || 5 || 4 || 31 ||  
| Dexterity || +1 to Dexterity || <span class="d2-blue">小护身符</span> || 7 || 5 || 4 || 31 ||  
|-
|-
| Dexterity || +2 to Dexterity || <span class="d2-blue">Small Charm</span> || 22 || 16 || 4 || 31 ||  
| Dexterity || +2 to Dexterity || <span class="d2-blue">小护身符</span> || 22 || 16 || 4 || 31 ||  
|-
|-
| Inertia || +3% Faster Run/Walk || <span class="d2-blue">Small Charm</span> || 35 || 27 || 4 || 35 ||  
| Inertia || +3% Faster Run/Walk || <span class="d2-blue">小护身符</span> || 35 || 27 || 4 || 35 ||  
|}
|}


<div id="Large_Charms"></div><div id="LC"></div>
<div id="Large_Charms"></div><div id="LC"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Large Charm Prefixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">大型护身符前缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Stout || +[2-3] Defense || <span class="d2-blue">Large&nbsp;Charm</span> || 1 || 1 || 4 || 101 ||  
| Stout || +[2-3] Defense || <span class="d2-blue">大型护身符</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Stout || +[4-6] Defense || <span class="d2-blue">Large Charm</span> || 14 || 10 || 4 || 101 ||  
| Stout || +[4-6] Defense || <span class="d2-blue">大型护身符</span> || 14 || 10 || 4 || 101 ||  
|-
|-
| Stout || +[8-12] Defense || <span class="d2-blue">Large Charm</span> || 20 || 15 || 4 || 101 ||  
| Stout || +[8-12] Defense || <span class="d2-blue">大型护身符</span> || 20 || 15 || 4 || 101 ||  
|-
|-
| Burly || +[13-18] Defense || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 101 ||  
| Burly || +[13-18] Defense || <span class="d2-blue">大型护身符</span> || 26 || 19 || 4 || 101 ||  
|-
|-
| Burly || +[20-30] Defense || <span class="d2-blue">Large Charm</span> || 32 || 24 || 4 || 101 ||  
| Burly || +[20-30] Defense || <span class="d2-blue">大型护身符</span> || 32 || 24 || 4 || 101 ||  
|-
|-
| Stalwart || +[30-40] Defense || <span class="d2-blue">Large Charm</span> || 38 || 30 || 4 || 101 ||  
| Stalwart || +[30-40] Defense || <span class="d2-blue">大型护身符</span> || 38 || 30 || 4 || 101 ||  
|-
|-
| Stalwart || +[45-60] Defense || <span class="d2-blue">Large Charm</span> || 45 || 37 || 4 || 101 ||  
| Stalwart || +[45-60] Defense || <span class="d2-blue">大型护身符</span> || 45 || 37 || 4 || 101 ||  
|-
|-
| Red || +1 to Minimum Damage || <span class="d2-blue">Large Charm</span> || 30 || 22 || 4 || 103 ||  
| Red || +1 to Minimum Damage || <span class="d2-blue">大型护身符</span> || 30 || 22 || 4 || 103 ||  
|-
|-
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">Large Charm</span> || 60 || 52 || 4 || 103 ||  
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">大型护身符</span> || 60 || 52 || 4 || 103 ||  
|-
|-
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 22 || 16 || 4 || 104 ||  
| Jagged || +1 to Maximum Damage || <span class="d2-blue">大型护身符</span> || 22 || 16 || 4 || 104 ||  
|-
|-
| Forked || +2 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 52 || 44 || 4 || 104 ||  
| Forked || +2 to Maximum Damage || <span class="d2-blue">大型护身符</span> || 52 || 44 || 4 || 104 ||  
|-
|-
| Bronze || +[4-8] to Attack Rating || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 110 ||  
| Bronze || +[4-8] to Attack Rating || <span class="d2-blue">大型护身符</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Large Charm</span> || 7 || 5 || 4 || 110 ||  
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">大型护身符</span> || 7 || 5 || 4 || 110 ||  
|-
|-
| Bronze || +[13-25] to Attack Rating || <span class="d2-blue">Large Charm</span> || 16 || 12 || 4 || 110 ||  
| Bronze || +[13-25] to Attack Rating || <span class="d2-blue">大型护身符</span> || 16 || 12 || 4 || 110 ||  
|-
|-
| Iron || +[26-38] to Attack Rating || <span class="d2-blue">Large Charm</span> || 25 || 18 || 4 || 110 ||  
| Iron || +[26-38] to Attack Rating || <span class="d2-blue">大型护身符</span> || 25 || 18 || 4 || 110 ||  
|-
|-
| Iron || +[39-51] to Attack Rating || <span class="d2-blue">Large Charm</span> || 34 || 26 || 4 || 110 ||  
| Iron || +[39-51] to Attack Rating || <span class="d2-blue">大型护身符</span> || 34 || 26 || 4 || 110 ||  
|-
|-
| Steel || +[52-64] to Attack Rating || <span class="d2-blue">Large Charm</span> || 43 || 36 || 4 || 110 ||  
| Steel || +[52-64] to Attack Rating || <span class="d2-blue">大型护身符</span> || 43 || 36 || 4 || 110 ||  
|-
|-
| Steel || +[65-77] to Attack Rating || <span class="d2-blue">Large Charm</span> || 52 || 44 || 4 || 110 ||  
| Steel || +[65-77] to Attack Rating || <span class="d2-blue">大型护身符</span> || 52 || 44 || 4 || 110 ||  
|-
|-
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">Large Charm</span> || 19 || 14 || 4 || 111 ||  
| Fine || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">大型护身符</span> || 19 || 14 || 4 || 111 ||  
|-
|-
| Sharp || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">Large Charm</span> || 28 || 21 || 4 || 111 ||  
| Sharp || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">大型护身符</span> || 28 || 21 || 4 || 111 ||  
|-
|-
| Lucky || 1% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 34 ||  || 4 || 114 ||  
| Lucky || 1% Better Chance of Getting Magic Items || <span class="d2-blue">大型护身符</span> || 34 ||  || 4 || 114 ||  
|-
|-
| Lucky || [2-3]% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 53 ||  || 4 || 114 ||  
| Lucky || [2-3]% Better Chance of Getting Magic Items || <span class="d2-blue">大型护身符</span> || 53 ||  || 4 || 114 ||  
|-
|-
| Lucky || [4-6]% Better Chance of Getting Magic Items || <span class="d2-blue">Large Charm</span> || 51 ||  || 4 || 114 ||  
| Lucky || [4-6]% Better Chance of Getting Magic Items || <span class="d2-blue">大型护身符</span> || 51 ||  || 4 || 114 ||  
|-
|-
| Lizard's || +[2-4] to Mana || <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 115 ||  
| Lizard's || +[2-4] to Mana || <span class="d2-blue">大型护身符</span> || 1 || 1 || 4 || 115 ||  
|-
|-
| Lizard's || +[5-7] to Mana || <span class="d2-blue">Large Charm</span> || 9 || 6 || 4 || 115 ||  
| Lizard's || +[5-7] to Mana || <span class="d2-blue">大型护身符</span> || 9 || 6 || 4 || 115 ||  
|-
|-
| Lizard's || +[8-12] to Mana || <span class="d2-blue">Large Charm</span> || 17 || 12 || 4 || 115 ||  
| Lizard's || +[8-12] to Mana || <span class="d2-blue">大型护身符</span> || 17 || 12 || 4 || 115 ||  
|-
|-
| Snake's || +[13-18] to Mana || <span class="d2-blue">Large Charm</span> || 25 || 18 || 4 || 115 ||  
| Snake's || +[13-18] to Mana || <span class="d2-blue">大型护身符</span> || 25 || 18 || 4 || 115 ||  
|-
|-
| Snake's || +[19-23] to Mana || <span class="d2-blue">Large Charm</span> || 33 || 25 || 4 || 115 ||  
| Snake's || +[19-23] to Mana || <span class="d2-blue">大型护身符</span> || 33 || 25 || 4 || 115 ||  
|-
|-
| Serpent's || +[24-29] to Mana || <span class="d2-blue">Large Charm</span> || 41 || 33 || 4 || 115 ||  
| Serpent's || +[24-29] to Mana || <span class="d2-blue">大型护身符</span> || 41 || 33 || 4 || 115 ||  
|-
|-
| Serpent's || +[30-34] to Mana || <span class="d2-blue">Large Charm</span> || 49 || 41 || 4 || 115 ||  
| Serpent's || +[30-34] to Mana || <span class="d2-blue">大型护身符</span> || 49 || 41 || 4 || 115 ||  
|-
|-
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">Large Charm</span> || 17 || 12 || 1 || 116 || removed max alvl (was 33)
| Shimmering || All Resistances +[3-5] || <span class="d2-blue">大型护身符</span> || 17 || 12 || 1 || 116 || 移除 max alvl (以前是 33)
|-
|-
| Shimmering || All Resistances +[6-8] || <span class="d2-blue">Large Charm</span> || 34 || 26 || 1 || 116 ||  
| Shimmering || All Resistances +[6-8] || <span class="d2-blue">大型护身符</span> || 34 || 26 || 1 || 116 ||  
|-
|-
| Azure || Cold Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 117 ||  
| Azure || Cold Resist +[4-7]% || <span class="d2-blue">大型护身符</span> || 1 || 1 || 2 || 117 ||  
|-
|-
| Lapis || Cold Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 117 ||  
| Lapis || Cold Resist +[8-10]% || <span class="d2-blue">大型护身符</span> || 16 || 12 || 2 || 117 ||  
|-
|-
| Cobalt || Cold Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 117 ||  
| Cobalt || Cold Resist +[11-12]% || <span class="d2-blue">大型护身符</span> || 25 || 18 || 2 || 117 ||  
|-
|-
| Sapphire || Cold Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 117 ||  
| Sapphire || Cold Resist +[13-15]% || <span class="d2-blue">大型护身符</span> || 35 || 27 || 2 || 117 ||  
|-
|-
| Crimson || Fire Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 118 ||  
| Crimson || Fire Resist +[4-7]% || <span class="d2-blue">大型护身符</span> || 1 || 1 || 2 || 118 ||  
|-
|-
| Russet || Fire Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 118 ||  
| Russet || Fire Resist +[8-10]% || <span class="d2-blue">大型护身符</span> || 16 || 12 || 2 || 118 ||  
|-
|-
| Garnet || Fire Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 118 ||  
| Garnet || Fire Resist +[11-12]% || <span class="d2-blue">大型护身符</span> || 25 || 18 || 2 || 118 ||  
|-
|-
| Ruby || Fire Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 118 ||  
| Ruby || Fire Resist +[13-15]% || <span class="d2-blue">大型护身符</span> || 35 || 27 || 2 || 118 ||  
|-
|-
| Tangerine || Lightning Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 119 ||  
| Tangerine || Lightning Resist +[4-7]% || <span class="d2-blue">大型护身符</span> || 1 || 1 || 2 || 119 ||  
|-
|-
| Ocher || Lightning Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 119 ||  
| Ocher || Lightning Resist +[8-10]% || <span class="d2-blue">大型护身符</span> || 16 || 12 || 2 || 119 ||  
|-
|-
| Coral || Lightning Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 119 ||  
| Coral || Lightning Resist +[11-12]% || <span class="d2-blue">大型护身符</span> || 25 || 18 || 2 || 119 ||  
|-
|-
| Amber || Lightning Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 119 ||  
| Amber || Lightning Resist +[13-15]% || <span class="d2-blue">大型护身符</span> || 35 || 27 || 2 || 119 ||  
|-
|-
| Beryl || Poison Resist +[4-7]% || <span class="d2-blue">Large Charm</span> || 1 || 1 || 2 || 120 ||  
| Beryl || Poison Resist +[4-7]% || <span class="d2-blue">大型护身符</span> || 1 || 1 || 2 || 120 ||  
|-
|-
| Viridian || Poison Resist +[8-10]% || <span class="d2-blue">Large Charm</span> || 16 || 12 || 2 || 120 ||  
| Viridian || Poison Resist +[8-10]% || <span class="d2-blue">大型护身符</span> || 16 || 12 || 2 || 120 ||  
|-
|-
| Jade || Poison Resist +[11-12]% || <span class="d2-blue">Large Charm</span> || 25 || 18 || 2 || 120 ||  
| Jade || Poison Resist +[11-12]% || <span class="d2-blue">大型护身符</span> || 25 || 18 || 2 || 120 ||  
|-
|-
| Emerald || Poison Resist +[13-15]% || <span class="d2-blue">Large Charm</span> || 35 || 27 || 2 || 120 ||  
| Emerald || Poison Resist +[13-15]% || <span class="d2-blue">大型护身符</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 || damage was [2-3] to [3-5]<!-- Snowflake in file -->
| Snowy || Adds [2-4] to [4-8] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 18 || 13 || 2 || 137 || 伤害以前是 [2-3] to [3-5]<!-- 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 || damage was [4-5] to [6-10]
| Shivering || Adds [6-8] to [10-16] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 29 || 21 || 1 || 137 || 伤害以前是 [4-5] to [6-10]
|-
|-
| 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]
| Boreal || Adds [12-16] to [20-30] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 49 || 41 || 1 || 137 || 伤害以前是 [6-10] to [11-20]
|-
|-
| 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]
| Hibernal || Adds [22-26] to [40-54] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 69 || 61 || 1 || 137 || 伤害以前是 [11-15] to [21-30]
|-
|-
| 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 -->
| Fiery || Adds 2 to [4-6] Fire Damage || <span class="d2-blue">大型护身符</span> || 13 || 9 || 2 || 138 || 伤害以前是 1 to [2-3]<!-- Ember in file -->
|-
|-
| 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]
| Smoldering || Adds [4-6] to [8-20] Fire Damage || <span class="d2-blue">大型护身符</span> || 27 || 20 || 1 || 138 || 伤害以前是 [2-3] to [4-12]
|-
|-
| 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]
| Smoking || Adds [8-18] to [22-38] Fire Damage || <span class="d2-blue">大型护身符</span> || 47 || 39 || 1 || 138 || 伤害以前是 [4-9] to [13-27]
|-
|-
| 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]
| Flaming || Adds [20-38] to [40-58] Fire Damage || <span class="d2-blue">大型护身符</span> || 67 || 59 || 1 || 138 || 伤害以前是 [10-27] to [28-43]
|-
|-
| 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]
| Static || Adds 1 to [12-22] Lightning Damage || <span class="d2-blue">大型护身符</span> || 14 || 10 || 2 || 139 || 伤害以前是 1 to [5-9]
|-
|-
| 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]
| Glowing || Adds 1 to [16-34] Lightning Damage || <span class="d2-blue">大型护身符</span> || 28 || 20 || 1 || 139 || 伤害以前是 1 to [10-26]
|-
|-
| 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]
| Arcing || Adds 1 to [34-60] Lightning Damage || <span class="d2-blue">大型护身符</span> || 48 || 40 || 1 || 139 || 伤害以前是 1 to [27-58]
|-
|-
| 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]
| Shocking || Adds 1 to [62-100] Lightning Damage || <span class="d2-blue">大型护身符</span> || 68 || 60 || 1 || 139 || 伤害以前是 1 to [59-90]
|-
|-
| 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 -->
| Septic || +9 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 9 || 6 || 2 || 140 || 伤害以前是 10 持续 3 <!-- poison bitrate: 50, was 35 -->
|-
|-
| 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 -->
| Foul || +26 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 26 || 19 || 1 || 140 || 伤害以前是 30 持续 4 <!-- Envenomed in file, poison bitrate: 135, was 77 -->
|-
|-
| 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 -->
| Toxic || +49 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 46 || 38 || 1 || 140 || 伤害以前是 90 持续 5 <!-- poison bitrate: 255, was 185 -->
|-
|-
| 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 -->
| Pestilent || +129 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 66 || 58 || 1 || 140 || 伤害以前是 175 持续 6 <!-- poison bitrate: 665, was 299 -->
|-
|-
| Channeling || +2% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
| Channeling || +2% to Lightning Skill Damage || <span class="d2-blue">大型护身符</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Cold || +2% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
| Cold || +2% to Cold Skill Damage || <span class="d2-blue">大型护身符</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Cinder || +2% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
| Cinder || +2% to Fire Skill Damage || <span class="d2-blue">大型护身符</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Morbid || +2% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
| Morbid || +2% to Poison Skill Damage || <span class="d2-blue">大型护身符</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Sparkling || +2% to Magic Skill Damage || <span class="d2-blue">Large Charm</span> || 14 || 14 || 3 || 201 || new
| Sparkling || +2% to Magic Skill Damage || <span class="d2-blue">大型护身符</span> || 14 || 14 || 3 || 201 || new
|-
|-
| Discharging || +[2-3]% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
| Discharging || +[2-3]% to Lightning Skill Damage || <span class="d2-blue">大型护身符</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Frigid || +[2-3]% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
| Frigid || +[2-3]% to Cold Skill Damage || <span class="d2-blue">大型护身符</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Wildfire || +[2-3]% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
| Wildfire || +[2-3]% to Fire Skill Damage || <span class="d2-blue">大型护身符</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Malicious || +[2-3]% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
| Malicious || +[2-3]% to Poison Skill Damage || <span class="d2-blue">大型护身符</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Effervescent || +[2-3]% to Magic Skill Damage || <span class="d2-blue">Large Charm</span> || 28 || 28 || 3 || 201 || new
| Effervescent || +[2-3]% to Magic Skill Damage || <span class="d2-blue">大型护身符</span> || 28 || 28 || 3 || 201 || new
|-
|-
| Conduit || +[3-4]% to Lightning Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
| Conduit || +[3-4]% to Lightning Skill Damage || <span class="d2-blue">大型护身符</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Numbing || +[3-4]% to Cold Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
| Numbing || +[3-4]% to Cold Skill Damage || <span class="d2-blue">大型护身符</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Inferno || +[3-4]% to Fire Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
| Inferno || +[3-4]% to Fire Skill Damage || <span class="d2-blue">大型护身符</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Infectious || +[3-4]% to Poison Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
| Infectious || +[3-4]% to Poison Skill Damage || <span class="d2-blue">大型护身符</span> || 42 || 42 || 2 || 201 || new
|-
|-
| Scintillating || +[3-4]% to Magic Skill Damage || <span class="d2-blue">Large Charm</span> || 42 || 42 || 2 || 201 || new
| Scintillating || +[3-4]% to Magic Skill Damage || <span class="d2-blue">大型护身符</span> || 42 || 42 || 2 || 201 || new
|}
|}


{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Large Charm Suffixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">大型护身符后缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| 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]
| Frost || Adds 2 to [3-4] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 9 || 6 || 2 || 10 || 伤害以前是 1 to [2-3]
|-
|-
| 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]
| Icicle || Adds 4 to [6-10] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 15 || 11 || 1 || 10 || 伤害以前是 2 to [4-5]
|-
|-
| 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]
| Glacier || Adds 8 to [12-16] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 25 || 18 || 1 || 10 || 伤害以前是 3 to [6-8]
|-
|-
| 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]
| Winter || Adds [12-14] to [20-26] Cold Damage (1 second chill) || <span class="d2-blue">大型护身符</span> || 35 || 27 || 1 || 10 || 伤害以前是 [4-6] to [9-12]
|-
|-
| Flame || Adds 2 to 4 Fire Damage || <span class="d2-blue">Large Charm</span> || 7 || 5 || 2 || 12 || damage was 1 to 2
| Flame || Adds 2 to 4 Fire Damage || <span class="d2-blue">大型护身符</span> || 7 || 5 || 2 || 12 || 伤害以前是 1 to 2
|-
|-
| 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]
| Fire || Adds 4 to [6-10] Fire Damage || <span class="d2-blue">大型护身符</span> || 14 || 10 || 1 || 12 || 伤害以前是 2 to [3-5]
|-
|-
| 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]
| Burning || Adds [6-10] to [14-18] Fire Damage || <span class="d2-blue">大型护身符</span> || 24 || 18 || 1 || 12 || 伤害以前是 [3-5] to [6-11]
|-
|-
| 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]
| Incineration || Adds [12-16] to [20-30] Fire Damage || <span class="d2-blue">大型护身符</span> || 34 || 26 || 1 || 12 || 伤害以前是 [6-10] to [12-17]
|-
|-
| 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]
| Shock || Adds 1 to [6-10] Lightning Damage || <span class="d2-blue">大型护身符</span> || 7 || 5 || 2 || 13 || 伤害以前是 1 to [3-5]
|-
|-
| 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]
| Lightning || Adds 1 to [12-18] Lightning Damage || <span class="d2-blue">大型护身符</span> || 14 || 10 || 1 || 13 || 伤害以前是 1 to [6-13]
|-
|-
| 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]
| Thunder || Adds 1 to [20-32] Lightning Damage || <span class="d2-blue">大型护身符</span> || 24 || 18 || 1 || 13 || 伤害以前是 1 to [14-25]
|-
|-
| 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]
| Storms || Adds 1 to [34-50] Lightning Damage || <span class="d2-blue">大型护身符</span> || 34 || 26 || 1 || 13 || 伤害以前是 1 to [26-38]
|-
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 14 ||  
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">大型护身符</span> || 26 || 19 || 4 || 14 ||  
|-
|-
| Quality || +2 to Maximum Damage || <span class="d2-blue">Large Charm</span> || 56 || 48 || 4 || 14 ||  
| Quality || +2 to Maximum Damage || <span class="d2-blue">大型护身符</span> || 56 || 48 || 4 || 14 ||  
|-
|-
| 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 -->
| Blight || +7 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 5 || 3 || 2 || 16 || 伤害以前是 6 持续 3 <!-- poison bitrate: 40, was 21 -->
|-
|-
| 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 -->
| Venom || +13 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 13 || 9 || 1 || 16 || 伤害以前是 15 持续 4 <!-- poison bitrate: 70, was 39 -->
|-
|-
| 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 -->
| Pestilence || +26 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 23 || 17 || 1 || 16 || 伤害以前是 25 持续 5 <!-- poison bitrate: 135, was 52 -->
|-
|-
| 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 -->
| Anthrax || +41 Poison Damage 持续 2 || <span class="d2-blue">大型护身符</span> || 33 || 25 || 1 || 16 || 伤害以前是 50 持续 6 <!-- poison bitrate: 215, was 86 -->
|-
|-
| Balance || +8% Faster Hit Recovery || <span class="d2-blue">Large Charm</span> || 19 || 14 || 4 || 18 ||  
| Balance || +8% Faster Hit Recovery || <span class="d2-blue">大型护身符</span> || 19 || 14 || 4 || 18 ||  
|-
|-
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">Large Charm</span> || 1 || 5 || 4 || 21 ||  
| Greed || [5-10]% Extra Gold from Monsters || <span class="d2-blue">大型护身符</span> || 1 || 5 || 4 || 21 ||  
|-
|-
| Greed || [11-22]% Extra Gold from Monsters || <span class="d2-blue">Large Charm</span> || 20 || 15 || 4 || 21 ||  
| Greed || [11-22]% Extra Gold from Monsters || <span class="d2-blue">大型护身符</span> || 20 || 15 || 4 || 21 ||  
|-
|-
| Life || +[6-10] to Life || <span class="d2-blue">Large Charm</span> || 1 || 9 || 4 || 26 ||  
| Life || +[6-10] to Life || <span class="d2-blue">大型护身符</span> || 1 || 9 || 4 || 26 ||  
|-
|-
| Life || +[11-15] to Life || <span class="d2-blue">Large Charm</span> || 12 || 9 || 4 || 26 ||  
| Life || +[11-15] to Life || <span class="d2-blue">大型护身符</span> || 12 || 9 || 4 || 26 ||  
|-
|-
| Sustenance || +[16-20] to Life || <span class="d2-blue">Large Charm</span> || 26 || 19 || 4 || 26 || <-- Substinence in file -->
| Sustenance || +[16-20] to Life || <span class="d2-blue">大型护身符</span> || 26 || 19 || 4 || 26 || <-- 只存在于文件中 -->
|-
|-
| Sustenance || +[21-25] to Life || <span class="d2-blue">Large Charm</span> || 42 || 34 || 4 || 26 || <-- Substinence in file -->
| Sustenance || +[21-25] to Life || <span class="d2-blue">大型护身符</span> || 42 || 34 || 4 || 26 || <-- 只存在于文件中 -->
|-
|-
| Vita || +[26-30] to Life || <span class="d2-blue">Large Charm</span> || 58 || 50 || 4 || 26 ||  
| Vita || +[26-30] to Life || <span class="d2-blue">大型护身符</span> || 58 || 50 || 4 || 26 ||  
|-
|-
| Vita || +[31-35] to Life || <span class="d2-blue">Large Charm</span> || 74 || 66 || 4 || 26 ||  
| Vita || +[31-35] to Life || <span class="d2-blue">大型护身符</span> || 74 || 66 || 4 || 26 ||  
|-
|-
| Strength || +[2-3] to Strength || <span class="d2-blue">Large Charm</span> || 3 || 2 || 4 || 31 ||  
| Strength || +[2-3] to Strength || <span class="d2-blue">大型护身符</span> || 3 || 2 || 4 || 31 ||  
|-
|-
| Strength || +[4-5] to Strength || <span class="d2-blue">Large Charm</span> || 18 || 13 || 4 || 31 ||  
| Strength || +[4-5] to Strength || <span class="d2-blue">大型护身符</span> || 18 || 13 || 4 || 31 ||  
|-
|-
| Dexterity || +[2-3] to Dexterity || <span class="d2-blue">Large Charm</span> || 3 || 2 || 4 || 31 ||  
| Dexterity || +[2-3] to Dexterity || <span class="d2-blue">大型护身符</span> || 3 || 2 || 4 || 31 ||  
|-
|-
| Dexterity || +[4-5] to Dexterity || <span class="d2-blue">Large Charm</span> || 18 || 13 || 4 || 31 ||  
| Dexterity || +[4-5] to Dexterity || <span class="d2-blue">大型护身符</span> || 18 || 13 || 4 || 31 ||  
|-
|-
| Inertia || +5% Faster Run/Walk || <span class="d2-blue">Large Charm</span> || 24 || 18 || 4 || 35 ||  
| Inertia || +5% Faster Run/Walk || <span class="d2-blue">大型护身符</span> || 24 || 18 || 4 || 35 ||  
|}
|}


<div id="Grand_Charms"></div><div id="GC"></div>
<div id="Grand_Charms"></div><div id="GC"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Grand Charm Prefixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">超大型护身符前缀</h3>
|-
|-
! Affix !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Stout || +[3-5] Defense || <span class="d2-blue">Grand&nbsp;Charm</span> || 1 || 1 || 4 || 101 ||  
| Stout || +[3-5] Defense || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 101 ||  
|-
|-
| Stout || +[6-9] Defense || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 101 ||  
| Stout || +[6-9] Defense || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 4 || 101 ||  
|-
|-
| Stout || +[10-12] Defense || <span class="d2-blue">Grand Charm</span> || 12 || 9 || 4 || 101 ||  
| Stout || +[10-12] Defense || <span class="d2-blue">超大型护身符</span> || 12 || 9 || 4 || 101 ||  
|-
|-
| Burly || +[13-15] Defense || <span class="d2-blue">Grand Charm</span> || 17 || 12 || 4 || 101 ||  
| Burly || +[13-15] Defense || <span class="d2-blue">超大型护身符</span> || 17 || 12 || 4 || 101 ||  
|-
|-
| Burly || +[16-22] Defense || <span class="d2-blue">Grand Charm</span> || 22 || 16 || 4 || 101 ||  
| Burly || +[16-22] Defense || <span class="d2-blue">超大型护身符</span> || 22 || 16 || 4 || 101 ||  
|-
|-
| Burly || +[23-30] Defense || <span class="d2-blue">Grand Charm</span> || 27 || 20 || 4 || 101 ||  
| Burly || +[23-30] Defense || <span class="d2-blue">超大型护身符</span> || 27 || 20 || 4 || 101 ||  
|-
|-
| Stalwart || +[33-40] Defense || <span class="d2-blue">Grand Charm</span> || 32 || 24 || 4 || 101 ||  
| Stalwart || +[33-40] Defense || <span class="d2-blue">超大型护身符</span> || 32 || 24 || 4 || 101 ||  
|-
|-
| Stalwart || +[44-50] Defense || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 101 ||  
| Stalwart || +[44-50] Defense || <span class="d2-blue">超大型护身符</span> || 37 || 29 || 4 || 101 ||  
|-
|-
| Stalwart || +[60-100] Defense || <span class="d2-blue">Grand Charm</span> || 42 || 34 || 4 || 101 ||  
| Stalwart || +[60-100] Defense || <span class="d2-blue">超大型护身符</span> || 42 || 34 || 4 || 101 ||  
|-
|-
| Red || +1 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 15 || 11 || 4 || 103 ||  
| Red || +1 to Minimum Damage || <span class="d2-blue">超大型护身符</span> || 15 || 11 || 4 || 103 ||  
|-
|-
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 4 || 103 ||  
| Sanguinary || +2 to Minimum Damage || <span class="d2-blue">超大型护身符</span> || 45 || 37 || 4 || 103 ||  
|-
|-
| Bloody || +3 to Minimum Damage || <span class="d2-blue">Grand Charm</span> || 75 || 67 || 4 || 103 ||  
| Bloody || +3 to Minimum Damage || <span class="d2-blue">超大型护身符</span> || 75 || 67 || 4 || 103 ||  
|-
|-
| Jagged || +1 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 104 ||  
| Jagged || +1 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 4 || 104 ||  
|-
|-
| Forked || +2 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 104 ||  
| Forked || +2 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 37 || 29 || 4 || 104 ||  
|-
|-
| Serrated || +3 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 67 || 59 || 4 || 104 ||  
| Serrated || +3 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 67 || 59 || 4 || 104 ||  
|-
|-
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 110 ||  
| Bronze || +[6-12] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 110 ||  
|-
|-
| Bronze || +[13-27] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 110 ||  
| Bronze || +[13-27] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 4 || 110 ||  
|-
|-
| Bronze || +[28-42] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 13 || 9 || 4 || 110 ||  
| Bronze || +[28-42] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 13 || 9 || 4 || 110 ||  
|-
|-
| Iron || +[43-57] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 110 ||  
| Iron || +[43-57] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 19 || 14 || 4 || 110 ||  
|-
|-
| Iron || +[58-72] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 25 || 18 || 4 || 110 ||  
| Iron || +[58-72] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 25 || 18 || 4 || 110 ||  
|-
|-
| Iron || +[73-87] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 110 ||  
| Iron || +[73-87] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 31 || 23 || 4 || 110 ||  
|-
|-
| Steel || +[88-102] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 110 ||  
| Steel || +[88-102] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 37 || 29 || 4 || 110 ||  
|-
|-
| Steel || +[103-117] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 43 || 35 || 4 || 110 ||  
| Steel || +[103-117] to Attack Rating || <span class="d2-blue">超大型护身符</span> || 43 || 35 || 4 || 110 ||  
|-
|-
| Steel || +[118-132] to Attack Rating || <span class="d2-blue">Grand Charm</span> || 49 || 41 || 4 || 110 ||  
| Steel || +[118-132] to Attack Rating || <span class="d2-blue">超大型护身符</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 || +[10-20] to Attack Rating,<br>+[1-3] to Maximum Damage || <span class="d2-blue">超大型护身符</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 ||  
| Fine || +[21-48] to Attack Rating,<br>+[4-6] to Maximum Damage || <span class="d2-blue">超大型护身符</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 ||  
| Sharp || +[49-76] to Attack Rating,<br>+[7-10] to Maximum Damage || <span class="d2-blue">超大型护身符</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 || [1-4]% Better Chance of Getting Magic Items || <span class="d2-blue">超大型护身符</span> || 21 ||  || 4 || 114 ||  
|-
|-
| Lucky || [5-7]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 38 ||  || 4 || 114 ||  
| Lucky || [5-7]% Better Chance of Getting Magic Items || <span class="d2-blue">超大型护身符</span> || 38 ||  || 4 || 114 ||  
|-
|-
| Lucky || [8-12]% Better Chance of Getting Magic Items || <span class="d2-blue">Grand Charm</span> || 55 ||  || 4 || 114 ||  
| Lucky || [8-12]% Better Chance of Getting Magic Items || <span class="d2-blue">超大型护身符</span> || 55 ||  || 4 || 114 ||  
|-
|-
| Lizard's || +[3-7] to Mana || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 115 ||  
| Lizard's || +[3-7] to Mana || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 115 ||  
|-
|-
| Lizard's || +[8-13] to Mana || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 115 ||  
| Lizard's || +[8-13] to Mana || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 4 || 115 ||  
|-
|-
| Lizard's || +[14-20] to Mana || <span class="d2-blue">Grand Charm</span> || 13 || 9 || 4 || 115 ||  
| Lizard's || +[14-20] to Mana || <span class="d2-blue">超大型护身符</span> || 13 || 9 || 4 || 115 ||  
|-
|-
| Snake's || +[21-26] to Mana || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 115 ||  
| Snake's || +[21-26] to Mana || <span class="d2-blue">超大型护身符</span> || 19 || 14 || 4 || 115 ||  
|-
|-
| Snake's || +[27-33] to Mana || <span class="d2-blue">Grand Charm</span> || 25 || 18 || 4 || 115 ||  
| Snake's || +[27-33] to Mana || <span class="d2-blue">超大型护身符</span> || 25 || 18 || 4 || 115 ||  
|-
|-
| Snake's || +[34-39] to Mana || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 115 ||  
| Snake's || +[34-39] to Mana || <span class="d2-blue">超大型护身符</span> || 31 || 23 || 4 || 115 ||  
|-
|-
| Serpent's || +[40-46] to Mana || <span class="d2-blue">Grand Charm</span> || 37 || 29 || 4 || 115 ||  
| Serpent's || +[40-46] to Mana || <span class="d2-blue">超大型护身符</span> || 37 || 29 || 4 || 115 ||  
|-
|-
| Serpent's || +[47-52] to Mana || <span class="d2-blue">Grand Charm</span> || 43 || 35 || 4 || 115 ||  
| Serpent's || +[47-52] to Mana || <span class="d2-blue">超大型护身符</span> || 43 || 35 || 4 || 115 ||  
|-
|-
| Serpent's || +[53-59] to Mana || <span class="d2-blue">Grand Charm</span> || 49 || 41 || 4 || 115 ||  
| Serpent's || +[53-59] to Mana || <span class="d2-blue">超大型护身符</span> || 49 || 41 || 4 || 115 ||  
|-
|-
| Shimmering || All Resistances +[3-6] || <span class="d2-blue">Grand Charm</span> || 8 || 6 || 1 || 116 || removed max alvl (was 13)
| Shimmering || All Resistances +[3-6] || <span class="d2-blue">超大型护身符</span> || 8 || 6 || 1 || 116 || 移除 max alvl (以前是 13)
|-
|-
| Shimmering || All Resistances +[8-12] || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 1 || 116 || removed max alvl (was 34)
| Shimmering || All Resistances +[8-12] || <span class="d2-blue">超大型护身符</span> || 14 || 10 || 1 || 116 || 移除 max alvl (以前是 34)
|-
|-
| Shimmering || All Resistances +[13-15] || <span class="d2-blue">Grand Charm</span> || 35 || 27 || 1 || 116 ||  
| Shimmering || All Resistances +[13-15] || <span class="d2-blue">超大型护身符</span> || 35 || 27 || 1 || 116 ||  
|-
|-
| Azure || Cold Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 117 ||  
| Azure || Cold Resist +[7-15]% || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 2 || 117 ||  
|-
|-
| Lapis || Cold Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 117 ||  
| Lapis || Cold Resist +[16-20]% || <span class="d2-blue">超大型护身符</span> || 10 || 7 || 2 || 117 ||  
|-
|-
| Cobalt || Cold Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 117 ||  
| Cobalt || Cold Resist +[21-25]% || <span class="d2-blue">超大型护身符</span> || 20 || 15 || 2 || 117 ||  
|-
|-
| Sapphire || Cold Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 117 ||  
| Sapphire || Cold Resist +[26-30]% || <span class="d2-blue">超大型护身符</span> || 30 || 22 || 2 || 117 ||  
|-
|-
| Crimson || Fire Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 118 ||  
| Crimson || Fire Resist +[7-15]% || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 2 || 118 ||  
|-
|-
| Russet || Fire Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 118 ||  
| Russet || Fire Resist +[16-20]% || <span class="d2-blue">超大型护身符</span> || 10 || 7 || 2 || 118 ||  
|-
|-
| Garnet || Fire Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 118 ||  
| Garnet || Fire Resist +[21-25]% || <span class="d2-blue">超大型护身符</span> || 20 || 15 || 2 || 118 ||  
|-
|-
| Ruby || Fire Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 118 ||  
| Ruby || Fire Resist +[26-30]% || <span class="d2-blue">超大型护身符</span> || 30 || 22 || 2 || 118 ||  
|-
|-
| Tangerine || Lightning Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 119 ||  
| Tangerine || Lightning Resist +[7-15]% || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 2 || 119 ||  
|-
|-
| Ocher || Lightning Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 119 ||  
| Ocher || Lightning Resist +[16-20]% || <span class="d2-blue">超大型护身符</span> || 10 || 7 || 2 || 119 ||  
|-
|-
| Coral || Lightning Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 119 ||  
| Coral || Lightning Resist +[21-25]% || <span class="d2-blue">超大型护身符</span> || 20 || 15 || 2 || 119 ||  
|-
|-
| Amber || Lightning Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 119 ||  
| Amber || Lightning Resist +[26-30]% || <span class="d2-blue">超大型护身符</span> || 30 || 22 || 2 || 119 ||  
|-
|-
| Beryl || Poison Resist +[7-15]% || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 2 || 120 ||  
| Beryl || Poison Resist +[7-15]% || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 2 || 120 ||  
|-
|-
| Viridian || Poison Resist +[16-20]% || <span class="d2-blue">Grand Charm</span> || 10 || 7 || 2 || 120 ||  
| Viridian || Poison Resist +[16-20]% || <span class="d2-blue">超大型护身符</span> || 10 || 7 || 2 || 120 ||  
|-
|-
| Jade || Poison Resist +[21-25]% || <span class="d2-blue">Grand Charm</span> || 20 || 15 || 2 || 120 ||  
| Jade || Poison Resist +[21-25]% || <span class="d2-blue">超大型护身符</span> || 20 || 15 || 2 || 120 ||  
|-
|-
| Emerald || Poison Resist +[26-30]% || <span class="d2-blue">Grand Charm</span> || 30 || 22 || 2 || 120 ||  
| Emerald || Poison Resist +[26-30]% || <span class="d2-blue">超大型护身符</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 ||  
| Fletcher's || +1 to and 十字弓 Skills (Amazon Only) || <span class="d2-blue">超大型护身符</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 ||  
| Acrobat's || +1 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">超大型护身符</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 ||  
| Harpoonist's || +1 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Burning || +1 to Fire Spells (Sorceress Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Sparking || +1 to Lightning 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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Chilling || +1 to Cold 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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Hexing || +1 to Curses (Necromancer Only) || <span class="d2-blue">超大型护身符</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 ||  
| Fungal || +1 to Poison and Bone Spells (Necromancer Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Graverobber's || +1 to Summoning 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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Lion Branded || +1 to Combat Skills (Paladin Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Captain's || +1 to Offensive Auras (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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Preserver's || +1 to Defensive 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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Expert's || +1 to Combat Skills (Barbarian Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Fanatic || +1 to Combat Masteries (Barbarian Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Sounding || +1 to Warcries (Barbarian Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Trainer's || +1 to Summoning Skills (Druid Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Spiritual || +1 to Shape Shifting 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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Nature's || +1 to Elemental 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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-blue">Grand Charm</span> || 50 || 42 || 1 || 125 ||  
| Entrapping || +1 to Traps (Assassin Only) || <span class="d2-blue">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Mentalist's || +1 to Shadow Disciplines (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">超大型护身符</span> || 50 || 42 || 1 || 125 ||  
|-
|-
| Shogukusha's || +1 to Martial Arts (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">超大型护身符</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 || alvl was 9, rlvl was 6, damage was 1 to [2-3]<!-- Snowflake in file -->
| Snowy || Adds [3-5] to [5-11] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 27 || 20 || 2 || 137 || alvl 以前是 9, rlvl 以前是 6, 伤害以前是 1 to [2-3]<!-- 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 || alvl was 15, rlvl was 11, damage was [2-4] to [4-8]
| Shivering || Adds [8-11] to [12-22] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 42 || 34 || 1 || 137 || alvl 以前是 15, rlvl 以前是 11, 伤害以前是 [2-4] to [4-8]
|-
|-
| 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]
| Boreal || Adds [11-16] to [27-43] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 66 || 58 || 1 || 137 || alvl 以前是 30, rlvl 以前是 22, 伤害以前是 [5-7] to [9-15]
|-
|-
| 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]
| Hibernal || Adds [30-35] to [54-73] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 91 || 83 || 1 || 137 || alvl 以前是 45, rlvl 以前是 38, 伤害以前是 [8-13] to [16-25]
|-
|-
| 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 -->
| Fiery || Adds 1 to [2-3] Fire Damage || <span class="d2-blue">超大型护身符</span> || 21 || 15 || 2 || 138 || alvl 以前是 5, rlvl 以前是 3<!-- Ember in file -->
|-
|-
| 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]
| Smoldering || Adds [5-8] to [11-27] Fire Damage || <span class="d2-blue">超大型护身符</span> || 40 || 32 || 1 || 138 || alvl 以前是 15, rlvl 以前是 11, 伤害以前是 [2-3] to [4-7]
|-
|-
| 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]
| Smoking || Adds [11-24] to [30-51] Fire Damage || <span class="d2-blue">超大型护身符</span> || 64 || 56 || 1 || 138 || alvl 以前是 28, rlvl 以前是 21, 伤害以前是 [4-7] to [8-19]
|-
|-
| 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]
| Flaming || Adds [27-51] to [54-78] Fire Damage || <span class="d2-blue">超大型护身符</span> || 89 || 81 || 1 || 138 || alvl 以前是 43, rlvl 以前是 35, 伤害以前是 [8-18] to [20-36]
|-
|-
| 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]
| Static || Adds 1 to [16-30] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 23 || 17 || 2 || 139 || alvl 以前是 7, rlvl 以前是 5, 伤害以前是 1 to [4-5]
|-
|-
| 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]
| Glowing || Adds 1 to [22-46] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 41 || 33 || 1 || 139 || alvl 以前是 14, rlvl 以前是 10, 伤害以前是 1 to [6-17]
|-
|-
| 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]
| Arcing || Adds 1 to [46-81] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 65 || 57 || 1 || 139 || alvl 以前是 29, rlvl 以前是 21, 伤害以前是 1 to [18-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]
| Shocking || Adds 1 to [84-135] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 90 || 82 || 1 || 139 || alvl 以前是 44, rlvl 以前是 36, 伤害以前是 1 to [45-79]
|-
|-
| 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 -->
| Septic || +13 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 18 || 13 || 2 || 140 || alvl 以前是 1, rlvl 以前是 1, 伤害以前是 5 持续 3 <!-- poison bitrate: 70, was 18 -->
|-
|-
| 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 -->
| Foul || +36 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 39 || 31 || 1 || 140 || alvl 以前是 12, rlvl 以前是 9, 伤害以前是 15 持续 4 <!-- Envenomed in file, poison bitrate: 185, was 39 -->
|-
|-
| 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 -->
| Toxic || +68 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 63 || 55 || 1 || 140 || alvl 以前是 27, rlvl 以前是 20, 伤害以前是 50 持续 5 <!-- poison bitrate: 350, was 103 -->
|-
|-
| 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 -->
| Pestilent || +174 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 88 || 80 || 1 || 140 || alvl 以前是 42, rlvl 以前是 34, 伤害以前是 100 持续 6 <!-- poison bitrate: 895, was 171 -->
|}
|}


{| class="wikitable mw-collapsible mw-collapsed sortable"
{| 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 !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| 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
| Frost || Adds 3 to [4-5] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 14 || 10 || 2 || 10 || alvl 以前是 5, rlvl 以前是 3, 伤害以前是 1 to 2
|-
|-
| 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]
| Icicle || Adds 5 to [8-13] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 21 || 15 || 1 || 10 || alvl 以前是 8, rlvl 以前是 6, 伤害以前是 2 to [3-4]
|-
|-
| 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]
| Glacier || Adds 11 to [16-22] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 33 || 25 || 1 || 10 || alvl 以前是 15, rlvl 以前是 11, 伤害以前是 3 to [5-7]
|-
|-
| 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]
| Winter || Adds [16-19] to [27-35] Cold Damage (1 second chill) || <span class="d2-blue">超大型护身符</span> || 46 || 38 || 1 || 10 || alvl 以前是 23, rlvl 以前是 17, 伤害以前是 [4-6] to [8-11]
|-
|-
| 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
| Flame || Adds [2-3] to [5-6] Fire Damage || <span class="d2-blue">超大型护身符</span> || 11 || 8 || 2 || 12 || alvl 以前是 3, rlvl 以前是 2, 伤害以前是 1 to 2
|-
|-
| 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
| Fire || Adds 5 to [8-13] Fire Damage || <span class="d2-blue">超大型护身符</span> || 20 || 15 || 1 || 12 || alvl 以前是 8, rlvl 以前是 6, 伤害以前是 [1-2] to 3
|-
|-
| 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]
| Burning || Adds [9-15] to [19-24] Fire Damage || <span class="d2-blue">超大型护身符</span> || 32 || 24 || 1 || 12 || alvl 以前是 14, rlvl 以前是 10, 伤害以前是 [2-3] to [4-7]
|-
|-
| 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]
| Incineration || Adds [16-22] to [27-41] Fire Damage || <span class="d2-blue">超大型护身符</span> || 45 || 37 || 1 || 12 || alvl 以前是 22, rlvl 以前是 16, 伤害以前是 [4-7] to [8-14]
|-
|-
| 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]
| Shock || Adds 1 to [8-14] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 12 || 9 || 2 || 13 || alvl 以前是 4, rlvl 以前是 3, 伤害以前是 1 to [2-3]
|-
|-
| 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]
| Lightning || Adds 1 to [16-32] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 21 || 15 || 1 || 13 || alvl 以前是 7, rlvl 以前是 5, 伤害以前是 1 to [4-7]
|-
|-
| 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]
| Thunder || Adds 1 to [27-43] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 33 || 25 || 1 || 13 || alvl 以前是 15, rlvl 以前是 11, 伤害以前是 1 to [8-21]
|-
|-
| 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]
| Storms || Adds 1 to [46-68] Lightning Damage || <span class="d2-blue">超大型护身符</span> || 45 || 37 || 1 || 13 || alvl 以前是 22, rlvl 以前是 16, 伤害以前是 1 to [22-33]
|-
|-
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 14 ||  
| Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 14 ||  
|-
|-
| Quality || +2 to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 41 || 33 || 4 || 14 ||  
| Quality || +2 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 41 || 33 || 4 || 14 ||  
|-
|-
| Maiming || +[3-4] to Maximum Damage || <span class="d2-blue">Grand Charm</span> || 71 || 63 || 4 || 14 ||  
| Maiming || +[3-4] to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 71 || 63 || 4 || 14 ||  
|-
|-
| 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 -->
| Blight || +10 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 9 || 6 || 2 || 16 || alvl 以前是 1, rlvl 以前是 1, 伤害以前是 6 持续 3 <!-- poison bitrate: 55, was 21 -->
|-
|-
| 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 -->
| Venom || +18 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 20 || 15 || 1 || 16 || alvl 以前是 6, rlvl 以前是 4, 伤害以前是 15 持续 4 <!-- poison bitrate: 95, was 39 -->
|-
|-
| 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 -->
| Pestilence || +32 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 32 || 24 || 1 || 16 || alvl 以前是 14, rlvl 以前是 10, 伤害以前是 25 持续 5 <!-- poison bitrate: 165, was 52 -->
|-
|-
| 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 -->
| Anthrax || +154 Poison Damage 持续 2 || <span class="d2-blue">超大型护身符</span> || 44 || 36 || 1 || 16 || alvl 以前是 21, rlvl 以前是 15, 伤害以前是 50 持续 6 <!-- poison bitrate: 790, was 86 -->
|-
|-
| Balance || +12% Faster Hit Recovery || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 18 ||  
| Balance || +12% Faster Hit Recovery || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 18 ||  
|-
|-
| Greed || [10-20]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 21 ||  
| Greed || [10-20]% Extra Gold from Monsters || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 21 ||  
|-
|-
| Greed || [21-30]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 21 ||  
| Greed || [21-30]% Extra Gold from Monsters || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 4 || 21 ||  
|-
|-
| Greed || [31-40]% Extra Gold from Monsters || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 21 ||  
| Greed || [31-40]% Extra Gold from Monsters || <span class="d2-blue">超大型护身符</span> || 19 || 14 || 4 || 21 ||  
|-
|-
| Life || +[5-10] to Life || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 26 ||  
| Life || +[5-10] to Life || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 26 ||  
|-
|-
| Life || +[11-15] to Life || <span class="d2-blue">Grand Charm</span> || 9 || 6 || 4 || 26 ||  
| Life || +[11-15] to Life || <span class="d2-blue">超大型护身符</span> || 9 || 6 || 4 || 26 ||  
|-
|-
| Life || +[16-20] to Life || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 26 ||  
| Life || +[16-20] to Life || <span class="d2-blue">超大型护身符</span> || 19 || 14 || 4 || 26 ||  
|-
|-
| Sustenance || +[21-25] to Life || <span class="d2-blue">Grand Charm</span> || 31 || 23 || 4 || 26 || <-- Substinence in file -->
| Sustenance || +[21-25] to Life || <span class="d2-blue">超大型护身符</span> || 31 || 23 || 4 || 26 || <-- 只存在于文件中 -->
|-
|-
| Sustenance || +[26-30] to Life || <span class="d2-blue">Grand Charm</span> || 45 || 37 || 4 || 26 || <-- Substinence in file -->
| Sustenance || +[26-30] to Life || <span class="d2-blue">超大型护身符</span> || 45 || 37 || 4 || 26 || <-- 只存在于文件中 -->
|-
|-
| Sustenance || +[31-35] to Life || <span class="d2-blue">Grand Charm</span> || 61 || 53 || 4 || 26 || <-- Substinence in file -->
| Sustenance || +[31-35] to Life || <span class="d2-blue">超大型护身符</span> || 61 || 53 || 4 || 26 || <-- 只存在于文件中 -->
|-
|-
| Vita || +[36-40] to Life || <span class="d2-blue">Grand Charm</span> || 77 || 69 || 4 || 26 ||  
| Vita || +[36-40] to Life || <span class="d2-blue">超大型护身符</span> || 77 || 69 || 4 || 26 ||  
|-
|-
| Vita || +[41-45] to Life || <span class="d2-blue">Grand Charm</span> || 91 || 83 || 4 || 26 ||  
| Vita || +[41-45] to Life || <span class="d2-blue">超大型护身符</span> || 91 || 83 || 4 || 26 ||  
|-
|-
| Strength || +[3-4] to Strength || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 31 ||  
| Strength || +[3-4] to Strength || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 31 ||  
|-
|-
| Strength || +[5-6] to Strength || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 4 || 31 ||  
| Strength || +[5-6] to Strength || <span class="d2-blue">超大型护身符</span> || 14 || 10 || 4 || 31 ||  
|-
|-
| Dexterity || +[3-4] to Dexterity || <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 31 ||  
| Dexterity || +[3-4] to Dexterity || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 31 ||  
|-
|-
| Dexterity || +[5-6] to Dexterity || <span class="d2-blue">Grand Charm</span> || 14 || 10 || 4 || 31 ||  
| Dexterity || +[5-6] to Dexterity || <span class="d2-blue">超大型护身符</span> || 14 || 10 || 4 || 31 ||  
|-
|-
| Inertia || +7% Faster Run/Walk || <span class="d2-blue">Grand Charm</span> || 19 || 14 || 4 || 35 ||  
| Inertia || +7% Faster Run/Walk || <span class="d2-blue">超大型护身符</span> || 19 || 14 || 4 || 35 ||  
|}
|}




{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Removed Affixes</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">移除的词缀</h3>
|-
|-
! Affix !! class="unsortable"|P/S !! class="unsortable"|Attributes !! class="unsortable"|Item Types !! alvl !! rlvl !! freq !! group !! class="unsortable"|Changes
! 词缀 !! class="unsortable" |P/S !! class="unsortable"|属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! !! class="unsortable" |变更
|-
|-
| Brown || P || ''regen-stam'' [10-15] || was <span class="d2-yellow">Jewel</span> || 39 || 31 || 4 || 108 || removed
| Brown || P || ''regen-stam'' [10-15] || 以前是 <span class="d2-yellow">珠宝</span>|| 39 || 31 || 4 || 108 || 移除
|-
|-
| Rugged || P || ''stam'' [12-24] || was <span class="d2-blue">Grand Charm</span> || 1 || 1 || 4 || 109 || removed
| Rugged || P || ''stam'' [12-24] || 以前是 <span class="d2-blue">超大型护身符</span>|| 1 || 1 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [25-36] || was <span class="d2-blue">Grand Charm</span> || 7 || 5 || 4 || 109 || removed
| Rugged || P || ''stam'' [25-36] || 以前是 <span class="d2-blue">超大型护身符</span>|| 7 || 5 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [37-50] || was <span class="d2-blue">Grand Charm</span> || 21 || 15 || 4 || 109 || removed
| Rugged || P || ''stam'' [37-50] || 以前是 <span class="d2-blue">超大型护身符</span>|| 21 || 15 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [8-16] || was <span class="d2-blue">Large Charm</span> || 1 || 1 || 4 || 109 || removed
| Rugged || P || ''stam'' [8-16] || 以前是 <span class="d2-blue">大型护身符</span>|| 1 || 1 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [17-25] || was <span class="d2-blue">Large Charm</span> || 7 || 5 || 4 || 109 || removed
| Rugged || P || ''stam'' [17-25] || 以前是 <span class="d2-blue">大型护身符</span>|| 7 || 5 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [26-32] || was <span class="d2-blue">Large Charm</span> || 21 || 15 || 4 || 109 || removed
| Rugged || P || ''stam'' [26-32] || 以前是 <span class="d2-blue">大型护身符</span>|| 21 || 15 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [4-8] || was <span class="d2-blue">Small Charm</span> || 1 || 1 || 4 || 109 || removed
| Rugged || P || ''stam'' [4-8] || 以前是 <span class="d2-blue">小护身符</span>|| 1 || 1 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [9-16] || was <span class="d2-blue">Small Charm</span> || 21 || 15 || 4 || 109 || removed
| Rugged || P || ''stam'' [9-16] || 以前是 <span class="d2-blue">小护身符</span>|| 21 || 15 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [5-10] || was <span class="d2-yellow">Boots, Gloves, Belt, Ring, Amulet, Circlet</span> || 1 || 1 || 4 || 109 || removed
| Rugged || P || ''stam'' [5-10] || 以前是 <span class="d2-yellow">鞋子, 手套, 腰带, 戒指, 项链, 头环</span>|| 1 || 1 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [11-20] || was <span class="d2-yellow">Boots, Belt</span> || 8 || 6 || 4 || 109 || removed
| Rugged || P || ''stam'' [11-20] || 以前是 <span class="d2-yellow">鞋子, 腰带</span>|| 8 || 6 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [11-20] || was <span class="d2-yellow">Ring, Amulet, Circlet</span> || 8 || 6 || 4 || 109 || removed
| Rugged || P || ''stam'' [11-20] || 以前是 <span class="d2-yellow">戒指, 项链, 头环</span>|| 8 || 6 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [21-30] || was <span class="d2-yellow">Boots, Belt</span> || 16 || 12 || 4 || 109 || removed
| Rugged || P || ''stam'' [21-30] || 以前是 <span class="d2-yellow">鞋子, 腰带</span>|| 16 || 12 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [10-15] || was <span class="d2-yellow">Jewel</span> || 1 || 1 || 4 || 109 || removed
| Rugged || P || ''stam'' [10-15] || 以前是 <span class="d2-yellow">珠宝</span>|| 1 || 1 || 4 || 109 || 移除
|-
|-
| Rugged || P || ''stam'' [16-25] || was <span class="d2-yellow">Jewel</span> || 17 || 12 || 4 || 109 || removed
| Rugged || P || ''stam'' [16-25] || 以前是 <span class="d2-yellow">珠宝</span>|| 17 || 12 || 4 || 109 || 移除
|-
|-
| Compact || P || ''stack'' [20-40] || was <span class="d2-yellow">Throwing Weapon</span> || 1 || 1 || 6 || 141 || removed
| Compact || P || ''stack'' [20-40] || 以前是 <span class="d2-yellow">投掷武器</span>|| 1 || 1 || 6 || 141 || 移除
|-
|-
| Thin || P || ''stack'' [41-80] || was <span class="d2-yellow">Throwing Weapon</span> || 17 || 12 || 5 || 141 || removed
| Thin || P || ''stack'' [41-80] || 以前是 <span class="d2-yellow">投掷武器</span>|| 17 || 12 || 5 || 141 || 移除
|-
|-
| Dense || P || ''stack'' [81-120] || was <span class="d2-yellow">Throwing Weapon</span> || 38 || 30 || 4 || 141 || removed
| Dense || P || ''stack'' [81-120] || 以前是 <span class="d2-yellow">投掷武器</span>|| 38 || 30 || 4 || 141 || 移除
|-
|-
| Replenishing || S || ''rep-quant'' 5 || was <span class="d2-yellow">Throwing Weapon</span> || 5 || 3 || 6 || 39 || removed
| Replenishing || S || ''rep-quant'' 5 || 以前是 <span class="d2-yellow">投掷武器</span>|| 5 || 3 || 6 || 39 || 移除
|-
|-
| Propagation || S || ''rep-quant'' 10 || was <span class="d2-yellow">Throwing Weapon</span> || 24 || 18 || 5 || 39 || removed
| Propagation || S || ''rep-quant'' 10 || 以前是 <span class="d2-yellow">投掷武器</span>|| 24 || 18 || 5 || 39 || 移除
|-
|-
| 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
| Firebolts || S || 5% Chance to Cast Level 3 Fire Bolt on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠</span>|| 6 || 4 || 1 || 44 || 移除
|-
|-
| 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
| Firebolts || S || 10% Chance to Cast Level 4 Fire Bolt on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠</span>|| 20 || 15 || 1 || 44 || 移除
|-
|-
| 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
| Icebolt || S || 5% Chance to Cast Level 3 Ice Bolt on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠</span>|| 6 || 4 || 1 || 44 || 移除
|-
|-
| 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
| Lightning || S || 5% Chance to Cast Level 3 Lightning on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠</span>|| 18 || 13 || 1 || 44 || 移除
|-
|-
| 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
| Chain Lightning || S || 5% Chance to Cast Level 3 Chain Lightning on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠, 戒指, 项链</span>|| 25 || 18 || 1 || 44 || 移除
|-
|-
| 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
| Chain Lightning || S || 8% Chance to Cast Level 3 Chain Lightning on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠, 戒指, 项链</span>|| 35 || 26 || 1 || 44 || 移除
|-
|-
| 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
| Chain Lightning || S || 8% Chance to Cast Level 5 Chain Lightning on Attack || 以前是 <span class="d2-yellow">近战武器, 法珠, 戒指, 项链</span>|| 45 || 33 || 1 || 44 || 移除
|-
|-
| Damage Amplification || 5% Chance to Cast Level 1 Amplify Damage on Striking || <span class="d2-yellow">Non-Orb Weapon</span> || 3 || 1 || 1 || 44 || removed
| Damage Amplification || 5% Chance to Cast Level 1 Amplify Damage on Striking || <span class="d2-yellow">-法珠武器</span> || 3 || 1 || 1 || 44 || 移除
|-
|-
| Magic Arrows || S || Level 10 Magic Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 12 || 11 || 1 || 44 || removed
| Magic Arrows || S || Level 10 Magic Arrow (30 Charges) || 以前是 <span class="d2-yellow">远程武器</span>|| 12 || 11 || 1 || 44 || 移除
|-
|-
| Fire Arrows || S || Level 6 Fire Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 40 || 32 || 1 || 44 || removed
| Fire Arrows || S || Level 6 Fire Arrow (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 40 || 32 || 1 || 44 || 移除
|-
|-
| Inner Sight || S || Level 6 Inner Sight (30 Charges) || was <span class="d2-yellow">Amulet, Amazon Weapon, Circlet</span> || 18 || 14 || 1 || 44 || removed
| Inner Sight || S || Level 6 Inner Sight (30 Charges) || 以前是 <span class="d2-yellow">项链, 亚马逊武器, 头环</span>|| 18 || 14 || 1 || 44 || 移除
|-
|-
| Inner Sight || S || Level 4 Inner Sight (20 Charges) || was <span class="d2-yellow">Gloves</span> || 50 || 42 || 1 || 44 || removed
| Inner Sight || S || Level 4 Inner Sight (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 50 || 42 || 1 || 44 || 移除
|-
|-
| Cold Arrows || S || Level 8 Cold Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 15 || 16 || 1 || 44 || removed
| Cold Arrows || S || Level 8 Cold Arrow (30 Charges) || 以前是 <span class="d2-yellow">远程武器</span>|| 15 || 16 || 1 || 44 || 移除
|-
|-
| Cold Arrows || S || Level 5 Cold Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 47 || 39 || 1 || 44 || removed
| Cold Arrows || S || Level 5 Cold Arrow (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 47 || 39 || 1 || 44 || 移除
|-
|-
| Multiple Shot || S || Level 8 Multiple Shot (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 18 || 19 || 1 || 44 || removed
| Multiple Shot || S || Level 8 Multiple Shot (30 Charges) || 以前是 <span class="d2-yellow">远程武器</span>|| 18 || 19 || 1 || 44 || 移除
|-
|-
| Multiple Shot || S || Level 4 Multiple Shot (20 Charges) || was <span class="d2-yellow">Gloves</span> || 63 || 55 || 1 || 44 || removed
| Multiple Shot || S || Level 4 Multiple Shot (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 63 || 55 || 1 || 44 || 移除
|-
|-
| Power Strike || S || Level 6 Power Strike (60 Charges) || was <span class="d2-yellow">Spear</span> || 12 || 13 || 1 || 44 || removed
| Power Strike || S || Level 6 Power Strike (60 Charges) || 以前是 <span class="d2-yellow">长矛</span>|| 12 || 13 || 1 || 44 || 移除
|-
|-
| Power Strike || S || Level 4 Power Strike (20 Charges) || was <span class="d2-yellow">Gloves</span> || 55 || 47 || 1 || 44 || removed
| Power Strike || S || Level 4 Power Strike (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 55 || 47 || 1 || 44 || 移除
|-
|-
| Exploding Arrows || S || Level 6 Exploding Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 30 || 26 || 1 || 44 || removed
| Exploding Arrows || S || Level 6 Exploding Arrow (30 Charges) || 以前是 <span class="d2-yellow">远程武器</span>|| 30 || 26 || 1 || 44 || 移除
|-
|-
| Exploding Arrows || S || Level 4 Exploding Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 69 || 61 || 1 || 44 || removed
| Exploding Arrows || S || Level 4 Exploding Arrow (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 69 || 61 || 1 || 44 || 移除
|-
|-
| Ice Arrows || S || Level 5 Ice Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 36 || 28 || 1 || 44 || removed
| Ice Arrows || S || Level 5 Ice Arrow (30 Charges) || 以前是 <span class="d2-yellow">远程武器</span>|| 36 || 28 || 1 || 44 || 移除
|-
|-
| Ice Arrows || S || Level 3 Ice Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 72 || 64 || 1 || 44 || removed
| Ice Arrows || S || Level 3 Ice Arrow (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 72 || 64 || 1 || 44 || 移除
|-
|-
| Charged Strike || S || Level 5 Charged Strike (60 Charges) || was <span class="d2-yellow">Spear</span> || 33 || 25 || 1 || 44 || removed
| Charged Strike || S || Level 5 Charged Strike (60 Charges) || 以前是 <span class="d2-yellow">长矛</span>|| 33 || 25 || 1 || 44 || 移除
|-
|-
| Charged Strike || S || Level 3 Charged Strike (20 Charges) || was <span class="d2-yellow">Gloves</span> || 68 || 60 || 1 || 44 || removed
| Charged Strike || S || Level 3 Charged Strike (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 68 || 60 || 1 || 44 || 移除
|-
|-
| Freezing Arrows || S || Level 4 Freezing Arrow (30 Charges) || was <span class="d2-yellow">Missile Weapon</span> || 50 || 42 || 1 || 44 || removed
| Freezing Arrows || S || Level 4 Freezing Arrow (30 Charges) || 以前是 <span class="d2-yellow">远程武器</span>|| 50 || 42 || 1 || 44 || 移除
|-
|-
| Freezing Arrows || S || Level 2 Freezing Arrow (20 Charges) || was <span class="d2-yellow">Gloves</span> || 94 || 86 || 1 || 44 || removed
| Freezing Arrows || S || Level 2 Freezing Arrow (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 94 || 86 || 1 || 44 || 移除
|-
|-
| Lightning Strike || S || Level 4 Lightning Strike (60 Charges) || was <span class="d2-yellow">Spear</span> || 47 || 39 || 1 || 44 || removed
| Lightning Strike || S || Level 4 Lightning Strike (60 Charges) || 以前是 <span class="d2-yellow">长矛</span>|| 47 || 39 || 1 || 44 || 移除
|-
|-
| Lightning Strike || S || Level 2 Lightning Strike (20 Charges) || was <span class="d2-yellow">Gloves</span> || 90 || 82 || 1 || 44 || removed
| Lightning Strike || S || Level 2 Lightning Strike (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 90 || 82 || 1 || 44 || 移除
|-
|-
| Fire Bolts || S || Level 10 Fire Bolt (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 7 || 7 || 1 || 44 || removed
| Fire Bolts || S || Level 10 Fire Bolt (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| Fire Bolts || S || Level 6 Fire Bolt (20 Charges) || was <span class="d2-yellow">Sword, Ring, Circlet</span> || 14 || 14 || 1 || 44 || removed
| Fire Bolts || S || Level 6 Fire Bolt (20 Charges) || 以前是 <span class="d2-yellow">, 戒指, 头环</span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Charged Bolts || S || Level 10 Charged Bolt (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 7 || 7 || 1 || 44 || removed
| Charged Bolts || S || Level 10 Charged Bolt (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| 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
| Charged Bolts || S || Level 6 Charged Bolt (20 Charges) || 以前是 <span class="d2-yellow">重锤, 尖头钉头锤, 权杖, 戒指, 头环</span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Ice Bolts || S || Level 10 Ice Bolt (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 7 || 7 || 1 || 44 || removed
| Ice Bolts || S || Level 10 Ice Bolt (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| Ice Bolts || S || Level 6 Ice Bolt (20 Charges) || was <span class="d2-yellow">Knife</span> || 14 || 14 || 1 || 44 || removed
| Ice Bolts || S || Level 6 Ice Bolt (20 Charges) || 以前是 <span class="d2-yellow">小刀</span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Telekinesis || S || Level 8 Telekinesis (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 12 || 12 || 1 || 44 || removed
| Telekinesis || S || Level 8 Telekinesis (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| Frost Novas || S || Level 8 Frost Nova (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 12 || 12 || 1 || 44 || removed
| Frost Novas || S || Level 8 Frost Nova (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| Frost Novas || S || Level 5 Frost Nova (20 Charges) || was <span class="d2-yellow">Knife, Amulet, Circlet</span> || 24 || 24 || 1 || 44 || removed
| Frost Novas || S || Level 5 Frost Nova (20 Charges) || 以前是 <span class="d2-yellow">小刀, 项链, 头环</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Ice Blasts || S || Level 8 Ice Blast (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 12 || 12 || 1 || 44 || removed
| Ice Blasts || S || Level 8 Ice Blast (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| 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
| Ice Blasts || S || Level 5 Ice Blast (20 Charges) || 以前是 <span class="d2-yellow">重锤, 尖头钉头锤, 权杖, 戒指, 头环</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Fire Balls || S || Level 7 Fire Ball (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 18 || 18 || 1 || 44 || removed
| Fire Balls || S || Level 7 Fire Ball (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Fire Balls || S || Level 4 Fire Ball (20 Charges) || was <span class="d2-yellow">Spear, Wand</span> || 36 || 36 || 1 || 44 || removed
| Fire Balls || S || Level 4 Fire Ball (20 Charges) || 以前是 <span class="d2-yellow">长矛, 魔杖</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Novas || S || Level 7 Nova (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 18 || 18 || 1 || 44 || removed
| Novas || S || Level 7 Nova (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Novas || S || Level 4 Nova (20 Charges) || was <span class="d2-yellow">Shield</span> || 36 || 36 || 1 || 44 || removed
| Novas || S || Level 4 Nova (20 Charges) || 以前是 <span class="d2-yellow">盾牌</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Lightning || S || Level 7 Lightning (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 18 || 18 || 1 || 44 || removed
| Lightning || S || Level 7 Lightning (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Lightning || S || Level 4 Lightning (20 Charges) || was <span class="d2-yellow">Axe, Hammer</span> || 36 || 36 || 1 || 44 || removed
| Lightning || S || Level 4 Lightning (20 Charges) || 以前是 <span class="d2-yellow">, 重锤</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Enchantment || S || Level 3 Enchant (20 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 || removed
| Enchantment || S || Level 3 Enchant (20 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Enchantment || S || Level 1 Enchant (10 Charges) || was <span class="d2-yellow">Melee Weapon</span> || 48 || 48 || 1 || 44 || removed
| Enchantment || S || Level 1 Enchant (10 Charges) || 以前是 <span class="d2-yellow">近战武器</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Chain Lightning || S || Level 6 Chain Lightning (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 || removed
| Chain Lightning || S || Level 6 Chain Lightning (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Chain Lightning || S || Level 3 Chain Lightning (20 Charges) || was <span class="d2-yellow">Spear</span> || 48 || 48 || 1 || 44 || removed
| Chain Lightning || S || Level 3 Chain Lightning (20 Charges) || 以前是 <span class="d2-yellow">长矛</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Glacial Spikes || S || Level 6 Glacial Spike (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 24 || 24 || 1 || 44 || removed
| Glacial Spikes || S || Level 6 Glacial Spike (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Glacial Spikes || S || Level 3 Glacial Spike (20 Charges) || was <span class="d2-yellow">Knife</span> || 48 || 48 || 1 || 44 || removed
| Glacial Spikes || S || Level 3 Glacial Spike (20 Charges) || 以前是 <span class="d2-yellow">小刀</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Meteors || S || Level 5 Meteor (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 30 || 30 || 1 || 44 || removed
| Meteors || S || Level 5 Meteor (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 30 || 30 || 1 || 44 || 移除
|-
|-
| Meteors || S || Level 2 Meteor (20 Charges) || was <span class="d2-yellow">Knife, Club</span> || 60 || 60 || 1 || 44 || removed
| Meteors || S || Level 2 Meteor (20 Charges) || 以前是 <span class="d2-yellow">小刀, 短棒</span>|| 60 || 60 || 1 || 44 || 移除
|-
|-
| Blizzards || S || Level 5 Blizzard (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 30 || 30 || 1 || 44 || removed
| Blizzards || S || Level 5 Blizzard (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 30 || 30 || 1 || 44 || 移除
|-
|-
| Blizzards || S || Level 2 Blizzard (20 Charges) || was <span class="d2-yellow">Knife</span> || 60 || 60 || 1 || 44 || removed
| Blizzards || S || Level 2 Blizzard (20 Charges) || 以前是 <span class="d2-yellow">小刀</span>|| 60 || 60 || 1 || 44 || 移除
|-
|-
| Frozen Orbs || S || Level 3 Frozen Orb (30 Charges) || was <span class="d2-yellow">Staff, Orb</span> || 36 || 36 || 1 || 44 || removed
| Frozen Orbs || S || Level 3 Frozen Orbs (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Frozen Orbs || S || Level 1 Frozen Orb (20 Charges) || was <span class="d2-yellow">Knife</span> || 72 || 72 || 1 || 44 || removed
| Frozen Orbs || S || Level 1 Frozen Orbs (20 Charges) || 以前是 <span class="d2-yellow">小刀</span>|| 72 || 72 || 1 || 44 || 移除
|-
|-
| Teeth || S || Level 10 Teeth (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 7 || 7 || 1 || 44 || removed
| Teeth || S || Level 10 Teeth (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| Teeth || S || Level 6 Teeth (20 Charges) || was <span class="d2-yellow">Sword</span> || 14 || 14 || 1 || 44 || removed
| Teeth || S || Level 6 Teeth (20 Charges) || 以前是 <span class="d2-yellow"></span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Dim Vision || S || Level 8 Dim Vision (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 12 || 12 || 1 || 44 || removed
| Dim Vision || S || Level 8 Dim Vision (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| Dim Vision || S || Level 5 Dim Vision (20 Charges) || was <span class="d2-yellow">Ring, Circlet</span> || 24 || 24 || 1 || 44 || removed
| Dim Vision || S || Level 5 Dim Vision (20 Charges) || 以前是 <span class="d2-yellow">戒指, 头环</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Weaken || S || Level 8 Weaken (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 12 || 12 || 1 || 44 || removed
| Weaken || S || Level 8 Weaken (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| Weaken || S || Level 5 Weaken (20 Charges) || was <span class="d2-yellow">Gloves</span> || 24 || 24 || 1 || 44 || removed
| Weaken || S || Level 5 Weaken (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Poison Dagger || S || Level 8 Poison Dagger (60 Charges) || was <span class="d2-yellow">Knife, Necromancer Shield</span> || 12 || 12 || 1 || 44 || removed
| Poison Dagger || S || Level 8 Poison Dagger (60 Charges) || 以前是 <span class="d2-yellow">小刀, 死灵法师盾牌</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| Poison Dagger || S || Level 5 Poison Dagger (20 Charges) || was <span class="d2-yellow">Gloves, Ring, Circlet</span> || 24 || 24 || 1 || 44 || removed
| Poison Dagger || S || Level 5 Poison Dagger (20 Charges) || 以前是 <span class="d2-yellow">手套, 戒指, 头环</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Terror || S || Level 7 Terror (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 18 || 18 || 1 || 44 || removed
| Terror || S || Level 7 Terror (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Terror || S || Level 4 Terror (20 Charges) || was <span class="d2-yellow">Shield</span> || 36 || 36 || 1 || 44 || removed
| Terror || S || Level 4 Terror (20 Charges) || 以前是 <span class="d2-yellow">盾牌</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Confusion || S || Level 6 Confuse (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44 || removed
| Confusion || S || Level 6 Confuse (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Confusion || S || Level 3 Confuse (20 Charges) || was <span class="d2-yellow">Ring, Circlet</span> || 48 || 48 || 1 || 44 || removed
| Confusion || S || Level 3 Confuse (20 Charges) || 以前是 <span class="d2-yellow">戒指, 头环</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Bone Spears || S || Level 6 Bone Spear (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 24 || 24 || 1 || 44 || removed
| Bone Spears || S || Level 6 Bone Spears (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Bone Spears || S || Level 3 Bone Spear (20 Charges) || was <span class="d2-yellow">Spear</span> || 48 || 48 || 1 || 44 || removed
| Bone Spears || S || Level 3 Bone Spears (20 Charges) || 以前是 <span class="d2-yellow">长矛</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Attraction || S || Level 5 Attract (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 30 || 30 || 1 || 44 || removed
| Attraction || S || Level 5 Attract (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 30 || 30 || 1 || 44 || 移除
|-
|-
| Attraction || S || Level 2 Attract (20 Charges) || was <span class="d2-yellow">Ring, Amulet, Circlet</span> || 60 || 60 || 1 || 44 || removed
| Attraction || S || Level 2 Attract (20 Charges) || 以前是 <span class="d2-yellow">戒指, 项链, 头环</span>|| 60 || 60 || 1 || 44 || 移除
|-
|-
| Poison Novas || S || Level 3 Poison Nova (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44 || removed
| Poison Novas || S || Level 3 Poison Nova (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Poison Novas || S || Level 1 Poison Nova (20 Charges) || was <span class="d2-yellow">Gloves</span> || 72 || 72 || 1 || 44 || removed
| Poison Novas || S || Level 1 Poison Nova (20 Charges) || 以前是 <span class="d2-yellow">手套</span>|| 72 || 72 || 1 || 44 || 移除
|-
|-
| Bone Spirits || S || Level 3 Bone Spirit (60 Charges) || was <span class="d2-yellow">Wand, Knife, Necromancer Shield</span> || 36 || 36 || 1 || 44 || removed
| Bone Spirits || S || Level 3 Bone Spirit (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Bone Spirits || S || Level 1 Bone Spirit (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 72 || 72 || 1 || 44 || removed
| Bone Spirits || S || Level 1 Bone Spirit (20 Charges) || 以前是 <span class="d2-yellow">项链, 头环</span>|| 72 || 72 || 1 || 44 || 移除
|-
|-
| Sacrifice || S || Level 10 Sacrifice (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 7 || 7 || 1 || 44 || removed
| Sacrifice || S || Level 10 Sacrifice (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| Sacrifice || S || Level 6 Sacrifice (20 Charges) || was <span class="d2-yellow">Non-Scepter Melee Weapon</span> || 14 || 14 || 1 || 44 || removed
| Sacrifice || S || Level 6 Sacrifice (20 Charges) || 以前是 <span class="d2-yellow">-权杖 近战武器</span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Holy Bolts || S || Level 8 Holy Bolt (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 12 || 12 || 1 || 44 || removed
| Holy Bolts || S || Level 8 Holy Bolt (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 12 || 12 || 1 || 44 || 移除
|-
|-
| Holy Bolts || S || Level 5 Holy Bolt (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 24 || 24 || 1 || 44 || removed
| Holy Bolts || S || Level 5 Holy Bolt (20 Charges) || 以前是 <span class="d2-yellow">项链, 头环</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Zeal || S || Level 7 Zeal (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 18 || 18 || 1 || 44 || removed
| Zeal || S || Level 7 Zeal (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Zeal || S || Level 4 Zeal (20 Charges) || was <span class="d2-yellow">Non-Scepter Melee Weapon</span> || 36 || 36 || 1 || 44 || removed
| Zeal || S || Level 4 Zeal (20 Charges) || 以前是 <span class="d2-yellow">-权杖 近战武器</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Vengeance || S || Level 6 Vengeance (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 24 || 24 || 1 || 44 || removed
| Vengeance || S || Level 6 Vengeance (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Vengeance || S || Level 3 Vengeance (20 Charges) || was <span class="d2-yellow">Sword, Axe</span> || 48 || 48 || 1 || 44 || removed
| Vengeance || S || Level 3 Vengeance (20 Charges) || 以前是 <span class="d2-yellow">, </span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Blessed Hammers || S || Level 6 Blessed Hammer (30 Charges) || was <span class="d2-yellow">Scepter, Paladin Shield</span> || 24 || 24 || 1 || 44 || removed
| Blessed Hammers || S || Level 6 Blessed Hammers (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Blessed Hammers || S || Level 3 Blessed Hammer (20 Charges) || was <span class="d2-yellow">Hammer</span> || 48 || 48 || 1 || 44 || removed
| Blessed Hammers || S || Level 3 Blessed Hammers (20 Charges) || 以前是 <span class="d2-yellow">重锤</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Bashing || S || Level 10 Bash (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 7 || 7 || 1 || 44 || removed
| Bashing || S || Level 10 Bash (60 Charges) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| Bashing || S || Level 6 Bash (20 Charges) || was <span class="d2-yellow">Melee Weapon<sup>P</sup></span> || 14 || 14 || 1 || 44 || removed
| Bashing || S || Level 6 Bash (20 Charges) || 以前是 <span class="d2-yellow">远程 Weapon<sup>P</sup></span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Stunning || S || Level 7 Stun (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 18 || 18 || 1 || 44 || removed
| Stunning || S || Level 7 Stun (60 Charges) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Stunning || S || Level 4 Stun (20 Charges) || was <span class="d2-yellow">Melee Weapon</span> || 36 || 36 || 1 || 44 || removed
| Stunning || S || Level 4 Stun (20 Charges) || 以前是 <span class="d2-yellow">近战武器</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Concentration || S || Level 6 Concentrate (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 24 || 24 || 1 || 44 || removed
| Concentration || S || Level 6 Concentrate (60 Charges) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Concentration || S || Level 3 Concentrate (20 Charges) || was <span class="d2-yellow">Melee Weapon<sup>P</sup></span> || 48 || 48 || 1 || 44 || removed
| Concentration || S || Level 3 Concentrate (20 Charges) || 以前是 <span class="d2-yellow">远程 Weapon<sup>P</sup></span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Grim Ward || S || Level 5 Grim Ward (60 Charges) || was <span class="d2-yellow">Barbarian Helm</span> || 30 || 30 || 1 || 44 || removed
| Grim Ward || S || Level 5 Grim Ward (60 Charges) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 30 || 30 || 1 || 44 || 移除
|-
|-
| Grim Ward || S || Level 2 Grim Ward (20 Charges) || was <span class="d2-yellow">Amulet</span> || 60 || 60 || 1 || 44 || removed
| Grim Ward || S || Level 2 Grim Ward (20 Charges) || 以前是 <span class="d2-yellow">项链</span>|| 60 || 60 || 1 || 44 || 移除
|-
|-
| Firestorms || S || Level 10 Firestorm (30 Charges) || was <span class="d2-yellow">Club</span> || 7 || 7 || 1 || 44 || removed
| Firestorms || S || Level 10 Firestorm (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 7 || 7 || 1 || 44 || 移除
|-
|-
| Firestorms || S || Level 6 Firestorm (20 Charges) || was <span class="d2-yellow">Staff</span> || 14 || 14 || 1 || 44 || removed
| Firestorms || S || Level 6 Firestorm (20 Charges) || 以前是 <span class="d2-yellow">法杖</span>|| 14 || 14 || 1 || 44 || 移除
|-
|-
| Fissure || S || Level 7 Fissure (30 Charges) || was <span class="d2-yellow">Club</span> || 18 || 18 || 1 || 44 || removed
| Fissure || S || Level 7 Fissure (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 18 || 18 || 1 || 44 || 移除
|-
|-
| Fissure || S || Level 4 Fissure (20 Charges) || was <span class="d2-yellow">Staff</span> || 36 || 36 || 1 || 44 || removed
| Fissure || S || Level 4 Fissure (20 Charges) || 以前是 <span class="d2-yellow">法杖</span>|| 36 || 36 || 1 || 44 || 移除
|-
|-
| Twister || S || Level 6 Twister (30 Charges) || was <span class="d2-yellow">Club</span> || 24 || 24 || 1 || 44 || removed
| Twister || S || Level 6 Twister (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 24 || 24 || 1 || 44 || 移除
|-
|-
| Twister || S || Level 3 Twister (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 48 || 48 || 1 || 44 || removed
| Twister || S || Level 3 Twister (20 Charges) || 以前是 <span class="d2-yellow">项链, 头环</span>|| 48 || 48 || 1 || 44 || 移除
|-
|-
| Volcano || S || Level 6 Volcano (30 Charges) || was <span class="d2-yellow">Club</span> || 30 || 30 || 1 || 44 || removed
| Volcano || S || Level 6 Volcano (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 30 || 30 || 1 || 44 || 移除
|-
|-
| Volcano || S || Level 3 Volcano (20 Charges) || was <span class="d2-yellow">Hammer</span> || 60 || 60 || 1 || 44 || removed
| Volcano || S || Level 3 Volcano (20 Charges) || 以前是 <span class="d2-yellow">重锤</span>|| 60 || 60 || 1 || 44 || 移除
|-
|-
| Tornado || S || Level 5 Tornado (30 Charges) || was <span class="d2-yellow">Club</span> || 30 || 30 || 1 || 44 || removed
| Tornado || S || Level 5 Tornado (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 30 || 30 || 1 || 44 || 移除
|-
|-
| Tornado || S || Level 2 Tornado (20 Charges) || was <span class="d2-yellow">Amulet, Circlet</span> || 60 || 60 || 1 || 44 || removed
| Tornado || S || Level 2 Tornado (20 Charges) || 以前是 <span class="d2-yellow">项链, 头环</span>|| 60 || 60 || 1 || 44 || 移除
|}
|}


<!-- spacing -->
<!-- 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.
下面的图表复制了上面图表中的一些信息, 并以一种稍微不同的 (旧的) 形式呈现出来. 同样的信息可以通过简单地按 alvl 排序上面的图表来看到.
<div id="Highest"></div>
<div id="Highest"></div>
{| class="wikitable mw-collapsible mw-collapsed sortable"
{| class="wikitable mw-collapsible mw-collapsed sortable"
|+ <h3 style="display:inline; border:0px; padding:0px;">Highest-Level Affixes (above alvl 71)</h3>
|+ <h3 style="display:inline; border:0px; padding:0px;">高等级词缀 (高于 alvl 71)</h3>
|-
|-
! Affix !! class="unsortable" | P/S !! class="unsortable" | Attributes !! class="unsortable" | Item Type (alvl) !!  
! 词缀 !! class="unsortable" | P/S !! class="unsortable" | 属性 !! class="unsortable" | 物品类型 (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
| Valkyrie's || P || +2 to Amazon Skill Levels || <span class="d2-yellow">远程武器(50), 长矛(50), 项链(90), 头环(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
| Witch-Hunter's || P || +2 to Assassin Skills || <span class="d2-yellow">(50), 项链(90), 头环(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
| Berserker's || P || +2 to Barbarian Skill Levels || <span class="d2-yellow">野蛮人头盔(50), 短棒(50), 重锤(50), 尖头钉头锤(50), (50), 投掷飞刀(50), 双手 Spear<sup>NC</sup>(50), (50), 项链(90), 头环(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
| Hierophant's || P || +2 to Druid Skill Levels || <span class="d2-yellow">德鲁伊头盔(50), 短棒(50), 项链(90), 头环(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
| Necromancer's || P || +2 to Necromancer Skill Levels || <span class="d2-yellow">死灵法师盾牌(50), 魔杖(50), 小刀(50), 项链(90), 头环(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
| Priest's || P || +2 to Paladin Skill Levels || <span class="d2-yellow">圣骑士盾牌(50), 权杖(50), 重锤(65), 尖头钉头锤(65), Shield<sup>NC</sup>(65), (65), 项链(90), 头环(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
| Arch-Angel's || P || +2 to Sorceress Skill Levels || <span class="d2-yellow">法珠(50), 法杖(50), 项链(90), 头环(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
| Craftsmanship || S || +1 to Maximum Damage || <span class="d2-blue">超大型护身符(1), 大型护身符(26), 小护身符(85)</span> (rlvl 1, 19, 77) || 85
|-
|-
| Jagged || P || +1 to Maximum Damage || <span class="d2-blue">Small Charm(81)</span> (rlvl 73) || 81
| Jagged || P || +1 to Maximum Damage || <span class="d2-blue">小护身符(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
| Red || P || +1 to Minimum Damage || <span class="d2-blue">超大型护身符(15), 大型护身符(30), 小护身符(90)</span> (rlvl 11, 22, 82) || 90
|-
|-
| Bloody || P || +3 to Minimum Damage || <span class="d2-blue">Grand Charm(75)</span> (rlvl 67) || 75
| Bloody || P || +3 to Minimum Damage || <span class="d2-blue">超大型护身符(75)</span> (rlvl 67) || 75
|-
|-
| Pestilent || P || +174 Poison Damage over 2 Seconds || <span class="d2-blue">Grand Charm(88)</span> (rlvl 80) || 88
| Pestilent || P || +174 Poison Damage over 2 Seconds || <span class="d2-blue">超大型护身符(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
| Flaming || P || Adds [27-51] to [54-78] Fire Damage || <span class="d2-blue">超大型护身符(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
| Shocking || P || Adds 1 to [84-135] Lightning Damage || <span class="d2-blue">超大型护身符(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
| Hibernal || P || Adds [30-35] to [54-73] Cold Damage || <span class="d2-blue">超大型护身符(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 || +[36-45] to Life || <span class="d2-blue">超大型护身符(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
| Vita || S || +[31-35] to Life || <span class="d2-blue">大型护身符(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
| Guardianship || S || Physical Damage Taken Reduced by [15-20]% || <span class="d2-yellow">护甲(85), 盾牌(85)</span> (rlvl 60) || 85
|-
|-
| Rampaging || P || +[160-200]% Enhanced Damage || <span class="d2-yellow">Chest(85), Shield(85)</span> (rlvl 78) || 85
| Rampaging || P || +[160-200]% Enhanced Damage || <span class="d2-yellow">护甲(85), 盾牌(85)</span> (rlvl 78) || 85
|-
|-
| Embattled || P || +[120-160]% Enhanced Damage || <span class="d2-yellow">Chest(75), Shield(75)</span> (rlvl 68) || 75
| Embattled || P || +[120-160]% Enhanced Damage || <span class="d2-yellow">护甲(75), 盾牌(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
| Visceral || P || +[301-400]% Enhanced Damage || <span class="d2-yellow">短棒(75), 尖头钉头锤(75), 小刀(75), 投掷飞斧(75), 亚马逊标枪(75), 远程武器(75)</span> (rlvl 69) || 75
|-
|-
| Scorching || P || Adds [217-306] to [325-432] Fire Damage || <span class="d2-yellow">Weapon(77), Quiver(77)</span> (rlvl 67) || 77
| Scorching || P || Adds [217-306] to [325-432] Fire Damage || <span class="d2-yellow">Weapon(77), 箭袋(77)</span> (rlvl 67) || 77
|-
|-
| Shocking || P || Adds 1 to [433-576] Lightning Damage || <span class="d2-yellow">Weapon(76), Quiver(76)</span> (rlvl 66) || 76
| Shocking || P || Adds 1 to [433-576] Lightning Damage || <span class="d2-yellow">Weapon(76), 箭袋(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
| Performance || S || +[9-14] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup>(48), 项链(81[10-13]), 戒指(81[10-13]), 头环(81[10-13]), 头盔(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
| 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
| Vampire || S || [6-9]% Mana Stolen per Hit || <span class="d2-yellow">近战武器(56[8-9]), 戒指(76[6]), 项链(78[7-8]), 头环(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
| Lamprey || S || [6-9]% Life Stolen per Hit || <span class="d2-yellow">近战武器(55[8-9]), 项链(75[6]), 戒指(77[7-8]), 头环(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
| Colossus || S || +[41-60] to Life || <span class="d2-yellow">项链(30), 头环(30), 野蛮人头盔(30), 腰带(30), 护甲(30), 德鲁伊头盔(75), 盾牌(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
| Titan || S || +[16-20] to Strength || <span class="d2-yellow">项链(58), 头环(58), 腰带(58), 短棒(58), 重锤(58), 尖头钉头锤(74), 权杖(74), 戒指(74), 护甲(74), 盾牌(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
| Perfection || S || +[16-20] to Dexterity || <span class="d2-yellow">项链(59), 头环(59), 远程武器(59), 护甲(59), 盾牌(59), </span> <span class="d2-blue">手套(75), 戒指(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
| Nirvana || S || +[21-30] to Dexterity || <span class="d2-yellow">项链(72), 头环(72), 远程武器(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
| Lower Resistance || S || Level X Lower Resist (Y Charges) || <span class="d2-yellow">死灵法师盾牌(36[28/15]), 魔杖(36[28/15]), 小刀(36[28/15]), 法杖(72[28/15])</span> (rlvl 36, 72) || 72
|-
|-
| Lower Resist || S || 12% Chance to Cast Level 15 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Lower Resist || S || 12% Chance to Cast Level 15 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Lower Resist || S || 12% Chance to Cast Level 15 Lower Resist on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Lower Resist || S || 12% Chance to Cast Level 15 Lower Resist on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Damage Amplification || S || 12% Chance to Cast Level 31 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Damage Amplification || S || 12% Chance to Cast Level 31 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Damage Amplification || S || 12% Chance to Cast Level 31 Amplify Damage on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Damage Amplification || S || 12% Chance to Cast Level 31 Amplify Damage on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Fireball || S || 16% Chance to Cast Level 30 Fire Ball on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Fireball || S || 16% Chance to Cast Level 30 Fire Ball on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Fireball || S || 14% Chance to Cast Level 30 Fire Ball on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Fireball || S || 14% Chance to Cast Level 30 Fire Ball on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Charged Bolt || S || 20% Chance to Cast Level 30 Charged Bolt on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Charged Bolt || S || 20% Chance to Cast Level 30 Charged Bolt on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Charged Bolt || S || 18% Chance to Cast Level 30 Charged Bolt on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Charged Bolt || S || 18% Chance to Cast Level 30 Charged Bolt on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Lightning || S || 16% Chance to Cast Level 30 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Lightning || S || 16% Chance to Cast Level 30 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Lightning || S || 14% Chance to Cast Level 30 Lightning on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Lightning || S || 14% Chance to Cast Level 30 Lightning on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Chain Lightning || S || 14% Chance to Cast Level 30 Chain Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Chain Lightning || S || 14% Chance to Cast Level 30 Chain Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Chain Lightning || S || 12% Chance to Cast Level 30 Chain Lightning on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Chain Lightning || S || 12% Chance to Cast Level 30 Chain Lightning on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Nova || S || 16% Chance to Cast Level 30 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Nova || S || 16% Chance to Cast Level 30 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Nova || S || 14% Chance to Cast Level 30 Nova on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Nova || S || 14% Chance to Cast Level 30 Nova on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Frost Nova || S || 18% Chance to Cast Level 30 Frost Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Frost Nova || S || 18% Chance to Cast Level 30 Frost Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Frost Nova || S || 16% Chance to Cast Level 30 Frost Nova on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Frost Nova || S || 16% Chance to Cast Level 30 Frost Nova on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|-
|-
| Ice Barrage || S || 12% Chance to Cast Level 30 Ice Barrage on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
| Ice Barrage || S || 12% Chance to Cast Level 30 Ice Barrage on Striking || <span class="d2-yellow">Weapon<sup>P</sup>(76)</span> (rlvl 57) || 76
|-
|-
| Ice Barrage || S || 10% Chance to Cast Level 30 Ice Barrage on Casting || <span class="d2-yellow">Staff(76)</span> (rlvl 57) || 76
| Ice Barrage || S || 10% Chance to Cast Level 30 Ice Barrage on Casting || <span class="d2-yellow">法杖(76)</span> (rlvl 57) || 76
|}
|}


While items dropped from monsters will always have an ilvl that's equal to the monster level (which is generally just the zone level, or +2/+3 higher for champion/unique monsters), the alvl is what matters and that's sometimes harder to figure out. Using the formula above, here are some examples of affixes and the ilvls needed for them:
While items dropped from monsters will always have an ilvl that's equal to the monster level (which is generally just the zone level, or +2/+3 higher for champion/unique monsters), the alvl is what matters and that's sometimes harder to figure out. Using the formula above, here are some examples of affixes and the ilvls needed for them:
: '''Witch-Hunter's''': ilvl 90 (amulets), ilvl 87 (Circlet), ilvl 82 (Coronet), ilvl 77 (Tiara), ilvl 1 (Diadem), ilvl 75 (most claws), ilvl 50-74 for claws with a qlvl lower than 50 (e.g. Greater Claws)
: '''Witch-Hunter's''': ilvl 90 (amulets), ilvl 87 (头环), ilvl 82 (Coronet), ilvl 77 (Tiara), ilvl 1 (Diadem), ilvl 75 (most claws), ilvl 50-74 for claws with a qlvl lower than 50 (e.g. Greater Claws)
: '''Arch-Angel's''': ilvl 90 (amulets), ilvl 87 (Circlet), ilvl 82 (Coronet), ilvl 77 (Tiara), ilvl 1 (Diadem), ilvl 49 (orbs/staves)
: '''Arch-Angel's''': ilvl 90 (amulets), ilvl 87 (头环), ilvl 82 (Coronet), ilvl 77 (Tiara), ilvl 1 (Diadem), ilvl 49 (orbs/staves)
: '''Vita''': ilvl 91 (41-45 life) or ilvl 77 (36-40 life) for grand charms, ilvl 81 for large charms
: '''Vita''': ilvl 91 (41-45 life) or ilvl 77 (36-40 life) for grand charms, ilvl 81 for large charms
: '''Craftsmanship''': ilvl 92 for small charms
: '''Craftsmanship''': ilvl 92 for small charms
: '''Guardianship''': ilvl 92 for most chests/shields, ilvl 85-91 for chests/shields with a qlvl lower than 14 (Scale Mail, Spiked Shield, Rondache, Zombie Head, etc)
: '''Guardianship''': ilvl 92 for most chests/shields, ilvl 85-91 for chests/shields with a qlvl lower than 14 (Scale Mail, Spiked 盾牌, Rondache, Zombie Head, etc)
: '''Rampaging''': ilvl 92 for most, ilvl 85-91 for low qlvls (same as Guardianship)
: '''Rampaging''': ilvl 92 for most, ilvl 85-91 for low qlvls (same as Guardianship)
: '''Embattled''': ilvl 87 for most chests/shields, ilvl 75-86 for chests/shields with a qlvl lower than 24 (Splint Mail, Tower Shield, Aerin Shield, Gargoyle Head, etc)
: '''Embattled''': ilvl 87 for most chests/shields, ilvl 75-86 for chests/shields with a qlvl lower than 24 (Splint Mail, Tower 盾牌, Aerin 盾牌, Gargoyle Head, etc)
: '''Visceral''': ilvl 87 for most eligible weapons, ilvl 75-86 for weapons with a qlvl lower than 24 (Spiked Club, Flail, Blade, Balanced Axe/Knife, Maiden Javelin, Stag Bow, Long Battle Bow, Crossbow, etc)
: '''Visceral''': ilvl 87 for most eligible weapons, ilvl 75-86 for weapons with a qlvl lower than 24 (Spiked 短棒, Flail, Blade, Balanced /小刀, Maiden 标枪, Stag , Long Battle , 十字弓, etc)


<!-- spacing -->
<!-- spacing -->
第2,573行: 第2,574行:
<!-- spacing -->
<!-- spacing -->


<noinclude><span class="emphasis">Source of Information on this Page</span>
<noinclude>
<span class="emphasis">本页的资料来源</span>


See PD2's [https://github.com/BetweenWalls/PD2-Singleplayer/tree/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official text files] for updated info when game changes are made. Affix info is listed in [https://github.com/BetweenWalls/PD2-Singleplayer/blob/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official/MagicPrefix.txt MagicPrefix.txt] and [https://github.com/BetweenWalls/PD2-Singleplayer/blob/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official/MagicSuffix.txt MagicSuffix.txt]. The files are best viewed in table format since they are tab-delineated, so they should be opened with Microsoft Excel (or similar programs) or their text should be copy/pasted into a spreadsheet. For convenience, many of the game's text files are also saved on Google Drive: [https://drive.google.com/drive/folders/1kLTpnQ6NWD9G-9dki-4X8T_2ClGDik4o D2 Text File Tables].
查看 PD2 [https://github.com/BetweenWalls/PD2-Singleplayer/tree/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official text 文件] 游戏的变更更新信息. 词缀信息列表在 [https://github.com/BetweenWalls/PD2-Singleplayer/blob/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official/MagicPrefix.txt MagicPrefix.txt] [https://github.com/BetweenWalls/PD2-Singleplayer/blob/main/Diablo%20II/ProjectD2/data/global/excel/modpacks/official/MagicSuffix.txt MagicSuffix.txt]. 这些文件最好以表格格式查看因为它们是制表符-间隔的, 所以它们应该用 Microsoft Excel (或类似的程序) 打开或者将其文本 复制/粘贴 到电子表格中. 为了方便起见, 许多游戏的文本文件也保存在 Google Drive : [https://drive.google.com/drive/folders/1kLTpnQ6NWD9G-9dki-4X8T_2ClGDik4o D2 Text 文件表].


If the files in these locations are not updated by others, you can extract them yourself from ''pd2data.mpq'' (found in ''Diablo II/ProjectD2'') using an [http://www.zezula.net/en/mpq/download.html MPQ editor and D2 listfile] - the text files will be in ''/data/global/excel''.</noinclude>
如果这些位置中的文件没有被其他人更新, 你可以自己从 ''pd2data.mpq'' 中提取它们 (查找在 ''Diablo II/ProjectD2'') 使用 [http://www.zezula.net/en/mpq/download.html MPQ editor D2 listfile] - 这些文本文件在 ''/data/global/excel''.</noinclude>
2,544

个编辑

MediaWiki Appliance - Powered by TurnKey Linux