- Added "Have you been Crit Recently?" option - Fixed template tooltips in all/shared items lists - Fixed issue causing mod ranges to be lost when adding to shared item list
114 lines
17 KiB
Lua
114 lines
17 KiB
Lua
-- Item data (c) Grinding Gear Games
|
|
|
|
return {
|
|
["MovementVelocityCorrupted"] = { "(2-5)% increased Movement Speed", weightKey = { "amulet", "boots", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["MaxFrenzyChargesCorrupted"] = { "+1 to Maximum Frenzy Charges", weightKey = { "boots", "amulet", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["MaxPowerChargesCorrupted"] = { "+1 to Maximum Power Charges", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0, }, },
|
|
["MinionDamageCorrupted"] = { "Minions deal (15-20)% increased Damage", weightKey = { "helmet", "amulet", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["SocketedVaalGemsIncreaseCorrupted"] = { "+(1-2) to Level of Socketed Vaal Gems", weightKey = { "helmet", "gloves", "boots", "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0, }, },
|
|
["DamageTakenFlatReductionCorrupted1"] = { "-(10-5) Physical Damage taken from Attacks", weightKey = { "amulet", "shield", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["DamageTakenFlatReductionCorrupted2"] = { "-(16-11) Physical Damage taken from Attacks", weightKey = { "amulet", "shield", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["DamageTakenFlatReductionCorrupted3"] = { "-(24-17) Physical Damage taken from Attacks", weightKey = { "amulet", "shield", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["FireDamageLifeLeechPermyriadCorrupted"] = { "0.2% of Fire Damage Leeched as Life", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0, }, },
|
|
["ColdDamageLifeLeechPermyriadCorrupted"] = { "0.2% of Cold Damage Leeched as Life", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0, }, },
|
|
["LightningDamageLifeLeechPermyriadCorrupted"] = { "0.2% of Lightning Damage Leeched as Life", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 1000, 1000, 1000, 200, 0, }, },
|
|
["IncreasedCastSpeedCorrupted"] = { "(4-6)% increased Cast Speed", weightKey = { "no_caster_mods", "ring", "gloves", "focus", "default", }, weightVal = { 0, 500, 1000, 1000, 0, }, },
|
|
["ChanceToFleeCorrupted"] = { "5% chance to Cause Monsters to Flee", weightKey = { "weapon", "default", }, weightVal = { 1000, 0, }, },
|
|
["BlockChanceCorrupted"] = { "(2-4)% Chance to Block", weightKey = { "staff", "amulet", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["LocalAddedChaosDamageCorrupted1"] = { "Adds (1-2) to (3-5) Chaos Damage", weightKey = { "no_attack_mods", "weapon", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["LocalAddedChaosDamageCorrupted2"] = { "Adds (6-8) to (11-13) Chaos Damage", weightKey = { "no_attack_mods", "weapon", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["LocalAddedChaosDamageCorrupted3"] = { "Adds (8-11) to (19-23) Chaos Damage", weightKey = { "no_attack_mods", "weapon", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["AddedChaosDamageCorrupted1"] = { "Adds 1 to (2-3) Chaos Damage to Attacks", weightKey = { "no_attack_mods", "ring", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["AddedChaosDamageCorrupted2"] = { "Adds (3-4) to (6-8) Chaos Damage to Attacks", weightKey = { "no_attack_mods", "ring", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["AddedChaosDamageCorrupted3"] = { "Adds (7-9) to (11-13) Chaos Damage to Attacks", weightKey = { "no_attack_mods", "ring", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["SpellBlockChanceCorrupted"] = { "(2-4)% Chance to Block Spells", weightKey = { "staff", "amulet", "shield", "default", }, weightVal = { 1000, 1000, 1000, 0, }, },
|
|
["AttackSpeedCorrupted"] = { "(4-8)% increased Attack Speed", weightKey = { "no_attack_mods", "amulet", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["WeaponElementalDamageCorrupted"] = { "(6-12)% increased Elemental Damage with Weapons", weightKey = { "no_attack_mods", "ring", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0, }, },
|
|
["CullingStrikeCorrupted"] = { "Culling Strike", weightKey = { "sword", "axe", "dagger", "wand", "bow", "claw", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0, }, },
|
|
["ManaOnLifeLostCorrupted"] = { "(3-6)% of Damage taken gained as Mana when Hit", weightKey = { "amulet", "ring", "shield", "default", }, weightVal = { 1000, 1000, 1000, 0, }, },
|
|
["MaximumResistanceCorrupted"] = { "+1% to all maximum Resistances", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 100, 200, 0, }, },
|
|
["AdditionalCurseCorrupted"] = { "Enemies can have 1 additional Curse", weightKey = { "amulet", "default", }, weightVal = { 500, 0, }, },
|
|
["ChanceToAvoidFreezeCorruption"] = { "(10-20)% chance to Avoid being Frozen", weightKey = { "amulet", "body_armour", "ring", "default", }, weightVal = { 500, 500, 100, 0, }, },
|
|
["ChanceToAvoidIgniteCorruption"] = { "(10-20)% chance to Avoid being Ignited", weightKey = { "amulet", "body_armour", "shield", "default", }, weightVal = { 500, 500, 500, 0, }, },
|
|
["ChaosResistCorruption"] = { "+(2-4)% to Chaos Resistance", weightKey = { "fishing_rod", "weapon", "jewel", "default", }, weightVal = { 0, 0, 0, 2000, }, },
|
|
["ChanceToDodgeCorruption"] = { "(2-4)% chance to Dodge Attacks", weightKey = { "boots", "default", }, weightVal = { 1000, 0, }, },
|
|
["CannotBeKnockedBackCorruption"] = { "Cannot be Knocked Back", weightKey = { "boots", "body_armour", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["GemLevelCorruption"] = { "+1 to Level of Socketed Gems", weightKey = { "boots", "gloves", "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0, }, },
|
|
["AvoidShockCorruption"] = { "(10-20)% chance to Avoid being Shocked", weightKey = { "body_armour", "belt", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["CannotBeLeechedFromCorruption"] = { "Enemies Cannot Leech Life From You", weightKey = { "helmet", "default", }, weightVal = { 1000, 0, }, },
|
|
["DamageTakenFromManaBeforeLifeCorruption"] = { "When Hit, (3-5)% of Damage is taken from Mana before Life", weightKey = { "helmet", "default", }, weightVal = { 1000, 0, }, },
|
|
["DamageConversionFireCorruption"] = { "(10-20)% of Physical Damage Converted to Fire Damage", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 500, 500, 0, }, },
|
|
["DamageConversionColdCorruption"] = { "(10-20)% of Physical Damage Converted to Cold Damage", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 500, 500, 0, }, },
|
|
["DamageConversionLighningCorruption"] = { "(10-20)% of Physical Damage Converted to Lightning Damage", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 500, 500, 0, }, },
|
|
["AdditionalArrowsCorruption"] = { "Adds an additional Arrow", weightKey = { "no_attack_mods", "quiver", "bow", "default", }, weightVal = { 0, 1000, 500, 0, }, },
|
|
["AdditionalAOERangeCorruption"] = { "(4-6)% increased Area of Effect of Area Skills", weightKey = { "belt", "default", }, weightVal = { 1000, 0, }, },
|
|
["IncreasedDurationCorruption"] = { "(5-8)% increased Skill Effect Duration", weightKey = { "belt", "default", }, weightVal = { 1000, 0, }, },
|
|
["AdditionalTrapsCorruption_"] = { "Can have up to 1 additional Trap placed at a time", weightKey = { "belt", "default", }, weightVal = { 1000, 0, }, },
|
|
["MaximumEnduranceChargesCorruption_"] = { "+1 to Maximum Endurance Charges", weightKey = { "belt", "default", }, weightVal = { 1000, 0, }, },
|
|
["DualWieldBlockCorruption"] = { "(3-6)% additional Block Chance while Dual Wielding", weightKey = { "sceptre", "axe", "mace", "wand", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0, }, },
|
|
["PierceCurruption"] = { "(5-10)% chance of Arrows Piercing", weightKey = { "no_attack_mods", "bow", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["GlobalPierceCorruption"] = { "(4-8)% chance of Projectiles Piercing", weightKey = { "wand", "default", }, weightVal = { 1000, 0, }, },
|
|
["CurseOnHitTemporalChainsCurruption"] = { "Curse Enemies with level (10-12) Temporal Chains on Hit", weightKey = { "gloves", "default", }, weightVal = { 400, 0, }, },
|
|
["CurseOnHitVulnerabilityCorruption"] = { "Curse Enemies with level (10-12) Vulnerability on Hit", weightKey = { "gloves", "default", }, weightVal = { 400, 0, }, },
|
|
["CurseOnHitElementalWeaknessCorruption"] = { "Curse Enemies with level (10-12) Elemental Weakness on Hit", weightKey = { "gloves", "default", }, weightVal = { 400, 0, }, },
|
|
["SupportedByCastOnStunCorruption"] = { "Socketed Gems are supported by level 12 Cast when Stunned", weightKey = { "gloves", "helmet", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["SupportedByCastOnCritCorruption"] = { "Socketed Gems are supported by level 12 Cast On Crit", weightKey = { "gloves", "helmet", "default", }, weightVal = { 1000, 1000, 0, }, },
|
|
["SupportedByMeleeSplashCorruption"] = { "Socketed Gems are supported by level 10 Melee Splash", weightKey = { "no_attack_mods", "wand", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0, }, },
|
|
["SupportedByAddedFireDamageCorrupted"] = { "Socketed Gems are Supported by level 12 Added Fire Damage", weightKey = { "two_hand_weapon", "mace", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["SupportedByStunCorrupted"] = { "Socketed Gems are supported by level 6 Stun", weightKey = { "mace", "default", }, weightVal = { 1000, 0, }, },
|
|
["LocalMeleeWeaponRangeCorrupted"] = { "+(1-2) to Weapon range", weightKey = { "no_attack_mods", "sceptre", "rapier", "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0, }, },
|
|
["SocketedSkillsManaMultiplierCorrupted"] = { "Socketed Skill Gems get a 95% Mana Multiplier", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0, }, },
|
|
["SupportedByElementalProliferationCorrupted"] = { "Socketed Gems are Supported by level 1 Elemental Proliferation", weightKey = { "wand", "default", }, weightVal = { 1000, 0, }, },
|
|
["SupportedByAccuracyCorrupted_"] = { "Socketed Gems are supported by level 12 Additional Accuracy", weightKey = { "no_attack_mods", "one_hand_weapon", "sword", "default", }, weightVal = { 0, 0, 1000, 0, }, },
|
|
["SupportedByMultistrikeCorrupted"] = { "Socketed Gems are supported by level 1 Multistrike", weightKey = { "no_attack_mods", "two_hand_weapon", "sword", "default", }, weightVal = { 0, 0, 1000, 0, }, },
|
|
["SupportedByAreaOfEffectCorrupted_"] = { "Socketed Gems are Supported by level 1 Increased Area of Effect", weightKey = { "staff", "default", }, weightVal = { 1000, 0, }, },
|
|
["SupportedByLifeLeechCorrupted"] = { "Socketed Gems are supported by level 15 Life Leech", weightKey = { "claw", "default", }, weightVal = { 1000, 0, }, },
|
|
["SupportedByCriticalMultiplierCorrupted"] = { "Socketed Gems are supported by level 14 Increased Critical Damage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0, }, },
|
|
["SupportedByForkCorrupted"] = { "Socketed Gems are supported by level 1 Fork", weightKey = { "bow", "default", }, weightVal = { 1000, 0, }, },
|
|
["SupportedByWeaponElementalDamageCorrupted_"] = { "Socketed Gems are supported by level 12 Weapon Elemental Damage", weightKey = { "no_attack_mods", "sceptre", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["SupportedByFasterCastCorrupted"] = { "Socketed Gems are Supported by Level 10 Faster Casting", weightKey = { "no_caster_mods", "sceptre", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["PuritySkillCorrupted"] = { "Grants level 15 Purity of Elements Skill", weightKey = { "amulet", "belt", "default", }, weightVal = { 300, 1000, 0, }, },
|
|
["CriticalWeaknessSkillCorrupted"] = { "Grants level 10 Assassin's Mark Skill", weightKey = { "gloves", "default", }, weightVal = { 1000, 0, }, },
|
|
["PurityOfFireSkillCorrupted_"] = { "Grants level 15 Purity of Fire Skill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 150, 500, 0, }, },
|
|
["PurityOfColdSkillCorrupted"] = { "Grants level 15 Purity of Ice Skill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 150, 500, 0, }, },
|
|
["PurityOfLightningSkillCorrupted"] = { "Grants level 15 Purity of Lightning Skill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 150, 500, 0, }, },
|
|
["WrathSkillCorrupted"] = { "Grants level 7 Wrath Skill", weightKey = { "helmet", "default", }, weightVal = { 330, 0, }, },
|
|
["HatredSkillCorrupted"] = { "Grants level 11 Hatred Skill", weightKey = { "helmet", "default", }, weightVal = { 330, 0, }, },
|
|
["AngerSkillCorrupted"] = { "Grants level 15 Anger Skill", weightKey = { "helmet", "default", }, weightVal = { 330, 0, }, },
|
|
["DeterminationSkillCorrupted"] = { "Grants level 16 Determination Skill", weightKey = { "shield", "default", }, weightVal = { 330, 0, }, },
|
|
["GraceSkillCorrupted"] = { "Grants level 16 Grace Skill", weightKey = { "shield", "default", }, weightVal = { 330, 0, }, },
|
|
["DisciplineSkillCorrupted"] = { "Grants level 16 Discipline Skill", weightKey = { "shield", "default", }, weightVal = { 330, 0, }, },
|
|
["ProjectileWeaknessSkillCorrupted"] = { "Grants level 15 Projectile Weakness Skill", weightKey = { "quiver", "default", }, weightVal = { 1000, 0, }, },
|
|
["ElementalWeaknessSkillCorrupted"] = { "Grants level 10 Elemental Weakness Skill", weightKey = { "wand", "default", }, weightVal = { 1000, 0, }, },
|
|
["VulnerabilitySkillCorrupted"] = { "Grants level 10 Vulnerability Skill", weightKey = { "axe", "default", }, weightVal = { 1000, 0, }, },
|
|
["ClaritySkillCorrupted1"] = { "Grants level 4 Clarity Skill", weightKey = { "amulet", "belt", "default", }, weightVal = { 250, 350, 0, }, },
|
|
["ClaritySkillCorrupted2"] = { "Grants level 8 Clarity Skill", weightKey = { "amulet", "belt", "default", }, weightVal = { 250, 350, 0, }, },
|
|
["ClaritySkillCorrupted3"] = { "Grants level 12 Clarity Skill", weightKey = { "belt", "default", }, weightVal = { 350, 0, }, },
|
|
["ClaritySkillCorrupted4"] = { "Grants level 16 Clarity Skill", weightKey = { "belt", "default", }, weightVal = { 350, 0, }, },
|
|
["FrostbiteSkillCorrupted"] = { "Grants level 14 Frostbite Skill", weightKey = { "ring", "default", }, weightVal = { 500, 0, }, },
|
|
["FlammabilitySkillCorrupted"] = { "Grants level 14 Flammability Skill", weightKey = { "ring", "default", }, weightVal = { 500, 0, }, },
|
|
["ConductivitySkillCorrupted"] = { "Grants level 14 Conductivity Skill", weightKey = { "ring", "default", }, weightVal = { 500, 0, }, },
|
|
["TemporalChainsSkillCorrupted"] = { "Grants level 14 Temporal Chains Skill", weightKey = { "boots", "default", }, weightVal = { 1000, 0, }, },
|
|
["HasteSkillCorrupted"] = { "Grants level 14 Haste Skill", weightKey = { "boots", "default", }, weightVal = { 1000, 0, }, },
|
|
["ManaOnHitCorrupted"] = { "+(1-2) Mana gained for each Enemy hit by your Attacks", weightKey = { "no_attack_mods", "ring", "default", }, weightVal = { 0, 500, 0, }, },
|
|
["VitalitySkillCorrupted"] = { "Grants level 15 Vitality Skill", weightKey = { "belt", "default", }, weightVal = { 1000, 0, }, },
|
|
["FishingQuantityCorrupted"] = { "(5-10)% increased Quantity of Fish Caught", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0, }, },
|
|
["FishingRarityCorrupted"] = { "(5-10)% increased Rarity of Fish Caught", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0, }, },
|
|
["CastSpeedCorrupted"] = { "(10-20)% increased Cast Speed", weightKey = { "no_caster_mods", "fishing_rod", "default", }, weightVal = { 0, 1000, 0, }, },
|
|
["CanCatchCorruptFishCorrupted"] = { "You can catch Corrupted Fish", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0, }, },
|
|
["ChaosResistJewelCorrupted"] = { "+(1-3)% to Chaos Resistance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ReducedCharacterSizeJewelCorrupted"] = { "1% reduced Character Size", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ReducedChillDurationJewelCorrupted"] = { "(3-5)% reduced Chill Duration on You", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ReducedFreezeDurationJewelCorrupted"] = { "(3-5)% reduced Freeze Duration on You", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ReducedIgniteDurationJewelCorrupted"] = { "(3-5)% reduced Ignite Duration on You", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ReducedShockDurationJewelCorrupted"] = { "(3-5)% reduced Shock Duration on You", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["IncreasedChargeDurationJewelCorrupted_"] = { "(3-7)% increased Endurance, Frenzy and Power Charge Duration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["AddedChaosDamageJewelCorrupted"] = { "Adds 1 to (2-3) Chaos Damage to Attacks", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ChanceToBeCritJewelCorrupted"] = { "(3-5)% additional Chance to receive a Critical Strike", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["DamageWhileDeadJewelCorrupted"] = { "(20-30)% increased Damage while Dead", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["VaalSkillDamageJewelCorrupted"] = { "(5-10)% increased Vaal Skill Damage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ChaosDamagePerCorruptedItemJewelCorrupted"] = { "1% increased Chaos Damage per equipped Corrupted Item", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["LifeLeechRatePerCorruptedItemJewelCorrupted"] = { "1% increased Life Leeched per second per equipped Corrupted Item", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["ManaLeechRatePerCorruptedItemJewelCorrupted"] = { "1% increased Mana Leeched per second per equipped Corrupted Item", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
["SilenceImmunityJewelCorrupted"] = { "You cannot be Cursed with Silence", weightKey = { "jewel", "default", }, weightVal = { 1000, 0, }, },
|
|
} |