DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Configurations for StaminaHandler class

Переменные

const int STAMINA_DRAIN_STANDING_SPRINT_PER_SEC = 4
 
const int STAMINA_DRAIN_CROUCHED_SPRINT_PER_SEC = 1
 
const int STAMINA_DRAIN_PRONE_SPRINT_PER_SEC = 3
 
const int STAMINA_DRAIN_SWIM_FAST_PER_SEC = 5
 
const int STAMINA_DRAIN_LADDER_FAST_PER_SEC = 8
 
const float STAMINA_DRAIN_HOLD_BREATH_START = 0.2
 
const float STAMINA_DRAIN_HOLD_BREATH_END = 1.0
 
const float STAMINA_DRAIN_JUMP = 25
 
const float STAMINA_DRAIN_VAULT = 20
 
const float STAMINA_DRAIN_CLIMB = 42
 
const float STAMINA_DRAIN_MELEE_LIGHT = 5
 
const float STAMINA_DRAIN_MELEE_HEAVY = 25
 
const float STAMINA_DRAIN_MELEE_EVADE = 8
 
const float STAMINA_DRAIN_ROLL = 5
 
const float STAMINA_DRAIN_HOLD_BREATH_DURATION = 5.0
 
const float STAMINA_DRAIN_HOLD_BREATH_EXPONENT = 3
 
const int STAMINA_GAIN_JOG_PER_SEC = 2
 
const int STAMINA_GAIN_WALK_PER_SEC = 4
 
const int STAMINA_GAIN_IDLE_PER_SEC = 5
 
const int STAMINA_GAIN_SWIM_PER_SEC = 1
 
const int STAMINA_GAIN_LADDER_PER_SEC = 1
 
const int STAMINA_GAIN_ROLL_PER_SEC = 0
 
const float STAMINA_GAIN_BONUS_CAP = 3.0
 
const float STAMINA_KG_TO_STAMINAPERCENT_PENALTY = 1.75
 
const float STAMINA_MIN_CAP = 5
 
const float STAMINA_HOLD_BREATH_THRESHOLD_ACTIVATE = 10
 
const float STAMINA_HOLD_BREATH_THRESHOLD_DRAIN = 0
 
const float STAMINA_JUMP_THRESHOLD = 25
 
const float STAMINA_VAULT_THRESHOLD = 20
 
const float STAMINA_CLIMB_THRESHOLD = 42
 
const float STAMINA_ROLL_THRESHOLD = 5
 
const float STAMINA_MELEE_HEAVY_THRESHOLD = STAMINA_DRAIN_MELEE_HEAVY
 
const float STAMINA_MELEE_EVADE_THRESHOLD = 8
 
const float STAMINA_REGEN_COOLDOWN_DEPLETION = 0.45
 
const float STAMINA_REGEN_COOLDOWN_EXHAUSTION = 0.5
 
const float STAMINA_WEIGHT_LIMIT_THRESHOLD = 6000
 
const float STAMINA_KG_TO_GRAMS = 1000
 in grams (weight where the player is not penalized by stamina)
 
const float STAMINA_SYNC_RATE = 0.5
 
const float STAMINA_MAX = 100
 

Подробное описание

\desc Configurations for StaminaHandler class

Переменные

◆ STAMINA_CLIMB_THRESHOLD

const float STAMINA_CLIMB_THRESHOLD = 42
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_DRAIN_CLIMB

const float STAMINA_DRAIN_CLIMB = 42
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_DRAIN_CROUCHED_SPRINT_PER_SEC

const int STAMINA_DRAIN_CROUCHED_SPRINT_PER_SEC = 1
private

Используется в StaminaHandler::StaminaProcessor_Move().

◆ STAMINA_DRAIN_HOLD_BREATH_DURATION

const float STAMINA_DRAIN_HOLD_BREATH_DURATION = 5.0
private

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

◆ STAMINA_DRAIN_HOLD_BREATH_END

const float STAMINA_DRAIN_HOLD_BREATH_END = 1.0
private

◆ STAMINA_DRAIN_HOLD_BREATH_EXPONENT

const float STAMINA_DRAIN_HOLD_BREATH_EXPONENT = 3
private

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

◆ STAMINA_DRAIN_HOLD_BREATH_START

const float STAMINA_DRAIN_HOLD_BREATH_START = 0.2
private

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

◆ STAMINA_DRAIN_JUMP

const float STAMINA_DRAIN_JUMP = 25
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_DRAIN_LADDER_FAST_PER_SEC

const int STAMINA_DRAIN_LADDER_FAST_PER_SEC = 8
private

Используется в StaminaHandler::StaminaProcessor_Ladder().

