This commit is contained in:
Tory 2022-08-04 12:47:35 -07:00
parent fc6db426de
commit 1d48703ad0
3 changed files with 52 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RJW-AA-AnimalPatch</identifier>
<version>1.5.14</version>
<version>1.5.15</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:
8/4/2022: 1.5.15 Added patch: MoolohsDndMenagerie, Thanks Middle_aged_dragon!
7/27/2022: 1.5.14 kemomimihouse hotfix
7/26/2022: 1.5.13 Added patches: CreaturesofKi, kemomimihouse, ReGrowthMutatedAnimalsPack, Nexomon, LordoftheRims-Dwarves, JurassicRimworld(Continued), HildasCreatures-Deerfox(Continued) Thanks Middle_aged_dragon!

View File

@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Mooloh's Dnd Menagerie</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>DND_BasiliskBody</li>
<li>DND_DisplacerBeastBody</li>
<li>DND_FaerieDragonBody</li>
<li>DND_MedusaBody</li>
<li>DND_BeakedQuadruped</li>
<li>DND_DiningChairBody</li>
<li>DND_ToolCabinetBody</li>
<li>DND_StoolBody</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>DND_BasiliskBody</li>
<li>DND_DisplacerBeastBody</li>
<li>DND_FaerieDragonBody</li>
<li>DND_MedusaBody</li>
<li>DND_BeakedQuadruped</li>
<li>DND_DiningChairBody</li>
<li>DND_ToolCabinetBody</li>
<li>DND_StoolBody</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>