Aggressive: Difference between revisions
Replaced mentions of script actions with team missions (as they are internally known as such) |
|||
Line 1: | Line 1: | ||
{{Flag | {{Flag | ||
|name={{PAGENAME}} | |name={{PAGENAME}} | ||
|files={{Categ|ini=ai | |files={{Categ|ini=ai}} | ||
|values={{Values|boolean}} | |values={{Values|boolean}} | ||
|types={{Categ|TeamTypes}} | |types={{Categ|TeamTypes}} | ||
Line 11: | Line 11: | ||
|ares=yes | |ares=yes | ||
}} | }} | ||
{{f|Aggressive|link}} entry in [[TeamTypes]] pertains to initiating an attack when a threat posing enemy comes in range. {{f|Suicide|link}} entry in TeamTypes pertains to response to an attack. These can be set to yes/no. Depending on the current [[ScriptTypes/ | {{f|Aggressive|link}} entry in [[TeamTypes]] pertains to initiating an attack when a threat posing enemy comes in range. {{f|Suicide|link}} entry in TeamTypes pertains to response to an attack. These can be set to yes/no. Depending on the current [[ScriptTypes/ScriptActions|script action]] being executed and the combination of these two entries, the behavior differs. For some script actions, these two flags don't have any relevance. Variation are seen in the script actions where movement is involved. Typically, attack script actions are not affected by {{f|Aggressive}} entry and the team does not initiate attack while on the move to its target when the threat-posing enemy comes in range. In move script actions, {{f|Aggressive|yes}} favors attacking when the threat-posing enemy comes in range which results in the team losing its current script action, and when the team resumes it executes the next script action in its script. {{f|Suicide|yes}} tries to suppress the retaliation when attacked in favor of completing the current script action. | ||
=== Movement-related | === Movement-related script action cases === | ||
{| cellpadding="5" class="wikitable" | {| cellpadding="5" class="wikitable" | ||
!rowspan="2"| | !rowspan="2"|ScriptAction | ||
!rowspan="2"|Aggressive? | !rowspan="2"|Aggressive? | ||
!rowspan="2"|Suicide? | !rowspan="2"|Suicide? | ||
Line 27: | Line 27: | ||
|yes | |yes | ||
|yes | |yes | ||
|rowspan="4"|Does not initiate attack; continues | |rowspan="4"|Does not initiate attack; continues its script action. | ||
|Does not respond to attack; continues the | |Does not respond to attack; continues the script action. | ||
|- | |- | ||
|yes | |yes | ||
|no | |no | ||
|Responds to attack and continues the | |Responds to attack and continues the script action. | ||
|- | |- | ||
|no | |no | ||
|yes | |yes | ||
|Does not respond to attack; continues the | |Does not respond to attack; continues the script action. | ||
|- | |- | ||
|no | |no | ||
|no | |no | ||
|Responds to attack and continues the | |Responds to attack and continues the script action. | ||
|- | |- | ||
|rowspan="4"|<code>3</code> Move to waypoint<br/><code>47</code> Move to enemy structure<br/><code>53</code> Gather at enemy base | |rowspan="4"|<code>3</code> Move to waypoint<br/><code>47</code> Move to enemy structure<br/><code>53</code> Gather at enemy base | ||
|yes | |yes | ||
|yes | |yes | ||
|Does not initiate attack; continues | |Does not initiate attack; continues its script action. | ||
|Does not respond to attack; continues the | |Does not respond to attack; continues the script action. | ||
|- | |- | ||
|yes | |yes | ||
|no | |no | ||
|Abandons the current | |Abandons the current script action and attacks the enemy. Once attack is over, executes the next script action. | ||
|Responds to attack. If the engagement is only response or if the enemy moves out of range, continues the current | |Responds to attack. If the engagement is only response or if the enemy moves out of range, continues the current script action. If the engagement turns into an attack, it abandons the current script action. Once the attack is over, executes the next script action. | ||
|- | |- | ||
|no | |no | ||
|yes | |yes | ||
|rowspan="2"|Does not initiate attack when enemy comes in range; continues | |rowspan="2"|Does not initiate attack when enemy comes in range; continues its script action. | ||
|rowspan="2"|Does not respond to attack; continues the | |rowspan="2"|Does not respond to attack; continues the script action. | ||
|- | |- | ||
|no | |no | ||
Line 64: | Line 64: | ||
|yes | |yes | ||
|yes | |yes | ||
|Attacks the enemy, then resumes the | |Attacks the enemy, then resumes the script action. | ||
|Does not respond to attack; continues the | |Does not respond to attack; continues the script action. | ||
|- | |- | ||
|yes | |yes | ||
|no | |no | ||
|Abandons the current | |Abandons the current script action and attacks the enemy. Once attack is over, executes the next script action. | ||
|Responds to attack. If the engagement is only response or if the enemy moves out of range, continues the current | |Responds to attack. If the engagement is only response or if the enemy moves out of range, continues the current script action. If the engagement turns into an attack, it abandons the current script action. Once the attack is over, executes the next script action. | ||
|- | |- | ||
|no | |no | ||
|yes | |yes | ||
|Attacks the enemy, then resumes the | |Attacks the enemy, then resumes the script action. | ||
|Does not respond to attack; continues the | |Does not respond to attack; continues the script action. | ||
|- | |- | ||
|no | |no | ||
|no | |no | ||
|Attacks the enemy while moving to given waypoint. | |Attacks the enemy while moving to given waypoint. | ||
|Moves back to retaliate. Attacks if in range, otherwise ignores the enemy. Continues the | |Moves back to retaliate. Attacks if in range, otherwise ignores the enemy. Continues the script action. | ||
|} | |} | ||
[[Category:INI Flags]] | [[Category:INI Flags]] |
Revision as of 09:00, 7 June 2023
Flag: | Aggressive |
File(s): | ai(md).ini |
Values: | Boolean values: yes or no, true or false, 1 or 0 |
Applicable to: | TeamTypes |
Aggressive entry in TeamTypes pertains to initiating an attack when a threat posing enemy comes in range. Suicide entry in TeamTypes pertains to response to an attack. These can be set to yes/no. Depending on the current script action being executed and the combination of these two entries, the behavior differs. For some script actions, these two flags don't have any relevance. Variation are seen in the script actions where movement is involved. Typically, attack script actions are not affected by Aggressive entry and the team does not initiate attack while on the move to its target when the threat-posing enemy comes in range. In move script actions, Aggressive=yes favors attacking when the threat-posing enemy comes in range which results in the team losing its current script action, and when the team resumes it executes the next script action in its script. Suicide=yes tries to suppress the retaliation when attacked in favor of completing the current script action.
ScriptAction | Aggressive? | Suicide? | Response when... | |
---|---|---|---|---|
...enemy in range | ...under attack | |||
0 Attack target type1 Attack waypoint46 Attack enemy structure59 Attack structure at waypoint
|
yes | yes | Does not initiate attack; continues its script action. | Does not respond to attack; continues the script action. |
yes | no | Responds to attack and continues the script action. | ||
no | yes | Does not respond to attack; continues the script action. | ||
no | no | Responds to attack and continues the script action. | ||
3 Move to waypoint47 Move to enemy structure53 Gather at enemy base
|
yes | yes | Does not initiate attack; continues its script action. | Does not respond to attack; continues the script action. |
yes | no | Abandons the current script action and attacks the enemy. Once attack is over, executes the next script action. | Responds to attack. If the engagement is only response or if the enemy moves out of range, continues the current script action. If the engagement turns into an attack, it abandons the current script action. Once the attack is over, executes the next script action. | |
no | yes | Does not initiate attack when enemy comes in range; continues its script action. | Does not respond to attack; continues the script action. | |
no | no | |||
16 Patrol to waypoint
|
yes | yes | Attacks the enemy, then resumes the script action. | Does not respond to attack; continues the script action. |
yes | no | Abandons the current script action and attacks the enemy. Once attack is over, executes the next script action. | Responds to attack. If the engagement is only response or if the enemy moves out of range, continues the current script action. If the engagement turns into an attack, it abandons the current script action. Once the attack is over, executes the next script action. | |
no | yes | Attacks the enemy, then resumes the script action. | Does not respond to attack; continues the script action. | |
no | no | Attacks the enemy while moving to given waypoint. | Moves back to retaliate. Attacks if in range, otherwise ignores the enemy. Continues the script action. |