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.
35 lines
No EOL
1.1 KiB
XML
35 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<!-- Copied from Vanilla BingingDrug. live selfish till rape someone. In the future add others ways to obtain lifeforce. -->
|
|
<Operation Class="PatchOperationAdd">
|
|
<xpath>Defs/ThinkTreeDef[defName="MentalStateCritical"]/thinkRoot[@Class="ThinkNode_Tagger"]/subNodes</xpath>
|
|
<value>
|
|
<li Class="ThinkNode_ConditionalMentalState">
|
|
<state>rjw_genes_lifeforce_randomrape</state>
|
|
<subNodes>
|
|
<li Class="ThinkNode_ConditionalNeedPercentageAbove">
|
|
<need>Rest</need>
|
|
<threshold>0.05</threshold>
|
|
<invert>true</invert>
|
|
<subNodes>
|
|
<li Class="JobGiver_GetRest"/>
|
|
</subNodes>
|
|
</li>
|
|
<li Class="ThinkNode_PrioritySorter">
|
|
<minPriority>0.5</minPriority>
|
|
<subNodes>
|
|
<li Class="JobGiver_GetFood"/>
|
|
<li Class="ThinkNode_Priority_GetJoy">
|
|
<subNodes>
|
|
<li Class="JobGiver_GetJoy"/>
|
|
</subNodes>
|
|
</li>
|
|
</subNodes>
|
|
</li>
|
|
<li Class="rjw.JobGiver_RandomRape"/>
|
|
<li Class="JobGiver_WanderColony" />
|
|
</subNodes>
|
|
</li>
|
|
</value>
|
|
</Operation>
|
|
</Patch> |