Closed aggixx closed 5 years ago
Using RePoE. Its possible to, for each stat on each item, search in stat translations
https://raw.githubusercontent.com/brather1ng/RePoE/master/data/stat_translations.json
To find the corresponding stat ID. Then in mods you can search for that stat ID
https://raw.githubusercontent.com/brather1ng/RePoE/master/data/mods.json
To find the ID of the support gem granted by that modifier.
Done in https://github.com/aggixx/PoBPreviewBot/commit/45c4205844eb4fbda67e1f9dee065b08eb642868.
Using RePoE. Its possible to, for each stat on each item, search in stat translations
https://raw.githubusercontent.com/brather1ng/RePoE/master/data/stat_translations.json
To find the corresponding stat ID. Then in mods you can search for that stat ID
https://raw.githubusercontent.com/brather1ng/RePoE/master/data/mods.json
To find the ID of the support gem granted by that modifier.