mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Covert Ops trait change: if a spy is closer than COVERT_ELITES_UNCOVER_RADIUS to an elite or officer, they can uncover the spy, depending on uniform worn an experience levels.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2144 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -736,9 +736,11 @@ COVERT_CLOSE_DETECTION_RANGE = 10
|
|||||||
; if disguised as a soldier, we will still be caught if we are this close to a fresh corpse
|
; if disguised as a soldier, we will still be caught if we are this close to a fresh corpse
|
||||||
COVERT_CLOSE_DETECTION_RANGE_SOLDIER_CORPSE = 5
|
COVERT_CLOSE_DETECTION_RANGE_SOLDIER_CORPSE = 5
|
||||||
|
|
||||||
; elite soldiers can uncover even perfectly disguised spies if standing next to them and more expericenced
|
; elites can uncover a spy if disguised as an admin or regular soldier
|
||||||
; this only works on soldier disguises, levels in this trait require the elite to be more experienced to uncover the spy
|
; officers (see [Tactical Enemy Role Settings] in JA2_Otions.ini) can uncover any spy disguised as a soldier
|
||||||
COVERT_ELITES_DETECT_NEXTTILE = TRUE
|
; this works if they see the spy, their level exceeds the spies level + covert trait level,
|
||||||
|
; and they are closer than COVERT_ELITES_UNCOVER_RADIUS tiles
|
||||||
|
COVERT_ELITES_UNCOVER_RADIUS = 6
|
||||||
|
|
||||||
; if set to TRUE, disguises will blow if you are bleeding and close to the enemy
|
; if set to TRUE, disguises will blow if you are bleeding and close to the enemy
|
||||||
COVERT_DETECTEDIFBLEEDING = FALSE
|
COVERT_DETECTEDIFBLEEDING = FALSE
|
||||||
|
|||||||
Reference in New Issue
Block a user