illusionistpm / ddo-gear-planner

DDO Gear Planning Website
http://ddo-gear-planner.netlify.com/
2 stars 7 forks source link

Update parse set logic and add some data to build synonyms #80

Closed joenuts1 closed 1 month ago

joenuts1 commented 2 months ago

Add data to synonyms map Refactor to use synonyms map library instead of sub_name function when parsing set enhancements Update logic to transform effect names of all set enhancements (set enhancements that were exploded from single line were not getting translated)

joenuts1 commented 1 month ago

The augments.xlsx file I uploaded treated integers a little different than the existing augments file, so I had to add some logic to compensate.

Had to add some logic to preserve affix name, as changing the affix name to a common synonym bubbles up to the augment name in the web UI and uses the synonym instead of the in game name of the augment.

illusionistpm commented 1 month ago

Looks good - thank you!