// ################## // ### Diablo 2 ### // ### L0r3 ### // ### 2017-08-07 ### // ################## // BOOTS: 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 // ### BOOTS: MAGIC, PREFIXES, MAX POSSIBLE ### [Type] == Boots && [Quality] == Magic # [MaxMana] >= 40 // +31-40 to Mana, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [FireResist] >= 40 // Fire Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [ColdResist] >= 40 // Cold Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [LightResist] >= 40 // Lightning Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [PoisonResist] >= 40 // Poison Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [MaxStamina] >= 20 // +5-20 to Max Stamina, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [StaminaRecoveryBonus] >= 50 // Heal Stamina +10-50%, Prefix, MaxPossible [Type] == Boots && [Quality] == Magic # [ItemArmorPerLevel] >= 3 // +3 Per Character Level to Defense // ### BOOTS: MAGIC, SUFFIXES, MAX POSSIBLE ### [Type] == Boots && [Quality] == Magic # [Dexterity] >= 15 // +10-15 to Dexterity, Suffix, MaxPossible [Type] == Boots && [Quality] == Magic # [ItemMagicBonus] >= 35 // 26-35% Chance Magic Item, Suffix, MaxPossible [Type] == Boots && [Quality] == Magic # [FRW] >= 40 // 40% Faster Run/Walk, Suffix, MaxPossible [Type] == Boots && [Quality] == Magic # [FRW] >= 30 && [ItemStaminaDrainPct] >= 90 // 30% Faster Run/Walk, 80-90% Slower Stamina Drain, Suffix, MaxPossible [Type] == Boots && [Quality] == Magic # [ItemHalfFreezeDuration] >= 1 // Half Freeze Duration, Suffix, MaxPossible // ### BOOTS: RARE, PREFIXES, MAX POSSIBLE ### [Type] == Boots && [Quality] == Rare # [MaxMana] >= 40 // +31-40 to Mana, Prefix, MaxPossible [Type] == Boots && [Quality] == Rare # [FireResist] >= 40 // Fire Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Rare # [ColdResist] >= 40 // Cold Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Rare # [LightResist] >= 40 // Lightning Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Rare # [PoisonResist] >= 40 // Poison Resist +31-40%, Prefix, MaxPossible [Type] == Boots && [Quality] == Rare # [MaxStamina] >= 30 // +21-30 to Max Stamina, Prefix, MaxPossible [Type] == Boots && [Quality] == Rare # [StaminaRecoveryBonus] >= 50 // Heal Stamina +10-50%, Prefix, MaxPossible // ### BOOTS: RARE, SUFFIXES, MAX POSSIBLE ### [Type] == Boots && [Quality] == Rare # [Dexterity] >= 9 // +6-9 to Dexterity, Suffix, MaxPossible [Type] == Boots && [Quality] == Rare # [ItemMagicBonus] >= 25 // 16-25% Chance Magic Item, Suffix, MaxPossible [Type] == Boots && [Quality] == Rare # [FRW] >= 30 // 30% Faster Run/Walk, Suffix, MaxPossible [Type] == Boots && [Quality] == Rare # [ItemHalfFreezeDuration] >= 1 // Half Freeze Duration, Suffix, MaxPossible // ######### BOOTS: ALL BOOT NAMES ###### [Name] == Boots // Normal StrMin0 DefMax3 [Name] == HeavyBoots // Normal StrMin18 DefMax6 [Name] == ChainBoots // Normal StrMin30 DefMax9 [Name] == LightPlatedBoots // Normal StrMin50 DefMax11 [Name] == Greaves // Normal StrMin70 DefMax11 [Name] == DemonhideBoots // Exceptional StrMin20 DefMax35 [Name] == SharkskinBoots // Exceptional StrMin47 DefMax39 [Name] == MeshBoots // Exceptional StrMin65 DefMax44 [Name] == BattleBoots // Exceptional StrMin95 DefMax47 [Name] == WarBoots // Exceptional StrMin125 DefMax53 [Name] == WyrmhideBoots // Elite StrMin50 DefMax62 [Name] == ScarabshellBoots // Elite StrMin91 DefMax65 [Name] == BoneweaveBoots // Elite StrMin118 DefMax67 [Name] == MirroredBoots // Elite StrMin163 DefMax68 [Name] == MyrmidonGreaves // Elite StrMin208 DefMax71 // ######### BOOTS: ALL QUALTIES ######### [Type] == Boots && [Quality] == LowQuality [Type] == Boots && [Quality] == Cracked [Type] == Boots && [Quality] == Crude [Type] == Boots && [Quality] == Damaged [Type] == Boots && [Quality] == Normal [Type] == Boots && [Quality] == Superior [Type] == Boots && [Quality] == Magic [Type] == Boots && [Quality] == Rare [Type] == Boots && [Quality] == Crafted [Type] == Boots && [Quality] == Set [Type] == Boots && [Quality] == Unique