[v1.3.0+] Curse Levels
Posted: Fri Nov 29, 2019 1:25 am
By request, I'm investigating writing an addon to display more information about the curse effects from Defiling Touch. The actual implementaiton looks easily enough; should be as simple as adding a charges() method to the relevant effect definitions. It's been years since I played any Afflicted characters, though (the Hate mechanic never really appealed to me), so I'm not sure exactly what extra information I should be adding.
From some source diving, the most likely candidate effect properties appear to be 'level', as assembled from the number of worn items with the corresponding curse, or 'unlockLevel', basically 'level' capped by your Dark Gifts raw talent level. Preliminary experimentation suggests that we have only one or two characters of information to work with, based on the font size used (which doesn't appear to be directly controllable short of overloading yet another chunk of the UI, which is always risky).
So. Thoughts?
From some source diving, the most likely candidate effect properties appear to be 'level', as assembled from the number of worn items with the corresponding curse, or 'unlockLevel', basically 'level' capped by your Dark Gifts raw talent level. Preliminary experimentation suggests that we have only one or two characters of information to work with, based on the font size used (which doesn't appear to be directly controllable short of overloading yet another chunk of the UI, which is always risky).
So. Thoughts?