|
|
(11 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
| {{Stub}}
| | #REDIRECT [[Arma 3: AI Skill]] |
| | |
| =Introduction=
| |
| | |
| ==aimingAccuracy==
| |
| [[TokenNameValueTypes|Array]]<br> | |
| '''Description:''' ?
| |
| aimingAccuracy[] = {0, 0, 1, 1};
| |
| | |
| ==aimingShake==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| aimingShake[] = {0, 0, 1, 1};
| |
| | |
| ==aimingSpeed==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| aimingSpeed[] = {0, 0.5, 1, 1};
| |
| | |
| ==commanding==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| commanding[] = {0, 0, 1, 1};
| |
| | |
| ==courage==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| courage[] = {0, 0, 1, 1};
| |
| | |
| ==endurance==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| endurance[] = {0, 0, 1, 1};
| |
| | |
| ==general==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| general[] = {0, 0, 1, 1};
| |
| | |
| ==reloadSpeed==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| reloadSpeed[] = {0, 0, 1, 1};
| |
| | |
| ==spotDistance==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' Defines the AI's probability of spotting targets within their visual range.<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.
| |
| spotDistance[] = {0, 0.2, 1, 0.4};
| |
| | |
| ==spotTime==
| |
| [[TokenNameValueTypes|Array]]<br>
| |
| '''Description:''' ?
| |
| spotTime[] = {0, 0, 1, 0.7};
| |
| | |
| [[Category:ArmA: Addon Configuration]]
| |
| [[Category:AI]]
| |