Kickstart 3.26 tree, restructure Elementalist tree (wording and node connections) as per 3.26 patch notes
Fixes # .
Description of the problem being solved:
3.26 tree did not exist in the dev branch yet or in none of the PRs. Thought I'd kickstart the process (gotta start from somewhere).
Steps taken to verify a working solution:
- Add 3_26 into treeVersionList and treeVersions arrays in GameVersions.lua
- Duplicate src/3_25 folder and rename it to src/3_26
- Edit tree.lua to restructure Elementalist ascendancy tree in accordance with the patch notes.
Link to a build that showcases this PR:
Before screenshot:
After screenshot:
This is a good start, but I probably won't merge this in anticipation of the tree JSON being released tomorrow. We won't do a release until the full tree is there anyway. If you want to follow the steps in this document once it releases and update this PR I'll happily merge it though: https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/dev/RELEASE.md#skill-tree-updates
If you do, double check no one else opened a quick PR because it's a popular task to jump on :)
To be honest I was not aware that the skill tree JSONs were officially released by GGG before making this PR.
I was like - hey, I have free time and I want to contribute, and also see how it works.
All is fair.
Thanks for your time. :)
Turns out tomorrow is now! https://github.com/grindinggear/skilltree-export
Taken care of by #8646