- 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:
AcyForsythe
2006-10-07 03:41:08 +00:00
parent 6bf62d4bb7
commit 4951f461c6
2 changed files with 27 additions and 0 deletions
+12
View File
@@ -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.
+15
View File
@@ -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.