This commit is contained in:
Tory 2022-11-11 16:11:34 -08:00
parent 2a4fdcf363
commit 9116374d90
5 changed files with 75 additions and 2 deletions

View file

@ -3,7 +3,6 @@
<Operation Class="PatchOperationFindMod">
<mods>
<li>Alpha Animals</li>
<li>1541721856</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
@ -52,6 +51,11 @@
<li>AA_TentacledQuadrupedEyeless</li>
<li>AA_EyeBody</li>
<li>AA_RaptorBody</li>
<li>FO_ShadowChargerBody</li>
<li>AA_NightRamBody</li>
<li>AA_NightMuleBody</li>
<li>AA_FourEyedQuadruped</li>
<li>FO_Nightcallerbody</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals-->
@ -98,6 +102,11 @@
<li>AA_TentacledQuadrupedEyeless</li>
<li>AA_EyeBody</li>
<li>AA_RaptorBody</li>
<li>FO_ShadowChargerBody</li>
<li>AA_NightRamBody</li>
<li>AA_NightMuleBody</li>
<li>AA_FourEyedQuadruped</li>
<li>FO_Nightcallerbody</li>
</value>
</li>
</operations>

27
Patches/Rimwars_Gizka.xml Normal file
View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Rimwars Gizka</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd"><!--Fucking Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_DoggystyleF" or defName="Beast_DoggystyleM" or defName="Beast_CowgirlM" or defName="Beast_CowgirlF" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>Gizka</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_Doggystyle2" or defName="BeastxBeast_Doggystyle" or defName="Beast_Oral" or defName="Beast_Muzzlefuck"]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>Gizka</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

35
Patches/Sowoboe_Bugs.xml Normal file
View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Sowoboe Bugs</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd"><!--Fucking Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="Beast_DoggystyleF" or defName="Beast_DoggystyleM" or defName="Beast_CowgirlM" or defName="Beast_CowgirlF" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<value>
<li>FlatIsopod</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="Beast_Doggystyle2" or defName="BeastxBeast_Doggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<value>
<li>FlatIsopod</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="HumanoidBeastDoggystyleF" or defName="HumanoidBeastDoggystyleM" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<value>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="HumanoidBeastDoggystyle2" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<value>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>