Seems starvation class will be regenerating blood
class Starving: VeryHungry
modifiers[] = {
{ "blood",1 }};
condition = "(_this getVariable['energy',0] > 2000) and (_this getVariable['water',0] > 1500)";
Seems like it is a former LowRegeneration class replaced mistakingly.