mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
first commit
This commit is contained in:
parent
1c82248286
commit
6d1a218b2e
23 changed files with 836 additions and 0 deletions
48
Defs/DutyDefs/DutyDefs_Sex.xml
Normal file
48
Defs/DutyDefs/DutyDefs_Sex.xml
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Defs>
|
||||
<DutyDef>
|
||||
<defName>Orgy</defName>
|
||||
<label>orgy</label>
|
||||
<hook>MediumPriority</hook>
|
||||
|
||||
<thinkNode Class="ThinkNode_Priority">
|
||||
<subNodes>
|
||||
<li Class="ThinkNode_ConditionalInGatheringArea">
|
||||
<subNodes>
|
||||
<li Class="RJW_Events.ThinkNode_ConditionalNude">
|
||||
<subNodes>
|
||||
<li Class="ThinkNode_ConditionalRandom">
|
||||
<chance>0.25</chance>
|
||||
<subNodes>
|
||||
<li Class="JobGiver_StandAndBeSociallyActive"></li>
|
||||
</subNodes>
|
||||
</li>
|
||||
|
||||
<li Class="ThinkNode_ConditionalRandom">
|
||||
<chance>0.45</chance>
|
||||
<subNodes>
|
||||
<li Class="RJW_Events.JobGiver_FindOrgyPartner"></li>
|
||||
</subNodes>
|
||||
</li>
|
||||
|
||||
<li Class="JobGiver_WanderInGatheringArea">
|
||||
<ticksBetweenWandersRange>50~250</ticksBetweenWandersRange>
|
||||
</li>
|
||||
</subNodes>
|
||||
|
||||
</li>
|
||||
<li Class="RJW_Events.JobGiver_GetNaked"></li>
|
||||
</subNodes>
|
||||
</li>
|
||||
|
||||
<!--Go to gathering area-->
|
||||
<li Class="JobGiver_WanderInGatheringArea">
|
||||
<locomotionUrgency>Jog</locomotionUrgency>
|
||||
<ticksBetweenWandersRange>50~250</ticksBetweenWandersRange>
|
||||
</li>
|
||||
</subNodes>
|
||||
</thinkNode>
|
||||
|
||||
</DutyDef>
|
||||
|
||||
</Defs>
|
Loading…
Add table
Add a link
Reference in a new issue