Normal 和Superior(不包括low quality)的物品约有1/3 的会天然的出现Sockets。Shields, 全部的 weapons (除了throwing weapons), body armor, 及helms 都可以有Sockets。其他的物品不能。
在normal/superior 物品上所能给出的MNS(译者注:LRS注意了,8 是MSN,是maximum number of sockets最大孔数)是基于物品类型及物品的Ilvl (取决于生成物品的箱子或怪物等级)设定的。你能在Normal Act5 中间以后的游戏部分以及整个的Nightmare and Hell难度找到具有其最大可能孔数的物品。参看这里 你能看到每一件物品类型的MNS 列表。如果一件物品最大能够具有5个孔,你找到它是可能随机的具有1-5 Sockets。
目前已知的有以下物品受Zod Bug影响;
“================
By Hammerman (from http://www.diabloii.net)
================
These items are affected by the bug (they all have increased durability):
以下物品受Zod Bug影响,(它们都有额外增加的durability)
Atma's Wail (unique Embossed Plate)
Azurewrath (unique Crystal Sword)
Baranar's Star (unique Devil Star)
Blackoak Shield (unique Luna)
Bloodletter (unique Gladius)
Bloodtree Stump (unique War Club)
Bverrit Keep (unique Tower Shield)
Coldsteel Eye (unique Cutlass)
Duriel's Shell (unique Cuirass)
Earthshaker (unique Battle Hammer)
Fleshrender (unique Barbed Club)
Ginther's Rift (unique Dimensional Blade)
Gore rider (unique War Boot)
Hellmouth (unique War Gauntlets)
Ironpelt (unique Trellised Armor)
Kerke's Sanctuary (unique Pavise)
Lavagout (unique Battle Gauntlets)
Messerschmidt's Reaver (unique Champion Axe)
Pelta Lunata (unique Buckler)
Radimant's Sphere (unique Ancient Shield)
Ribcracker (unique Quarterstaff)
Skin of the Flayerd One (unique Demonhide Armor)
Skullder's Ire (unique Russet Armor)
Soulfeast Tine (unique War Fork)
Steelclash (unique Kite Shield)
Steelgoad (unique Voulge)
Stormguild (unique Large Shield)
Stormrider (unique Tabar)
String of Ears (unique Demonhide Sash)
The Atlantian (unique Ancient Sword)
The Gladiator's Bane (unique Wire Fleece)
Tiamat's Rebuke (unique Dragon Shield)
Toothrow (unique Sharktooth Armor)
Umbral Disk (unique Small Shield)
Veil of Steel (unique Spired Helm)
Wartraveler (unique Battle Boots)
Putting Zod in any of those items (etheral or not) will cause them to break.
Note that some of them can't be socketed (like String of Ears), or have
self-repair(life Ire).
在任何一件上述物品中镶入Zod,(不论其是否为etheral 属性)都将使该物品报废;注意上述物品中有些不能打孔镶嵌(如String of Ears),有些则有self-repair属性(如Ire)”
所以,etheral 属性的Hellslayer(unique Decapitator)还是可以镶入Zod,而不会报废,但Baranar's Star (unique Devil Star)就不可以了。
if (Ilvl>99) then { Ilvl=99 }
if (Qlvl>ilvl) then { Ilvl=Qlvl } ;<** 注2>
if (magic_lvl>0) then { Alvl=ilvl+magic_lvl }
else
{
if (Ilvl<(99-qlvl/2))
then { Alvl=Ilvl-Qlvl/2 }
else { Alvl=2*ilvl-99 }
}
If (Alvl>99) then { Alvl=99 }
1):游戏的第一步是检测一件物品。物品的所谓Normal, exceptional 或elite 版本在检测中是被忽略的(所有的物品都被分别考虑)。这一步所检测的其实只是"normcode", "ubercode" 和"ultracode" (AK, AL and AM)数列代码。(译者注:"normcode", "ubercode" and "ultracode" 是指Normal, exceptional 和elite 版本相应的游戏代码,(AK, AL and AM)应该是3 种代码的简称)