43 lines
1.7 KiB
XML
43 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!--
|
|
Two non-exclusive prisoner modes, exactly the shape Ward's psychiatric-care mode uses (and Prison
|
|
Labor's seven). Non-exclusive so they STACK: set Rehabilitate to run the reform programme, and
|
|
Parole so a warden releases them the moment they are eligible; or set Rehabilitate alone and
|
|
parole by hand when the alert fires.
|
|
-->
|
|
<PrisonerInteractionModeDef>
|
|
<defName>Institution_Rehabilitate</defName>
|
|
<label>rehabilitate</label>
|
|
<listOrder>120</listOrder>
|
|
<isNonExclusiveInteraction>true</isNonExclusiveInteraction>
|
|
<mustBeAwake>false</mustBeAwake>
|
|
<allowOnWildMan>false</allowOnWildMan>
|
|
<allowInClassicIdeoMode>true</allowInClassicIdeoMode>
|
|
</PrisonerInteractionModeDef>
|
|
|
|
<PrisonerInteractionModeDef>
|
|
<defName>Institution_Parole</defName>
|
|
<label>parole when reformed</label>
|
|
<listOrder>210</listOrder>
|
|
<isNonExclusiveInteraction>true</isNonExclusiveInteraction>
|
|
<mustBeAwake>false</mustBeAwake>
|
|
<allowOnWildMan>false</allowOnWildMan>
|
|
<allowInClassicIdeoMode>true</allowInClassicIdeoMode>
|
|
</PrisonerInteractionModeDef>
|
|
|
|
<!-- Punishment-as-order: solitary / privilege revocation. Harsh, so it holds order but hardens the
|
|
punished (reform falls). Non-exclusive, and it fires at most once per term (see the workgiver). -->
|
|
<PrisonerInteractionModeDef>
|
|
<defName>Institution_Discipline</defName>
|
|
<label>discipline</label>
|
|
<listOrder>130</listOrder>
|
|
<isNonExclusiveInteraction>true</isNonExclusiveInteraction>
|
|
<mustBeAwake>false</mustBeAwake>
|
|
<allowOnWildMan>false</allowOnWildMan>
|
|
<allowInClassicIdeoMode>true</allowInClassicIdeoMode>
|
|
</PrisonerInteractionModeDef>
|
|
|
|
</Defs>
|