Create list of BaseTypes and flask BaseTypes in Resources directory
- Create two files:
basetypes.txtandflask_basetypes.txtin the Resources directory. - Utilize these files to populate corresponding AHK DropDownLists.
After the above are complete, we can change the backend function get_all_flask_visibilities to get_all_visible_flasks in analogy to get_all_visible_basetypes.
- [x] Flask BaseTypes
- [ ] All BaseTypes
There might not be an official resource on BaseTypes. The best I could find so far was: https://www.pathofexile.com/forum/view-thread/3160227/page/3
For now, we can have the BaseType box be an Edit element rather than a DropDownList. This also is safe against BaseType changes in the future.
As for flask BaseTypes, the corresponding text file has been added to Resources in the dev branch.
A list of BaseTypes is also required to parse the BaseType from Magic items correctly from non-alt-copied text.
For example:
-
The Shaper's Coral Ring of the Lynx-> prefix =The Shaper's -
Coral Ring of the Lynx-> prefix = None (notCoral)