This is a scuffed version of the Path of Exile 2 skill tree with data extracted from videos and screenshots. It's a community project so feel free to contribute.
If you want to contribute to the project there are a few ways to help
If you found a new source that is not listed on this README as mapped or is up for mapping on the issues, please open an issue with the link to the video or screenshot.
Adding information nodes is quite simple
Open the skill tree and hover the mouse over the node you want to transcribe, it will show the node id if it has not been transcribed yet.
Go to the src/lib/data/nodes_desc.json
and search for the node id and edit the entry with the information you found.
Example:
{
...
"N152": {
"name": "Name of the node",
"stats": [
"First line of stats",
"Second line of stats"
]
},
...
}
Validate that you change the correct entry
Add the source to the list of mapped sources, if its a screenshot make sure to add it to you pull request
Open a Pull Request
The UI/UX is quite basic and can be improved in many ways, if you have any ideas feel free to open an issue or a pull request.