-
Notifications
You must be signed in to change notification settings - Fork 10
Hunger & Thirst
SlintVox edited this page Apr 5, 2019
·
10 revisions
- Check thirst bar using
getThirstLevel
. Keep track of the number given. - Wait a few seconds for the blue bar to go down.
- Check thirst bar again using
getThirstLevel
.
Verify: The number given is lower than the number previously given. - Spawn cup using
give WoodenCup
. - Find body of water or spawn water using
give Core:water
and place water into a hole. - Right click on body of water with the cup to fill it. Right click again to drink
water.
Verify: Drinking water fills blue bar.
-
If necessary set hunger bar and health bar to max using
hungerSet 100
andHealthMax
- Set regen rate to 0 using
setRegenRate 0
. - Set thirst bar to 0 using
thirstSet 0
. - Speed up time using
setTimeDilation 10
.
Verify: Character slowly looses heart containers - Set time back to normal using
setTimeDilation 10
. - View health using
showHeath
Verify: Number is less than 100.
-
If necessary set hunger bar and health bar to max using
hungerSet 100
andHealthMax
- Take critical damage using
setMaxHealth 90
- Set thirst bar to 0 using
thirstSet 0
. - Speed up time using
setTimeDilation 10
.
Verify: Character dies due to thirst.