File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -905,7 +905,7 @@ for i, group in ipairs(psg.groups) do
905905 nodes = {}
906906 }
907907
908- for id , refNode in ipairs (passiveRow .RefNodes ) do
908+ for id , refNode in ipairs (passiveRow .ConstraintNode ) do
909909 printf (" - adding node " .. refNode .Name .. " to unlock constraint" )
910910 node .unlockConstraint .nodes [id ] = refNode .PassiveSkillNodeId
911911 end
@@ -979,7 +979,7 @@ for i, group in ipairs(psg.groups) do
979979 table.insert (node [" stats" ], " Grants Skill: " .. skillName )
980980
981981 -- -- include the stat description
982- local statDescription = string.sub (string.lower (gemEffect .GrantedEffect .ActiveSkill .StatDescription ), 1 , - 2 )
982+ local statDescription = string.sub (string.lower (gemEffect .GrantedEffect .ActiveSkill .StatDescription ), 1 , - 5 )
983983 local handle = NewFileSearch (" ggpk/" .. statDescription .. " .csd" )
984984 local almostOnce = false
985985 while handle do
You can’t perform that action at this time.
0 commit comments