Files
institution/Defs/ThoughtDefs/Thoughts_Corrections.xml
T

47 lines
1.3 KiB
XML

<?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>