- Added new crafting system - Added multiple passive tree UI - Added stat differences for toggling/changing gems
127 lines
16 KiB
Lua
127 lines
16 KiB
Lua
-- Item data (c) Grinding Gear Games
|
|
|
|
return {
|
|
["Arctic"] = { type = "Prefix", "+(15-18)% to Critical Strike Multiplier with Cold Skills", exclude = { } },
|
|
["Arming"] = { type = "Prefix", "(6-8)% increased Mine Laying Speed", exclude = { ["Crimson Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Armoured"] = { type = "Prefix", "(14-18)% increased Armour", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["Avalanching"] = { type = "Prefix", "(14-18)% increased Critical Strike Chance with Cold Skills", exclude = { } },
|
|
["Bandit's"] = { type = "Prefix", "(4-6)% increased Attack Speed with One Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Battlemage's"] = { type = "Prefix", "(14-16)% increased Spell Damage while holding a Shield", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Beating"] = { type = "Prefix", "(6-8)% increased Attack Speed with Maces", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["Blunt"] = { type = "Prefix", "(6-8)% increased Attack Speed with Staves", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["Brutal"] = { type = "Prefix", "(14-16)% increased Physical Damage with Maces", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["Carved"] = { type = "Prefix", "(8-12)% increased Totem Life", exclude = { } },
|
|
["Champion's"] = { type = "Prefix", "(12-14)% increased Physical Damage with Two Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Chaotic"] = { type = "Prefix", "(9-13)% increased Chaos Damage", exclude = { } },
|
|
["Charging"] = { type = "Prefix", "(4-6)% increased Attack Speed while holding a Shield", exclude = { } },
|
|
["Chilling"] = { type = "Prefix", "(14-16)% increased Cold Damage", exclude = { } },
|
|
["Cleaving"] = { type = "Prefix", "(6-8)% increased Attack Speed with Axes", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Cruel"] = { type = "Prefix", "(14-16)% increased Physical Damage with Wands", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Cyromantic"] = { type = "Prefix", "(3-5)% increased Cast Speed with Cold Skills", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Deflecting"] = { type = "Prefix", "1% additional Chance to Block with Staves", exclude = { ["Viridian Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Dissipating"] = { type = "Prefix", "1% additional Chance to Block Spells while Dual Wielding", exclude = { } },
|
|
["Electromantic"] = { type = "Prefix", "(3-5)% increased Cast Speed with Lightning Skills", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Energetic"] = { type = "Prefix", "(12-15)% increased Mana Regeneration Rate", exclude = { } },
|
|
["Enlightened"] = { type = "Prefix", "(6-8)% increased maximum Mana", exclude = { } },
|
|
["Evasive"] = { type = "Prefix", "(14-18)% increased Evasion Rating", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Fencing"] = { type = "Prefix", "(6-8)% increased Attack Speed with Swords", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Fevered"] = { type = "Prefix", "(6-8)% increased Energy Shield Recharge Rate", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Fierce"] = { type = "Prefix", "(14-16)% increased Physical Damage with Bows", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Flaming"] = { type = "Prefix", "(14-16)% increased Fire Damage", exclude = { } },
|
|
["Flanking"] = { type = "Prefix", "(12-14)% increased Melee Physical Damage while holding a Shield", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Gladiator's"] = { type = "Prefix", "(12-14)% increased Physical Weapon Damage while Dual Wielding", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Halting"] = { type = "Prefix", "1% additional Chance to Block Spells with Staves", exclude = { ["Viridian Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Harming"] = { type = "Prefix", "(14-18)% increased Critical Strike Chance with One Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Harmonic"] = { type = "Prefix", "(4-6)% increased Attack Speed while Dual Wielding", exclude = { } },
|
|
["Honed"] = { type = "Prefix", "(6-8)% increased Trap Throwing Speed", exclude = { ["Crimson Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Humming"] = { type = "Prefix", "(14-16)% increased Lightning Damage", exclude = { } },
|
|
["Hungering"] = { type = "Prefix", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["Incinerating"] = { type = "Prefix", "(14-18)% increased Critical Strike Chance with Fire Skills", exclude = { } },
|
|
["Infernal"] = { type = "Prefix", "+(15-18)% to Critical Strike Multiplier with Fire Skills", exclude = { } },
|
|
["Jinxing"] = { type = "Prefix", "(6-8)% increased Attack Speed with Wands", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Judging"] = { type = "Prefix", "(14-16)% increased Physical Damage with Staves", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["Leadership"] = { type = "Prefix", "Minions deal (14-16)% increased Damage", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Lethal"] = { type = "Prefix", "(14-16)% increased Physical Damage with Daggers", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Master's"] = { type = "Prefix", "Minions have (8-12)% increased maximum Life", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Parrying"] = { type = "Prefix", "1% additional Block Chance while Dual Wielding", exclude = { } },
|
|
["Piercing"] = { type = "Prefix", "+(15-18)% to Critical Strike Multiplier with One Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Puncturing"] = { type = "Prefix", "+(15-18)% to Critical Strike Multiplier while Dual Wielding", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Pyromantic"] = { type = "Prefix", "(3-5)% increased Cast Speed with Fire Skills", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Resonant"] = { type = "Prefix", "(3-5)% increased Cast Speed while Dual Wielding", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Ripping"] = { type = "Prefix", "(6-8)% increased Attack Speed with Claws", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Rupturing"] = { type = "Prefix", "+(15-18)% to Critical Strike Multiplier with Two Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Sabotage"] = { type = "Prefix", "(14-16)% increased Mine Damage", exclude = { ["Crimson Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Savage"] = { type = "Prefix", "(14-16)% increased Physical Damage with Claws", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Serene"] = { type = "Prefix", "(4-6)% faster start of Energy Shield Recharge", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Shaman's"] = { type = "Prefix", "(12-16)% increased Totem Damage", exclude = { } },
|
|
["Sharpened"] = { type = "Prefix", "(14-16)% increased Physical Damage", exclude = { } },
|
|
["Shielding"] = { type = "Prefix", "+1% Chance to Block with Shields", exclude = { } },
|
|
["Shimmering"] = { type = "Prefix", "(6-8)% increased maximum Energy Shield", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Sinister"] = { type = "Prefix", "(14-16)% increased Physical Damage with Axes", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Slicing"] = { type = "Prefix", "(6-8)% increased Attack Speed with Daggers", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Soldier's"] = { type = "Prefix", "(12-14)% increased Physical Damage with One Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Sorcerer's"] = { type = "Prefix", "(14-16)% increased Spell Damage while Dual Wielding", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Sundering"] = { type = "Prefix", "(14-18)% increased Critical Strike Chance with Two Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Surging"] = { type = "Prefix", "+(15-18)% to Critical Strike Multiplier with Lightning Skills", exclude = { } },
|
|
["Technical"] = { type = "Prefix", "(14-18)% increased Weapon Critical Strike Chance while Dual Wielding", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Thirsting"] = { type = "Prefix", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Thundering"] = { type = "Prefix", "(14-18)% increased Critical Strike Chance with Lightning Skills", exclude = { } },
|
|
["Thwarting"] = { type = "Prefix", "1% additional Chance to Block Spells with Shields", exclude = { } },
|
|
["Trapping"] = { type = "Prefix", "(14-16)% increased Trap Damage", exclude = { ["Crimson Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Vicious"] = { type = "Prefix", "(14-16)% increased Physical Damage with Swords", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Vivid"] = { type = "Prefix", "(5-7)% increased maximum Life", exclude = { } },
|
|
["Volleying"] = { type = "Prefix", "(6-8)% increased Attack Speed with Bows", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Warding"] = { type = "Prefix", "(3-5)% increased Cast Speed while holding a Shield", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Warrior's"] = { type = "Prefix", "(4-6)% increased Attack Speed with Two Handed Melee Weapons", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["Wizard's"] = { type = "Prefix", "(14-16)% increased Spell Damage while wielding a Staff", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["Wright's"] = { type = "Prefix", "(3-5)% increased Cast Speed while wielding a Staff", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Absorption"] = { type = "Suffix", "+(1-2) Mana gained for each Enemy hit by your Attacks", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Adaption"] = { type = "Suffix", "+(6-8) to all Attributes", exclude = { } },
|
|
["of Annihilation"] = { type = "Suffix", "(10-14)% increased Critical Strike Chance for Spells", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Archery"] = { type = "Suffix", "(10-12)% increased Projectile Damage", exclude = { } },
|
|
["of Athletics"] = { type = "Suffix", "+(8-10) to Strength and Dexterity", exclude = { } },
|
|
["of Berserking"] = { type = "Suffix", "(3-5)% increased Attack Speed", exclude = { } },
|
|
["of Blasting"] = { type = "Suffix", "(10-12)% increased Area Damage", exclude = { } },
|
|
["of Burning"] = { type = "Suffix", "(2-3)% chance to Ignite", "(3-5)% increased Ignite Duration on Enemies", exclude = { } },
|
|
["of Combat"] = { type = "Suffix", "(10-12)% increased Melee Damage", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["of Cunning"] = { type = "Suffix", "+(8-10) to Dexterity and Intelligence", exclude = { } },
|
|
["of Deadliness"] = { type = "Suffix", "(6-10)% increased Accuracy Rating", "(6-10)% increased Global Critical Strike Chance", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Demolishing"] = { type = "Suffix", "+(12-15)% to Melee Critical Strike Multiplier", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["of Dexterity"] = { type = "Suffix", "+(12-16) to Dexterity", exclude = { } },
|
|
["of Efficiency"] = { type = "Suffix", "(3-5)% reduced Mana Cost of Skills", exclude = { } },
|
|
["of Enchanting"] = { type = "Suffix", "(2-4)% increased Cast Speed", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Entropy"] = { type = "Suffix", "(10-12)% increased Damage over Time", exclude = { } },
|
|
["of Fending"] = { type = "Suffix", "(4-6)% chance to Knock Enemies Back on hit", exclude = { } },
|
|
["of Focus"] = { type = "Suffix", "+(2-3) Energy Shield gained for each Enemy hit by your Attacks", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Freezing"] = { type = "Suffix", "(2-3)% chance to Freeze", "(12-16)% increased Freeze Duration on Enemies", exclude = { } },
|
|
["of Grounding"] = { type = "Suffix", "+(12-15)% to Lightning Resistance", exclude = { } },
|
|
["of Insulation"] = { type = "Suffix", "+(10-12)% to Fire and Lightning Resistances", exclude = { } },
|
|
["of Intelligence"] = { type = "Suffix", "+(12-16) to Intelligence", exclude = { } },
|
|
["of Menace"] = { type = "Suffix", "(8-12)% increased Global Critical Strike Chance", exclude = { } },
|
|
["of Mysticism"] = { type = "Suffix", "(10-12)% increased Spell Damage", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Order"] = { type = "Suffix", "+(7-13)% to Chaos Resistance", exclude = { } },
|
|
["of Potency"] = { type = "Suffix", "+(9-12)% to Global Critical Strike Multiplier", exclude = { } },
|
|
["of Precision"] = { type = "Suffix", "(10-14)% increased Accuracy Rating", exclude = { ["Cobalt Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Raiding"] = { type = "Suffix", "(4-6)% increased Rarity of Items found", exclude = { } },
|
|
["of Recovery"] = { type = "Suffix", "(10-14)% increased Stun and Block Recovery", exclude = { } },
|
|
["of Rejuvenation"] = { type = "Suffix", "+(2-3) Life gained for each Enemy hit by your Attacks", exclude = { ["Viridian Jewel"] = true, ["Cobalt Jewel"] = true } },
|
|
["of Resilience"] = { type = "Suffix", "Minions have +(6-10)% to all Elemental Resistances", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Resistance"] = { type = "Suffix", "+(8-10)% to all Elemental Resistances", exclude = { } },
|
|
["of Runes"] = { type = "Suffix", "Totems gain +(6-10)% to all Elemental Resistances", exclude = { } },
|
|
["of Shelter"] = { type = "Suffix", "+(10-12)% to Cold and Lightning Resistances", exclude = { } },
|
|
["of Shocking"] = { type = "Suffix", "(2-3)% chance to Shock", "(12-16)% increased Shock Duration on Enemies", exclude = { } },
|
|
["of Soaring"] = { type = "Suffix", "(6-8)% increased Projectile Speed", exclude = { } },
|
|
["of Spirit"] = { type = "Suffix", "+(8-10) to Strength and Intelligence", exclude = { } },
|
|
["of Strength"] = { type = "Suffix", "+(12-16) to Strength", exclude = { } },
|
|
["of Stunning"] = { type = "Suffix", "(10-14)% increased Stun Duration on Enemies", exclude = { } },
|
|
["of Unmaking"] = { type = "Suffix", "+(12-15)% to Critical Strike Multiplier for Spells", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
["of Weight"] = { type = "Suffix", "(10-14)% increased Melee Critical Strike Chance", exclude = { ["Cobalt Jewel"] = true, ["Prismatic Jewel"] = true } },
|
|
["of Wounding"] = { type = "Suffix", "(8-10)% increased Damage", exclude = { } },
|
|
["of Zeal"] = { type = "Suffix", "(2-4)% increased Attack and Cast Speed", exclude = { } },
|
|
["of the Apocalypse"] = { type = "Suffix", "(10-14)% increased Critical Strike Chance with Elemental Skills", exclude = { } },
|
|
["of the Beast"] = { type = "Suffix", "+(12-15)% to Cold Resistance", exclude = { } },
|
|
["of the Dragon"] = { type = "Suffix", "+(12-15)% to Fire Resistance", exclude = { } },
|
|
["of the Elements"] = { type = "Suffix", "+(12-15)% to Critical Strike Multiplier with Elemental Skills", exclude = { } },
|
|
["of the Hearth"] = { type = "Suffix", "+(10-12)% to Fire and Cold Resistances", exclude = { } },
|
|
["of the Wall"] = { type = "Suffix", "Minions have (2-4)% Chance to Block", exclude = { ["Viridian Jewel"] = true, ["Crimson Jewel"] = true } },
|
|
} |