I'm looking at modifying the tooltips that you see when you mouse over the defenders' morale in a siege and when you mouse over the siege in the outline list. Namely, COMBATVALUE_MORALE_SIEGE and OL_SIEGE_DESC.
The reason I started this project is because I was disappointed that I couldn't quickly estimate how long the siege will take or how much time I have to relieve my own holding. I get the impression that the information I need to compute that result is not accessible.
That said, even if it was accessible, I don't know how to access it. When I put [GetScopes] in either of those tooltips, the results are seed-0 (whatever that may mean) and ROOT points tothe character whose flag is being flown by the controller of the siege the player character whether the player is attacking or defending. [Root.GetStatusInfo] reports age and other details for said character.
How do I access anything whatsoever about the subject title and report information about it?
And while I'm here, even though I don't expect to have any access to it, what would I do to access the current morale level and periodic delta?
The reason I started this project is because I was disappointed that I couldn't quickly estimate how long the siege will take or how much time I have to relieve my own holding. I get the impression that the information I need to compute that result is not accessible.
That said, even if it was accessible, I don't know how to access it. When I put [GetScopes] in either of those tooltips, the results are seed-0 (whatever that may mean) and ROOT points to
How do I access anything whatsoever about the subject title and report information about it?
And while I'm here, even though I don't expect to have any access to it, what would I do to access the current morale level and periodic delta?
Last edited: