Make tool belt a lot lighter and a bit smaller #63150
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Balance "Rebalanced tool belt weight and volume"
Purpose of change
I noticed that an empty tool belt currently weighs 3.85kg, which is way too much imo, especially for the relatively small amount of storage it gives.
Describe the solution
To find the right weight, I tried looking for an IRL tool belt that has a similar amount of storage when compared to the one in-game. Overall, the lightest tool belts I found were around 0.5kg, while the heaviest were about 2.5kg.
Just for convenience, here are the in-game tool belt's pockets:
Looking at the pockets, you can see that the in-game tool belt mostly consists of belt loops for the tools, and would thus be quite light.
The tool belt I found that had the most similar storage specs ended up being this one. It's made out of thick leather, and weighs a total of 0.85kg. It doesn't include the belt, so I rounded it up to 1kg to compensate.
I also lowered the volume slightly. I just set it to what feels right, as volume isn't that important for clothing anyway. I did make sure its volume is a bit larger than the police belt, as it seems like a good reference point.
Describe alternatives you've considered
Leaving the tool belt unreasonably heavy.
Testing
None, because the JSON change is as simple as can be.After changing the crafting recipe in a later commit, I also tried loading up the game and making sure crafting and disassembly works.
Additional context
None