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

Nerf survival time without food/water #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GameData/KerbalismConfig/Profiles/ROKerbalism.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Supply
rate = 1.94976 // Based on RO-TACLS Profile (5.84928 per day)
interval = 28800.0 // 3 Meals per day
individuality = 0.00 // Everyone eats the same amount
degeneration = 0.0111111 // 90 meals, 30 days (taken from TACLS profile)
degeneration = 0.1111111 // 9 meals, 3 days
warning_message = #KERBALISM_food_warning //$ON_VESSEL$KERBAL is hungry
danger_message = #KERBALISM_food_danger //$ON_VESSEL$KERBAL is starving
fatal_message = #KERBALISM_food_fatal //$ON_VESSEL$KERBAL starved to death
Expand All @@ -145,7 +145,7 @@ Supply
output = WasteWater
rate = 0.774144 // Based on RO-TACLS Profile (3.87072 per day)
interval = 17280.0 // 5 drinks per-day
degeneration = 0.0666666 // 15 drinks, 3 days (taken from TACLS profile)
degeneration = 0.2000000 // 5 drinks, 1 day
individuality = 0.00 // Everyone uses the same amount
warning_threshold = 0.1
warning_message = #KERBALISM_water_warning //$ON_VESSEL$KERBAL is thirsty
Expand Down