##########################################################################
#    Information to Hunger:
##########################################################################

Currently hunger is set up as follows:

  max.hunger:= 200-450 based on playerHP  (hunger.inc)
  max.thirst:= 300-550 based on playerHP  (hunger.inc)

Hunger increases once every 20 mins.

  increase hunger: 9/h 			  (hunger.src)
  increase thirst: 15/h 		  (hunger.src)


-> this combined means:
  a player can live 22-50 RL hours without food
  a player can live 20-36 RL hours without water

##########################################################################
