Skip to content

Commit fa96064

Browse files
author
justjuangui
committed
Add node overlay for Blighted Notable Frames in passive tree
1 parent 8a43ea6 commit fa96064

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

src/Export/Scripts/passivetree_ggg.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,14 @@ for id, node in pairs(data.nodes) do
301301
else
302302
nodeData["isJewelSocket"] = node.isJewelSocket and not node.isBlighted and true or nil
303303
nodeData["containJewelSocket"] = node.isJewelSocket and node.isBlighted and true or nil
304+
305+
if node.isBlighted then
306+
nodeData["nodeOverlay"] = {
307+
alloc= "BlightedNotableFrameAllocated",
308+
path= "BlightedNotableFrameCanAllocate",
309+
unalloc= "BlightedNotableFrameUnallocated"
310+
}
311+
end
304312
-- recalculate max and min
305313
local group = tree.groups[node.group]
306314
tree.min_x = math.min(tree.min_x, group.x)

src/TreeData/0_5/tree.lua

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26018,6 +26018,11 @@ return {
2601826018
group=667,
2601926019
icon="Art/2DArt/SkillIcons/passives/MasteryBlank.png",
2602026020
name="Sinister Jewel Socket",
26021+
nodeOverlay={
26022+
alloc="BlightedNotableFrameAllocated",
26023+
path="BlightedNotableFrameCanAllocate",
26024+
unalloc="BlightedNotableFrameUnallocated"
26025+
},
2602126026
orbit=0,
2602226027
orbitIndex=0,
2602326028
skill=3367
@@ -57478,6 +57483,11 @@ return {
5747857483
group=670,
5747957484
icon="Art/2DArt/SkillIcons/passives/MasteryBlank.png",
5748057485
name="Sinister Jewel Socket",
57486+
nodeOverlay={
57487+
alloc="BlightedNotableFrameAllocated",
57488+
path="BlightedNotableFrameCanAllocate",
57489+
unalloc="BlightedNotableFrameUnallocated"
57490+
},
5748157491
orbit=0,
5748257492
orbitIndex=0,
5748357493
skill=23960
@@ -60879,6 +60889,11 @@ return {
6087960889
group=671,
6088060890
icon="Art/2DArt/SkillIcons/passives/MasteryBlank.png",
6088160891
name="Sinister Jewel Socket",
60892+
nodeOverlay={
60893+
alloc="BlightedNotableFrameAllocated",
60894+
path="BlightedNotableFrameCanAllocate",
60895+
unalloc="BlightedNotableFrameUnallocated"
60896+
},
6088260897
orbit=0,
6088360898
orbitIndex=0,
6088460899
skill=26178
@@ -81517,6 +81532,11 @@ return {
8151781532
group=669,
8151881533
icon="Art/2DArt/SkillIcons/passives/MasteryBlank.png",
8151981534
name="Sinister Jewel Socket",
81535+
nodeOverlay={
81536+
alloc="BlightedNotableFrameAllocated",
81537+
path="BlightedNotableFrameCanAllocate",
81538+
unalloc="BlightedNotableFrameUnallocated"
81539+
},
8152081540
orbit=0,
8152181541
orbitIndex=0,
8152281542
skill=39087
@@ -117895,6 +117915,11 @@ return {
117895117915
group=672,
117896117916
icon="Art/2DArt/SkillIcons/passives/MasteryBlank.png",
117897117917
name="Sinister Jewel Socket",
117918+
nodeOverlay={
117919+
alloc="BlightedNotableFrameAllocated",
117920+
path="BlightedNotableFrameCanAllocate",
117921+
unalloc="BlightedNotableFrameUnallocated"
117922+
},
117898117923
orbit=0,
117899117924
orbitIndex=0,
117900117925
skill=62152

0 commit comments

Comments
 (0)