CfgMovesFatigue – Arma 3

From Bohemia Interactive Community
Revision as of 18:09, 23 November 2015 by Solzenicyn (talk | contribs)
Jump to navigation Jump to search

Template:Cfg ref

Introduction

See CfgVehicles Config Reference Introduction

This class is defined in base soldier class so all soldiers in vanilla game have the same Stamina behavior. However it can be defined for each soldier class separately if desired.

Alphabetical Order

Template:Cfg ref

A

aimPrecisionSpeedCoef

Float

aimPrecisionSpeedCoef	= 5;	//aimPrecision adjusting rate coefficient between two animation states with different aimPrecision parameter value

S

staminaCooldown

Float

staminaCooldown = 10; //when you run out of stamina the sprinting is disabled for this duration

staminaDuration

Float

staminaDuration = 60; //total amount of stamina

staminaRestoration

Float

staminaRestoration = 30; //time required for your current stamina pool (total stamina - inventory load) to restore

T

Float

terrainDrainSprint = -1; //when terrain gradient disable sprint, this stamina value is added to every animation state (do not stack with following terrain threshold)

Float

terrainDrainRun = -1; //when terrain gradient enable force walk, this stamina value is added to every animation state (do not stack with previous terrain threshold)

Float

terrainSpeedCoef = 0.9; //when terrain gradient disable sprint, animation speed is multiplied by this value

Template:Cfg ref