◆ STAMINA_DRAIN_MELEE_EVADE

const float STAMINA_DRAIN_MELEE_EVADE = 8
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_DRAIN_MELEE_HEAVY

const float STAMINA_DRAIN_MELEE_HEAVY = 25
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_DRAIN_MELEE_LIGHT

const float STAMINA_DRAIN_MELEE_LIGHT = 5
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_DRAIN_PRONE_SPRINT_PER_SEC

const int STAMINA_DRAIN_PRONE_SPRINT_PER_SEC = 3
private

◆ STAMINA_DRAIN_ROLL

const float STAMINA_DRAIN_ROLL = 5
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_DRAIN_STANDING_SPRINT_PER_SEC

const int STAMINA_DRAIN_STANDING_SPRINT_PER_SEC = 4
private

Используется в StaminaHandler::StaminaProcessor_Move().

◆ STAMINA_DRAIN_SWIM_FAST_PER_SEC

const int STAMINA_DRAIN_SWIM_FAST_PER_SEC = 5
private

Используется в StaminaHandler::StaminaProcessor_Swimming().

◆ STAMINA_DRAIN_VAULT

const float STAMINA_DRAIN_VAULT = 20
private

Используется в StaminaHandler::RegisterStaminaModifiers().

◆ STAMINA_GAIN_BONUS_CAP

const float STAMINA_GAIN_BONUS_CAP = 3.0
private

Используется в StaminaHandler::CalcStaminaGainBonus().

◆ STAMINA_GAIN_IDLE_PER_SEC

◆ STAMINA_GAIN_JOG_PER_SEC

const int STAMINA_GAIN_JOG_PER_SEC = 2
private

Используется в StaminaHandler::StaminaProcessor_Move().

◆ STAMINA_GAIN_LADDER_PER_SEC

const int STAMINA_GAIN_LADDER_PER_SEC = 1
private

Используется в StaminaHandler::StaminaProcessor_Ladder().

◆ STAMINA_GAIN_ROLL_PER_SEC

const int STAMINA_GAIN_ROLL_PER_SEC = 0
private

Используется в StaminaHandler::StaminaProcessor_Move().

◆ STAMINA_GAIN_SWIM_PER_SEC

const int STAMINA_GAIN_SWIM_PER_SEC = 1
private

Используется в StaminaHandler::StaminaProcessor_Swimming().

◆ STAMINA_GAIN_WALK_PER_SEC

const int STAMINA_GAIN_WALK_PER_SEC = 4
private

Используется в StaminaHandler::StaminaProcessor_Move().

◆ STAMINA_HOLD_BREATH_THRESHOLD_ACTIVATE

const float STAMINA_HOLD_BREATH_THRESHOLD_ACTIVATE = 10
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_HOLD_BREATH_THRESHOLD_DRAIN

const float STAMINA_HOLD_BREATH_THRESHOLD_DRAIN = 0
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_JUMP_THRESHOLD

const float STAMINA_JUMP_THRESHOLD = 25
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_KG_TO_GRAMS

const float STAMINA_KG_TO_GRAMS = 1000
private

in grams (weight where the player is not penalized by stamina)

Используется в StaminaHandler::Update().

◆ STAMINA_KG_TO_STAMINAPERCENT_PENALTY

const float STAMINA_KG_TO_STAMINAPERCENT_PENALTY = 1.75
private

◆ STAMINA_MAX

const float STAMINA_MAX = 100
private

◆ STAMINA_MELEE_EVADE_THRESHOLD

const float STAMINA_MELEE_EVADE_THRESHOLD = 8
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_MELEE_HEAVY_THRESHOLD

const float STAMINA_MELEE_HEAVY_THRESHOLD = STAMINA_DRAIN_MELEE_HEAVY
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_MIN_CAP

const float STAMINA_MIN_CAP = 5
private

◆ STAMINA_REGEN_COOLDOWN_DEPLETION

◆ STAMINA_REGEN_COOLDOWN_EXHAUSTION

const float STAMINA_REGEN_COOLDOWN_EXHAUSTION = 0.5
private

Используется в StaminaHandler::CheckStaminaState().

◆ STAMINA_ROLL_THRESHOLD

const float STAMINA_ROLL_THRESHOLD = 5
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_SYNC_RATE

const float STAMINA_SYNC_RATE = 0.5
private

Используется в StaminaHandler::Update().

◆ STAMINA_VAULT_THRESHOLD

const float STAMINA_VAULT_THRESHOLD = 20
private

Используется в StaminaHandler::RegisterStaminaConsumers().

◆ STAMINA_WEIGHT_LIMIT_THRESHOLD

const float STAMINA_WEIGHT_LIMIT_THRESHOLD = 6000
private