You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,49 @@
1
+
### 1.4.170.26 - 2021/02/07
2
+
* Add control to set Vaal Timeless Jewel influenced passive skills to random mods (Wires77)
3
+
* Add all new uniques in game patch 3.13.0 (Nostrademous, ppoelzl)
4
+
* Add support for the following uniques:
5
+
* Arn's Anguish
6
+
* Doppelgänger
7
+
* Graven's Secret
8
+
* Olesya's Delight
9
+
* Add Flickershade Spectre (Kayella)
10
+
* Add support for "Cobra Lash Chains additional times" helmet enchantment (Puddlestomper)
11
+
* Add Belt Enchantments to Item Crafting from Harvest improved Offering to the Goddess Uber Lab runs. Not all modifiers parse yet, but most do (Nostrademous)
12
+
* Add Elevated Affixes to Item Crafting (Nostrademous)
13
+
* Add support for Blizzard Crown implicit (Nostrademous)
14
+
* Add support for Brutal, Affliction and Absorption Charge (damage recoup from Absorption Charges is not supported) coverstion from Endurance, Frenzy, Power charges via Unique Belts (Nostrademous)
15
+
* Add support for 'On Scorched Ground' in Config Tab when using Legacy of Fury unique boots (Nostrademous)
16
+
* Add support and extraction of 'Thirst for Blood' unique ability from Jack, the Axe unique (Nostrademous, LocalIdentity)
17
+
* Add support for Doppleganger's insane/sane specification via Config Tab (Nostrademous)
18
+
* Add support for Goblinedge Power/Frenzy charge interaction (ppoelzl)
19
+
* Add limit cap to Replica Nebulis unique (Wires77)
20
+
* Add parsing support for Anomalous Minion Life (ALT-F-X)
21
+
* Updated Max Awakening Level for Sirus to scale to 9 achievable through Atlas Passives (Quote_a)
22
+
* Add support for Phantasmal Ancestral Protector (ALT-F-X)
23
+
* Add support for impale from spells (Wires77)
24
+
* Add support for Phantasmal Might from The Black Cane (Wires77)
25
+
* Add support for Shield Shatter on Shattershard (Wires77)
26
+
* Add support for automatic chill from Summon Skitterbots (Quote_a)
27
+
28
+
* Fix Timeless Jewel passives not accounting for past skill tree versions (Wires77)
29
+
* Fix Spectre stats scaling with Spectre level using incorrect values (zao)
30
+
* Fix mod ranges on Legacy of Fury (Nostrademous)
31
+
* Fix Endurance/Frenzy/Power charges missing for Minions (Wires77)
32
+
* Fix multiple crashes in the skills tab related to gem quality (Nostrademous, ALT-F-X)
33
+
* Corrected enforcement of Minion Skill level requirements (zao)
34
+
* Fix Enduring Cry's Life Regen calculation (tommysays)
@@ -441,7 +441,7 @@ function TreeTabClass:ModifyNodePopup(selectedNode)
441
441
})
442
442
end
443
443
end
444
-
for_, additioninpairs(self.build.latestTree.legion.additions) do
444
+
for_, additioninpairs(self.build.spec.tree.legion.additions) do
445
445
-- exclude passives that are already added (vaal, attributes, devotion)
446
446
ifaddition.id:match("^"..selectedNode.conqueredBy.conqueror.type.."_.+") andnotisValueInArray(smallAdditions, addition.dn) andselectedNode.conqueredBy.conqueror.type~="vaal" then
447
447
t_insert(modGroups, {
@@ -454,11 +454,11 @@ function TreeTabClass:ModifyNodePopup(selectedNode)
-- Replace the node first before adding the new line so we don't get multiple lines
480
-
ifself.build.latestTree.legion.editedNodes[selectedNode.conqueredBy.id] andself.build.latestTree.legion.editedNodes[selectedNode.conqueredBy.id][selectedNode.id] then
ifself.build.spec.tree.legion.editedNodes[selectedNode.conqueredBy.id] andself.build.spec.tree.legion.editedNodes[selectedNode.conqueredBy.id][selectedNode.id] then
0 commit comments