mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Pawns will now seek for hemogen when below target
- Made a jobgiver similar to Jobgiver GetHemogen - currently only job is to eat cum from sexperience - other thinks are done via thinktree - Made thinknodes and thinktrees so that a succubus will seek sex when below target value and try and rape when critically low.
This commit is contained in:
parent
2a124bfbb9
commit
5555083bc2
11 changed files with 362 additions and 1 deletions
Binary file not shown.
47
Common/Defs/ThinkTreeDefs/ThinkTrees_LifeForce.xml
Normal file
47
Common/Defs/ThinkTreeDefs/ThinkTrees_LifeForce.xml
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<Defs>
|
||||
<!--If below low try get some, if critical also consider rape, also a chance to do bestiality
|
||||
First try and obtain by normal sex, then try to eat gathercum (sexperience)
|
||||
If these fail try rape and a small chance for bestiality
|
||||
-->
|
||||
<ThinkTreeDef>
|
||||
<defName>SuccubusGetLifeForce</defName>
|
||||
<insertTag>Humanlike_PostMain</insertTag>
|
||||
<insertPriority>14</insertPriority>
|
||||
<thinkRoot Class="ThinkNode_Priority">
|
||||
<subNodes>
|
||||
<li Class="RJW_Genes.ThinkNode_ConditionalLowLifeForce">
|
||||
<subNodes>
|
||||
<li Class="rjw.ThinkNode_ConditionalSexChecks">
|
||||
<subNodes>
|
||||
<li Class="JobGiver_DoLovin"/>
|
||||
<li Class="rjw.JobGiver_JoininBed"/>
|
||||
<li Class="rjw.JobGiver_ComfortPrisonerRape" />
|
||||
<li Class="RJW_Genes.JobGiver_GetLifeForce"/>
|
||||
<li Class="rjw.ThinkNode_ConditionalCanRapeCP">
|
||||
<subNodes>
|
||||
<li Class="RJW_Genes.ThinkNode_ConditionalCritcalLifeForce">
|
||||
<subNodes>
|
||||
<li Class="rjw.JobGiver_RandomRape" />
|
||||
<li Class="rjw.ThinkNode_ConditionalBestiality">
|
||||
<subNodes>
|
||||
<li Class="rjw.ThinkNode_ChancePerHour_Bestiality">
|
||||
<subNodes>
|
||||
<li Class="rjw.JobGiver_Bestiality" />
|
||||
</subNodes>
|
||||
</li>
|
||||
</subNodes>
|
||||
</li>
|
||||
</subNodes>
|
||||
</li>
|
||||
</subNodes>
|
||||
</li>
|
||||
</subNodes>
|
||||
</li>
|
||||
</subNodes>
|
||||
</li>
|
||||
</subNodes>
|
||||
</thinkRoot>
|
||||
</ThinkTreeDef>
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue