Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Data-AIM/Skills_Settings.INI
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,15 @@ COVERT_DETECTEDIFBLEEDING = FALSE
; and redisguise automatically after 3 turns not seen by the enemy
; COVERT_STRIPIFUNCOVERED = FALSE

; if set to TRUE, we can try to coax enemy soldiers to become turncoats. If successful, we can order turncoats to defect to the militia later.
COVERT_TURNCOATS = TRUE

; if set to TRUE, activating all turncoats within a sector requires a radio operator
COVERT_TURNCOATS_SECTOR_ACTIVATION_REQUIRES_RADIOOPERATOR = FALSE

; a bonus to the player's rating when convincing soldiers to become turncoats. Higher is better, values in [-100; 100], default 0.
COVERT_TURNCOATS_PLAYER_CONVINCTION_BONUS = 0

;******************************************************************************************************************************
;******************************************************************************************************************************
[Radio Operator]
Expand Down
Loading