So this issue has 3 parts to it. The first part is best on Jack, while I might want to try my hand at the other two parts.
Adding 6 new items to the compendium, to the item category that handles quantity per kilogram. See page 176 of Katharsys:
Tech I Scrap
Tech II Scrap
Tech III Scrap
Tech IV Scrap
Tech V Scrap
Tech VI Scrap
Pending feedback thereafter, I'd want to examine the following code changes:
According to Katharsys, every 5kgs should add +1 encumbrance to the Actor. Math on this goes (sum of all scrap quantities) / 5, rounded down to an integer.
Finally, I might look into doing a filter on the drag-and-drop of Carrying Rigs so it only accepts Scrap. However, I think some people might find this annoying so open to ignoring it.
So this issue has 3 parts to it. The first part is best on Jack, while I might want to try my hand at the other two parts.
Pending feedback thereafter, I'd want to examine the following code changes: