DayZ 1.28
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ ENVIRO_PLAYER_HEATBUFFER_STAGE_RATELIMIT

ref array<ref TFloatArray> GameConstants::ENVIRO_PLAYER_HEATBUFFER_STAGE_RATELIMIT
staticprivate
Инициализатор
= {
{1.0, 1.0},
{1.82, 4.0},
{0.8, 1.6},
{1.0, 1.0},
}

Minimal heatbuffer capacity of naked character.

heatbuffer per stage decrease rate limiting - each entry represents the {min, max} value per HB stage

См. определение в файле 3_Game/constants.c строка 765

765 {
766 {1.0, 1.0}, // not used now
767 {1.82, 4.0},
768 {0.8, 1.6},
769 {1.0, 1.0}, // not used now
770 };

Используется в ProcessHeatBuffer().