mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
New modifier for NCTH to alter the behaviour of the scope penalty:
- AIM_TOO_CLOSE_THRESHOLD = 0.8 This defines the point within scope range where the penalty starts. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2066 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -323,8 +323,13 @@ AIM_DEX = 2.0
|
||||
; actual penalty applied. Setting it too low will make it impossible to use
|
||||
; scopes within effective range
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
AIM_TOO_CLOSE_SCOPE = -4.0
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; This value defines at which point below scope range the AIM_TOO_CLOSE_SCOPE based penalty starts. A value of 0.0 removes
|
||||
; scope penalties. A value of 1.0 means the penalty starts as soon as the target is just a little below
|
||||
; scope range. 0.5 means penalty starts at half the scope range and so on...
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
AIM_TOO_CLOSE_THRESHOLD = 0.8
|
||||
|
||||
AIM_GUN_CONDITION = -2.0
|
||||
AIM_LOW_MORALE = -2.0
|
||||
|
||||
@@ -323,8 +323,13 @@ AIM_DEX = 2.0
|
||||
; actual penalty applied. Setting it too low will make it impossible to use
|
||||
; scopes within effective range
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
AIM_TOO_CLOSE_SCOPE = -4.0
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; This value defines at which point below scope range the AIM_TOO_CLOSE_SCOPE based penalty starts. A value of 0.0 removes
|
||||
; scope penalties. A value of 1.0 means the penalty starts as soon as the target is just a little below
|
||||
; scope range. 0.5 means penalty starts at half the scope range and so on...
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
AIM_TOO_CLOSE_THRESHOLD = 0.8
|
||||
|
||||
AIM_GUN_CONDITION = -2.0
|
||||
AIM_LOW_MORALE = -2.0
|
||||
|
||||
Reference in New Issue
Block a user