Display critical (hit) threat range?
Greener
Member Posts: 430
in UI Modding
Would it be posible to display critical (hit) threat range on a character record?
0
Comments
Is critical threat range displayed _anywhere_ in the inventory? If so, then I'm lead to believe that it is possible.
https://gibberlings3.github.io/iesdp/files/2da/2da_bgee/enginest.htm
The engine assigns StrRef (0xF00000 + row#) to mirror the string referenced for each row of that file (ignoring the 3 header rows).
https://forums.beamdog.com/discussion/81967/displaying-chance-to-learn-spell-with-skills
I think the trick is to find where it is displayed, duplicate that but then do some lua magic to isolate what you want.
(Sorry, this is something of a blind leading the blind scenario)