// ################## // ### Diablo 2 ### // ### L0r3 ### // ### 2017-08-07 ### // ################## // HELMETS: 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 // ######### HELMETS: MAGIC, PREFIX, MAX POSSIBLE ###### [Type] == Helmets && [Quality] == Magic # [ItemToHitPerLevel] >= 1 // +1 Per Char Lvl to Attack Rating, Prefix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemManaPerLevel] >= 1 // +0.75 Per Character Level to Mana, Prefix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemAddBarbarianSkills] >= 2 // +2 to Barbarian Skill Levels, Prefix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemAddBarbCombatSkillTab] >= 3 // +3 Barbarian Combat Skills, Prefix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemAddMasteriesSkillTab] >= 3 // +3 Barbarian Combat Masteries, Prefix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemAddWarCriesSkillTab] >= 3 // +3 Barbarian Warcries, Prefix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemAddShadowDisciplinesSkillTab] >= 3 // +3 Assassin Shadow Disciplines, Prefix, MaxPossible // ######### HELMETS: MAGIC, SUFFIX, MAX POSSIBLE ###### [Type] == Helmets && [Quality] == Magic # [Energy] >= 15 // +11-15 to Energy, Suffix, MaxPossible [Type] == Helmets && [Quality] == Magic # [MaxHp] >= 100 // +81-100 to Life, Suffix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemLightRadius] >= 5 && [ItemToHitPercent] >= 5 // +5 to Light Radius, +5% Bonus To Attack Rating, Suffix, MaxPossible [Type] == Helmets && [Quality] == Magic # [ItemHpPerLevel] >= 1 // +0.75 Per Char Lvl to Life, Suffix, MaxPossible // ######### HELMETS: RARE, PREFIX, MAX POSSIBLE ###### [Type] == Helmets && [Quality] == Rare # [ItemToHitPerLevel] >= 1 // +1 Per Char Lvl to Attack Rating, Prefix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemManaPerLevel] >= 1 // +0.75 Per Char Lvl to Mana, Prefix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemAddBarbarianSkills] >= 2 // +2 to Barbarian Skill Levels, Prefix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemAddBarbCombatSkillTab] >= 2 // +2 Barbarian Combat Skills, Prefix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemAddMasteriesSkillTab] >= 2 // +2 Barbarian Combat Masteries, Prefix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemAddWarCriesSkillTab] >= 2 // +2 Barbarian Warcries, Prefix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemAddShadowDisciplinesSkillTab] >= 3 // +3 Assassin Shadow Disciplines, Prefix, MaxPossible // ######### HELMETS: RARE, SUFFIX, MAX POSSIBLE ###### [Type] == Helmets && [Quality] == Rare # [Energy] >= 10 // +7-10 to Energy, Suffix, MaxPossible [Type] == Helmets && [Quality] == Rare # [MaxHp] >= 60 // +41-60 to Life, Suffix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemLightRadius] >= 5 && [ItemToHitPercent] >= 5 // +5 Light Radius, +5% Bonus AttackRating, Suffix, MaxPossible [Type] == Helmets && [Quality] == Rare # [ItemHpPerLevel] >= 1 // +0.75 Per Character Level to Life, Suffix, MaxPossible // ######### HELMETS: ALL HELMET NAMES ######### [Name] == Cap // Normal StrMin0 DefMax5 [Name] == SkullCap // Normal StrMin15 DefMax11 [Name] == Helm // Normal StrMin26 DefMax18 [Name] == FullHelm // Normal StrMin41 DefMax26 [Name] == Mask // Normal StrMin23 DefMax27 [Name] == BoneHelm // Normal StrMin25 DefMax36 [Name] == GreatHelm // Normal StrMin63 DefMax35 [Name] == Crown // Normal StrMin55 DefMax45 [Name] == WarHat // Exceptional StrMin20 DefMax62 [Name] == Sallet // Exceptional StrMin43 DefMax62 [Name] == Casque // Exceptional StrMin59 DefMax72 [Name] == Basinet // Exceptional StrMin82 DefMax84 [Name] == DeathMask // Exceptional StrMin55 DefMax86 [Name] == GrimHelm // Exceptional StrMin58 DefMax125 [Name] == WingedHelm // Exceptional StrMin115 DefMax98 [Name] == GrandCrown // Exceptional StrMin103 DefMax113 [Name] == Shako // Elite StrMin50 DefMax141 [Name] == Hydraskull // Elite StrMin84 DefMax145 [Name] == Armet // Elite StrMin109 DefMax149 [Name] == GiantConch // Elite StrMin142 DefMax154 [Name] == Demonhead // Elite StrMin102 DefMax154 [Name] == BoneVisage // Elite StrMin106 DefMax157 [Name] == SpiredHelm // Elite StrMin192 DefMax159 [Name] == Corona // Elite StrMin174 DefMax165 // ######### HELMETS: ALL QUALTIES ######### [Type] == Helmets && [Quality] == LowQuality [Type] == Helmets && [Quality] == Cracked [Type] == Helmets && [Quality] == Crude [Type] == Helmets && [Quality] == Damaged [Type] == Helmets && [Quality] == Normal [Type] == Helmets && [Quality] == Superior [Type] == Helmets && [Quality] == Magic [Type] == Helmets && [Quality] == Rare [Type] == Helmets && [Quality] == Crafted [Type] == Helmets && [Quality] == Set [Type] == Helmets && [Quality] == Unique