feat: add 3.13 passive skill tree

This commit is contained in:
ppoelzl
2021-01-13 11:08:19 +01:00
parent eaacd82804
commit 6b1c004ffd
5 changed files with 107024 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ liveTargetVersion = "3_0"
-- Skill tree versions
---Added for convenient indexing of skill tree versions.
---@type string[]
treeVersionList = { "2_6", "3_6", "3_7", "3_8", "3_9", "3_10", "3_11", "3_12" }
treeVersionList = { "2_6", "3_6", "3_7", "3_8", "3_9", "3_10", "3_11", "3_12", "3_13" }
--- Always points to the latest skill tree version.
latestTreeVersion = treeVersionList[#treeVersionList]
---Tree version where multiple skill trees per build were introduced to PoBC.
@@ -55,4 +55,9 @@ treeVersions = {
num = 3.12,
url = "https://www.pathofexile.com/passive-skill-tree/3.12.0/",
},
["3_13"] = {
display = "3.13",
num = 3.13,
url = "https://www.pathofexile.com/passive-skill-tree/3.13.0/",
},
}

BIN
TreeData/3_13/groups-3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 KiB

BIN
TreeData/3_13/skills-3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

107018
TreeData/3_13/tree.lua Normal file

File diff suppressed because it is too large Load Diff