added team-specific modifiers for AI suppression

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1647 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2013-04-11 21:32:00 +00:00
parent cb9fc37cbc
commit 16c6969518
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -1764,6 +1764,19 @@ COVER_SYSTEM_UPDATE_DELAY = 500
SUPPRESSION_EFFECTIVENESS = 75
;------------------------------------------------------------------------------------------------------------------------------
; These modifiers control suppression effectiveness for different teams. They work together with SUPPRESSION_EFFECTIVENESS,
; not instead
;
; 0 = JA2 Default: Suppression is DISABLED.
; 100 = Suppression is fully activated.
;
; This value can be raised to 65535... But don't. Values over 200 are already excessive.
;------------------------------------------------------------------------------------------------------------------------------
SUPPRESSION_EFFECTIVENESS_PLAYER = 100
SUPPRESSION_EFFECTIVENESS_AI = 100
;------------------------------------------------------------------------------------------------------------------------------
; Minimum and Maximum amount of Suppression Tolerance a character can have.
;
+13
View File
@@ -1734,6 +1734,19 @@ COVER_SYSTEM_UPDATE_DELAY = 500
SUPPRESSION_EFFECTIVENESS = 75
;------------------------------------------------------------------------------------------------------------------------------
; These modifiers control suppression effectiveness for different teams. They work together with SUPPRESSION_EFFECTIVENESS,
; not instead
;
; 0 = JA2 Default: Suppression is DISABLED.
; 100 = Suppression is fully activated.
;
; This value can be raised to 65535... But don't. Values over 200 are already excessive.
;------------------------------------------------------------------------------------------------------------------------------
SUPPRESSION_EFFECTIVENESS_PLAYER = 100
SUPPRESSION_EFFECTIVENESS_AI = 100
;------------------------------------------------------------------------------------------------------------------------------
; Minimum and Maximum amount of Suppression Tolerance a character can have.
;