Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
hudbars
Commits
8d864a49
Commit
8d864a49
authored
Dec 30, 2017
by
Milan
Browse files
exhaustion increase 1.5 instead of 3 when node digged
parent
bc97b9ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
hbhunger/init.lua
View file @
8d864a49
...
...
@@ -16,7 +16,7 @@ HUNGER_HUD_TICK = 0.5 -- 0.1
hbhunger
.
exhaustion
=
{}
-- Exhaustion is experimental!
HUNGER_HUNGER_TICK
=
600
-- time in seconds after that 1 hunger point is taken (600)
HUNGER_EXHAUST_DIG
=
3
-- exhaustion increased this value after digged node
HUNGER_EXHAUST_DIG
=
1
.
5
-- exhaustion increased this value after digged node
HUNGER_EXHAUST_PLACE
=
1
-- exhaustion increased this value after placed
HUNGER_EXHAUST_MOVE
=
0
.
3
-- exhaustion increased this value if player movement detected
HUNGER_EXHAUST_LVL
=
160
-- at what exhaustion player satiation gets lowerd
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment