diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 767be1afe..29b0aa685 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -422,15 +422,28 @@ INSANE_AP_BONUS = 5 MAX_MILITIA_PER_SECTOR = 20 MAX_TRAINING_SQUAD_SIZE = 10 MILITIA_TRAINING_COST = 750 +MILITIA_COST_MODIFIER = 3 MIN_LOYALTY_TO_TRAIN = 20 ;****************************************************************************************************************************** ; Settings for mobile militia +; +; If you set MUST_TRAIN_MOBILE_MILITIA = TRUE +; Then you have to set ALLOW_MILITIA_MOBILE_GROUPS = TRUE +; as well. Otherwise you pay and get nothing. Also +; of note, you have to pay 2*MILITIA_TRAINING_COST +; for Mobile Militia Groups. ;****************************************************************************************************************************** +;Allows the training of Veteran Militia +TRAIN_VETERAN_MILITIA = FALSE + ; Allows militia to move on strategic map ALLOW_MILITIA_MOBILE_GROUPS = TRUE +;Forces paying and training mobile militia. +MUST_TRAIN_MOBILE_MILITIA = TRUE + ; Allows militia reinforcements from near sectors ALLOW_REINFORCEMENTS = TRUE diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 81a07b5a9..c81b90871 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -419,15 +419,28 @@ INSANE_AP_BONUS = 5 MAX_MILITIA_PER_SECTOR = 20 MAX_TRAINING_SQUAD_SIZE = 10 MILITIA_TRAINING_COST = 750 +MILITIA_COST_MODIFIER = 3 MIN_LOYALTY_TO_TRAIN = 20 ;****************************************************************************************************************************** ; Settings for mobile militia +; +; If you set MUST_TRAIN_MOBILE_MILITIA = TRUE +; Then you have to set ALLOW_MILITIA_MOBILE_GROUPS = TRUE +; as well. Otherwise you pay and get nothing. Also +; of note, you have to pay 2*MILITIA_TRAINING_COST +; for Mobile Militia Groups. ;****************************************************************************************************************************** +;Allows the training of Veteran Militia +TRAIN_VETERAN_MILITIA = FALSE + ; Allows militia to move on strategic map ALLOW_MILITIA_MOBILE_GROUPS = FALSE +;Forces paying and training mobile militia. +MUST_TRAIN_MOBILE_MILITIA = FALSE + ; Allows militia reinforcements from near sectors ALLOW_REINFORCEMENTS = FALSE @@ -614,6 +627,8 @@ BASE_SIGHT_RANGE = 13 ; Controls how rain affects visual distance ; Range: 0-100% +; 0% - no decrease +; 100% - max VISUAL_DISTANCE_DECREASE_PER_RAIN_INTENSITY = 20 ; Enable/disable militia command on tactical map