diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 6964b560f..ae580d234 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -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 ;******************************************************************************************************************************