mirror of
https://gitgud.io/c0ffeeeeeeee/coffees-rjw-ideology-addons.git
synced 2024-08-14 23:57:38 +00:00
orgy ritual
This commit is contained in:
parent
edc619a950
commit
379c9a4d7d
13 changed files with 264 additions and 6 deletions
58
CRIAOrgy/Defs/ThoughtDefs/Thoughts_Ritual_Orgy.xml
Normal file
58
CRIAOrgy/Defs/ThoughtDefs/Thoughts_Ritual_Orgy.xml
Normal file
|
@ -0,0 +1,58 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<ThoughtDef>
|
||||
<defName>TerribleOrgy</defName>
|
||||
<thoughtClass>Thought_AttendedRitual</thoughtClass>
|
||||
<durationDays>6</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>terrible festival</label>
|
||||
<description>That festival was horrible. I'm still cringing from the awkwardness flashbacks.</description>
|
||||
<baseMoodEffect>-3</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>BoringOrgy</defName>
|
||||
<thoughtClass>Thought_AttendedRitual</thoughtClass>
|
||||
<durationDays>6</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>boring festival</label>
|
||||
<description>That festival was awkward. I wish I could have left.</description>
|
||||
<baseMoodEffect>-1</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>FunOrgy</defName>
|
||||
<thoughtClass>Thought_AttendedRitual</thoughtClass>
|
||||
<durationDays>6</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>fun festival</label>
|
||||
<description>I had fun! We got to hang out and relax.</description>
|
||||
<baseMoodEffect>5</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
|
||||
<ThoughtDef>
|
||||
<defName>UnforgettableOrgy</defName>
|
||||
<thoughtClass>Thought_AttendedRitual</thoughtClass>
|
||||
<durationDays>6</durationDays>
|
||||
<stackLimit>3</stackLimit>
|
||||
<stages>
|
||||
<li>
|
||||
<label>unforgettable festival</label>
|
||||
<description>That festival was something I'll never forget.</description>
|
||||
<baseMoodEffect>8</baseMoodEffect>
|
||||
</li>
|
||||
</stages>
|
||||
</ThoughtDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue