e
This commit is contained in:
Nordi98 2025-08-02 14:32:53 +02:00
parent ef4fd3eece
commit 3c6281a3d5
2 changed files with 24 additions and 11 deletions

View file

@ -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
}
}