Re-package with the corrections layer bundled; sync the wiki (Rehabilitation page, loop update)

This commit is contained in:
flan
2026-07-15 21:01:28 +00:00
parent 3530100ed5
commit 18a983b7cc
16 changed files with 298 additions and 6 deletions
+36
View File
@@ -0,0 +1,36 @@
<?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>