I would like to know if there are more detailed docs regarding the new talent import/export string that was introduced in Dragonflight.
A topic by Marlamin shows that the Lua file has some documentation on the string format: https://us.forums.blizzard.com/en/wow/t/technical-information-for-external-talent-calculators/1329690/10
But when trying to create my own parser for talent builds, I found out that the string is not a proper base64 string, and that every conventional base 64 decoder will fail to properly decode the talent build string.
I haven’t found an implementation that can read and parse the talent build strings without mimicking the decoding the game does, maybe I am doing something wrong?