CfgAISkill: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Improved value formatting.)
m (Improved layout.)
Line 2: Line 2:


=Introduction=
=Introduction=
=A=


==aimingAccuracy==
==aimingAccuracy==
Line 19: Line 17:
'''Description:'''  ?  
'''Description:'''  ?  
  aimingSpeed[] = {0, 0.5, 1, 1};
  aimingSpeed[] = {0, 0.5, 1, 1};
=C=


==courage==
==courage==
Line 31: Line 27:
'''Description:''' ?
'''Description:''' ?
  commanding[] = {0, 0, 1, 1};
  commanding[] = {0, 0, 1, 1};
=E=


==endurance==
==endurance==
Line 38: Line 32:
'''Description:''' ?
'''Description:''' ?
  endurance[] = {0, 0, 1, 1};
  endurance[] = {0, 0, 1, 1};
=G=


==general==
==general==
Line 45: Line 37:
'''Description:''' ?
'''Description:''' ?
  general[] = {0, 0, 1, 1};
  general[] = {0, 0, 1, 1};
=R=


==reloadSpeed==
==reloadSpeed==
Line 52: Line 42:
'''Description:''' ?
'''Description:''' ?
  reloadSpeed[] = {0, 0, 1, 1};
  reloadSpeed[] = {0, 0, 1, 1};
=S=


==spotDistance==
==spotDistance==

Revision as of 17:38, 3 January 2011

Template:Stub

Introduction

aimingAccuracy

Array
Description: ?

aimingAccuracy[] = {0, 0, 1, 1};

aimingShake

Array
Description: ?

aimingShake[] = {0, 0, 1, 1};

aimingSpeed

Array
Description:  ?

aimingSpeed[] = {0, 0.5, 1, 1};

courage

Array
Description: ?

courage[] = {0, 0, 1, 1};

commanding

Array
Description: ?

commanding[] = {0, 0, 1, 1};

endurance

Array
Description: ?

endurance[] = {0, 0, 1, 1};

general

Array
Description: ?

general[] = {0, 0, 1, 1};

reloadSpeed

Array
Description: ?

reloadSpeed[] = {0, 0, 1, 1};

spotDistance

Array
Description: Defines the AI's probability of spotting targets within their visual range.
Values: {low_skill_value, low_skill_spotting_probability, high_skill_value, high_skill_spotting_probability}
Details: AI with a skill value at or lower than low_skill_value will have a low_skill_spotting_probability chance of spotting a target. AI with a skill value at or above high_skill_value will have a high_skill_spotting_probability chance of spotting a target.

spotDistance[] = {0, 0.2, 1, 0.4};

spotTime

Array
Description: ?

spotTime[] = {0, 0, 1, 0.7};