#NPC Looting behavior

#Input variables

#Output variables
#loot_time (the time taken in looting)
#loot_food (the maximum amount of food taken from the tribe per looter)
#health_drain - Health lost per second
#energy_drain - Energy lost per second
#food_drain - Food lost per second

loot_time = 5000
loot_food = 20
health_drain = 0
energy_drain = 1
food_drain = 0.7
