mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user