This commit is contained in:
Tory 2023-02-21 23:53:41 -08:00
parent 1abf8d1602
commit 7275010d5a
4 changed files with 70 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>1.5.21</version>
<version>1.5.22</version>
<manifestUri>https://gitgud.io/Tory/rjwanimaddons-animalpatch/-/raw/master/About/Manifest.xml</manifestUri>
<downloadUri>https://gitgud.io/Tory/rjwanimaddons-animalpatch/</downloadUri>
</Manifest>

View File

@ -1,5 +1,7 @@
RJWAnimAddons-Animalpatch:
2/21/2023: 1.5.22 Added pphhyy's Demigryphs (Thanks Middle_aged_dragon),Added Tentacle Love (Thanks gentai)
2/15/2023: 1.5.21 Updated vanilla bodies (added new mechs from biotech) Added pphhyy Sanguinary Animals, Secure_Contain_Rimworld, Thanks Middle_aged_dragon!
1/9/2023: 1.5.20 Updated Steves Animals (Bastyon)

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Tentacle Love</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>RJW_TentacledMonsterEyeless</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>RJW_TentacledMonsterEyeless</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>pphhyy's Demigryphs</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>pphhyy_QuadrupedAnimal_Demigryph</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>pphhyy_QuadrupedAnimal_Demigryph</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyleF" or defName="HumanoidBeastDoggystyleM" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyle2" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>