Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tool belt a lot lighter and a bit smaller #63150

Merged
merged 2 commits into from
Feb 23, 2023

Conversation

Olaroll
Copy link
Contributor

@Olaroll Olaroll commented Jan 17, 2023

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:

  • 1x 1L Pocket
  • 3x 1L Sheath/Belt Loop
  • 2x 1.5L Sheath/Belt Loop

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

@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Items: Armor / Clothing Armor and clothing Game: Balance Balancing of (existing) in-game features. astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Jan 17, 2023
@andrei8l
Copy link
Contributor

The default/disassembly components weigh 1.7kg so the recipe needs to be updated too

Screenshot from 2023-01-17 19-53-41

@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Jan 17, 2023
@Olaroll
Copy link
Contributor Author

Olaroll commented Jan 17, 2023

Alright, I've adjusted the recipe in the following ways:

  • Leather pouches needed 6 -> 2
  • Leather patches needed 6 -> 12
  • Clasps needed 2 -> 5
  • Leather belts needed 0 -> 1

These are mostly arbitrary amounts, but they add up to 0.95kg. Is that alright?

The only non-arbitrary change was setting the leather pouches to 2. The reasoning is that the tool belt has 1L of non belt loop storage, and each leather pouch contributes 0.5L.

Copy link
Contributor

@Knut-Aage-Hofseth Knut-Aage-Hofseth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a good sanity fix on this item and recipe.

@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.

@github-actions github-actions bot added the stale Closed for lack of activity, but still valid. label Feb 17, 2023
@Fris0uman Fris0uman merged commit af2fe0d into CleverRaven:master Feb 23, 2023
@Olaroll Olaroll deleted the tool-belt-weight branch May 12, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Game: Balance Balancing of (existing) in-game features. Items: Armor / Clothing Armor and clothing [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions stale Closed for lack of activity, but still valid.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants