- Added INI option to enable/disable random merc stats (MERCS_RANDOM_STATS)

0 = Do not use random stats (JA2 vanilla setting)
1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml"
2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1633 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2013-03-27 23:20:51 +00:00
parent 43b94abe4d
commit ce2758be6d
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -326,6 +326,14 @@ EARLY_REBELS_RECRUITMENT = 3
SHOW_SKILLS_IN_HIRING_PAGE = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; Should the game use random stats for the mercenaries (AIM, MERC, RPC, EPC)?
; 0 = Do not use random stats (JA2 vanilla setting)
; 1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml"
; 2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml"
;------------------------------------------------------------------------------------------------------------------------------
MERCS_RANDOM_STATS = 2
;******************************************************************************************************************************
;******************************************************************************************************************************
+9
View File
@@ -326,6 +326,15 @@ EARLY_REBELS_RECRUITMENT = 3
SHOW_SKILLS_IN_HIRING_PAGE = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; Should the game use random stats for the mercenaries (AIM, MERC, RPC, EPC)?
; 0 = Do not use random stats (JA2 vanilla setting)
; 1 = Use random stats for ALL merc from the file "TableData\RandomStats.xml"
; 2 = Use random stats for SELECTED merc, that have random stats defined in "TableData\RandomStats.xml"
;------------------------------------------------------------------------------------------------------------------------------
MERCS_RANDOM_STATS = 0
;******************************************************************************************************************************
;******************************************************************************************************************************