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
+30
View File
@@ -43,4 +43,34 @@
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Institution_Disciplined</defName>
<thoughtClass>Thought_Memory</thoughtClass>
<durationDays>3</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>disciplined</label>
<description>They threw me in solitary. I will not forget it.</description>
<baseMoodEffect>-8</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<!-- Regime: caged with a dangerous cellmate. A short memory refreshed while the danger persists
and fading once segregated, so it tracks housing rather than piling up. -->
<ThoughtDef>
<defName>Institution_Unsafe</defName>
<thoughtClass>Thought_Memory</thoughtClass>
<durationDays>0.5</durationDays>
<stackLimit>2</stackLimit>
<stages>
<li>
<label>unsafe cellmate</label>
<description>There's a dangerous one caged in here with me. I sleep with one eye open.</description>
<baseMoodEffect>-5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
</Defs>