- Changed INI-Property "RANDOM_STATS" from int (0 - 3) to boolean value

FALSE = Do not use random stats (JA2 vanilla setting)
  TRUE = Use random stats for any mercs, that have random stats defined (Enabled = 1) in "TableData\RandomStats.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1637 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2013-04-04 21:50:47 +00:00
parent ce2758be6d
commit 3d67cbc61c
3 changed files with 13 additions and 8 deletions
+3 -4
View File
@@ -328,12 +328,11 @@ 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"
; FALSE = Do not use random stats (JA2 vanilla setting)
; TRUE = Use random stats for any mercs, that have random stats defined (Enabled = 1) in "TableData\RandomStats.xml"
;------------------------------------------------------------------------------------------------------------------------------
MERCS_RANDOM_STATS = 2
MERCS_RANDOM_STATS = TRUE
;******************************************************************************************************************************
;******************************************************************************************************************************
+7
View File
@@ -328,6 +328,13 @@ EARLY_REBELS_RECRUITMENT = 3
SHOW_SKILLS_IN_HIRING_PAGE = FALSE
;------------------------------------------------------------------------------------------------------------------------------
; Should the game use random stats for the mercenaries (AIM, MERC, RPC, EPC)?
; FALSE = Do not use random stats (JA2 vanilla setting)
; TRUE = Use random stats for any mercs, that have random stats defined (Enabled = 1) in "TableData\RandomStats.xml"
;------------------------------------------------------------------------------------------------------------------------------
MERCS_RANDOM_STATS = FALSE
;******************************************************************************************************************************
;******************************************************************************************************************************
+3 -4
View File
@@ -328,12 +328,11 @@ 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"
; FALSE = Do not use random stats (JA2 vanilla setting)
; TRUE = Use random stats for any mercs, that have random stats defined (Enabled = 1) in "TableData\RandomStats.xml"
;------------------------------------------------------------------------------------------------------------------------------
MERCS_RANDOM_STATS = 0
MERCS_RANDOM_STATS = FALSE
;******************************************************************************************************************************