// ################## // ### Diablo 2 ### // ### L0r3 ### // ### 2017-08-07 ### // ################## // BELTS: REFERENCE FILE FOR MAX STATS, NAMES, AND QUALTIES // http://classic.battle.net/diablo2exp/items/magic/pre.shtml // http://classic.battle.net/diablo2exp/items/magic/suf.shtml // ######### BELTS: MAGIC, PREFIXES, MAX POSSIBLE ######### [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [ItemArmorPerLevel] >= 1 // +4 Defense (Based On Character Level) [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [MaxMana] >= 30 // +21-30 to Mana [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [MaxStamina] >= 30 // +21-30 to Max Stamina // ######### BELTS: MAGIC, SUFFIXES, MAX POSSIBLE ######### [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [Strength] >= 28 // +21-30 to Strength [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [MaxHp] >= 100 // +81-100 to Life [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [ColdMinDam] >= 10 && [ColdMaxDam] >= 20 // Adds 1 Minimum and 1-2 Maximum Cold Damage - 1-2 sec Duration [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [HpRegen] >= 15 // Replenish Life +3-5 [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [FHR] >= 24 // 24% Faster Hit Recovery [Type] == Belt && [Quality] == Magic && [Flag] != Ethereal # [ItemAttackerTakesDamage] >= 6 // Attacker Takes Damage of 4-6 // ######### BELTS: RARE, PREFIXES, MAX POSSIBLE ######### [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [ItemArmorPerLevel] >= 1 // +4 Defense (Based On Character Level) [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [MaxMana] >= 30 // +21-30 to Mana [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [MaxStamina] >= 30 // +21-30 to Max Stamina // ######### BELTS: RARE, SUFFIXES, MAX POSSIBLE ######### [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [Strength] >= 28 // +21-30 to Strength [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [MaxHp] >= 60 // +41-60 to Life [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [ColdMinDam] >= 10 && [ColdMaxDam] >= 20 // Adds 1 Minimum and 1-2 Maximum Cold Damage - 1-2 sec Duration [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [HpRegen] >= 15 // Replenish Life +3-5 [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [FHR] >= 24 // 24% Faster Hit Recovery [Type] == Belt && [Quality] == Rare && [Flag] != Ethereal # [ItemAttackerTakesDamage] >= 6 // Attacker Takes Damage of 4-6 // ######### BELTS: ALL BELT NAMES ######### [Name] == Sash // Normal StrMin0 DefMax2 Boxes8 [Name] == LightBelt // Normal StrMin0 DefMax3 Boxes8 [Name] == Belt // Normal StrMin25 DefMax5 Boxes12 [Name] == HeavyBelt // Normal StrMin45 DefMax6 Boxes12 [Name] == PlatedBelt // Normal StrMin60 DefMax11 Boxes16 [Name] == DemonhideSash // Exceptional StrMin20 DefMax34 Boxes16 [Name] == SharkskinBelt // Exceptional StrMin58 DefMax36 Boxes16 [Name] == MeshBelt // Exceptional StrMin58 DefMax40 Boxes16 [Name] == BattleBelt // Exceptional StrMin88 DefMax42 Boxes16 [Name] == WarBelt // Exceptional Str1Req10 DefMax52 Boxes16 [Name] == SpiderwebSash // Elite StrMin50 DefMax62 Boxes16 [Name] == VampirefangBelt // Elite StrMin50 DefMax63 Boxes16 [Name] == MithrilCoil // Elite StrMin106 DefMax65 Boxes16 [Name] == TrollBelt // Elite StrMin151 DefMax66 Boxes16 [Name] == ColossusGirdle // Elite StrMin185 DefMax71 Boxes16 // ######### BELTS: ALL QUALTIES ######### [Type] == Belts && [Quality] == LowQuality [Type] == Belts && [Quality] == Cracked [Type] == Belts && [Quality] == Crude [Type] == Belts && [Quality] == Damaged [Type] == Belts && [Quality] == Normal [Type] == Belts && [Quality] == Superior [Type] == Belts && [Quality] == Magic [Type] == Belts && [Quality] == Rare [Type] == Belts && [Quality] == Crafted [Type] == Belts && [Quality] == Set [Type] == Belts && [Quality] == Unique