Files
flan 6fd3c3eb9b Vendor Justice's crime ThoughtDefs + updated DLL into the drop-in
package.sh now merges Justice's Defs (the crime relationship thoughts) into the
aggregate's Defs tree alongside Contraband's, so the shipped one-mod Institution
carries them. Re-vendors the Justice DLL with the consequences/relationship code.
2026-07-15 17:06:54 +00:00

35 lines
1013 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Defs>
<!-- Crime frays relationships. These are social memories: they lower one pawn's OPINION of another,
which ripples through the whole social web (mood, recruitment, who will work with whom). Both
are used only by the policing layer, which is off by default. -->
<ThoughtDef>
<defName>Institution_Victimized</defName>
<durationDays>15</durationDays>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<stackLimit>3</stackLimit>
<stages>
<li>
<label>attacked me</label>
<baseOpinionOffset>-25</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
<ThoughtDef>
<defName>Institution_KnownCriminal</defName>
<durationDays>30</durationDays>
<thoughtClass>Thought_MemorySocial</thoughtClass>
<stackLimit>1</stackLimit>
<stages>
<li>
<label>convicted criminal</label>
<baseOpinionOffset>-15</baseOpinionOffset>
</li>
</stages>
</ThoughtDef>
</Defs>