Skip to content

Commit 7aab980

Browse files
committed
Add 3_26 standard and ruthless trees as per release.md guide
1 parent 1559937 commit 7aab980

39 files changed

Lines changed: 201730 additions & 1 deletion

src/GameVersions.lua

Lines changed: 13 additions & 1 deletion
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", }
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" }
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.
@@ -150,10 +150,22 @@ treeVersions = {
150150
num = 3.25,
151151
url = "https://www.pathofexile.com/passive-skill-tree/alternate/",
152152
},
153+
["3_26_ruthless"] = {
154+
display = "3.26 (ruthless)",
155+
num = 3.26,
156+
url = "https://www.pathofexile.com/passive-skill-tree/ruthless/",
157+
},
158+
["3_26"] = {
159+
display = "3.26",
160+
num = 3.26,
161+
url = "https://www.pathofexile.com/passive-skill-tree/3.26.0/",
162+
}
153163
}
154164

155165
---Mapping PoEPlanner.com version when importing trees from there
156166
poePlannerVersions = {
167+
[37] = "3_26_ruthless",
168+
[36] = "3_26",
157169
[35] = "3_25_alternate",
158170
[34] = "3_25_ruthless_alternate",
159171
[33] = "3_25",

src/TreeData/3_26/ascendancy-3.png

134 KB
Loading
666 KB
Loading
6.67 MB
Loading

src/TreeData/3_26/background-3.png

7.12 KB
Loading

src/TreeData/3_26/frame-3.png

154 KB
Loading
743 KB
Loading

src/TreeData/3_26/jewel-3.png

66.7 KB
Loading

src/TreeData/3_26/jewel-radius.png

1.22 MB
Loading

src/TreeData/3_26/line-3.png

171 KB
Loading

0 commit comments

Comments
 (0)