Skip to content

Commit 7c44465

Browse files
committed
Add alternate version for 3_26 trees, reorder trees to ensure base tree is default
1 parent 7aab980 commit 7c44465

39 files changed

Lines changed: 202345 additions & 2 deletions

src/GameVersions.lua

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ liveTargetVersion = "3_0"
77
-- Skill tree versions
88
---Added for convenient indexing of skill tree versions.
99
---@type string[]
10-
treeVersionList = { "2_6", "3_6", "3_7", "3_8", "3_9", "3_10", "3_11", "3_12", "3_13", "3_14", "3_15", "3_16", "3_17", "3_18", "3_19", "3_20", "3_21", "3_22_ruthless", "3_22", "3_23_ruthless", "3_23", "3_24_ruthless", "3_24", "3_25_ruthless", "3_25_ruthless_alternate", "3_25_alternate", "3_25", "3_26_ruthless", "3_26" }
10+
treeVersionList = { "2_6", "3_6", "3_7", "3_8", "3_9", "3_10", "3_11", "3_12", "3_13", "3_14", "3_15", "3_16", "3_17", "3_18", "3_19", "3_20", "3_21", "3_22_ruthless", "3_22", "3_23_ruthless", "3_23", "3_24_ruthless", "3_24", "3_25_ruthless", "3_25_ruthless_alternate", "3_25_alternate", "3_25", "3_26_ruthless_alternate", "3_26_alternate", "3_26_ruthless", "3_26" }
1111
--- Always points to the latest skill tree version.
1212
latestTreeVersion = treeVersionList[#treeVersionList]
1313
---Tree version where multiple skill trees per build were introduced to PoBC.
@@ -155,7 +155,17 @@ treeVersions = {
155155
num = 3.26,
156156
url = "https://www.pathofexile.com/passive-skill-tree/ruthless/",
157157
},
158-
["3_26"] = {
158+
["3_26_ruthless_alternate"] = {
159+
display = "3.26 (ruthless alternate)",
160+
num = 3.26,
161+
url = "https://www.pathofexile.com/passive-skill-tree/ruthless-alternate/",
162+
},
163+
["3_26_alternate"] = {
164+
display = "3.26 (alternate)",
165+
num = 3.26,
166+
url = "https://www.pathofexile.com/passive-skill-tree/alternate/",
167+
},
168+
["3_26"] = {
159169
display = "3.26",
160170
num = 3.26,
161171
url = "https://www.pathofexile.com/passive-skill-tree/3.26.0/",
@@ -164,6 +174,8 @@ treeVersions = {
164174

165175
---Mapping PoEPlanner.com version when importing trees from there
166176
poePlannerVersions = {
177+
[39] = "3_26_ruthless_alternate",
178+
[38] = "3_26_alternate",
167179
[37] = "3_26_ruthless",
168180
[36] = "3_26",
169181
[35] = "3_25_alternate",
134 KB
Loading
666 KB
Loading
6.67 MB
Loading
7.12 KB
Loading
154 KB
Loading
743 KB
Loading
66.7 KB
Loading
1.22 MB
Loading
171 KB
Loading

0 commit comments

Comments
 (0)