mirror of
https://gitgud.io/AbstractConcept/privacy-please.git
synced 2024-08-15 00:03:18 +00:00
26 lines
503 B
XML
26 lines
503 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
||
|
<Defs>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<ThoughtDef>
|
||
|
<defName>CaughtCheating</defName>
|
||
|
<thoughtClass>Thought_Memory</thoughtClass>
|
||
|
<durationDays>10.0</durationDays>
|
||
|
<stackLimit>300</stackLimit>
|
||
|
<stackLimitForSameOtherPawn>1</stackLimitForSameOtherPawn>
|
||
|
<stages>
|
||
|
<li>
|
||
|
<label>caught cheating by {0}</label>
|
||
|
<description>What have I done? {1}, please forgive me...</description>
|
||
|
<baseMoodEffect>-10</baseMoodEffect>
|
||
|
</li>
|
||
|
</stages>
|
||
|
</ThoughtDef>
|
||
|
|
||
|
|
||
|
|
||
|
</Defs>
|