Updated description for AI_SUPPRESS_MIN_MAG_SIZE, AI_SUPPRESS_MIN_AMMO_REMAINING options.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2573 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Sevenfm
2020-10-16 20:57:23 +00:00
parent 07dca34621
commit 68f8c479ba
2 changed files with 10 additions and 8 deletions
+5 -4
View File
@@ -2592,10 +2592,11 @@ SHOCK_REDUCES_SIGHTRANGE = 1
COWERING_PENALTY_TO_SUPPRESSION_TOLERANCE = 4
;------------------------------------------------------------------------------------------------------------------------------
; These settings tell the AI how to behave when Suppress is enabled. The first tells the AI the minimum mag size of the weapon
; before suppression will be considered. And the second tells the AI minimum remaining ammo the weapon must have to be valid
; for suppression. Valid range is 0 to 1000. Setting the mag size to 0 will mean the AI will try to use suppression on every
; weapon which is the result you used to get when setting the AI Suppression flag to FALSE.
; These settings tell the AI which weapons can be used for suppression fire.
; The first tells the AI the minimum mag size of the weapon before suppression will be considered.
; And the second tells the AI minimum remaining ammo the weapon must have to be valid for suppression.
; Valid range is 0 to 1000.
; Setting the mag size to 0 will mean the AI will try to use suppression with every autofire capable weapon.
;------------------------------------------------------------------------------------------------------------------------------
AI_SUPPRESS_MIN_MAG_SIZE = 30
+5 -4
View File
@@ -2568,10 +2568,11 @@ SHOCK_REDUCES_SIGHTRANGE = 0
COWERING_PENALTY_TO_SUPPRESSION_TOLERANCE = 0
;------------------------------------------------------------------------------------------------------------------------------
; These settings tell the AI how to behave when Suppress is enabled. The first tells the AI the minimum mag size of the weapon
; before suppression will be considered. And the second tells the AI minimum remaining ammo the weapon must have to be valid
; for suppression. Valid range is 0 to 1000. Setting the mag size to 0 will mean the AI will try to use suppression on every
; weapon which is the result you used to get when setting the AI Suppression flag to FALSE.
; These settings tell the AI which weapons can be used for suppression fire.
; The first tells the AI the minimum mag size of the weapon before suppression will be considered.
; And the second tells the AI minimum remaining ammo the weapon must have to be valid for suppression.
; Valid range is 0 to 1000.
; Setting the mag size to 0 will mean the AI will try to use suppression with every autofire capable weapon.
;------------------------------------------------------------------------------------------------------------------------------
AI_SUPPRESS_MIN_MAG_SIZE = 30