-added externalized options for unlimited troops and aggressive queen so they can be applied to other difficulty levels

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@142 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
MaddMugsy
2006-06-20 23:51:18 +00:00
parent d8830c1667
commit 45592733b9
+18
View File
@@ -163,7 +163,25 @@ INSANE_MIN_ENEMY_GROUP_SIZE = 8
;******************************************************************************************************************************
; Determines whether or not the xxx_QUEENS_POOL_OF_TROOPS value above is ignored and set to unlimited
;******************************************************************************************************************************
NOVICE_UNLIMITED_POOL_OF_TROOPS = FALSE
EXPERIENCED_UNLIMITED_POOL_OF_TROOPS = FALSE
EXPERT_UNLIMITED_POOL_OF_TROOPS = FALSE
INSANE_UNLIMITED_POOL_OF_TROOPS = TRUE
;******************************************************************************************************************************
; Determines whether the queen takes an aggressive stance or a defensive stance (default) when it comes to retaking sectors
; and overall strategy. To ensure she doesn't run out of troops, make sure you either increase the reinforcement pool
; or enable unlimited reinforcements
;******************************************************************************************************************************
NOVICE_QUEEN_AGGRESSIVE = FALSE
EXPERIENCED_QUEEN_AGGRESSIVE = FALSE
EXPERT_QUEEN_AGGRESSIVE = FALSE
INSANE_QUEEN_AGGRESSIVE = TRUE
;******************************************************************************************************************************