function user_get_vithp($lvl, $vit, $art=false) {
return intval(round((_comp($lvl,_V0)*(1 - _IComp) + $vit) * _Vs * ($art ? 1: _decHP)));
}
function user_get_bonushp($lvl, $vit) {
return user_get_vithp($lvl, $vit, true) - user_get_vithp($lvl, $vit, false);
это получается во второй...