Added new assignments for training existing militia and doctoring them.

For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&th=23044&goto=352617&#msg_352617

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2409 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2018-03-04 21:18:43 +00:00
parent 68c1de68c7
commit 52759232ae
+7 -1
View File
@@ -2365,15 +2365,21 @@ INDIVIDUAL_MILITIA = FALSE
; Here we define how many promotion points a militia needs to be promoted.
; Values from 1 to 100.
INDIVIDUAL_MILITIA_PROMOTIONPOINTS_TO_REGULAR = 4
INDIVIDUAL_MILITIA_PROMOTIONPOINTS_TO_ELITE = 10
INDIVIDUAL_MILITIA_PROMOTIONPOINTS_TO_ELITE = 6
; If TRUE, the game remembers the health percentage of a militia the last time it was in tactical. This percentage is used the
; next time the militia is used in tactical. As a result militia will have lowered health for a while after being wounded.
; Militia can be healed via 'Doctor Militia' assignment if this is active.
; NOTE: THIS WILL MAKE THE GAME HARDER!!!
INDIVIDUAL_MILITIA_MANAGE_HEALTH = TRUE
; Every hour, militia health percentage rises by this percentage to simulate healing. Values from 0.0 to 100.0.
INDIVIDUAL_MILITIA_HOURLYHEALTHPERCENTAGEGAIN = 2.0
; Militia can be healed via 'Doctor Militia' assignment. This modifies how effective healing is. If set to 0.01, healing one percent of militia health
; costs as much as healing one merc HP.
; Values from 0.01 to 1.0
INDIVIDUAL_MILITIA_DOCTORHEALMODIFIER = 0.2
;******************************************************************************************************************************
;******************************************************************************************************************************