mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Added options for delaying veteran militia training and mobile militia training. - Added cost modifiers to promoting green militia to regular and promoting regular to veteran.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@534 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -419,11 +419,19 @@ INSANE_AP_BONUS = 5
|
||||
; MIN_LOYALTY_TO_TRAIN is the lowest loyalty a town can have and still allow you to train Militia.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
MAX_MILITIA_PER_SECTOR = 20
|
||||
MAX_MILITIA_PER_SECTOR = 20
|
||||
MAX_TRAINING_SQUAD_SIZE = 10
|
||||
MILITIA_TRAINING_COST = 750
|
||||
MILITIA_COST_MODIFIER = 3
|
||||
MIN_LOYALTY_TO_TRAIN = 20
|
||||
MIN_LOYALTY_TO_TRAIN = 20
|
||||
MILITIA_TRAINING_COST = 750
|
||||
|
||||
; Price Modifier for training Mobile Militia
|
||||
MILITIA_COST_MODIFIER = 3
|
||||
|
||||
; Price Modifier for Promoting to Regular
|
||||
REGULAR_COST_MODIFIER = 1
|
||||
|
||||
; Price Modifier for Promoting to Veteran
|
||||
VETERAN_COST_MODIFIER = 2
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Settings for mobile militia
|
||||
@@ -435,6 +443,12 @@ MIN_LOYALTY_TO_TRAIN = 20
|
||||
; for Mobile Militia Groups.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
;Delay ability to train veteran militia till this day
|
||||
TRAIN_VETERAN_MILITIA_DELAY = 1
|
||||
|
||||
;Delay ability to train mobile militia till this day
|
||||
ALLOW_MILITIA_MOBILE_DELAY = 1
|
||||
|
||||
;Allows the training of Veteran Militia
|
||||
TRAIN_VETERAN_MILITIA = FALSE
|
||||
|
||||
|
||||
@@ -416,11 +416,20 @@ INSANE_AP_BONUS = 5
|
||||
; MIN_LOYALTY_TO_TRAIN is the lowest loyalty a town can have and still allow you to train Militia.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
MAX_MILITIA_PER_SECTOR = 20
|
||||
MAX_MILITIA_PER_SECTOR = 20
|
||||
MAX_TRAINING_SQUAD_SIZE = 10
|
||||
MILITIA_TRAINING_COST = 750
|
||||
MILITIA_COST_MODIFIER = 3
|
||||
MIN_LOYALTY_TO_TRAIN = 20
|
||||
MIN_LOYALTY_TO_TRAIN = 20
|
||||
MILITIA_TRAINING_COST = 750
|
||||
|
||||
; Price Modifier for training Mobile Militia
|
||||
MILITIA_COST_MODIFIER = 3
|
||||
|
||||
; Price Modifier for Promoting to Regular
|
||||
REGULAR_COST_MODIFIER = 1
|
||||
|
||||
; Price Modifier for Promoting to Veteran
|
||||
VETERAN_COST_MODIFIER = 2
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; Settings for mobile militia
|
||||
@@ -432,6 +441,13 @@ MIN_LOYALTY_TO_TRAIN = 20
|
||||
; for Mobile Militia Groups.
|
||||
;******************************************************************************************************************************
|
||||
|
||||
;Delay ability to train veteran militia till this day
|
||||
TRAIN_VETERAN_MILITIA_DELAY = 1
|
||||
|
||||
;Delay ability to train mobile militia till this day
|
||||
ALLOW_MILITIA_MOBILE_DELAY = 1
|
||||
|
||||
|
||||
;Allows the training of Veteran Militia
|
||||
TRAIN_VETERAN_MILITIA = FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user