mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Added INI Setting and ability to manually train mobile militia at a cost
- Added INI setting and ability to train veteran militia git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@525 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user