This commit is contained in:
Tory 2022-08-19 18:25:13 -07:00
parent 3b415967aa
commit b7492dfce8
19 changed files with 17 additions and 111 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<Rimworld_Animations.AnimationDef>
<defName>SixtyNine</defName>
<label>sixty nine</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Butterfly</defName>
<label>butterfly</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Boobjob</defName>
<label>boobjob</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Handjob</defName>
<label>handjob</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Fisting</defName>
<label>fisting</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Fingering</defName>
<label>fingering</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Rimming</defName>
<label>rimming</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>Footjob</defName>
<label>footjob</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
<Rimworld_Animations.AnimationDef>
<defName>MutualMasturbation</defName>
<label>mutual masturbation</label>
<sounds>true</sounds>
<sexTypes>
</sexTypes>
<actors>
</actors>
<animationStages>
</animationStages>
</Rimworld_Animations.AnimationDef>
</Defs>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>RJWAnimAddons-VoicePatch</li>
</mods>
<nomatch Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Cunnilingus"]/interactionDefTypes</xpath>
<success>Always</success>
<value>
<interactionDefTypes>
<li>Cunnilingus</li>
</interactionDefTypes>
</value>
</li>
<li Class="PatchOperationReplace">
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Blowjob"]/interactionDefTypes</xpath>
<success>Always</success>
<value>
<interactionDefTypes>
<li>Fellatio</li>
<li>Beakjob</li>
</interactionDefTypes>
</value>
</li>
</operations>
</nomatch>
</Operation>
</Patch>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.