mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Added options to remove mercenary on-assignment deaths, and also set the number of deaths per difficulty level
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@533 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -505,6 +505,18 @@ START_ATTRIBUTE = 55
|
||||
MERC_AVAILABLE_DAY_ONE = FALSE
|
||||
ALL_MERCS_AT_MERC = FALSE
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; The Following settings define if and how many mercenaries die while on assignment
|
||||
; if they have not been hired.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
MERCS_DIE_ON_ASSIGNMENT = TRUE
|
||||
EASY_MERC_DEATHS = 1
|
||||
EXPERIENCED_MERC_DEATHS = 2
|
||||
EXPERT_MERC_DEATHS = 3
|
||||
INSANE_MERC_DEATHS = 4
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; USE_RANDOM_PERSONALITY set to TRUE will randomly generate an Attitude and a Personality for each of
|
||||
; your IMP Mercs.
|
||||
|
||||
@@ -505,6 +505,21 @@ START_ATTRIBUTE = 55
|
||||
MERC_AVAILABLE_DAY_ONE = FALSE
|
||||
ALL_MERCS_AT_MERC = FALSE
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; The Following settings define if and how many mercenaries die while on assignment
|
||||
; if they have not been hired.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
MERCS_DIE_ON_ASSIGNMENT = TRUE
|
||||
EASY_MERC_DEATHS = 1
|
||||
EXPERIENCED_MERC_DEATHS = 2
|
||||
EXPERT_MERC_DEATHS = 3
|
||||
INSANE_MERC_DEATHS = 4
|
||||
|
||||
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; USE_RANDOM_PERSONALITY set to TRUE will randomly generate an Attitude and a Personality for each of
|
||||
; your IMP Mercs.
|
||||
|
||||
Reference in New Issue
Block a user