Feature improvement: the prisoner system now distinguishes between different types of prisoners (admin, regular, elite). Advanced troops are harder to interrogate, but have a high chance of retaining their rank, should they join your militia.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1703 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2013-07-12 23:56:41 +00:00
parent d7b9542668
commit 068a8feddb
2 changed files with 18 additions and 0 deletions
+9
View File
@@ -2587,6 +2587,15 @@ PRISONER_INFO_DIRECTION_CHANCE = 40
; chance that interrogated soldiers get you ransom money
PRISONER_RANSOM_CHANCE = 25
; points needed to interrogate prisoners of specific types. You can see your points on the merc's face in strategic: 145/7 means 145 points, 7 prisoners
; Interrogation first removes admin prisoners, then regulars and then elites
; If regulars and elites join your militia, there is a chance that they will be ddmoted, otherwise they will join as regular or veteran militia
; special prisoners do not exist... yet.
PRISONER_INTERROGATION_POINTS_ADMIN = 80
PRISONER_INTERROGATION_POINTS_REGULAR = 100
PRISONER_INTERROGATION_POINTS_ELITE = 140
PRISONER_INTERROGATION_POINTS_SPECIAL = 250
;******************************************************************************************************************************
;******************************************************************************************************************************
+9
View File
@@ -2589,6 +2589,15 @@ PRISONER_INFO_DIRECTION_CHANCE = 40
; chance that interrogated soldiers get you ransom money
PRISONER_RANSOM_CHANCE = 25
; points needed to interrogate prisoners of specific types. You can see your points on the merc's face in strategic: 145/7 means 145 points, 7 prisoners
; Interrogation first removes admin prisoners, then regulars and then elites
; If regulars and elites join your militia, there is a chance that they will be ddmoted, otherwise they will join as regular or veteran militia
; special prisoners do not exist... yet.
PRISONER_INTERROGATION_POINTS_ADMIN = 80
PRISONER_INTERROGATION_POINTS_REGULAR = 100
PRISONER_INTERROGATION_POINTS_ELITE = 140
PRISONER_INTERROGATION_POINTS_SPECIAL = 250
;******************************************************************************************************************************
;******************************************************************************************************************************