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

Correct capacity values for kegs in containers.json #40239

Merged
merged 1 commit into from
May 6, 2020

Conversation

RoyBerube
Copy link
Contributor

@RoyBerube RoyBerube commented May 6, 2020

Summary

SUMMARY: None

Purpose of change

Noticed these values were off while perusing the json code. Kegs should hold 50L but were set to 3L. Set weight values to correspond to similar containers, with the steel keg being a little stronger.

Describe the solution

Updated the values in containers.json

Describe alternatives you've considered

No alternatives other than correcting volume and weight values make sense.

Testing

Copied containers.json to game version 10629 folder. Spawned in both kegs and volumes and weights are now at updated values.

Additional context

Aluminum and steel kegs are supposed to contain 50L and were set to 3 L.
Updated both to 50L and set the max weights higher as well.
@Zireael07
Copy link
Contributor

IIRC volume is how much space it takes in your inventory, not how much liquid can be stored in it.

@kevingranade kevingranade merged commit ebc4463 into CleverRaven:master May 6, 2020
@RoyBerube RoyBerube deleted the keg-capacity branch May 6, 2020 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants