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:
silversurfer
2014-07-11 15:17:40 +00:00
parent c3a4cb2cce
commit 9d12563ca1
2 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -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
+6 -1
View File
@@ -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