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
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<ThoughtDef>
<defName>Institution_Rehabilitated</defName>
<thoughtClass>Thought_Memory</thoughtClass>
<durationDays>2</durationDays>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>counselled</label>
<description>Someone sat with me and talked it through. Maybe I can turn this around.</description>
<baseMoodEffect>5</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Institution_Paroled</defName>
<thoughtClass>Thought_Memory</thoughtClass>
<durationDays>8</durationDays>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>paroled</label>
<description>They gave me a second chance and let me back in. I mean to earn it.</description>
<baseMoodEffect>12</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Institution_ReformNeglected</defName>
<thoughtClass>Thought_Memory</thoughtClass>
<durationDays>3</durationDays>
<stackLimit>4</stackLimit>
<stages>
<li>
<label>left to rot</label>
<description>They said they would help me change, then forgot I exist. Why should I bother?</description>
<baseMoodEffect>-6</baseMoodEffect>
</li>
</stages>
</ThoughtDef>
</Defs>