Hello everyone! Kuroneko here with yet another question regarding to modding. I’ve grasped a lot of things about modding already by fooling around with my test mod and by asking questions here. You all have been a great help to me.
Moving on, I’m trying to modify the storage size for the backpack. I made an outfit with a backpack that I want certain hearthlings set to be only haulers to use. I’m trying to add it by using a buff. The problem is that I can’t find any documentation regarding what can be modified.
I found this in base_human.json but don’t know how to modify it using an armor/buff.
"stonehearth:storage": {
"type": "backpack",
"public": false,
"capacity": 4
},
Any help?