There is one Justice add-on that I know of so far, NoAccidentalStealing which sets it so you can only steal while stealthed or holding a specific key.But the Mods thread isn't that active by comparison. Very few will read this there and so I am asking here.
Is there any Justice addons? One with a timer at the very least for when the guards will beat me and take back the items Ive appropriated.
Also, is it possible to make a mod that changes the colors of the guards glow? hard to distinguish who are the guards when pickpocketing.
Not entirely sure what your raw infamy score is.* GetInfamy()
** _Returns:_ *integer* _infamy_
And this function breaks down the total infamy value for you.* GetPlayerInfamyData()
** _Returns:_ *integer* _heat_, *integer* _bounty_
This tells you which category NPCs will put you in, from the list:* GetInfamyLevel(*integer* _infamyAmount_)
** _Returns:_ *[InfamyThresholdsType|#InfamyThresholdsType]* _infamyLevel_
And finally:h5. InfamyThresholdsType
* INFAMY_THRESHOLD_DISREPUTABLE
* INFAMY_THRESHOLD_FUGITIVE
* INFAMY_THRESHOLD_NOTORIOUS
* INFAMY_THRESHOLD_UPSTANDING
This one seems to return the sum of the two return values for GetPlayerInfamyData(), or something similar.* GetInfamyMeterSize()
** _Returns:_ *integer* _meterSize_
* EVENT_JUSTICE_BOUNTY_PAYOFF_AMOUNT_UPDATED (*integer* _oldBounty_, *integer* _newBounty_)
* EVENT_JUSTICE_FENCE_UPDATE (*integer* _sellsUsed_, *integer* _laundersUsed_)
* EVENT_JUSTICE_GOLD_PICKPOCKETED (*integer* _goldAmount_)
* EVENT_JUSTICE_GOLD_REMOVED (*integer* _goldAmount_)
* EVENT_JUSTICE_INFAMY_UPDATED (*integer* _oldInfamy_, *integer* _newInfamy_, *integer* _oldInfamyLevel_, *integer* _newInfamyLevel_)
* EVENT_JUSTICE_ITEM_PICKPOCKETED (*string* _itemName_, *integer* _itemCount_)
* EVENT_JUSTICE_LIVESTOCK_SLAIN
* EVENT_JUSTICE_NOW_KOS
* EVENT_JUSTICE_NO_LONGER_KOS
* EVENT_JUSTICE_NPC_SHUNNING
* EVENT_JUSTICE_PICKPOCKET_FAILED
* EVENT_JUSTICE_STOLEN_ITEMS_REMOVED