Openarl / PathOfBuilding

Offline build planner for Path of Exile.
MIT License
2.16k stars 1.04k forks source link

[Feature Request] Gem Acquisition/Progression Helper #982

Open cell2749 opened 6 years ago

cell2749 commented 6 years ago

Builds have the Skills tab with "enabled" skills in it. It would be nice to see a graphical user interface/presentation similar to this (Image from Raizqt guide): https://imgur.com/TZ8XogD

I feel like this could be automatically constructed by the POB when one who makes the guide assigns the gems (there could be a button also to construct it automatically "make visuals" or something). Construction: There could be the vendor pools of skills and level of acquisition "milestones" (I assume a bit of tinkering with the api could give this info...), also the act location would be helpful. And the graphical presentation/interface would be constructed based on the pool(s) and enabled skills in the build.

This is in order to basically have the POB open on background or second screen and refer to it whenever a player has questions like "Do I need any gem right now? Do I need any of these rewards? If so which one? Where do I get the gem? When/at which level can I get this gem? How much is that gem/What currency should I bring with me if it is in library?"

ofbeaton commented 6 years ago

Not a feature directly in PoB but worth mentioning that http://poe-roadmap.com/ does part of what you describes and takes a PoB code/pastebin as input. Pretty clever.

https://www.poe.guide/ is an alternative but doesn't use PoB at all.

cell2749 commented 6 years ago

Thank you, that was helpful.