Skip to content

Commit cc28ac3

Browse files
author
justjuangui
committed
feat enable Abyss Lich in passive tree
1 parent c025c53 commit cc28ac3

11 files changed

Lines changed: 1160 additions & 934 deletions

src/Export/Scripts/passivetree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ for i, classId in ipairs(psg.passives) do
666666

667667
local ascendancies = dat("ascendancy"):GetRowList("Class", character)
668668
for k, ascendency in ipairs(ascendancies) do
669-
if ascendency.Name:find(ignoreFilter) ~= nil or ascendency.isDisabled or ascendency.Replace then
669+
if ascendency.Name:find(ignoreFilter) ~= nil or ascendency.isDisabled then
670670
printf("Ignoring ascendency " .. ascendency.Name .. " for class " .. character.Name)
671671
goto continue3
672672
end
1.22 MB
Binary file not shown.
38.1 KB
Binary file not shown.
42 Bytes
Binary file not shown.
177 KB
Binary file not shown.
29.1 KB
Binary file not shown.
1.87 KB
Binary file not shown.
29.6 KB
Binary file not shown.
2.46 KB
Binary file not shown.

src/TreeData/0_3/tree.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)