Re-package with the enforcement layer; refresh the stale ROADMAP; sync wiki

This commit is contained in:
flan
2026-07-15 21:40:35 +00:00
parent 7d8c376047
commit 26205b9206
11 changed files with 148 additions and 22 deletions
+29
View File
@@ -33,4 +33,33 @@
</stages>
</HediffDef>
<!--
The solitary status: a marker that the prisoner is serving a discipline term. It gates the warden
from re-disciplining while it lasts (roughly two days, decaying), carries the on-edge cost of
isolation, and shows on the inspect pane. The mood hit itself is the Institution_Disciplined memory.
-->
<HediffDef>
<defName>Institution_InSolitary</defName>
<label>in solitary</label>
<description>Held in solitary confinement, privileges revoked, as discipline. Isolation grates: they are closer to the edge, and they will not forget it.</description>
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.7, 0.5, 0.5)</defaultLabelColor>
<scenarioCanAdd>false</scenarioCanAdd>
<maxSeverity>1.0</maxSeverity>
<isBad>true</isBad>
<comps>
<li Class="HediffCompProperties_SeverityPerDay">
<severityPerDay>-0.5</severityPerDay>
</li>
</comps>
<stages>
<li>
<minSeverity>0</minSeverity>
<statOffsets>
<MentalBreakThreshold>0.05</MentalBreakThreshold>
</statOffsets>
</li>
</stages>
</HediffDef>
</Defs>