Tweaked probabilities + added offsets for different pawn types

This commit is contained in:
c0ffee 2024-05-07 11:34:59 -07:00
parent aee763cf53
commit d6c813af2f
6 changed files with 56 additions and 15 deletions

View File

@ -129,7 +129,7 @@
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Male</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -155,7 +155,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Male</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -181,7 +181,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Male</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -207,7 +207,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Male</li> <!-- first pawn in animation -->
<li>Offset_Blowjob_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -233,7 +233,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li>
<li>Offset_Blowjob_Male</li>
<li>Offset_Blowjob_Female</li>
</offsetDefs>
@ -259,7 +259,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li>
<li>Offset_Blowjob_Male</li>
<li>Offset_Blowjob_Female</li>
</offsetDefs>
@ -311,7 +311,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li>
<li>Offset_Blowjob_Male</li>
<li>Offset_Blowjob_Female</li>
</offsetDefs>
@ -337,7 +337,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li>
<li>Offset_Blowjob_Male</li>
<li>Offset_Blowjob_Female</li>
</offsetDefs>
@ -363,7 +363,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li>
<li>Offset_Blowjob_Male</li>
<li>Offset_Blowjob_Female</li>
</offsetDefs>

View File

@ -12,4 +12,18 @@
</li>
</offsets>
</Rimworld_Animations.AnimationOffsetDef>
<Rimworld_Animations.AnimationOffsetDef>
<defName>Offset_Blowjob_Male</defName>
<offsets>
<li Class="Rimworld_Animations.AnimationOffset_BodyType">
<races>
<li>Human</li>
</races>
<offsets>
<li><bodyType>Hulk</bodyType><offset>(0, 0, 0.223)</offset></li>
</offsets>
</li>
</offsets>
</Rimworld_Animations.AnimationOffsetDef>
</Defs>

View File

@ -15,4 +15,17 @@
</li>
</offsets>
</Rimworld_Animations.AnimationOffsetDef>
<Rimworld_Animations.AnimationOffsetDef>
<defName>Offset_Cowgirl_Bottom</defName>
<offsets>
<li Class="Rimworld_Animations.AnimationOffset_BodyType">
<races>
<li>Human</li>
</races>
<offsets>
<li><bodyType>Hulk</bodyType><offset>(0, 0, -0.17)</offset></li>
</offsets>
</li>
</offsets>
</Rimworld_Animations.AnimationOffsetDef>
</Defs>

View File

@ -129,7 +129,7 @@
</contexts>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Male</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -155,7 +155,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Male</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -181,7 +181,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Male</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Female</li> <!-- second pawn in animation -->
</offsetDefs>
@ -207,7 +207,7 @@
</animationStages>
<offsetDefs>
<li>Offset_Placeholder</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Male</li> <!-- first pawn in animation -->
<li>Offset_Missionary_Female</li> <!-- second pawn in animation -->
</offsetDefs>

View File

@ -15,4 +15,18 @@
</li>
</offsets>
</Rimworld_Animations.AnimationOffsetDef>
<Rimworld_Animations.AnimationOffsetDef>
<defName>Offset_Missionary_Male</defName>
<offsets>
<li Class="Rimworld_Animations.AnimationOffset_BodyType">
<races>
<li>Human</li>
</races>
<offsets>
<li><bodyType>Hulk</bodyType><offset>(0, 0, 0.179)</offset></li>
</offsets>
</li>
</offsets>
</Rimworld_Animations.AnimationOffsetDef>
</Defs>

View File

@ -7,12 +7,12 @@
<Rimworld_Animations.VoiceTagDef>
<defName>MoanShort</defName>
<probability>0.4</probability>
<probability>0.1</probability>
</Rimworld_Animations.VoiceTagDef>
<Rimworld_Animations.VoiceTagDef>
<defName>Grunt</defName>
<probability>0.4</probability>
<probability>0.1</probability>
</Rimworld_Animations.VoiceTagDef>