mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
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:
@@ -2587,6 +2587,15 @@ PRISONER_INFO_DIRECTION_CHANCE = 40
|
|||||||
; chance that interrogated soldiers get you ransom money
|
; chance that interrogated soldiers get you ransom money
|
||||||
PRISONER_RANSOM_CHANCE = 25
|
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
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
|
|||||||
@@ -2589,6 +2589,15 @@ PRISONER_INFO_DIRECTION_CHANCE = 40
|
|||||||
; chance that interrogated soldiers get you ransom money
|
; chance that interrogated soldiers get you ransom money
|
||||||
PRISONER_RANSOM_CHANCE = 25
|
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
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user