This is a fork of Path Of Building adapted to work for the game Last Epoch.
Warning
This is a Third Party Program, any issues or bugs a player might experience in game related to the use of this program are not the responsibility of EHG and EHG will not be able to assist.
The following features are supported (or partially):
- Passive tree
- Character import: for offline character and from LE tools build planner
- A lot of stats and mods/affixes are not working correctly.
- Out of 13,091 mods, 4,519 (36%) mods are recognized by the parser. Even if a mod is recognized, it's not guaranteed that it will work as expected.
- The total amount of mods is made of
- the implicits (one for each implicit of each item)
- the prefixes and suffixes (one for each tier of each)
- the unique modifiers (one for each mod of each unique)
- the passive and skill trees (one for each mod of each node)
- Items: Imported from character import and can be crafted / modified.
- Unique items
- Legendary items supported through LE tools import
- Basic support for following stat calculation: health, mana, armor, attributes
- Skills: Can select up to 5 skills which allows to spend points in the associated skill trees
- DPS calculation: support for several skills
- Support for ailments chance
- Support for debuffs effects (resistance shred, chill, ...)
Note that most content (docs or code) is outdated since they only apply to the original project. Everything should be migrated as time goes by.
The current build can be run by running ./runtime/Last Epoch Planner.exe.
For linux, there may be a native support in the future but for now it runs fine with wine
- Legendary items (for offline import)
- Web version
- Blessings support
- Have a selected skill dps correctly computed
- Points requirements and constraints in skills and passives
- Work on other stats (ward, ...)
- Work on other skills ...
- Passive tree and skills sprites
- Any incorrect display names
- Item sprites
- Some stats formula data may be extracted
- Any missing stats on items or passives
- Skills info that would help in dps calculation
You can find instructions on how to contribute code and bug reports here.
Special thanks for all the work made prior to this fork (and also to all future work that may be integrated in some ways) to the Path of Building Community contributors at https://github.com/PathOfBuildingCommunity/PathOfBuilding
You can find the full version history here.
For 3rd-party licences, see LICENSE. The licencing information is considered to be part of the documentation.