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

Calculations for water duration maybe broken #16

Closed
schoos76 opened this issue Oct 23, 2018 · 2 comments
Closed

Calculations for water duration maybe broken #16

schoos76 opened this issue Oct 23, 2018 · 2 comments
Assignees
Labels
bug Something isn't working Fixed Considered fixed in a development branch on Git - maybe local branch only

Comments

@schoos76
Copy link
Owner

From Steam: If I go to the caravan screen and select 4 people but no items the water report on the upper right says 1. I think perhaps it has something to do with the current hydration levels of the selected people (or perhaps what they may already be carrying?) because I've seen that as low as .3.

If I add water, at 21 bottles the meter will show 3.1. Now if I add even more, up to 100 in this test, the meter do not increase. It stays fixed at 3.1.

Seems odd.

@schoos76 schoos76 self-assigned this Oct 26, 2018
@schoos76
Copy link
Owner Author

Issue can be confirmed, have a test setup here, where things are rather strange: 1 colonist (with 1 water), 4 muffalos in caravan. I add 4 water, approx num of days: 0.4 (below 4: 0 days). Adding water one bye one results in a pattern: 5th water gives 0.1 days more (0.5 days in total for water number 5), then need to add 4 to supply all muffalos with water for an extra part of a day (0.4 days more), then the next one is for the colonist).
However, when we reach 2.3 days, it doesn't increase any more.

@schoos76
Copy link
Owner Author

Issue seems to be related to stack size limit: whenever there's more than 25 of water from one of the item stacks in the caravan forming dialog, the calculation gets wrong.

@schoos76 schoos76 added bug Something isn't working Fixed Considered fixed in a development branch on Git - maybe local branch only labels Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed Considered fixed in a development branch on Git - maybe local branch only
Projects
None yet
Development

No branches or pull requests

1 participant