查看“Item Affixes”的源代码
←
Item Affixes
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
<noinclude> 本页列出了在 PD2 相对于原版游戏的物品词缀的变化. 有关 automod 词缀的更改, 查看 [[Item Bases|物品基础]].</noinclude> <noinclude>__TOC__</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: * magic: 1-2 total affixes; at most 1 prefix and 1 suffix * rare: 3-6 total affixes; at most 3 prefixes and 3 suffixes (jewels are further limited to 4 total affixes) ** ilvl 45+: 4-6 affixes (rare jewels always get 4 affixes regardless of ilvl) ** ilvl 65+: 5-6 affixes ** ilvl 85+: 6 affixes * [[Crafting|crafted]]: 1-4 total affixes in addition to predetermined attributes; at most 3 prefixes or 3 suffixes ** ilvl 1-30: 4 affixes (20%), 3 affixes (20%), 2 affixes (20%), 1 affix (40%) ** ilvl 31-50: 4 affixes (20%), 3 affixes (20%), 2 affixes (60%) ** ilvl 51-70: 4 affixes (20%), 3 affixes (80%) ** ilvl 71+: 4 affixes (100%) In addition to determining how many affixes an item can have, the item's rarity can also affect ''which'' affixes can spawn - some affixes are limited to magic items only. Item types are colored <span class="d2-blue">blue</span> if the affix can only appear on <span class="d2-blue">magic</span> versions, and <span class="d2-yellow">yellow</span> if they can appear on <span class="d2-blue">magic</span> ''and'' <span class="d2-yellow">rare</span>/<span class="d2-orange">crafted</span> versions. The required level (rlvl) for a character to use an item with a given affix is typically 75% of the alvl, but this is not always the case. It is shown alongside alvl, frequency (freq) and group in the tables below. === 词缀等级 Affix Level === <div id="Other Info"></div> 一件物品的词缀等级 (alvl) 确定哪些词缀可以在其上生成. 这个 alvl 是由 3 项物品属性来决定: 物品等级 (ilvl), [[Item_Affixes#Item_Quality_Levels|品质等级]] (qlvl), 和魔法等级 (maglvl). 特定的基础物品总是拥有相同的 qlvl & maglvl, 然而 ilvl 的值根据物品掉落的位置而定. 首先, 如果这个 qlvl 高于这个 ilvl, 它会被替换. 自然掉落的物品 ilvls 不会低于 qlvl, 所以只有当一个物品的 ilvl 被修改之后, 例如 via [[Recipes#Imbue|注入]] 或 合成公式. : <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: 头环 (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> For items with a magic level, this has the effect of reducing the minimum ilvl needed for an affix to spawn. For example, a tiara can get +2 to class skills at ilvl 77 rather than needing to be ilvl 90+. Diadems are an interesting case here - they have such a high qlvl and maglvl that their ilvl is irrelevant and their alvl is always 99. For other items, the alvl follows the formula below. Items with very low qlvls will often have higher alvls than other items of the same ilvl - items with a qlvl of 1 (e.g. amulets/rings/quivers/jewels) will always have an alvl that's equal to their ilvl. : <code>if (ilvl < 99 - [qlvl/2])</code> <code>then {alvl = ilvl - [qlvl/2]}</code> <code>else {alvl = 2*ilvl - 99}</code> For a visual, see the [https://docs.google.com/spreadsheets/d/1-vKTxRlgTxat3_INgrwa3YVMC3A3yJSMZw3uvD8YBoo/edit#gid=78975438 alvl chart]. A portion of the chart is included below, showing the relevant info for alvls 71 and higher. Follow the diagonal line of alvl values and you'll notice: * any ilvl 85+ item will be alvl 71 or higher, and items with qlvl 1-27 can reach that alvl at lower ilvls * any ilvl 92+ item will be alvl 85 or higher, and items with qlvl 1-13 can reach that alvl at lower ilvls <div style="display:flex; flex-direction:row; margin:0.5em 0 0 1em;"> [[File:alvl_chart_partial.png|Partial ALVL Chart]] </div> === 物品品质等级 Item Quality Levels === <div id="qlvl"></div> {{:Item_Quality_Levels}} === 物品类型 Item Types === 关于列出的词缀物品类型的注意事项: * 杖类 Rod 包含 法杖/魔杖/权杖 * 钝器 Blunt Weapon 包含所有的钉锤子类 (短棒, 尖头钉头锤, 重锤) 和 杖类 * 近战武器 Melee Weapon 包含所有的武器除开 弓/十字弓/法珠 * 远程武器 Missile Weapon 包含 弓/十字弓 * 镰刀类 Scythe 包含长柄的子类: 镰刀 镰刀, 巨战镰刀 War 镰刀, 战斗镰刀 Battle 镰刀, 残酷镰刀 Grim 镰刀, 锐利之斧 Thresher, 鲛尾巨斧 Giant Thresher * 对于具有投掷版本的物品类型, 除非另有说明否则将包括这些版本: ** 长矛 Spear 包含 双手长矛 和 标枪 ** 斧 Axe 包含 非-投掷飞斧 和 投掷飞斧 ** 小刀 Knife 包含 匕首 和 投掷飞刀 * 对于具有职业版本的物品类型, 除非另有说明否则这些版本将与非职业版本一起包含: ** 头盔 包含职业版本 (野蛮人头盔 和 德鲁伊头盔) ** 盾牌 包含职业版本 (死灵法师盾牌 和 圣骑士盾牌) ** 弓/长矛/标枪 包括它们各自的职业版本 (亚马逊弓/长矛/标枪) * 头盔 ''不包括'' 头环 Circlet * 尖头钉头锤 Tipped Mace 代表钉锤的子类但不包括 短棒/重锤 * 带上标的物品类型指的是这些类型的子类: ** Group<sup>NC</sup> "非-职业 Non-Class", 除开 职业-专属 物品 (野蛮人/德鲁伊头盔, 死灵法师/圣骑士盾牌, 亚马逊弓/长矛/标枪) ** Group<sup>P </sup> "物理 Physical", 除开 传统的 非-物理武器 (法珠, 魔杖, 法杖) ** Group<sup>PS</sup> "物理+法杖 Physical+Staff", 除开 法珠 & 魔杖 == 所有物品词缀 All Item Affixes == 许多词缀 "名称" 有多个条目. 它们都在这里列出因为它们出现在 txt 文件中, 并按组排序. 来自同一组的多个词缀不能同时出现. <div id="Equipment"></div> {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">装备前缀 Equipment Prefixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 结实之 Sturdy || +[10-20]% Enhanced Defense || <span class="d2-yellow">防具</span> || 1-41 || 1 || 9 || 101 || 增加最大 alvl |- | 结实之 Sturdy || +[21-30]% Enhanced Defense || <span class="d2-yellow">防具</span> || 4-44 || 3 || 9 || 101 || 增加最大 alvl |- | 强壮之 Strong || +[31-40]% Enhanced Defense || <span class="d2-yellow">防具</span> || 9-49 || 6 || 8 || 101 || 增加最大 alvl |- | 光荣之 Glorious || +[41-50]% Enhanced Defense || <span class="d2-yellow">防具</span> || 19-59 || 14 || 8 || 101 || 增加最大 alvl |- | 祝福之 Blessed || +[51-65]% Enhanced Defense || <span class="d2-yellow">防具</span> || 25 || 18 || 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">防具</span> || 36 || 27 || 6 || 101 || |- | 神之 Godly || +[101-200]% Enhanced Defense || <span class="d2-blue">防具</span> || 45 || 38 || 3 || 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">手套, 鞋子, 腰带, 盾牌</span> || 30 || 22 || 3 || 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">箭袋</span> || 8 || 6 || 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">箭袋</span> || 38 || 30 || 4 || 103 || 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">箭袋</span> || 35 || 27 || 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 || |- | 锯齿之 Jagged || +[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup>, 头环</span> || 1-41 || 1 || 9 || 105 || 增加最大 alvl |- | 锯齿之 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>, 头环</span> || 5-45 || 3 || 9 || 105 || 增加最大 alvl |- | 致命之 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 || 增加最大 alvl |- | 恶毒之 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 || 增加最大 alvl |- | 残忍之 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 || 增加最大 alvl |- | 稳重之 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-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 || |- | 凶暴之 Ferocious || +[101-200]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 41 || 33 || 6 || 105 || |- | 残忍之 Cruel || +[201-300]% Enhanced Damage || <span class="d2-blue">Weapon<sup>P</sup></span> || 51 || 43 || 5 || 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">远程武器, 亚马逊标枪, 小刀, 短棒, 尖头钉头锤, 投掷飞斧</span> || 75 || 69 || 1 || 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">护甲, 盾牌</span> || 35 || 28 || 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">护甲, 盾牌</span> || 55 || 48 || 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">护甲, 盾牌</span> || 75 || 68 || 2 || 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">盾牌, 项链, 法珠, 法杖</span> || 9 || 6 || 3 || 107 || |- | 不倦之 Tireless || Heal Stamina Plus 10% || <span class="d2-yellow">鞋子</span> || 1-5 || 1 || 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">鞋子</span> || 14 || 10 || 4 || 108 || |- | 青铜之 Bronze || +[10-20] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 项链</span> || 1-41 || 1 || 8 || 110 || 增加最大 alvl, 增加头盔, 护甲, 手套 |- | 铁之 Iron || +[21-40] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套</span> || 4-44 || 3 || 8 || 110 || 增加最大 alvl, 增加头盔, 护甲, 手套 |- | 钢之 Steel || +[41-60] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套</span> || 8 || 6 || 7 || 110 || 增加头盔, 护甲, 手套 |- | 银之 Silver || +[61-80] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 箭袋</span> || 12 || 9 || 7 || 110 || 增加头盔, 护甲, 手套, 箭袋 |- | 金之 Gold || +[81-100] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 箭袋</span> || 17 || 12 || 6 || 110 || 增加头盔, 护甲, 手套, 箭袋 |- | 白金之 Platinum || +[101-120] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 戒指, 头环, 头盔, 护甲, 手套, 箭袋</span> || 22 || 16 || 6 || 110 || 增加头盔, 护甲, 手套, 箭袋 |- | 陨铁之 Meteoric || +[121-150] to Attack Rating || <span class="d2-yellow">Weapon<sup>P</sup>, 箭袋</span> || 27 || 20 || 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">箭袋</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 || |- | 尖锐之 Sharp || [10-20] to Attack Rating,<br>+[10-20]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 5-45 || 3 || 9 || 111 || 增加最大 alvl |- | 精良之 Fine || [21-40] to Attack Rating,<br>+[21-30]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12-52 || 9 || 9 || 111 || 增加最大 alvl |- | 战士之 Warrior's || [41-60] to Attack Rating,<br>+[31-40]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 19-59 || 13 || 8 || 111 || 增加最大 alvl |- | 士兵之 Soldier's || [61-80] to Attack Rating,<br>+[41-50]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 27 || 19 || 8 || 111 || |- | 骑士之 Knight's || [81-100] to Attack Rating,<br>+[51-65]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 38 || 30 || 7 || 111 || |- | 君王之 Lord's || [101-120] to Attack Rating,<br>+[66-80]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 47 || 39 || 6 || 111 || |- | 国王之 King's || [121-150] to Attack Rating,<br>+[81-100]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 5 || 111 || |- | 大师之 Master's || [151-250] to Attack Rating,<br>+[101-150]% Enhanced Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 48 || 5 || 111 || |- | 宗师之 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">远程武器</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 --> |- | 目光锐利之 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">头盔, 远程武器</span> || 25 || 18 || 1 || 111 || |- | 微光之 Glimmering || +1 to Light Radius || <span class="d2-yellow">防具, 魔杖, 法杖, 戒指, 项链, 法珠</span> || 1 || 1 || 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">远程武器</span> || 10 || 7 || 4 || 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">远程武器</span> || 16 || 12 || 4 || 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">远程武器</span> || 24 || 18 || 4 || 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">戒指, 项链, 头环, 头盔</span> || 5 || 3 || 4 || 114 || 增加头盔 |- | 偶然之 Fortuitous || [11-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 12 || 8 || 4 || 114 || 以前是只有魔法, 增加头盔 |- | 蜥蜴之 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">护甲, 头盔, 盾牌, 腰带, 戒指, 项链, 杖类, 法珠</span> || 3-43 || 2 || 4 || 115 || 增加最大 alvl |- | 蛇之 Snake's || +[5-10] to Mana || <span class="d2-yellow">盾牌, 杖类, 腰带, 戒指, 项链, 头环, 箭袋</span> || 6-46 || 4 || 4 || 115 || 增加最大 alvl, 增加箭袋 |- | 海蛇之 Serpent's || +[11-20] to Mana || <span class="d2-yellow">盾牌, 杖类, 头环, 箭袋</span> || 14-54 || 10 || 3 || 115 || split off 腰带, 戒指, 项链, 增加最大 alvl |- | 海蛇之 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">护甲, 非-杖武器</span> || 37-77 || 27 || 2 || 115 || split off 鞋子, 手套, 增加最大 alvl |- | 海蛇之 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">杖类, 戒指, 项链, 法珠, 头环, 箭袋</span> || 20 || 15 || 2 || 115 || 增加箭袋 |- | 龙之 Dragon's || +[31-40] to Mana || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环, 箭袋</span> || 24 || 18 || 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">杖类, 戒指, 项链, 法珠, 头环</span> || 30 || 22 || 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">杖类, 戒指, 项链, 法珠, 头环</span> || 45 || 37 || 2 || 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">盾牌</span> || 6-46 || 4 || 5 || 116 || 增加最大 alvl |- | 闪耀之 Shimmering || All Resistances +[3-7] || <span class="d2-yellow">项链, 头环</span> || 8-48 || 6 || 5 || 116 || 增加最大 alvl |- | 闪耀之 Shimmering || All Resistances +[3-7] || <span class="d2-yellow">戒指</span> || 45 || 37 || 3 || 116 || |- | 闪耀之 Shimmering || All Resistances +[5-10] || <span class="d2-yellow">箭袋</span> || 16 || 12 || 1 || 116 || new* |- | 彩虹之 Rainbow || All Resistances +[8-11] || <span class="d2-yellow">盾牌</span> || 18 || 13 || 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">戒指</span> || 56 || 48 || 2 || 116 || |- | 闪闪发光之 Scintillating || All Resistances +[12-15] || <span class="d2-yellow">盾牌</span> || 28 || 21 || 5 || 116 || |- | 闪闪发光之 Scintillating || All Resistances +[12-15] || <span class="d2-yellow">项链, 头环, 箭袋</span> || 34 || 25 || 5 || 116 || 增加箭袋 |- | 闪闪发光之 Scintillating || All Resistances +[12-15] || <span class="d2-blue">戒指</span> || 67 || 59 || 2 || 116 || |- | 棱镜之 Prismatic || All Resistances +[16-20] || <span class="d2-yellow">盾牌</span> || 39 || 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">盾牌</span> || 50 || 42 || 4 || 116 || 以前是只有魔法 |- | 多彩之 Chromatic || All Resistances +[21-30] || <span class="d2-blue">项链, 头环</span> || 55 || 41 || 3 || 116 || |- | 天青之 Azure || Cold Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 117 || |- | 天青之 Azure || Cold Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 2 || 117 || 增加最大 alvl, 增加箭袋 |- | 天蓝之 Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 117 || 增加箭袋 |- | 天蓝之 Lapis || Cold Resist +[11-20]% || <span class="d2-yellow">非-法珠武器</span> || 35 || 26 || 2 || 117 || |- | 钴之 Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 117 || 增加箭袋 |- | 钴之 Cobalt || Cold Resist +[21-30]% || <span class="d2-yellow">非-法珠武器</span> || 55 || 41 || 2 || 117 || |- | 蔚蓝之 Sapphire || Cold Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 117 || |- | 枣红之 Crimson || Fire Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 118 || |- | 枣红之 Crimson || Fire Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 4 || 118 || 增加最大 alvl, 增加箭袋 |- | 赤楬之 Russet || Fire Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 118 || 增加箭袋 |- | 赤楬之 Russet || Fire Resist +[11-20]% || <span class="d2-yellow">非-法珠武器</span> || 35 || 26 || 1 || 118 || |- | 深红之 Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 118 || 增加箭袋 |- | 深红之 Garnet || Fire Resist +[21-30]% || <span class="d2-yellow">非-法珠武器</span> || 55 || 41 || 1 || 118 || |- | 红宝石之 Ruby || Fire Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 118 || |- | 红柑之 Tangerine || Lightning Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 119 || |- | 红柑之 Tangerine || Lightning Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 4 || 119 || 增加最大 alvl, 增加箭袋 |- | 赭黄之 Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 119 || 增加箭袋 |- | 赭黄之 Ocher || Lightning Resist +[11-20]% || <span class="d2-yellow">非-法珠武器</span> || 35 || 26 || 1 || 119 || |- | 珊瑚之 Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 119 || 增加箭袋 |- | 珊瑚之 Coral || Lightning Resist +[21-30]% || <span class="d2-yellow">非-法珠武器</span> || 55 || 41 || 1 || 119 || |- | 琥珀之 Amber || Lightning Resist +[31-40]% || <span class="d2-yellow">杖类, 鞋子, 项链, 法珠, 头环</span> || 25 || 18 || 3 || 119 || |- | 海蓝之 Beryl || Poison Resist +5% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环</span> || 1-4 || 1 || 3 || 120 || |- | 海蓝之 Beryl || Poison Resist +[5-10]% || <span class="d2-yellow">防具, 武器, 戒指, 项链, 头环, 箭袋</span> || 5-45 || 3 || 4 || 120 || 增加最大 alvl, 增加箭袋 |- | 铭绿之 Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 12 || 9 || 4 || 120 || 增加箭袋 |- | 铭绿之 Viridian || Poison Resist +[11-20]% || <span class="d2-yellow">非-法珠武器</span> || 35 || 26 || 1 || 120 || |- | 翠绿之 Jade || Poison Resist +[21-30]% || <span class="d2-yellow">防具, 戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 13 || 3 || 120 || 增加箭袋 |- | 翠绿之 Jade || Poison Resist +[21-30]% || <span class="d2-yellow">非-法珠武器</span> || 55 || 41 || 1 || 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">武器, 戒指, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 3-43 || 2 || 4 || 121 || 增加最大 alvl, 增加护甲, 头盔, 盾牌, 箭袋 |- | 光轮之 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">武器, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 17 || 12 || 4 || 121 || 增加护甲, 头盔, 盾牌, 箭袋 |- | 技工之 Mechanist's || Socketed ([1-2]) || <span class="d2-yellow">非-投掷武器, 盾牌, 头盔, 护甲, 头环</span> || 10 || 7 || 3 || 122 || |- | 工匠之 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">非-投掷武器, 盾牌, 头盔, 护甲</span> || 33 || 25 || 2 || 122 || new<!-- 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">非-投掷武器, 盾牌, 头盔, 护甲</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>, 头环</span> || 3-43 || 1 || 2 || 123 || 增加最大 alvl<!-- 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>, 头环, 头盔</span> || 15-55 || 11 || 2 || 123 || 增加最大 alvl, 增加头盔 |- | 田园之 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-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 || |- | 极乐之 Elysian || +[201-300] to Attack Rating against Demons,<br>+[151-200]% Damage to Demons || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 45 || 33 || 1 || 123 || |- | 天体之 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">远程武器</span> || 55 || 41 || 1 || 123 || 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">项链, 头环</span> || 36 || 27 || 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">远程武器, 长矛</span> || 50 || 42 || 2 || 125 || |- | 女武神之 Valkyrie's || +2 to Amazon Skill Levels || <span class="d2-yellow">项链, 头环</span> || 90 || 67 || 2 || 125 || |- | 制箭者之 Fletcher's || +1 to 弓 and 十字弓 Skills (Amazon Only) || <span class="d2-yellow">远程武器, 手套, 头环, 箭袋, 项链</span> || 20 || 15 || 1 || 125 || 增加头环, 箭袋, 项链 |- | 制弓匠之 Bowyer's || +2 to 弓 and 十字弓 Skills (Amazon Only) || <span class="d2-yellow">远程武器, 手套, 头环, 箭袋, 项链</span> || 40 || 30 || 1 || 125 || 增加头环, 箭袋, 项链 |- | 弓箭手之 Archer's || +3 to 弓 and 十字弓 Skills (Amazon Only) || <span class="d2-blue">远程武器, 手套, 头环, 箭袋, 项链</span> || 60 || 45 || 1 || 125 || 增加头环, 箭袋, 项链 |- | 弓箭手之 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">手套, 项链, 头环, 箭袋</span> || 20 || 15 || 1 || 125 || 增加箭袋 |- | 体技之 Gymnast's || +2 to Passive and Magic Skills (Amazon Only) || <span class="d2-yellow">手套, 项链, 头环, 箭袋</span> || 40 || 30 || 1 || 125 || 增加箭袋 |- | 竞赛之 Athlete's || +3 to Passive and Magic Skills (Amazon Only) || <span class="d2-blue">手套, 项链, 头环, 箭袋</span> || 60 || 45 || 1 || 125 || 增加箭袋 |- | 鱼叉手之 Harpoonist's || +1 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">长矛, 手套, 项链, 头环</span> || 20 || 15 || 1 || 125 || 增加项链, 头环 |- | 女矛手之 Spearmaiden's || +2 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">长矛, 手套, 项链, 头环</span> || 40 || 30 || 1 || 125 || 增加项链, 头环 |- | 长枪兵之 Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">亚马逊长矛</span> || 60 || 45 || 1 || 125 || new |- | 长枪兵之 Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-yellow">长矛</span> || 60 || 45 || 1 || 125 || split off 手套, 以前是只有魔法 |- | 长枪兵之 Lancer's || +3 to 标枪 and 长矛 Skills (Amazon Only) || <span class="d2-blue">头环, 手套</span> || 60 || 45 || 1 || 125 || new (split off), 增加头环 |- | 长枪兵之 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">护甲, 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">项链, 头环</span> || 36 || 27 || 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">法杖, 法珠</span> || 50 || 42 || 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">法杖, 法珠, 项链, 头环</span> || 20 || 15 || 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">法杖, 法珠, 项链, 头环</span> || 60 || 45 || 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">法杖, 法珠, 项链, 头环</span> || 40 || 30 || 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">法杖, 法珠, 项链, 头环</span> || 20 || 15 || 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">法杖, 法珠, 项链, 头环</span> || 60 || 45 || 1 || 125 || |- | 召唤者之 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">项链, 头环</span> || 36 || 27 || 4 || 125 || |- | 召唤者之 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">魔杖, 匕首, 死灵法师盾牌</span> || 50 || 42 || 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">魔杖, 死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 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">魔杖, 死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 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">魔杖, 死灵法师盾牌, 项链, 匕首, 头环</span> || 40 || 30 || 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">魔杖, 死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 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">魔杖, 死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 || |- | 僧人之 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">项链, 头环</span> || 36 || 27 || 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">剑, 尖头钉头锤, 重锤, 非-死灵法师盾牌</span> || 35 || 27 || 4 || 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">剑, 尖头钉头锤, 重锤, 非-死灵法师盾牌</span> || 65 || 58 || 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">权杖, 剑, 尖头钉头锤, 非-死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 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">权杖, 剑, 尖头钉头锤, 非-死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 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">权杖, 剑, 尖头钉头锤, 非-死灵法师盾牌, 项链, 头环</span> || 40 || 30 || 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">非-死灵法师盾牌, 项链, 头环</span> || 20 || 15 || 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">非-死灵法师盾牌, 项链, 头环</span> || 60 || 45 || 1 || 125 || |- | 屠杀者之 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">项链, 头环</span> || 36 || 27 || 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">斧, 任何钉锤, 剑, 投掷飞刀, 双手 Spear<sup>NC</sup></span> || 30 || 22 || 4 || 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">野蛮人头盔</span> || 50 || 42 || 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">斧, 任何钉锤, 剑, 长柄, Spear<sup>NC</sup>, 非-德鲁伊头盔</span> || 20 || 15 || 1 || 125 || 移除 小刀 |- | 老手之 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">斧, 任何钉锤, 剑, 长柄, Spear<sup>NC</sup>, 非-德鲁伊头盔</span> || 60 || 45 || 1 || 125 || 移除 小刀 |- | 狂信者 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">斧, 任何钉锤, 剑, 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 40 || 30 || 1 || 125 || 移除 小刀 |- | 狂怒之 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">斧, 任何钉锤, 剑, 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 20 || 15 || 1 || 125 || 移除 小刀 |- | 回响之 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">斧, 任何钉锤, 剑, 长柄, Spear<sup>NC</sup>, 野蛮人头盔, 项链</span> || 60 || 45 || 1 || 125 || 移除 小刀 |- | 巫师之 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">项链, 头环</span> || 36 || 27 || 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">短棒, 德鲁伊头盔</span> || 50 || 42 || 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">短棒, 德鲁伊头盔, 项链, 头环</span> || 20 || 15 || 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">短棒, 德鲁伊头盔, 项链, 头环</span> || 60 || 45 || 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">短棒, 德鲁伊头盔, 项链, 头环</span> || 40 || 30 || 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">短棒, 德鲁伊头盔, 项链, 头环</span> || 20 || 15 || 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">短棒, 德鲁伊头盔, 项链, 头环</span> || 60 || 45 || 1 || 125 || |- | 法师杀手之 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">项链, 头环</span> || 36 || 27 || 4 || 125 || |- | 法师杀手之 Magekiller's || +1 to Assassin Skills || <span class="d2-yellow">爪, 匕首</span> || 30 || 22 || 4 || 125 || 增加匕首 |- | 女巫猎人之 Witch-hunter's || +2 to Assassin Skills || <span class="d2-yellow">爪, 匕首</span> || 50 || 42 || 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">爪, 匕首, 项链, 头环</span> || 20 || 15 || 1 || 125 || 增加匕首 |- | 诈欺之 Trickster's || +2 to Traps (Assassin Only) || <span class="d2-yellow">爪, 匕首, 项链, 头环</span> || 40 || 30 || 1 || 125 || 增加匕首 |- | 冷静之 Cunning || +3 to Traps (Assassin Only) || <span class="d2-blue">爪, 匕首, 项链, 头环</span> || 60 || 45 || 1 || 125 || 增加匕首 |- | 心智之 Mentalist's || +1 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">爪, 匕首, 项链, Helm<sup>NC</sup>, 头环</span> || 20 || 15 || 1 || 125 || 增加匕首 |- | 心灵之 Psychic || +2 to Shadow Disciplines (Assassin Only) || <span class="d2-yellow">爪, 匕首, 项链, Helm<sup>NC</sup>, 头环</span> || 40 || 30 || 1 || 125 || 增加匕首 |- | 阴影之 Shadow || +3 to Shadow Disciplines (Assassin Only) || <span class="d2-blue">爪, 匕首, 项链, Helm<sup>NC</sup>, 头环</span> || 60 || 45 || 1 || 125 || 增加匕首 |- | 将军之 Shogukusha's || +1 to Martial Arts (Assassin Only) || <span class="d2-yellow">爪, 匕首, 项链, 手套, 头环</span> || 20 || 15 || 1 || 125 || 增加匕首 |- | 剑士之 Sensei's || +2 to Martial Arts (Assassin Only) || <span class="d2-yellow">爪, 匕首, 项链, 手套, 头环</span> || 40 || 30 || 1 || 125 || 增加匕首 |- | 剑圣之 Kenshi's || +3 to Martial Arts (Assassin Only) || <span class="d2-blue">爪, 匕首, 项链, 手套, 头环</span> || 60 || 45 || 1 || 125 || 增加匕首 |- | 雪白之 Snowy || Adds [20-30] to [64-101] Cold Damage (1 second chill) || <span class="d2-yellow">武器, 头环, 箭袋</span> || 25-65 || 18 || 3 || 137 || 增加最大 alvl, split off 头环, 增加箭袋, 伤害以前是 [6-9] to [19-30]<!-- Snowflake in file --> |- | 雪白之 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), 增加最大 alvl |- | 颤抖之 Shivering || Adds [37-56] to [115-166] Cold Damage (2 second chill) || <span class="d2-yellow">武器, 箭袋</span> || 35 || 26 || 2 || 137 || 增加箭袋, 伤害以前是 [10-15] to [31-45] |- | 北风之 Boreal || Adds [46-62] to [131-256] Cold Damage (3 second chill) || <span class="d2-yellow">武器, 箭袋</span> || 50 || 40 || 1 || 137 || 增加箭袋, 伤害以前是 [16-23] to [46-90] |- | 寒冬之 Hibernal || Adds [60-112] to [226-348] Cold Damage (4 second chill) || <span class="d2-yellow">武器, 箭袋</span> || 70 || 60 || 1 || 137 || 增加箭袋, 伤害以前是 [24-45] to [91-140] |- | 烈火之 Fiery || Adds [28-43] to [53-103] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 25-65 || 18 || 3 || 138 || 增加最大 alvl, split off 头环, 增加箭袋, 伤害以前是 [16-25] to [31-60]<!-- 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), 增加最大 alvl<!-- Ember in file --> |- | 闷烧之 Smoldering || Adds [47-72] to [109-161] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 35 || 26 || 2 || 138 || 增加箭袋, 伤害以前是 [26-50] to [61-90] |- | 烟雾之 Smoking || Adds [81-128] to [145-208] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 47 || 37 || 1 || 138 || 增加箭袋, 伤害以前是 [51-80] to [91-130] |- | 燃烧之 Flaming || Adds [138-204] to [224-306] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 61 || 51 || 1 || 138 || 增加箭袋, 伤害以前是 [81-120] to [131-180] |- | 浓缩之 Scorching || Adds [217-306] to [325-432] Fire Damage || <span class="d2-yellow">武器, 箭袋</span> || 77 || 67 || 1 || 138 || 增加箭袋, 伤害以前是 [121-170] to [181-240] |- | 静态之 Static || Adds 1 to [49-120] Lightning Damage || <span class="d2-yellow">武器, 头环, 箭袋</span> || 25-65 || 18 || 3 || 139 || 增加最大 alvl, 增加箭袋 |- | 发光之 Glowing || Adds 1 to [121-180] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 34 || 25 || 2 || 139 || 增加箭袋 |- | 嗡叫之 Buzzing || Adds 1 to [181-260] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 46 || 36 || 1 || 139 || 增加箭袋 |- | 弯曲之 Arcing || Adds 1 to [287-396] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 60 || 50 || 1 || 139 || 增加箭袋, 伤害以前是 1 to [261-360] |- | 震撼之 Shocking || Adds 1 to [433-576] Lightning Damage || <span class="d2-yellow">武器, 箭袋</span> || 76 || 66 || 1 || 139 || 增加箭袋, 伤害以前是 1 to [361-480] |- | 腐败之 Septic || +6 Poison Damage 持续 2 秒 || <span class="d2-yellow">武器, 头环, 箭袋</span> || 1-41 || 1 || 3 || 140 || 增加最大 alvl, 增加箭袋<!-- poison bitrate: 31 --> |- | 腐烂之 Foul || +24 Poison Damage 持续 2 秒 || <span class="d2-yellow">武器, 箭袋</span> || 10-50 || 7 || 2 || 140 || 增加最大 alvl, 增加箭袋, 伤害以前是 12 持续 3 秒<!-- Envenomed in file, poison bitrate: 41 --> |- | 腐蚀之 Corrosive || +78 Poison Damage 持续 2 秒 || <span class="d2-yellow">武器, 箭袋</span> || 20 || 15 || 1 || 140 || 增加箭袋, 伤害以前是 80 持续 4 秒<!-- Corosive in file, poison bitrate: 205 --> |- | 剧毒之 Toxic || +226 Poison Damage 持续 2 秒 || <span class="d2-yellow">武器, 箭袋</span> || 35 || 26 || 1 || 140 || 增加箭袋, 伤害以前是 150 持续 5 秒<!-- poison bitrate: 308 --> |- | 瘟疫之 Pestilent || +384 Poison Damage 持续 2 秒 || <span class="d2-yellow">武器, 箭袋</span> || 50 || 37 || 1 || 140 || 以前是只有魔法, 增加箭袋, 伤害以前是 275 持续 6 秒<!-- poison bitrate: 470 --> |- | 瘟疫之 Plague || +366 Poison Damage 持续 6 秒 || <span class="d2-yellow">武器, 箭袋</span> || 50 || 37 || 1 || 140 || new<!-- poison bitrate: 626 --> |- | 剧毒 Virulent || +738 Poison Damage 持续 2 秒 || <span class="d2-yellow">武器, 箭袋</span> || 76 || 66 || 1 || 140 || new<!-- poison bitrate: 3780 --> |- | 传染之 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">箭袋</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 || 增加最大 alvl |- | 净化之 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-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 || |- | 圣洁之 Hallowed || +[251-325] to Attack Rating against Undead,<br>+[201-275]% Damage to Undead || <span class="d2-yellow">Weapon<sup>PS</sup></span> || 35 || 27 || 1 || 142 || |- | 神性之 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">远程武器</span> || 45 || 37 || 1 || 142 || 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">箭袋</span> || 30 || 25 || 3 || 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">箭袋</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>, 箭袋</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>, 箭袋</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>, 箭袋</span> || 68 || 65 || 4 || 170 || 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">武器, 头环, 护甲, 头盔, 盾牌, 箭袋</span> || 51 || 44 || 1 || 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" |+ <h3 style="display:inline; border:0px; padding:0px;">装备后缀 Equipment Suffixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 健康之 Health || Physical Damage Taken Reduced by 1 || <span class="d2-yellow">护甲, 盾牌, 戒指, 项链, 头环, 箭袋</span> || 7-47 || 5 || 4 || 1 || 增加最大 alvl, 增加箭袋 |- | 保护之 Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">戒指, 项链, 头环, 箭袋</span> || 18-48 || 13 || 4 || 1 || 增加最大 alvl, 增加箭袋 |- | 保护之 Protection || Physical Damage Taken Reduced by 2 || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 24-64 || 18 || 4 || 1 || 增加最大 alvl |- | 吸收 Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">项链, 头环, 箭袋</span> || 26-66 || 19 || 4 || 1 || 增加最大 alvl, 增加箭袋 |- | 吸收 Absorption || Physical Damage Taken Reduced by 3 || <span class="d2-yellow">护甲, 盾牌, 头环, 戒指</span> || 32-72 || 24 || 4 || 1 || 增加最大 alvl, 增加戒指 |- | 生命 Life || Physical Damage Taken Reduced by 4 || <span class="d2-yellow">项链, 头环, 箭袋</span> || 35 || 26 || 4 || 1 || 增加箭袋 |- | 生命 Life || Physical Damage Taken Reduced by [4-7] || <span class="d2-yellow">护甲, 盾牌, 头环, 戒指</span> || 41 || 33 || 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">护甲, 盾牌, 头环, 项链</span> || 51 || 43 || 4 || 1 || 以前是只有魔法, 增加项链<!-- Anima in file --> |- | 结界之 Warding || Magic Damage Taken Reduced by [1-2] || <span class="d2-yellow">护甲, 盾牌, 戒指, 项链, 法珠, 头环, 箭袋</span> || 7-47 || 5 || 4 || 2 || 增加最大 alvl, 增加箭袋, 以前是更低 1 |- | 步哨的 Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">戒指, 项链, 法珠, 头环, 箭袋</span> || 18 || 12 || 4 || 2 || 增加箭袋, 以前是更低 2 |- | 步哨的 Sentinel || Magic Damage Taken Reduced by [2-4] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 24 || 18 || 4 || 2 || 以前是更低 2 |- | 守卫的 Guarding || Magic Damage Taken Reduced by [3-6] || <span class="d2-yellow">项链, 法珠, 头环, 箭袋</span> || 26 || 19 || 4 || 2 || 增加箭袋, 以前是更低 3 |- | 守卫的 Guarding || Magic Damage Taken Reduced by [3-6] || <span class="d2-yellow">护甲, 盾牌, 头环, 戒指</span> || 32 || 24 || 4 || 2 || 增加戒指, 以前是更低 3 |- | 否定的 Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-blue">护甲, 盾牌, 头环</span> || 41 || 33 || 4 || 2 || 以前是更低 [4-6] |- | 否定的 Negation || Magic Damage Taken Reduced by [8-12] || <span class="d2-yellow">项链, 法珠, 头环, 箭袋</span> || 42 || 35 || 4 || 2 || 增加箭袋, 以前是更低 [4-6] |- | 刺骨 Piercing || Ignore Target's Defense || <span class="d2-yellow">杖类, 小刀, 爪</span> || 25 || 18 || 2 || 4 || |- | 刺针 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">护甲, 盾牌, 腰带, 头环</span> || 14-54 || 10 || 4 || 6 || 增加最大 alvl, 伤害以前是 [1-3] |- | 尖刺的 Spikes || Attacker Takes Damage of [8-12] || <span class="d2-yellow">护甲, 盾牌, 腰带, 头环</span> || 21-61 || 15 || 4 || 6 || 增加最大 alvl, 伤害以前是 [4-6] |- | 剃刀 Razors || Attacker Takes Damage of [31-40] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 34-74 || 26 || 4 || 6 || 增加最大 alvl, 伤害以前是 [7-9] |- | 刀剑 Swords || Attacker Takes Damage of [80-160] || <span class="d2-yellow">护甲, 盾牌, 头环</span> || 47 || 39 || 4 || 6 || 以前是只有魔法, 伤害以前是 [10-20] |- | 刀剑 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>, 箭袋</span> || 5 || 3 || 6 || 7 || 增加箭袋 |- | 轻快的 Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 25 || 17 || 6 || 7 || 增加箭袋 |- | 迅捷之 Swiftness || +30% Increased Attack Speed || <span class="d2-yellow">远程 Weapon<sup>P</sup>, 远程武器</span> || 34 || 26 || 6 || 7 || 增加远程武器 |- | 快速的 Quickness || +40% Increased Attack Speed || <span class="d2-yellow">远程 Weapon<sup>P</sup>, 远程武器</span> || 46 || 38 || 5 || 7 || 增加远程武器 |- | 格挡的 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">盾牌</span> || 11 || 8 || 6 || 8 || |- | 迅速的 Readiness || +10% Increased Attack Speed || <span class="d2-yellow">手套</span> || 20 || 15 || 2 || 9 || 组以前是 7 |- | 轻快的 Alacrity || +20% Increased Attack Speed || <span class="d2-yellow">手套</span> || 43 || 35 || 4 || 9 || 组以前是 7 |- | 学徒的 Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">杖类, 戒指, 项链, 法珠, 头环</span> || 5 || 3 || 6 || 9 || |- | 学徒的 Apprentice || +10% Faster Cast Rate || <span class="d2-yellow">护甲, 盾牌, 圣骑士盾牌</span> || 17 || 20 || 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">杖类, 法珠, 头环</span> || 29 || 21 || 5 || 9 || 增加权杖 (杖类包含 法杖/魔杖/权杖) |- | 马格斯的 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 || Adds 1 to [1-2] Cold Damage (2 second chill) || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 4-44 || 3 || 5 || 10 || 增加最大 alvl, 增加箭袋 |- | 霜的 Frost || Adds 1 to [3-6] Cold Damage (2 second chill) || <span class="d2-yellow">腰带, 项链</span> || 45-85 || 37 || 2 || 10 || 增加最大 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>, 箭袋</span> || 13-53 || 9 || 4 || 10 || 增加最大 alvl, 增加箭袋, 伤害以前是 1 to [3-4] |- | 冰河的 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 || 增加箭袋, 伤害以前是 [2-4] to [4-15] |- | 严冬 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 || 增加箭袋, 伤害以前是 [5-9] to [16-50] |- | 低温的 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">盾牌, 鞋子, 手套, 戒指, 项链, 头环, 法珠</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 || Adds 1 to [2-5] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 4-44 || 3 || 5 || 12 || 增加最大 alvl, 增加箭袋 |- | 火焰之 Flame || Adds 1 to [2-6] Fire Damage || <span class="d2-yellow">手套, 戒指, 项链</span> || 40-80 || 30 || 2 || 12 || 增加最大 alvl |- | 火焰 Fire || Adds [2-8] to [12-22] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 15-55 || 11 || 4 || 12 || 增加最大 alvl, 增加箭袋, 伤害以前是 [1-4] to [6-11] |- | 燃烧之 Burning || Adds [20-30] to [37-72] Fire Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 25-65 || 18 || 3 || 12 || 增加最大 alvl, 增加箭袋, 伤害以前是 [5-9] to [10-20] |- | 炽炎 Incineration || Adds [57-90] to [102-146] Fire Damage || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 43 || 35 || 2 || 12 || 增加箭袋, 伤害以前是 [10-20] to [21-75] |- | 灰烬的 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 || Adds 1 to [3-8] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 4-44 || 3 || 5 || 13 || 增加最大 alvl, 增加箭袋, 伤害以前是 1 to [6-8] |- | 冲击的 Shock || Adds 1 to [11-23] Lightning Damage || <span class="d2-yellow">鞋子, 戒指, 项链</span> || 45-85 || 37 || 2 || 13 || 增加最大 alvl, alvl 以前是 50, 增加箭袋 |- | 闪电 Lightning || Adds 1 to [14-24] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 15-55 || 11 || 4 || 13 || 增加最大 alvl, 增加箭袋, 伤害以前是 1 to [9-16] |- | 雷电 Thunder || Adds 1 to [34-84] Lightning Damage || <span class="d2-yellow">Weapon<sup>PS</sup>, 箭袋</span> || 25 || 18 || 3 || 13 || 增加箭袋, 伤害以前是 1 to [17-40] |- | 暴风 Storms || Adds [1-6] to [85-126] Lightning Damage || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 34 || 26 || 2 || 13 || 增加箭袋, 伤害以前是 [1-6] to [41-120] |- | 漩涡 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>, 戒指, 项链</span> || 1-41 || 1 || 8 || 14 || 增加最大 alvl |- | 工匠的 Craftsmanship || +[1-2] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 1-7 || 1 || 4 || 14 || 增加头盔 |- | 工匠的 Craftsmanship || +[2-3] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 8-14 || 6 || 4 || 14 || 增加头盔 |- | 工匠的 Craftsmanship || +[4-5] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 15-55 || 11 || 4 || 14 || 增加最大 alvl, 增加头盔 |- | 品质的 Quality || +2 to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 4-44 || 3 || 8 || 14 || 增加最大 alvl |- | 品质的 Quality || +[6-7] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 23-29 || 17 || 4 || 14 || 增加头盔 |- | 品质的 Quality || +[7-8] to Maximum Damage || <span class="d2-yellow">头环, 头盔</span> || 30-70 || 22 || 4 || 14 || 增加最大 alvl, 增加头盔 |- | 残废的 Maiming || +[3-4] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 7-47 || 5 || 7 || 14 || 增加最大 alvl |- | 残废的 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">头环, 头盔</span> || 37-44 || 29 || 4 || 14 || 增加头盔 |- | 残废的 Maiming || +[11-12] to Maximum Damage || <span class="d2-blue">头环, 头盔</span> || 45 || 37 || 4 || 14 || 增加头盔 |- | 屠杀的 Slaying || +[5-7] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 11-51 || 8 || 7 || 14 || 增加最大 alvl |- | 血块之 Gore || +[8-10] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 14 || 10 || 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">戒指, 项链, 头环, 头盔</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 || |- | 屠杀 Butchery || +[21-40] to Maximum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 35 || 27 || 5 || 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">远程武器</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 || 增加最大 alvl |- | 价值的 Worth || +[2-3] to Minimum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 15-55 || 11 || 4 || 15 || 增加最大 alvl, 增加头盔 |- | 测量的 Measure || +[3-4] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 12-52 || 9 || 7 || 15 || 增加最大 alvl |- | 测量的 Measure || +[4-5] to Minimum Damage || <span class="d2-yellow">戒指, 项链, 头环, 头盔</span> || 37-77 || 29 || 4 || 15 || 增加最大 alvl, 增加头盔 |- | 精灵的 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">戒指, 项链, 头环, 头盔</span> || 59 || 51 || 4 || 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">戒指, 项链, 头环, 头盔</span> || 81 || 63 || 2 || 15 || 以前是只有魔法, rlvl 以前是 73, frequency 以前是 4 |- | 超凡 Transcendence || +[15-20] to Minimum Damage || <span class="d2-yellow">Weapon<sup>P</sup></span> || 76 || 68 || 4 || 15 || <!-- new poison suffix mistakenly set to wrong group and zero frequency and classic instead of expansion? |- | 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 持续 2 秒 || <span class="d2-yellow">非-权杖 Weapon<sup>P</sup>, 魔杖</span> || 1-4 || 1 || 4 || 16 || <!-- poison bitrate: 8 --> |- | 枯萎之 Blight || +7 Poison Damage 持续 3 秒 || <span class="d2-yellow">非-权杖 Weapon<sup>P</sup>, 头环, 箭袋</span> || 5-45 || 3 || 5 || 16 || 增加最大 alvl, 增加箭袋<!-- poison bitrate: 24 --> |- | 枯萎之 Blight || +50 Poison Damage 持续 3 秒 || <span class="d2-yellow">戒指, 项链</span> || 45-85 || 33 || 2 || 16 || 增加最大 alvl<!-- poison bitrate: 171 --> |- | 毒液的 Venom || +21 Poison Damage 持续 4 秒 || <span class="d2-yellow">非-权杖 Weapon<sup>P</sup>, 头环, 箭袋</span> || 15-55 || 11 || 4 || 16 || 增加最大 alvl, 增加箭袋<!-- poison bitrate: 54 --> |- | 疫病 Pestilence || +50 Poison Damage 持续 5 秒 || <span class="d2-yellow">非-权杖 Weapon<sup>P</sup>, 头环, 箭袋</span> || 25 || 18 || 3 || 16 || 增加箭袋<!-- poison bitrate: 103 --> |- | 炭疽 Anthrax || +100 Poison Damage 持续 6 秒 || <span class="d2-yellow">非-权杖 Weapon<sup>P</sup>, 箭袋</span> || 33 || 25 || 2 || 16 || 增加箭袋<!-- poison bitrate: 171 --> |- | 敏捷 Dexterity || +1 to Dexterity || <span class="d2-yellow">鞋子, 手套</span> || 1-12 || 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">项链, 远程武器, 头环</span> || 1-41 || 1 || 4 || 17 || 增加最大 alvl |- | 敏捷 Dexterity || +[1-2] to Dexterity || <span class="d2-yellow">戒指, 手套</span> || 6-46 || 4 || 4 || 17 || 增加最大 alvl |- | 敏捷 Dexterity || +[2-3] to Dexterity || <span class="d2-yellow">护甲, 鞋子</span> || 13-53 || 9 || 3 || 17 || 增加最大 alvl |- | 技能 Skill || +[3-5] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 箭袋</span> || 11-51 || 8 || 3 || 17 || 增加最大 alvl, 增加箭袋 |- | 技能 Skill || +[3-5] to Dexterity || <span class="d2-yellow">戒指, 手套, 鞋子</span> || 22 || 16 || 3 || 17 || 增加鞋子 |- | 技能 Skill || +[4-5] to Dexterity || <span class="d2-yellow">护甲</span> || 34-74 || 26 || 3 || 17 || 增加最大 alvl, 移除 鞋子 |- | 准确的 Accuracy || +[6-9] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 箭袋</span> || 27 || 20 || 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">护甲, 鞋子</span> || 46 || 38 || 3 || 17 || |- | 精密的 Precision || +[10-15] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 箭袋</span> || 43 || 35 || 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">护甲, 鞋子, 盾牌</span> || 60 || 52 || 3 || 17 || 以前是只有魔法, 增加盾牌 |- | 完美的 Perfection || +[16-20] to Dexterity || <span class="d2-yellow">项链, 远程武器, 头环, 护甲, 盾牌</span> || 59 || 51 || 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">项链, 远程武器, 头环</span> || 72 || 64 || 3 || 17 || 以前是只有魔法 |- | 平衡的 Balance || +10% Faster Hit Recovery || <span class="d2-yellow">非-手套 防具</span> || 5 || 3 || 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">护甲, 腰带</span> || 18 || 13 || 4 || 18 || |- | 再生之 Regeneration || Replenish Life +2 || <span class="d2-yellow">项链, 头环</span> || 1-9 || 1 || 3 || 19 || |- | 再生之 Regeneration || Replenish Life +[3-5] || <span class="d2-yellow">权杖, 腰带, 戒指, 项链, 头环</span> || 10 || 7 || 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">护甲, 非-权杖 武器, 鞋子</span> || 70 || 52 || 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">腰带, 戒指</span> || 55 || 41 || 4 || 19 || |- | 复苏 Revivification || Replenish Life +[11-15] || <span class="d2-yellow">权杖, 项链, 头环</span> || 38 || 30 || 4 || 19 || 以前是只有魔法 |- | 下流的 Vileness || Prevent Monster Heal || <span class="d2-yellow">远程 Weapon<sup>PS</sup>, 箭袋</span> || 9 || 6 || 3 || 20 || 增加箭袋 |- | 贪婪的 Greed || [25-40]% Extra Gold from Monsters || <span class="d2-yellow">戒指, 项链, 头环, 箭袋</span> || 1 || 1 || 4 || 21 || 增加箭袋 |- | 财富 Wealth || [41-80]% Extra Gold from Monsters || <span class="d2-yellow">鞋子, 手套, 腰带, 项链, 头环, 箭袋</span> || 17 || 12 || 4 || 21 || 增加箭袋 |- | 机会 Chance || [5-15]% Better Chance of Getting Magic Items || <span class="d2-yellow">鞋子, 手套, 戒指, 项链, 头环, 头盔, 箭袋</span> || 12 || 9 || 4 || 22 || 增加头盔, 箭袋 |- | 幸运 Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">鞋子, 手套, 项链, 头环, 头盔, 箭袋</span> || 16 || 12 || 4 || 22 || 增加头盔, 箭袋 |- | 幸运 Fortune || [16-25]% Better Chance of Getting Magic Items || <span class="d2-yellow">戒指</span> || 42 || 31 || 2 || 22 || 以前是只有魔法, frequency 以前是 4 |- | 好运 Luck || [26-35]% Better Chance of Getting Magic Items || <span class="d2-blue">鞋子, 项链, 头环, 箭袋</span> || 26 || 19 || 4 || 22 || 增加箭袋 |- | 精力 Energy || +1 to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖, 头盔, 戒指</span> || 1-4 || 1 || 4 || 23 || |- | 精力 Energy || +[1-3] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖</span> || 1-41 || 1 || 4 || 23 || 增加最大 alvl |- | 精力 Energy || +[1-3] to Energy || <span class="d2-yellow">戒指</span> || 7-47 || 5 || 4 || 23 || 增加最大 alvl |- | 精力 Energy || +[1-3] to Energy || <span class="d2-yellow">头盔, 权杖</span> || 4-44 || 3 || 3 || 23 || 增加最大 alvl |- | 意志之 Mind || +[4-6] to Energy || <span class="d2-yellow">法珠, 头环, 魔杖, 法杖, 箭袋</span> || 7-47 || 3 || 4 || 23 || 增加最大 alvl, 移除 项链, 增加箭袋 |- | 意志之 Mind || +[4-6] to Energy || <span class="d2-yellow">戒指, 项链</span> || 13 || 9 || 3 || 23 || 增加项链 |- | 意志之 Mind || +[4-6] to Energy || <span class="d2-yellow">头盔, 权杖 to Energy</span> || 10-50 || 7 || 3 || 23 || 增加最大 alvl |- | 才华的 Brilliance || +[7-10] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖, 箭袋</span> || 13 || 9 || 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">头盔, 权杖</span> || 16 || 12 || 3 || 23 || |- | 幻术的 Sorcery || +[11-15] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖, 箭袋</span> || 21 || 16 || 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">头盔, 权杖</span> || 26 || 21 || 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">戒指</span> || 41 || 33 || 3 || 23 || |- | 教化 Enlightenment || +[21-30] to Energy || <span class="d2-yellow">项链, 法珠, 头环, 魔杖, 法杖</span> || 41 || 33 || 3 || 23 || 以前是只有魔法 |- | 熊 Bear || Knockback || <span class="d2-yellow">近战武器</span> || 8 || 6 || 3 || 24 || |- | 熊 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">戒指, 项链</span> || 1-5 || 1 || 4 || 25 || |- | 光明的 Light || +1 to Light Radius,<br>+[15-30] to Attack Rating || <span class="d2-yellow">防具, 杖类, 戒指, 项链, 箭袋</span> || 6-46 || 4 || 1 || 25 || 增加最大 alvl, 增加箭袋, AR 以前是 15 |- | 光辉 Radiance || +3 to Light Radius,<br>+[30-60] to Attack Rating || <span class="d2-yellow">杖类, 远程武器, 头盔, 护甲, 箭袋</span> || 15-55 || 11 || 1 || 25 || split off 戒指, 项链, 增加最大 alvl, 增加护甲, 箭袋, AR 以前是 30 |- | 光辉 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">杖类, 远程武器, 项链, 头盔, 护甲, 戒指</span> || 25 || 21 || 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">杖类, 远程武器, 手套, 戒指, 项链, 头盔, 护甲</span> || 17 || 12 || 1 || 25 || 增加护甲 |- | 日落 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">杖类, 远程武器, 手套, 戒指, 项链, 头盔, 护甲</span> || 34 || 26 || 1 || 25 || new<!-- Dawn in file --> |- | 豺狼的 Jackal || +[1-5] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环</span> || 1-41 || 1 || 3 || 26 || 增加最大 alvl |- | 豺狼的 Jackal || +[1-5] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 4-44 || 3 || 3 || 26 || 增加最大 alvl |- | 豺狼的 Jackal || +[1-5] to Life || <span class="d2-yellow">任何钉锤, 戒指, 头盔</span> || 8-48 || 6 || 3 || 26 || 增加最大 alvl |- | 狐狸的 Fox || +[6-10] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环, 箭袋</span> || 7-47 || 5 || 3 || 26 || 增加最大 alvl, 增加箭袋 |- | 狐狸的 Fox || +[6-10] to Life || <span class="d2-yellow">盾牌, 德鲁伊头盔</span> || 11-55 || 8 || 3 || 26 || 增加最大 alvl |- | 狐狸的 Fox || +[6-10] to Life || <span class="d2-yellow">任何钉锤, 头盔</span> || 17-57 || 13 || 3 || 26 || split off 戒指, 增加最大 alvl |- | 狐狸的 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">护甲, 野蛮人头盔, 头环, 箭袋</span> || 15-55 || 11 || 3 || 26 || split off 项链, 腰带, 增加最大 alvl, 增加箭袋 |- | 狼的 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">盾牌, 德鲁伊头盔</span> || 27-67 || 20 || 3 || 26 || 增加最大 alvl |- | 狼的 Wolf || +[11-20] to Life || <span class="d2-yellow">任何钉锤, 头盔</span> || 34-74 || 26 || 3 || 26 || split off 戒指, 增加最大 alvl |- | 狼的 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">护甲, 腰带, 项链, 野蛮人头盔, 头环, 箭袋</span> || 20 || 15 || 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">任何钉锤, 戒指, 头盔</span> || 51 || 43 || 3 || 26 || |- | 巨大的 Mammoth || +[31-40] to Life || <span class="d2-yellow">护甲, 腰带, 项链, 野蛮人头盔, 头环, 箭袋</span> || 25 || 18 || 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">任何钉锤, 戒指, 头盔</span> || 68 || 60 || 3 || 26 || |- | 太阳神的 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">盾牌, 德鲁伊头盔</span> || 75 || 67 || 3 || 26 || 以前是只有魔法<!-- Colosuss in file --> |- | 乌贼 Squid || +[61-80] to Life || <span class="d2-yellow">护甲, 腰带, 野蛮人头盔, 头环, 盾牌</span> || 40 || 30 || 3 || 26 || 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">护甲, 腰带, 野蛮人头盔, 头环, 盾牌</span> || 50 || 37 || 3 || 26 || 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">项链</span> || 24 || 20 || 2 || 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">戒指, 头环, 头盔</span> || 14 || 10 || 4 || 27 || 增加头盔 |- | 水蛭之 Leech || [4-5]% Life Stolen per Hit || <span class="d2-yellow">近战武器, 远程武器, 箭袋</span> || 6 || 4 || 7 || 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">戒指, 头环</span> || 47 || 35 || 4 || 27 || |- | 蝗虫的 Locust || [6-7]% Life Stolen per Hit || <span class="d2-yellow">近战武器, 箭袋</span> || 20 || 15 || 7 || 27 || 增加箭袋 |- | 八目鳗 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">箭袋</span> || 55 || 43 || 7 || 27 || new |- | 八目鳗 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">近战武器</span> || 55 || 43 || 7 || 27 || |- | 蝙蝠的 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">手套</span> || 35 || 27 || 4 || 28 || |- | 蝙蝠的 Bat || [3-4]% Mana Stolen per Hit || <span class="d2-yellow">项链, 头环, 头盔</span> || 15 || 11 || 4 || 28 || 增加头盔 |- | 蝙蝠的 Bat || [4-5]% Mana Stolen per Hit || <span class="d2-yellow">近战武器, 远程武器, 箭袋</span> || 7 || 4 || 7 || 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">项链, 头环</span> || 58 || 40 || 4 || 28 || |- | 忿怒之 Wraith || [6-7]% Mana Stolen per Hit || <span class="d2-yellow">近战武器, 箭袋</span> || 21 || 16 || 7 || 28 || 增加箭袋 |- | 吸血鬼的 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">箭袋</span> || 56 || 48 || 7 || 28 || new |- | 吸血鬼的 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">近战武器</span> || 56 || 48 || 7 || 28 || |- | 医治的 Remedy || Poison Length Reduced by 25% || <span class="d2-yellow">防具, 戒指, 项链, 头环, 箭袋</span> || 7 || 5 || 3 || 29 || 增加箭袋 |- | 演进的 Amelioration || Poison Length Reduced by 50% || <span class="d2-yellow">护甲, 盾牌, 项链, 头环, 箭袋</span> || 18 || 13 || 3 || 29 || 增加箭袋 |- | 轻视 Defiance || Poison Length Reduced by 75% || <span class="d2-yellow">护甲, 盾牌, 项链, 头环, 箭袋</span> || 25 || 18 || 2 || 29 || 增加箭袋 |- | 安逸的 Ease || Requirements -20% || <span class="d2-yellow">护甲, Weapon<sup>PS</sup>, 盾牌</span> || 15 || 11 || 3 || 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">手套</span> || 1-11 || 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">项链, 腰带, 短棒, 重锤, 头环</span> || 1-41 || 1 || 4 || 31 || 增加最大 alvl |- | 力量 Strength || +[1-2] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲</span> || 5-45 || 3 || 4 || 31 || 增加最大 alvl |- | 力量 Strength || +[1-2] to Strength || <span class="d2-yellow">非-近战钝器, 手套, 盾牌</span> || 12-52 || 8 || 3 || 31 || 增加最大 alvl |- | 力量 Might || +[3-5] to Strength || <span class="d2-yellow">腰带, 短棒, 重锤, 头环, 箭袋</span> || 10-50 || 8 || 3 || 31 || split off 项链, addex max alvl, 增加箭袋 |- | 力量 Might || +[3-5] to Strength || <span class="d2-yellow">项链, 戒指, 手套 </span> || 10 || 8 || 3 || 31 || new (split off), 增加戒指, 手套 |- | 力量 Might || +[3-5] to Strength || <span class="d2-yellow">权杖, 尖头钉头锤, 护甲</span> || 21-61 || 15 || 3 || 31 || 增加最大 alvl, 移除 戒指 |- | 力量 Might || +[3-5] to Strength || <span class="d2-yellow">非-近战钝器, 盾牌</span> || 33-73 || 25 || 3 || 31 || 增加最大 alvl, 移除 手套 |- | 公牛的 Ox || +[6-9] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环, 箭袋</span> || 26 || 19 || 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">非-近战钝器, 手套, 盾牌</span> || 45 || 37 || 3 || 31 || |- | 巨人的 Giant || +[10-15] to Strength || <span class="d2-yellow">项链, 腰带, 短棒, 重锤, 头环, 箭袋</span> || 42 || 34 || 3 || 31 || 增加箭袋 |- | 巨人的 Giant || +[10-15] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲, 盾牌</span> || 55 || 47 || 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">项链, 腰带, 短棒, 重锤, 头环</span> || 58 || 50 || 3 || 31 || |- | 泰坦的 Titan || +[16-20] to Strength || <span class="d2-yellow">戒指, 权杖, 尖头钉头锤, 护甲, 盾牌</span> || 74 || 66 || 3 || 31 || 增加盾牌 |- | 擎天神 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">鞋子, 头环</span> || 12 || 8 || 3 || 35 || |- | 步伐的 Pacing || +10% Faster Run/Walk || <span class="d2-yellow">亚马逊武器, 箭袋</span> || 12 || 8 || 2 || 35 || new |- | 憎恨的 Haste || +20% Faster Run/Walk || <span class="d2-yellow">鞋子, 头环</span> || 22 || 16 || 4 || 35 || |- | 憎恨的 Haste || +20% Faster Run/Walk || <span class="d2-yellow">亚马逊武器, 箭袋</span> || 22 || 16 || 2 || 35 || new |- | 速度的 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">鞋子</span> || 65 || 57 || 4 || 35 || 以前是只有魔法<!-- Traveling in file --> |- | 加速 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">非-投掷近战武器, 法珠, 防具</span> || 3 || 1 || 3 || 37 || |- | 回复 Fast Repair || Repairs 1 Durability in 20 seconds || <span class="d2-yellow">非-投掷近战武器, 法珠, 防具</span> || 20 || 12 || 2 || 37 || |- | 岁月 Ages || Indestructible || <span class="d2-blue">非-投掷近战武器, 法珠, 防具</span> || 50 || 42 || 1 || 39 || |- | 之半人马 Centaur || +[0-74] to Life (+0.75 per Level) || <span class="d2-yellow">护甲, 德鲁伊头盔, 野蛮人头盔, 盾牌</span> || 20 || 1 || 1 || 41 || 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">头环, 项链, 德鲁伊头盔</span> || 20 || 1 || 1 || 41 || 以前是只有魔法<!-- 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">头环, 德鲁伊头盔</span> || 37 || 7 || 2 || 41 || 以前是只有魔法 |- | 火球的 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">法杖</span> || 56 || 42 || 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 24 Fire Ball on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56 || 42 || 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">法杖</span> || 36-56 || 27 || 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">法杖</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 24 Charged Bolt on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 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">法杖</span> || 36-56 || 27 || 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">法杖</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 24 Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 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">法杖</span> || 36-56 || 27 || 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">法杖</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 24 Chain Lightning on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 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">法杖</span> || 36-56 || 27 || 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">法杖</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 24 Ice Barrage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 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">法杖</span> || 36-56 || 27 || 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">法杖</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 24 Frost Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 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">法杖</span> || 36-56 || 27 || 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">法杖</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 24 Nova on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 56-76 || 42 || 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">近战武器, 法珠</span> || 12-36 || 9 || 1 || 44 || 增加最大 alvl, alvl 以前是 18, rlvl 以前是 13 |- | 新星 Nova || 12% Chance to Cast Level 4 Nova on Striking || <span class="d2-yellow">近战武器, 法珠</span> || 18-36 || 14 || 1 || 44 || 增加最大 alvl, alvl 以前是 28, rlvl 以前是 21 |- | 火焰箭 Firebolts || 10% Chance to Cast Level 8 Fire Bolt on Striking || <span class="d2-yellow">近战武器, 法珠</span> || 16-36 || 12 || 1 || 44 || 增加最大 alvl |- | 充能弹 Charged Shield || 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">防具, 戒指, 项链</span> || 16 || 12 || 1 || 44 || |- | 充能弹 Charged Shield || 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">防具, 项链</span> || 12 || 9 || 1 || 44 || |- | 新星盾 Nova Shield || 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">防具, 戒指</span> || 28 || 21 || 1 || 44 || |- | 新星盾 Nova Shield || 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">项链</span> || 40 || 30 || 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">法杖, 法珠</span> || 24 || 24 || 1 || 44 || |- | 心灵传动 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">斧</span> || 48 || 48 || 1 || 44 || 以前是 level [1-3] |- | 偷取生命 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">法杖</span> || 72 || 72 || 1 || 44 || 以前是 level [1-15], 聚气的数量可能不同 |- | 降低抵抗 Lower Resistance || Level 15 Lower Resist ([28-82] charges) || <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span> || 36 || 36 || 1 || 44 || 以前是 level [1-15], 聚气的数量可能不同 <!-- was the first tier of Damage Amplification on striking mistakenly disabled? |- | Damage Amplification || 8% Chance to Cast Level 15 Amplify Damage on Striking || <span class="d2-yellow">Non-Orb Weapon</span> || 15-55 || 15 || 1 || 44 || added max alvl, alvl was 3, rlvl was 1, was 5% chance to cast level 1 --> |- | 伤害加深 Damage Amplification || 10% Chance to Cast Level 23 Amplify Damage on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-76 || 27 || 1 || 44 || new |- | 伤害加深 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">法杖</span> || 15-55 || 15 || 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">法杖</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 || 10% Chance to Cast Level 10 Lower Resist on Striking || <span class="d2-yellow">Weapon<sup>P</sup></span> || 36-76 || 27 || 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">法杖</span> || 15-55 || 15 || 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">法杖</span> || 76 || 57 || 1 || 44 || 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">腰带</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">护甲, 盾牌</span> || 85 || 60 || 1 || 251 || 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>, 箭袋</span> || 28-68 || 25 || 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>, 箭袋</span> || 48 || 45 || 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>, 箭袋</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>, 箭袋</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>, 箭袋</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>, 箭袋</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>, 箭袋</span> || 58 || 55 || 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>, 箭袋</span> || 28-68 || 25 || 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>, 箭袋</span> || 48 || 45 || 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> {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">珠宝前缀 Jewel Prefixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 白化之 Blanched || +[5-8] Defense || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 101 || |- | 类象牙之 Eburin || +[9-20] Defense || <span class="d2-yellow">珠宝</span> || 16 || 12 || 4 || 101 || |- | 白骨之 Bone || +[21-40] Defense || <span class="d2-yellow">珠宝</span> || 32 || 24 || 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">珠宝</span> || 8 || 6 || 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">珠宝</span> || 38 || 30 || 4 || 103 || new |- | 红玉之 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">珠宝</span> || 35 || 27 || 4 || 104 || |- | 朱砂之 Vermillion || +[11-15] to Maximum Damage || <span class="d2-yellow">珠宝</span> || 58 || 50 || 4 || 104 || 以前是只有魔法 |- | 朱红之 Cinnabar || +[5-10]% Enhanced Damage || <span class="d2-yellow">珠宝</span> || 1 || 1 || 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">珠宝</span> || 45 || 37 || 4 || 105 || |- | 红宝石之 Ruby || +[31-40]% Enhanced Damage || <span class="d2-yellow">珠宝</span> || 66 || 58 || 4 || 105 || 以前是只有魔法 |- | 暗楬之 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">珠宝</span> || 1 || 1 || 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">珠宝</span> || 25 || 18 || 4 || 110 || |- | 银之 Argent || +[61-100] to Attack Rating || <span class="d2-yellow">珠宝</span> || 44 || 36 || 4 || 110 || 以前是只有魔法 |- | 光明之 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">珠宝</span> || 16 || 12 || 4 || 114 || |- | 锆石之 Zircon || +[5-10] to Mana || <span class="d2-yellow">珠宝</span> || 3 || 2 || 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">珠宝</span> || 29 || 21 || 2 || 115 || 以前是只有魔法 |- | 天蓝之 Cerulean || +[21-30] to Mana || <span class="d2-yellow">珠宝</span> || 49 || 41 || 2 || 115 || new |- | 闪耀之 Shimmering || All Resistances +[5-10] || <span class="d2-yellow">珠宝</span> || 16 || 12 || 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">珠宝</span> || 2 || 1 || 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">珠宝</span> || 2 || 1 || 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">珠宝</span> || 2 || 1 || 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">珠宝</span> || 2 || 1 || 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">珠宝</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">珠宝</span> || 26 || 19 || 1 || 123 || |- | 珍珠之 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">珠宝</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">珠宝</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">珠宝</span> || 68 || 65 || 3 || 170 || 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" |+ <h3 style="display:inline; border:0px; padding:0px;">珠宝后缀 Jewel Suffixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 怨恨 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">珠宝</span> || 39 || 31 || 4 || 7 || |- | 寒冷 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">珠宝</span> || 37 || 29 || 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">珠宝</span> || 15 || 11 || 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">珠宝</span> || 57 || 49 || 2 || 12 || |- | 倦怠 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">珠宝</span> || 36 || 28 || 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">珠宝</span> || 4 || 3 || 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">珠宝</span> || 25 || 18 || 4 || 14 || 以前是只有魔法 |- | 快乐 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">珠宝</span> || 43 || 37 || 4 || 15 || |- | 羡慕 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">珠宝</span> || 7 || 5 || 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">珠宝</span> || 36 || 28 || 3 || 17 || |- | 真实 Truth || +7% Faster Hit Recovery || <span class="d2-yellow">珠宝</span> || 44 || 36 || 4 || 18 || |- | 荣耀 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">珠宝</span> || 1 || 1 || 4 || 21 || |- | 富饶 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">珠宝</span> || 9 || 6 || 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">珠宝</span> || 41 || 33 || 3 || 23 || |- | 精神之 Spirit || +[3-8] to Life || <span class="d2-yellow">珠宝</span> || 1 || 1 || 4 || 26 || |- | 希望 Hope || +[9-20] to Life || <span class="d2-blue">珠宝</span> || 45 || 37 || 4 || 26 || |- | 自由 Freedom || Requirements -15% || <span class="d2-yellow">珠宝</span> || 1 || 1 || 3 || 30 || |- | 精气 Virility || +[1-4] to Strength || <span class="d2-yellow">珠宝</span> || 18 || 13 || 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">珠宝</span> || 50 || 42 || 4 || 31 || |} * 所有珠宝词缀都与其他词缀分开列出. 大多数在游戏文件中是完全独立的即使它们共享一个名称, 但以下不是: Scarlet, Cardinal, Carbuncle, Carmine, Vermillion, Shimmering, Aureolic, Blood Sucking (它们都与箭袋词缀重叠, 最后两个与其他几个物品类型重叠) <div id="Charms"></div><div id="Small_Charms"></div><div id="SC"></div> {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">小护身符前缀 Small Charm Prefixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 坚固之 Stout || +1 Defense || <span class="d2-blue">小护身符</span> || 1 || 1 || 4 || 101 || |- | 坚固之 Stout || +[4-8] Defense || <span class="d2-blue">小护身符</span> || 21 || 15 || 4 || 101 || |- | 魁梧之 Burly || +[15-20] Defense || <span class="d2-blue">小护身符</span> || 36 || 28 || 4 || 101 || |- | 健壮之 Stalwart || +[20-30] Defense || <span class="d2-blue">小护身符</span> || 48 || 40 || 4 || 101 || |- | 红之 Red || +1 to Minimum Damage || <span class="d2-blue">小护身符</span> || 90 || 82 || 4 || 103 || |- | 锯齿之 Jagged || +1 to Maximum Damage || <span class="d2-blue">小护身符</span> || 81 || 73 || 4 || 104 || |- | 青铜之 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">小护身符</span> || 21 || 15 || 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">小护身符</span> || 57 || 49 || 4 || 110 || |- | 精良之 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">小护身符</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">小护身符</span> || 32 || 24 || 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">小护身符</span> || 33 || 25 || 1 || 116 || |- | 天青之 Azure || Cold Resist +[3-5]% || <span class="d2-blue">小护身符</span> || 1 || 1 || 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">小护身符</span> || 27 || 20 || 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">小护身符</span> || 1 || 1 || 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">小护身符</span> || 27 || 20 || 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">小护身符</span> || 1 || 1 || 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">小护身符</span> || 27 || 20 || 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">小护身符</span> || 1 || 1 || 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">小护身符</span> || 27 || 20 || 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">小护身符</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">小护身符</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">小护身符</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">小护身符</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">小护身符</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">小护身符</span> || 15 || 11 || 1 || 138 || alvl 以前是 40, rlvl 以前是 32 |- | 烟雾之 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">小护身符</span> || 43 || 35 || 1 || 138 || alvl 以前是 89, rlvl 以前是 81 |- | 静态之 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">小护身符</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">小护身符</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">小护身符</span> || 44 || 36 || 1 || 139 || alvl 以前是 90, rlvl 以前是 82, 伤害以前是 1 to [44-71] |- | 腐败之 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 持续 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 持续 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 持续 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" |+ <h3 style="display:inline; border:0px; padding:0px;">小护身符后缀 Small Charm Suffixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 霜的 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">小护身符</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">小护身符</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">小护身符</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">小护身符</span> || 3 || 2 || 2 || 12 || alvl 以前是 11, rlvl 以前是 8 |- | 火焰 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">小护身符</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">小护身符</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">小护身符</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">小护身符</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">小护身符</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">小护身符</span> || 22 || 16 || 1 || 13 || alvl 以前是 45, rlvl 以前是 37, 伤害以前是 1 to [19-28] |- | 工匠的 Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">小护身符</span> || 85 || 77 || 4 || 14 || |- | 枯萎之 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 持续 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 持续 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 持续 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">小护身符</span> || 37 || 29 || 4 || 18 || |- | 贪婪的 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">小护身符</span> || 31 || 18 || 3 || 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">小护身符</span> || 1 || 14 || 4 || 26 || |- | 耐久 Sustenance || +[11-15] to Life || <span class="d2-blue">小护身符</span> || 23 || 17 || 4 || 26 || <-- 只存在于文件中 --> |- | 精力 Vita || +[16-20] to Life || <span class="d2-blue">小护身符</span> || 47 || 39 || 4 || 26 || |- | 力量 Strength || +1 to Strength || <span class="d2-blue">小护身符</span> || 7 || 5 || 4 || 31 || |- | 力量 Strength || +2 to Strength || <span class="d2-blue">小护身符</span> || 22 || 16 || 4 || 31 || |- | 敏捷 Dexterity || +1 to Dexterity || <span class="d2-blue">小护身符</span> || 7 || 5 || 4 || 31 || |- | 敏捷 Dexterity || +2 to Dexterity || <span class="d2-blue">小护身符</span> || 22 || 16 || 4 || 31 || |- | 惯性 Inertia || +3% Faster Run/Walk || <span class="d2-blue">小护身符</span> || 35 || 27 || 4 || 35 || |} <div id="Large_Charms"></div><div id="LC"></div> {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">大型护身符前缀 Large Charm Prefixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 坚固之 Stout || +[2-3] Defense || <span class="d2-blue">大型护身符</span> || 1 || 1 || 4 || 101 || |- | 坚固之 Stout || +[4-6] Defense || <span class="d2-blue">大型护身符</span> || 14 || 10 || 4 || 101 || |- | 坚固之 Stout || +[8-12] Defense || <span class="d2-blue">大型护身符</span> || 20 || 15 || 4 || 101 || |- | 魁梧之 Burly || +[13-18] Defense || <span class="d2-blue">大型护身符</span> || 26 || 19 || 4 || 101 || |- | 魁梧之 Burly || +[20-30] Defense || <span class="d2-blue">大型护身符</span> || 32 || 24 || 4 || 101 || |- | 健壮之 Stalwart || +[30-40] Defense || <span class="d2-blue">大型护身符</span> || 38 || 30 || 4 || 101 || |- | 健壮之 Stalwart || +[45-60] Defense || <span class="d2-blue">大型护身符</span> || 45 || 37 || 4 || 101 || |- | 红之 Red || +1 to Minimum Damage || <span class="d2-blue">大型护身符</span> || 30 || 22 || 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">大型护身符</span> || 22 || 16 || 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">大型护身符</span> || 1 || 1 || 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">大型护身符</span> || 16 || 12 || 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">大型护身符</span> || 34 || 26 || 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">大型护身符</span> || 52 || 44 || 4 || 110 || |- | 精良之 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">大型护身符</span> || 28 || 21 || 4 || 111 || |- | 好运之 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">大型护身符</span> || 53 || || 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">大型护身符</span> || 1 || 1 || 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">大型护身符</span> || 17 || 12 || 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">大型护身符</span> || 33 || 25 || 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">大型护身符</span> || 49 || 41 || 4 || 115 || |- | 闪耀之 Shimmering || All Resistances +[3-5] || <span class="d2-blue">大型护身符</span> || 17 || 12 || 1 || 116 || 移除最大 alvl (以前是 33) |- | 闪耀之 Shimmering || All Resistances +[6-8] || <span class="d2-blue">大型护身符</span> || 34 || 26 || 1 || 116 || |- | 天青之 Azure || Cold Resist +[4-7]% || <span class="d2-blue">大型护身符</span> || 1 || 1 || 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">大型护身符</span> || 25 || 18 || 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">大型护身符</span> || 1 || 1 || 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">大型护身符</span> || 25 || 18 || 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">大型护身符</span> || 1 || 1 || 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">大型护身符</span> || 25 || 18 || 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">大型护身符</span> || 1 || 1 || 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">大型护身符</span> || 25 || 18 || 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">大型护身符</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">大型护身符</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">大型护身符</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">大型护身符</span> || 69 || 61 || 1 || 137 || 伤害以前是 [11-15] to [21-30] |- | 烈火之 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">大型护身符</span> || 27 || 20 || 1 || 138 || 伤害以前是 [2-3] to [4-12] |- | 烟雾之 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">大型护身符</span> || 67 || 59 || 1 || 138 || 伤害以前是 [10-27] to [28-43] |- | 静态之 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">大型护身符</span> || 28 || 20 || 1 || 139 || 伤害以前是 1 to [10-26] |- | 弯曲之 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">大型护身符</span> || 68 || 60 || 1 || 139 || 伤害以前是 1 to [59-90] |- | 腐败之 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 持续 2 秒 || <span class="d2-blue">大型护身符</span> || 26 || 19 || 1 || 140 || 伤害以前是 30 持续 4 秒<!-- Envenomed in file, poison bitrate: 135, was 77 --> |- | 剧毒之 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 持续 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">大型护身符</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">大型护身符</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">大型护身符</span> || 14 || 14 || 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">大型护身符</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">大型护身符</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">大型护身符</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">大型护身符</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">大型护身符</span> || 42 || 42 || 2 || 201 || new |} {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">大型护身符后缀 Large Charm Suffixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 霜的 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">大型护身符</span> || 15 || 11 || 1 || 10 || 伤害以前是 2 to [4-5] |- | 冰河的 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">大型护身符</span> || 35 || 27 || 1 || 10 || 伤害以前是 [4-6] to [9-12] |- | 火焰之 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">大型护身符</span> || 14 || 10 || 1 || 12 || 伤害以前是 2 to [3-5] |- | 燃烧之 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">大型护身符</span> || 34 || 26 || 1 || 12 || 伤害以前是 [6-10] to [12-17] |- | 冲击的 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">大型护身符</span> || 14 || 10 || 1 || 13 || 伤害以前是 1 to [6-13] |- | 雷电 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">大型护身符</span> || 34 || 26 || 1 || 13 || 伤害以前是 1 to [26-38] |- | 工匠的 Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">大型护身符</span> || 26 || 19 || 4 || 14 || |- | 品质的 Quality || +2 to Maximum Damage || <span class="d2-blue">大型护身符</span> || 56 || 48 || 4 || 14 || |- | 枯萎之 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 持续 2 秒 || <span class="d2-blue">大型护身符</span> || 13 || 9 || 1 || 16 || 伤害以前是 15 持续 4 秒<!-- poison bitrate: 70, was 39 --> |- | 疫病 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 持续 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">大型护身符</span> || 19 || 14 || 4 || 18 || |- | 贪婪的 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">大型护身符</span> || 20 || 15 || 4 || 21 || |- | 生命 Life || +[6-10] to Life || <span class="d2-blue">大型护身符</span> || 1 || 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">大型护身符</span> || 26 || 19 || 4 || 26 || <-- 只存在于文件中 --> |- | 耐久 Sustenance || +[21-25] to Life || <span class="d2-blue">大型护身符</span> || 42 || 34 || 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">大型护身符</span> || 74 || 66 || 4 || 26 || |- | 力量 Strength || +[2-3] to Strength || <span class="d2-blue">大型护身符</span> || 3 || 2 || 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">大型护身符</span> || 3 || 2 || 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">大型护身符</span> || 24 || 18 || 4 || 35 || |} <div id="Grand_Charms"></div><div id="GC"></div> {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">超大型护身符前缀 Grand Charm Prefixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 坚固之 Stout || +[3-5] Defense || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 4 || 101 || |- | 坚固之 Stout || +[6-9] Defense || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 4 || 101 || |- | 坚固之 Stout || +[10-12] Defense || <span class="d2-blue">超大型护身符</span> || 12 || 9 || 4 || 101 || |- | 魁梧之 Burly || +[13-15] Defense || <span class="d2-blue">超大型护身符</span> || 17 || 12 || 4 || 101 || |- | 魁梧之 Burly || +[16-22] Defense || <span class="d2-blue">超大型护身符</span> || 22 || 16 || 4 || 101 || |- | 魁梧之 Burly || +[23-30] Defense || <span class="d2-blue">超大型护身符</span> || 27 || 20 || 4 || 101 || |- | 健壮之 Stalwart || +[33-40] Defense || <span class="d2-blue">超大型护身符</span> || 32 || 24 || 4 || 101 || |- | 健壮之 Stalwart || +[44-50] Defense || <span class="d2-blue">超大型护身符</span> || 37 || 29 || 4 || 101 || |- | 健壮之 Stalwart || +[60-100] Defense || <span class="d2-blue">超大型护身符</span> || 42 || 34 || 4 || 101 || |- | 红之 Red || +1 to Minimum Damage || <span class="d2-blue">超大型护身符</span> || 15 || 11 || 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">超大型护身符</span> || 75 || 67 || 4 || 103 || |- | 锯齿之 Jagged || +1 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 7 || 5 || 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">超大型护身符</span> || 67 || 59 || 4 || 104 || |- | 青铜之 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">超大型护身符</span> || 7 || 5 || 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">超大型护身符</span> || 19 || 14 || 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">超大型护身符</span> || 31 || 23 || 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">超大型护身符</span> || 43 || 35 || 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">超大型护身符</span> || 15 || 11 || 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">超大型护身符</span> || 29 || 21 || 4 || 111 || |- | 好运之 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">超大型护身符</span> || 38 || || 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">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 13 || 9 || 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">超大型护身符</span> || 25 || 18 || 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">超大型护身符</span> || 37 || 29 || 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">超大型护身符</span> || 49 || 41 || 4 || 115 || |- | 闪耀之 Shimmering || All Resistances +[3-6] || <span class="d2-blue">超大型护身符</span> || 8 || 6 || 1 || 116 || 移除最大 alvl (以前是 13) |- | 闪耀之 Shimmering || All Resistances +[8-12] || <span class="d2-blue">超大型护身符</span> || 14 || 10 || 1 || 116 || 移除最大 alvl (以前是 34) |- | 闪耀之 Shimmering || All Resistances +[13-15] || <span class="d2-blue">超大型护身符</span> || 35 || 27 || 1 || 116 || |- | 天青之 Azure || Cold Resist +[7-15]% || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 20 || 15 || 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">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 20 || 15 || 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">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 20 || 15 || 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">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 20 || 15 || 2 || 120 || |- | 祖母绿之 Emerald || Poison Resist +[26-30]% || <span class="d2-blue">超大型护身符</span> || 30 || 22 || 2 || 120 || |- | 制箭者之 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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</span> || 90 || 82 || 1 || 139 || alvl 以前是 44, rlvl 以前是 36, 伤害以前是 1 to [45-79] |- | 腐败之 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 持续 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 持续 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 持续 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" |+ <h3 style="display:inline; border:0px; padding:0px;">超大型护身符后缀 Grand Charm Suffixes</h3> |- ! 词缀 !! class="unsortable" |属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 霜的 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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</span> || 11 || 8 || 2 || 12 || alvl 以前是 3, rlvl 以前是 2, 伤害以前是 1 to 2 |- | 火焰 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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</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">超大型护身符</span> || 45 || 37 || 1 || 13 || alvl 以前是 22, rlvl 以前是 16, 伤害以前是 1 to [22-33] |- | 工匠的 Craftsmanship || +1 to Maximum Damage || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 71 || 63 || 4 || 14 || |- | 枯萎之 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 持续 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 持续 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 持续 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">超大型护身符</span> || 1 || 1 || 4 || 18 || |- | 贪婪的 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">超大型护身符</span> || 7 || 5 || 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">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 19 || 14 || 4 || 26 || |- | 耐久 Sustenance || +[21-25] to Life || <span class="d2-blue">超大型护身符</span> || 31 || 23 || 4 || 26 || <-- 只存在于文件中 --> |- | 耐久 Sustenance || +[26-30] to Life || <span class="d2-blue">超大型护身符</span> || 45 || 37 || 4 || 26 || <-- 只存在于文件中 --> |- | 耐久 Sustenance || +[31-35] to Life || <span class="d2-blue">超大型护身符</span> || 61 || 53 || 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">超大型护身符</span> || 91 || 83 || 4 || 26 || |- | 力量 Strength || +[3-4] to Strength || <span class="d2-blue">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 1 || 1 || 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">超大型护身符</span> || 19 || 14 || 4 || 35 || |} {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">移除的词缀 Removed Affixes</h3> |- ! 词缀 !! class="unsortable" |P/S !! class="unsortable"|属性 !! class="unsortable" |物品类型 !! alvl !! rlvl !! freq !! 组 !! class="unsortable" |变更 |- | 棕色之 Brown || P || ''regen-stam'' [10-15] || 以前是 <span class="d2-yellow">珠宝</span>|| 39 || 31 || 4 || 108 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [12-24] || 以前是 <span class="d2-blue">超大型护身符</span>|| 1 || 1 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [25-36] || 以前是 <span class="d2-blue">超大型护身符</span>|| 7 || 5 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [37-50] || 以前是 <span class="d2-blue">超大型护身符</span>|| 21 || 15 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [8-16] || 以前是 <span class="d2-blue">大型护身符</span>|| 1 || 1 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [17-25] || 以前是 <span class="d2-blue">大型护身符</span>|| 7 || 5 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [26-32] || 以前是 <span class="d2-blue">大型护身符</span>|| 21 || 15 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [4-8] || 以前是 <span class="d2-blue">小护身符</span>|| 1 || 1 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [9-16] || 以前是 <span class="d2-blue">小护身符</span>|| 21 || 15 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [5-10] || 以前是 <span class="d2-yellow">鞋子, 手套, 腰带, 戒指, 项链, 头环</span>|| 1 || 1 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [11-20] || 以前是 <span class="d2-yellow">鞋子, 腰带</span>|| 8 || 6 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [11-20] || 以前是 <span class="d2-yellow">戒指, 项链, 头环</span>|| 8 || 6 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [21-30] || 以前是 <span class="d2-yellow">鞋子, 腰带</span>|| 16 || 12 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [10-15] || 以前是 <span class="d2-yellow">珠宝</span>|| 1 || 1 || 4 || 109 || 移除 |- | 凹凸之 Rugged || P || ''stam'' [16-25] || 以前是 <span class="d2-yellow">珠宝</span>|| 17 || 12 || 4 || 109 || 移除 |- | 密实之 Compact || P || ''stack'' [20-40] || 以前是 <span class="d2-yellow">投掷武器</span>|| 1 || 1 || 6 || 141 || 移除 |- | 细瘦之 Thin || P || ''stack'' [41-80] || 以前是 <span class="d2-yellow">投掷武器</span>|| 17 || 12 || 5 || 141 || 移除 |- | 密集之 Dense || P || ''stack'' [81-120] || 以前是 <span class="d2-yellow">投掷武器</span>|| 38 || 30 || 4 || 141 || 移除 |- | 补充 Replenishing || S || ''rep-quant'' 5 || 以前是 <span class="d2-yellow">投掷武器</span>|| 5 || 3 || 6 || 39 || 移除 |- | 繁殖 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 || 以前是 <span class="d2-yellow">近战武器, 法珠</span>|| 6 || 4 || 1 || 44 || 移除 |- | 火焰箭 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 || 以前是 <span class="d2-yellow">近战武器, 法珠</span>|| 6 || 4 || 1 || 44 || 移除 |- | 闪电 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 || 以前是 <span class="d2-yellow">近战武器, 法珠, 戒指, 项链</span>|| 25 || 18 || 1 || 44 || 移除 |- | 连锁闪电 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 || 以前是 <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">非-法珠武器</span> || 3 || 1 || 1 || 44 || 移除 |- | 魔法箭 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) || 以前是 <span class="d2-yellow">手套</span>|| 40 || 32 || 1 || 44 || 移除 |- | 内视 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) || 以前是 <span class="d2-yellow">手套</span>|| 50 || 42 || 1 || 44 || 移除 |- | 冰箭 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) || 以前是 <span class="d2-yellow">手套</span>|| 47 || 39 || 1 || 44 || 移除 |- | 多重箭 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) || 以前是 <span class="d2-yellow">手套</span>|| 63 || 55 || 1 || 44 || 移除 |- | 威力一击 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) || 以前是 <span class="d2-yellow">手套</span>|| 55 || 47 || 1 || 44 || 移除 |- | 爆裂箭 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) || 以前是 <span class="d2-yellow">手套</span>|| 69 || 61 || 1 || 44 || 移除 |- | 急冻箭 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) || 以前是 <span class="d2-yellow">手套</span>|| 72 || 64 || 1 || 44 || 移除 |- | 充能一击 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) || 以前是 <span class="d2-yellow">手套</span>|| 68 || 60 || 1 || 44 || 移除 |- | 冻结之箭 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) || 以前是 <span class="d2-yellow">手套</span>|| 94 || 86 || 1 || 44 || 移除 |- | 之闪电攻击 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) || 以前是 <span class="d2-yellow">手套</span>|| 90 || 82 || 1 || 44 || 移除 |- | 火弹 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) || 以前是 <span class="d2-yellow">剑, 戒指, 头环</span>|| 14 || 14 || 1 || 44 || 移除 |- | 充能弹 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) || 以前是 <span class="d2-yellow">重锤, 尖头钉头锤, 权杖, 戒指, 头环</span>|| 14 || 14 || 1 || 44 || 移除 |- | 冰弹 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) || 以前是 <span class="d2-yellow">小刀</span>|| 14 || 14 || 1 || 44 || 移除 |- | 心灵传动 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 12 || 12 || 1 || 44 || 移除 |- | 霜之新星 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 12 || 12 || 1 || 44 || 移除 |- | 冰风暴 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 18 || 18 || 1 || 44 || 移除 |- | 火球 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 18 || 18 || 1 || 44 || 移除 |- | 新星 Novas || S || Level 4 Nova (20 Charges) || 以前是 <span class="d2-yellow">盾牌</span>|| 36 || 36 || 1 || 44 || 移除 |- | 闪电 Lightning || S || Level 7 Lightning (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 18 || 18 || 1 || 44 || 移除 |- | 闪电 Lightning || S || Level 4 Lightning (20 Charges) || 以前是 <span class="d2-yellow">斧, 重锤</span>|| 36 || 36 || 1 || 44 || 移除 |- | 强化 Enchantment || S || Level 3 Enchant (20 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 24 || 24 || 1 || 44 || 移除 |- | 强化 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 24 || 24 || 1 || 44 || 移除 |- | 连锁闪电 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 24 || 24 || 1 || 44 || 移除 |- | 冰尖柱 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 30 || 30 || 1 || 44 || 移除 |- | 陨石 Meteors || S || Level 2 Meteor (20 Charges) || 以前是 <span class="d2-yellow">小刀, 短棒</span>|| 60 || 60 || 1 || 44 || 移除 |- | 暴风雪 Blizzards || S || Level 5 Blizzard (30 Charges) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 30 || 30 || 1 || 44 || 移除 |- | 暴风雪 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) || 以前是 <span class="d2-yellow">法杖, 法珠</span>|| 36 || 36 || 1 || 44 || 移除 |- | 冰封球 Frozen Orbs || S || Level 1 Frozen Orb (20 Charges) || 以前是 <span class="d2-yellow">小刀</span>|| 72 || 72 || 1 || 44 || 移除 |- | 牙 Teeth || S || Level 10 Teeth (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 7 || 7 || 1 || 44 || 移除 |- | 牙 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) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 12 || 12 || 1 || 44 || 移除 |- | 微暗灵视 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) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 12 || 12 || 1 || 44 || 移除 |- | 削弱 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) || 以前是 <span class="d2-yellow">小刀, 死灵法师盾牌</span>|| 12 || 12 || 1 || 44 || 移除 |- | 淬毒匕首 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) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 18 || 18 || 1 || 44 || 移除 |- | 恐惧 Terror || S || Level 4 Terror (20 Charges) || 以前是 <span class="d2-yellow">盾牌</span>|| 36 || 36 || 1 || 44 || 移除 |- | 迷乱 Confusion || S || Level 6 Confuse (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 24 || 24 || 1 || 44 || 移除 |- | 迷乱 Confusion || S || Level 3 Confuse (20 Charges) || 以前是 <span class="d2-yellow">戒指, 头环</span>|| 48 || 48 || 1 || 44 || 移除 |- | 骨矛 Bone Spears || S || Level 6 Bone Spears (60 Charges) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 24 || 24 || 1 || 44 || 移除 |- | 骨矛 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) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 30 || 30 || 1 || 44 || 移除 |- | 吸引 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) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 36 || 36 || 1 || 44 || 移除 |- | 剧毒新星 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) || 以前是 <span class="d2-yellow">魔杖, 小刀, 死灵法师盾牌</span>|| 36 || 36 || 1 || 44 || 移除 |- | 白骨之魂 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) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 7 || 7 || 1 || 44 || 移除 |- | 牺牲 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) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 12 || 12 || 1 || 44 || 移除 |- | 圣光弹 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) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 18 || 18 || 1 || 44 || 移除 |- | 白热 Zeal || S || Level 4 Zeal (20 Charges) || 以前是 <span class="d2-yellow">非-权杖 近战武器</span>|| 36 || 36 || 1 || 44 || 移除 |- | 复仇 Vengeance || S || Level 6 Vengeance (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 24 || 24 || 1 || 44 || 移除 |- | 复仇 Vengeance || S || Level 3 Vengeance (20 Charges) || 以前是 <span class="d2-yellow">剑, 斧</span>|| 48 || 48 || 1 || 44 || 移除 |- | 祝福之锤 Blessed Hammers || S || Level 6 Blessed Hammers (30 Charges) || 以前是 <span class="d2-yellow">权杖, 圣骑士盾牌</span>|| 24 || 24 || 1 || 44 || 移除 |- | 祝福之锤 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) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 7 || 7 || 1 || 44 || 移除 |- | 重击的 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) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 18 || 18 || 1 || 44 || 移除 |- | 击昏 Stunning || S || Level 4 Stun (20 Charges) || 以前是 <span class="d2-yellow">近战武器</span>|| 36 || 36 || 1 || 44 || 移除 |- | 专注 Concentration || S || Level 6 Concentrate (60 Charges) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 24 || 24 || 1 || 44 || 移除 |- | 专注 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) || 以前是 <span class="d2-yellow">野蛮人头盔</span>|| 30 || 30 || 1 || 44 || 移除 |- | 残酷吓阻 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) || 以前是 <span class="d2-yellow">短棒</span>|| 7 || 7 || 1 || 44 || 移除 |- | 火焰风暴 Firestorms || S || Level 6 Firestorm (20 Charges) || 以前是 <span class="d2-yellow">法杖</span>|| 14 || 14 || 1 || 44 || 移除 |- | 火山爆 Fissure || S || Level 7 Fissure (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 18 || 18 || 1 || 44 || 移除 |- | 火山爆 Fissure || S || Level 4 Fissure (20 Charges) || 以前是 <span class="d2-yellow">法杖</span>|| 36 || 36 || 1 || 44 || 移除 |- | 鎌鼬风 Twister || S || Level 6 Twister (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 24 || 24 || 1 || 44 || 移除 |- | 鎌鼬风 Twister || S || Level 3 Twister (20 Charges) || 以前是 <span class="d2-yellow">项链, 头环</span>|| 48 || 48 || 1 || 44 || 移除 |- | 火山 Volcano || S || Level 6 Volcano (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 30 || 30 || 1 || 44 || 移除 |- | 火山 Volcano || S || Level 3 Volcano (20 Charges) || 以前是 <span class="d2-yellow">重锤</span>|| 60 || 60 || 1 || 44 || 移除 |- | 龙卷风 Tornado || S || Level 5 Tornado (30 Charges) || 以前是 <span class="d2-yellow">短棒</span>|| 30 || 30 || 1 || 44 || 移除 |- | 龙卷风 Tornado || S || Level 2 Tornado (20 Charges) || 以前是 <span class="d2-yellow">项链, 头环</span>|| 60 || 60 || 1 || 44 || 移除 |} <!-- spacing --> 下面的图表复制了上面图表中的一些信息, 并以一种稍微不同的 (旧的) 形式呈现出来. 同样的信息可以通过简单地按 alvl 排序上面的图表来看到. <div id="Highest"></div> {| class="wikitable mw-collapsible mw-collapsed sortable" |+ <h3 style="display:inline; border:0px; padding:0px;">高等级词缀 Highest-Level Affixes (高于 alvl 71)</h3> |- ! 词缀 !! class="unsortable" | P/S !! class="unsortable" | 属性 !! class="unsortable" | 物品类型 (alvl) !! |- | 女武神之 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">爪(50), 项链(90), 头环(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">德鲁伊头盔(50), 短棒(50), 项链(90), 头环(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">圣骑士盾牌(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">法珠(50), 法杖(50), 项链(90), 头环(90)</span> (rlvl 42, 67) || 90 |- | 工匠的 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">小护身符(81)</span> (rlvl 73) || 81 |- | 红之 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">超大型护身符(75)</span> (rlvl 67) || 75 |- | 瘟疫之 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">超大型护身符(89)</span> (rlvl 81) || 89 |- | 震撼之 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">超大型护身符(91)</span> (rlvl 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">大型护身符(74)</span> (rlvl 66) || 74 |- | 守护之 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">护甲(85), 盾牌(85)</span> (rlvl 78) || 85 |- | 困厄 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">短棒(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), 箭袋(77)</span> (rlvl 67) || 77 |- | 震撼之 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), 项链(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 |- | 吸血鬼的 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">近战武器(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">项链(30), 头环(30), 野蛮人头盔(30), 腰带(30), 护甲(30), 德鲁伊头盔(75), 盾牌(75)</span> (rlvl 22, 67) || 75 |- | 泰坦的 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">项链(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">项链(72), 头环(72), 远程武器(72)</span> (rlvl 64) || 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 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 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 || 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 || 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 || 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 || 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 || 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 || 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 || 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: : '''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) : '''Arch-Angel's''': ilvl 90 (amulets), ilvl 87 (Circlet), 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 : '''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) : '''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) : '''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) <!-- spacing --> <!-- spacing --> <noinclude> <span class="emphasis">本页的资料来源</span> 查看 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 文件表]. 如果这些位置中的文件没有被其他人更新, 你可以自己从 ''pd2data.mpq'' 中提取它们 (查找在 ''Diablo II/ProjectD2'') 使用 [http://www.zezula.net/en/mpq/download.html MPQ editor 和 D2 listfile] - 这些文本文件在 ''/data/global/excel''.</noinclude>
本页使用的模板:
Item Quality Levels
(
查看源代码
)
模板:Clickable button 2
(
查看源代码
)
模块:Arguments
(
查看源代码
)
模块:Clickable button 2
(
查看源代码
)
模块:Yesno
(
查看源代码
)
返回
Item Affixes
。
导航菜单
个人工具
创建账号
登录
命名空间
页面
讨论
大陆简体
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
Wiki 帮助
PD2国服
国服简介
开荒攻略★
国服特色
常见问题
极品鉴赏
新赛季预告
信息
常见问题
常见错误
自定义配置
物品过滤器
官服更新内容(英文)
Bugs
手册 & 链接
主题
综合变更
游戏机制
公式
手工
腐化
物品基础
物品词缀
区域
地图
怪物
佣兵
帧数
技能
技能概况
PvP 变更
亚马逊
刺客
野蛮人
德鲁依
死灵法师
圣骑士
法师
武器
斧
钉锤
剑
匕首
投掷
长矛
长柄
弓
十字弓
法杖
魔杖
权杖
职业武器
非-武器
头盔
护甲
盾牌
手套
鞋子
腰带
项链
戒指
护身符 & 珠宝
套装
常见
罕见
职业-专属
符文之语
所有符文之语
头盔
护甲
盾牌
武器
杂项
符文 & 宝石
新物品
所有物品
所有技能
所有内容
工具
链入页面
相关更改
特殊页面
页面信息
MediaWiki Appliance
- Powered by
TurnKey Linux