mirror of
https://gitgud.io/Tory/rjwanimaddons-animalpatch.git
synced 2024-08-15 00:43:38 +00:00
1.5.15
This commit is contained in:
parent
fc6db426de
commit
1d48703ad0
3 changed files with 52 additions and 1 deletions
49
Patches/MoolohsDndMenagerie.xml
Normal file
49
Patches/MoolohsDndMenagerie.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue