ed
e
This commit is contained in:
parent
ef4fd3eece
commit
3c6281a3d5
2 changed files with 24 additions and 11 deletions
|
@ -50,11 +50,11 @@ Config.FillItems = {
|
|||
-- Consumption Effects
|
||||
Config.Effects = {
|
||||
food = {
|
||||
hunger = 10,
|
||||
hunger = 20, -- Increased from 10 to be more noticeable
|
||||
stress = -5
|
||||
},
|
||||
water = {
|
||||
thirst = 10,
|
||||
thirst = 20, -- Increased from 10 to be more noticeable
|
||||
stress = -2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue