INIT_HP
((rogue.hp_max - extra_hp - INIT_HP) + less_hp) / (rogue.exp - 1);
effective_average = (float)(rogue.hp_max - INIT_HP) / (rogue.exp - 1);
INIT_HP, /* Hp current */
INIT_HP, /* Hp max */