Skip to content

Commit 4ae240d

Browse files
author
LocalIdentity
committed
Release 0.4.0
--- New to Path of Building --- * Add limited support for Unicode file paths (zao) * Add Shift + Ctrl + V hotkey to bypass item import confirmation box (LocalIdentity) - Skills * Add support for Detonate Dead Corpse explosion calculation (g1y5x3) * Add Greater Lightning Bolt (etojuice) * Add Lightning Conduit Shock Mod (Saeldur) * Add support for Skeletal Storm Mage "Life as extra ES" mod (Blitz54) * Add support for Total Cast Time on Comet and Lightning Conduit (Peechey) * Add support for Empowering buff effects (TPlant) * Add support for Charge Infusion Support (xspirus) * Add support for Inevitable Critical Support (jjbi123) * Add support for Overabundance limit mod (Nostrademous) - Items * Add support for Attacks Gain Extra mods on Quivers (Blitz54) * Add support Spell Mana cost converted to Life cost Dagger Implicit (Blitz54) - Uniques * Add support for Mahuxotl's Machination (etojuice) * Add support for several mods in Uniques (Blitz54) * Add support for Threaded Light Woven Focus Spirit unique mod (PGDeve) * Add support for Windscream's Curse delay mod (Blitz54) * Add support for Svalinn's lucky block mod (Blitz54) * Add support for Trephina Crit mod (Blitz54) * Add support for Skin of the Loyal over-cap mods (Blitz54) * Add support for Burden of Shadows' 1% inc Chaos damage per 3 Life cost (Blitz54) * Add support for Infinite Pursuit Movement Speed mod (Blitz54) * Add support for Carrion Call Minions Resist mod (Blitz54) - Ascendancy * Add support for Stormweaver's "Scouring Winds" node (Saeldur) * Add support for Chronomancer's "Quicksand Hourglass" node (igorwessel) * Add support for Chronomancer's "Now and Again" node (igorwessel) * Add support for Invoker's "Sunder my Enemies..." node (Jonathan-Dang) * Add support for Invokers "and protect me from Harm" node (nbrugger-tgm) - Keystone * Add support for Iron Will and Iron Grip (Blitz54) * Add support for Heroic Tragedy Timeless Jewel Keystones (Peechey, trompetin17) * Add Support for Necromantic Talisman (majochem) * Add support for Dance with Death and Charm mods (Blitz54) * Add support for Glancing Blows and Stand Ground (Blitz54) * Add support for Oasis keystone (etojuice) - Tree * Add support for several mods on Tree nodes (Blitz54) * Add support for nearby Allies mods (ltogniolli) * Add support for Grenade Damage, Area and Cooldown mods (ltogniolli) * Add support for Curse AoE on the Tree (Blitz54) * Add support for Offering skills' AoE and Duration mods (Blitz54) * Add support for Critical Damage Bonus per Power Charge (etojuice) * Add Times Stunned Recently and edited Warcries used Recently (Blitz54) * Add support for Minions "Life as extra ES" mod (Blitz54) * Add support for Stars Aligned node (Blitz54) * Add support for Reduced Bleeding Duration on you (Blitz54) * Add support for Attack Speed when on full mana (Blitz54) * Add support for Regenerative Flesh notable (Blitz54) * Add support for Heavy Armour notable (dance) * Add support for "ignore (non-negative) elemental resistances" mods (majochem) --- Fixed Crashes --- * Fix crash when switching between multiple choice Ascendancies (submitteddenied) * Fix item range crash on Ventor's Gamble (QuickStick123) --- User Interface --- * Add tooltip to clarify distance to enemy units (jjbi123) * Fix some mods not scaling correctly with Hulking Form (Peechey) * Fix numbers not showing to correct decimal places in some UI mod lines (QuickStick123) * Update "Dmg. per ailment" title and ailment DPS breakdown titles (pauloday) * Make stack potential more understandable (pauloday) * Hide stat comparisons for hovered gem quality if gem has no quality stats (etojuice) * Widen dropdown to properly display ascendancy class names (MrHB212) * Fix width of GitHub link button (submitteddenied) --- Fixed Calculations --- * Fix many gems not showing the correct stats on some parts (LocalIdentity) * Fix Corrupting Cry using Reduced area instead of Less (Wires77) * Fix Corrupted Unique roll ranges formula (Peechey) * Fix total Flask charges gained in Flask uptime calculation (etojuice) * Fix Palm skills not scaling with unarmed damage (LocalIdentity) * Fix Magma Barrier damage calculation (LocalIdentity) * Fix Voltaic Nova and Freezing Nova damage scaling (LocalIdentity) * Fix Herald of Thunder not using weapon damage (LocalIdentity) --- Fixed Behaviours --- * Fix Concoction skills not being treated as Unarmed (Peechey) * Fix Ice Bite applying when the enemy wasn't Frozen (xspirus) * Fix Frost Bomb not applying Cold Exposure (etojuice) * Fix performance issues with Time-Lost Jewels (Peechey) * Fix Support gems counting towards limit when not enabled (ismyilson) * Fix "from Equipped Shield" and add support for "from Equipped Focus" (Peechey) * Fix missing trade tags on certain items resulting in them not being generated (QuickStick123) * Fix Charge Infusion not working sometimes (LocalIdentity) --- Accuracy Improvements --- * Fix parsing for Shadow Dancing (Blitz54) * Fix Gamblesprint's missing movement speed mod (PGDeve) * Fix Attack Damage mod missing from Ruby Jewel (sida-wang) * Improve EHP accuracy when using MoM and Eldritch Battery (Edvinas-Smita)
1 parent 3730e4f commit 4ae240d

