Changing the way information displays in the Player Info screen

So, I’ve been trying to make a mod that alters the way character weight is displayed. To that end, I made a copy of weight.json in my mod folder and changed the values I needed, but when I tested this in-game it only works in the sidebar. The Player Info screen continues to display the original version.

So what I’m wondering is, is there a way to edit the Player Info screen’s displays through json? Or is this something that’s hardcoded into the game?

The status screen is not exposed to json and is calculated via C++. Only the sidebar is exposed to widgets.

Ah, OK! Thanks for the info, guess I’ll have to shelve this one.