Skip to content

Commit 834bc5b

Browse files
committed
Add note on current support counting behaviour on PoB2
1 parent 3eba273 commit 834bc5b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Modules/CalcSetup.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,8 @@ function calcs.initEnv(build, mode, override, specEnv)
17921792
-- This needs to be done here at the end as otherwise we will only consider gems in the
17931793
-- selected active skill group
17941794
-- Calculate skill gem and support gem counts
1795+
-- Currently PoB2 doesn't associate weapon skill supports with the actual weapon sets
1796+
-- so it ends up counting all support gems when it should only take into account the active weapon set
17951797
local slotSupportGemSocketsCount = { R = 0, G = 0, B = 0 }
17961798
-- Loop through socket groups to calculate number of socketed gems
17971799
for _, socketGroup in pairs(env.build.skillsTab.socketGroupList) do

0 commit comments

Comments
 (0)