37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!--
|
|
The visible reform track, on Core's shared treatment engine (the same one Ward's recovery rides).
|
|
A rehab session advances it; it decays without sustained sessions, so rehabilitation has to be
|
|
kept up. It is a readout and a pressure, not the parole gate itself: parole keys off the reform
|
|
SCORE and the security grade, and the "Ready for parole" alert fires from that.
|
|
-->
|
|
<HediffDef>
|
|
<defName>Institution_Reforming</defName>
|
|
<label>reforming</label>
|
|
<description>This prisoner is being rehabilitated — worked with toward turning a corner. Progress decays without sustained sessions. When they have reformed enough and their security grade is low enough, they can be paroled back into the colony.</description>
|
|
<hediffClass>HediffWithComps</hediffClass>
|
|
<defaultLabelColor>(0.55, 0.85, 0.65)</defaultLabelColor>
|
|
<scenarioCanAdd>false</scenarioCanAdd>
|
|
<maxSeverity>1.0</maxSeverity>
|
|
<isBad>false</isBad>
|
|
<comps>
|
|
<li Class="HediffCompProperties_SeverityPerDay">
|
|
<severityPerDay>-0.08</severityPerDay>
|
|
</li>
|
|
</comps>
|
|
<stages>
|
|
<li>
|
|
<minSeverity>0</minSeverity>
|
|
<label>reforming</label>
|
|
</li>
|
|
<li>
|
|
<minSeverity>0.999</minSeverity>
|
|
<label>reformed</label>
|
|
</li>
|
|
</stages>
|
|
</HediffDef>
|
|
|
|
</Defs>
|