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
{{ message }}
This repository was archived by the owner on Oct 21, 2025. It is now read-only.
Update nodes to show Against the Darkness stats (#170)
* update nodes affected by Against the Darkness jewel to show the stats applied
* Fix merge issue
---------
Co-authored-by: LocalIdentity <[email protected]>
@@ -137,7 +192,11 @@ function calcs.buildModListForNode(env, node, incSmallPassiveSkill)
137
192
-- Run second pass radius jewels
138
193
for_, radinpairs(env.radiusJewelList) do
139
194
ifrad.nodes[node.id] andrad.nodes[node.id].type~="Mastery" and (rad.type=="Threshold" or (rad.type=="Self" andenv.allocNodes[node.id]) or (rad.type=="SelfUnalloc" andnotenv.allocNodes[node.id])) then
0 commit comments