mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2026-06-18 19:25:57 +00:00
- Removed DDS Files - Added Initial Support for Rimworld 1.6 - Added Additional mod requirement to PatchBSShared.xml to prevent premature loading. - Refactored Cumpilation integration to make it optional rather then a Required Mod. - Disabled succubus tail interactions pending rewrite for RJW's new interactions system. - Disabled Quirks pending rewrite RJW separating them into their own mod.
18 lines
No EOL
615 B
XML
18 lines
No EOL
615 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Defs>
|
|
<ThoughtDef>
|
|
<defName>RegretsStealingLovin</defName>
|
|
<thoughtClass>Thought_Memory</thoughtClass>
|
|
<durationDays>1.5</durationDays>
|
|
<stackLimit>3</stackLimit>
|
|
<stackedEffectMultiplier>0.4</stackedEffectMultiplier>
|
|
<stages>
|
|
<li>
|
|
<label>regrets stealing some lovin'</label>
|
|
<description>I don't remember how or why, but I violated someone. It felt good in the moment, but it felt so wrong afterward. My cravings from my implant are just too strong!</description>
|
|
<baseMoodEffect>-5</baseMoodEffect>
|
|
</li>
|
|
</stages>
|
|
</ThoughtDef>
|
|
</Defs> |