mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
-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:
@@ -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
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user