CfgAISkill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Improved value formatting.) |
||
Line 18: | Line 18: | ||
[[TokenNameValueTypes|Array]]<br> | [[TokenNameValueTypes|Array]]<br> | ||
'''Description:''' ? | '''Description:''' ? | ||
aimingSpeed[] = {0, 0. | aimingSpeed[] = {0, 0.5, 1, 1}; | ||
=C= | =C= | ||
Line 60: | Line 60: | ||
'''Values:''' {''low_skill_value'', ''low_skill_spotting_probability'', ''high_skill_value'', ''high_skill_spotting_probability''}<br> | '''Values:''' {''low_skill_value'', ''low_skill_spotting_probability'', ''high_skill_value'', ''high_skill_spotting_probability''}<br> | ||
'''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. | '''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. | spotDistance[] = {0, 0.2, 1, 0.4}; | ||
==spotTime== | ==spotTime== | ||
[[TokenNameValueTypes|Array]]<br> | [[TokenNameValueTypes|Array]]<br> | ||
'''Description:''' ? | '''Description:''' ? | ||
spotTime[] = {0, 0, 1, 0. | spotTime[] = {0, 0, 1, 0.7}; | ||
[[Category:ArmA: Addon Configuration]] | [[Category:ArmA: Addon Configuration]] |
Revision as of 09:10, 31 October 2010
Introduction
A
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};
C
courage
Array
Description: ?
courage[] = {0, 0, 1, 1};
commanding
Array
Description: ?
commanding[] = {0, 0, 1, 1};
E
endurance
Array
Description: ?
endurance[] = {0, 0, 1, 1};
G
general
Array
Description: ?
general[] = {0, 0, 1, 1};
R
reloadSpeed
Array
Description: ?
reloadSpeed[] = {0, 0, 1, 1};
S
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};