mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
New Feauture: a private military company allows hiring of advanced militia. For more info, see http://www.ja-galaxy-forum.com/ubbthreads.php/topics/335279#Post335279
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2130 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -2751,6 +2751,24 @@ DYNAMIC_DIALOGUE_TIME_OFFSET = 3000
|
|||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
|
[PMC Settings]
|
||||||
|
|
||||||
|
;******************************************************************************************************************************
|
||||||
|
; In this section you can specify wether you will have access to a private military contractor that allows hiring militia
|
||||||
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
|
; if PMC is TRUE, you will get an email from a PMC once you've started training militia.
|
||||||
|
PMC = TRUE
|
||||||
|
|
||||||
|
; on the website you can hire regular and veteran militia (for a high price). These can enter Arulco in sectors with certain facilities,
|
||||||
|
; like airport, harbours and border posts
|
||||||
|
; The PMc will slowly replenish its ranks, here you can define how many militia it will have at max
|
||||||
|
PMC_MAX_REGULARS = 35
|
||||||
|
PMC_MAX_VETERANS = 20
|
||||||
|
|
||||||
|
;******************************************************************************************************************************
|
||||||
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
[Tactical Fortification Settings]
|
[Tactical Fortification Settings]
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|||||||
@@ -230,8 +230,9 @@ Each A.I.M merc has an entry here in the file, mapped to a specific uiIndex.
|
|||||||
<Name>A.I.M.</Name>
|
<Name>A.I.M.</Name>
|
||||||
</NAME>
|
</NAME>
|
||||||
<NAME>
|
<NAME>
|
||||||
|
<!-- Mails from the PMC -->
|
||||||
<uiIndex>51</uiIndex>
|
<uiIndex>51</uiIndex>
|
||||||
<Name>None</Name>
|
<Name>Kerberus Inc</Name>
|
||||||
</NAME>
|
</NAME>
|
||||||
<NAME>
|
<NAME>
|
||||||
<uiIndex>52</uiIndex>
|
<uiIndex>52</uiIndex>
|
||||||
|
|||||||
@@ -101,6 +101,7 @@
|
|||||||
<szFacilityName>Small Airport</szFacilityName>
|
<szFacilityName>Small Airport</szFacilityName>
|
||||||
<szFacilityShortName>Airport</szFacilityShortName>
|
<szFacilityShortName>Airport</szFacilityShortName>
|
||||||
<ubTotalStaffLimit>4</ubTotalStaffLimit>
|
<ubTotalStaffLimit>4</ubTotalStaffLimit>
|
||||||
|
<pmcentrypoint>1</pmcentrypoint>
|
||||||
<ASSIGNMENT>
|
<ASSIGNMENT>
|
||||||
<ubAssignmentType>PRACTICE_STRENGTH</ubAssignmentType>
|
<ubAssignmentType>PRACTICE_STRENGTH</ubAssignmentType>
|
||||||
<szTooltipText>Spend some time loading and unloading aircraft. Increases the efficiency of STRENGTH practice.</szTooltipText>
|
<szTooltipText>Spend some time loading and unloading aircraft. Increases the efficiency of STRENGTH practice.</szTooltipText>
|
||||||
|
|||||||
Reference in New Issue
Block a user