Adjust Hunger rates#1302
Merged
deltanedas merged 7 commits intoDeltaV-Station:masterfrom Jun 12, 2024
Colin-Tel:test
Merged
Conversation
Contributor
|
vending machines should be more barren, both giving logi a reason to buy restocks and chef more than 0 customers |
Contributor
Author
Wouldn't it be cool if food&drink vending machines had inventory variation on round start so some will be as full as can be and some could be almost out? |
Contributor
|
they can its just usually 1 type is empty thats it, vending machines are still the go to |
Axionyxx
previously requested changes
Jun 5, 2024
Contributor
Axionyxx
left a comment
There was a problem hiding this comment.
Instead of changing all these values on the prototype, future proof it by changing the value within HungerComponent.
Contributor
|
Resident diona main approves |
This reverts commit da6bf53.
Contributor
Author
|
This one should be ready. |
deltanedas
reviewed
Jun 10, 2024
adjusted diona hunger Signed-off-by: Colin-Tel <113523727+Colin-Tel@users.noreply.github.com>
deltanedas
approved these changes
Jun 10, 2024
Contributor
|
should probably be fine on master but if it fails fix |
LaryNevesPR
pushed a commit
to LaryNevesPR/Estacao-Andromeda
that referenced
this pull request
Jan 3, 2025
…tion#1302) <!-- This is a semi-strict format, you can add/remove sections as needed but the order/format should be kept the same Remove these comments before submitting --> # Description <!-- Explain this PR in as much detail as applicable Some example prompts to consider: How might this affect the game? The codebase? What might be some alternatives to this? How/Who does this benefit/hurt [the game/codebase]? --> Adds localization for the Senior Engineer and Senior Physician roles that were recently enabled. --- # TODO <!-- A list of everything you have to do before this PR is "complete" You probably won't have to complete everything before merging but it's good to leave future references --> n/a --- <!-- This is default collapsed, readers click to expand it and see all your media The PR media section can get very large at times, so this is a good way to keep it clean The title is written using HTML tags The title must be within the <summary> tags or you won't see it --> <details><summary><h1>Media</h1></summary> <p>   </p> </details> --- # Changelog <!-- You can add an author after the `:cl:` to change the name that appears in the changelog (ex: `:cl: Death`) Leaving it blank will default to your GitHub display name This includes all available types for the changelog --> :cl: zelezniciar - fix: Fixed Senior Engineer and Physician names not appearing correctly
LaryNevesPR
pushed a commit
to LaryNevesPR/Estacao-Andromeda
that referenced
this pull request
Jan 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
About the PR
Raised hunger rates for all species. Diona had their thirst rate raised to 1.5x the human thirst rate and their hunger is 0.4x the human hunger rate.
Why / Balance
The current hunger rate has relegated chef and botany to not really being consequential in the rounds. Raising the hunger rate can aid against this problem if done carefully.
Technical details
Adjusts the
baseDecayRatein HungerComponent.In a nutshell, hunger is reduced by .05 every second instead of by .001666666.
Changelog
🆑