16 files changed

+1467
-1884
lines changed

manifest.xml

+68-62
Large diffs are not rendered by default.

src/Data/ModCharm.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ return {
2323
["FlaskChanceRechargeOnKill1"] = { type = "Suffix", affix = "of the Medic", "(21-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 8, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
2424
["FlaskChanceRechargeOnKill2"] = { type = "Suffix", affix = "of the Doctor", "(26-30)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 26, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
2525
["FlaskChanceRechargeOnKill3"] = { type = "Suffix", affix = "of the Surgeon", "(31-35)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 45, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
26-
["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6796 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
27-
["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6796 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
28-
["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6796 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
26+
["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6795 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
27+
["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6795 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
28+
["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6795 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
2929
["CharmIncreasedDuration1"] = { type = "Prefix", affix = "Investigator's", "(16-20)% increased Duration", statOrder = { 898 }, level = 1, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },
3030
["CharmIncreasedDuration2"] = { type = "Prefix", affix = "Analyst's", "(21-25)% increased Duration", statOrder = { 898 }, level = 20, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },
3131
["CharmIncreasedDuration3"] = { type = "Prefix", affix = "Examiner's", "(26-30)% increased Duration", statOrder = { 898 }, level = 42, group = "CharmIncreasedDuration", weightKey = { "utility_flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 2541588185, },

src/Data/ModCorrupted.lua

+23-23
Large diffs are not rendered by default.

src/Data/ModFlask.lua

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ return {
2323
["FlaskChanceRechargeOnKill1"] = { type = "Suffix", affix = "of the Medic", "(21-25)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 8, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
2424
["FlaskChanceRechargeOnKill2"] = { type = "Suffix", affix = "of the Doctor", "(26-30)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 26, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
2525
["FlaskChanceRechargeOnKill3"] = { type = "Suffix", affix = "of the Surgeon", "(31-35)% Chance to gain a Charge when you Kill an Enemy", statOrder = { 994 }, level = 45, group = "FlaskChanceRechargeOnKill", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 828533480, },
26-
["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6796 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
27-
["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6796 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
28-
["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6796 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
26+
["FlaskFillChargesPerMinute1"] = { type = "Suffix", affix = "of the Foliage", "Gains 0.15 Charges per Second", statOrder = { 6795 }, level = 8, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
27+
["FlaskFillChargesPerMinute2"] = { type = "Suffix", affix = "of the Verdant", "Gains 0.2 Charges per Second", statOrder = { 6795 }, level = 26, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
28+
["FlaskFillChargesPerMinute3"] = { type = "Suffix", affix = "of the Sylvan", "Gains 0.25 Charges per Second", statOrder = { 6795 }, level = 45, group = "FlaskGainChargePerMinute", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { }, tradeHash = 1873752457, },
2929
["FlaskIncreasedRecoverySpeed1"] = { type = "Prefix", affix = "Dense", "(41-45)% increased Recovery rate", statOrder = { 908 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, },
3030
["FlaskIncreasedRecoverySpeed2"] = { type = "Prefix", affix = "Undiluted", "(46-50)% increased Recovery rate", statOrder = { 908 }, level = 15, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, },
3131
["FlaskIncreasedRecoverySpeed3_"] = { type = "Prefix", affix = "Hearty", "(51-55)% increased Recovery rate", statOrder = { 908 }, level = 31, group = "FlaskIncreasedRecoverySpeed", weightKey = { "flask", "default" }, weightVal = { 1, 0 }, modTags = { "flask" }, tradeHash = 173226756, },

0 commit comments

Comments
 (0)