Creatures of Ki patch

This commit is contained in:
Tory 2022-06-06 14:11:59 -07:00
parent da24589f25
commit e1618dca0e
2 changed files with 36 additions and 0 deletions

View File

@ -1,5 +1,7 @@
RJWAnimAddons-Animalpatch:
x/x/2022: 1.5.13 Added patches: CreaturesofKi(Continued)
5/26/2022: 1.5.12 Added patches: VanillaGeneticsExpanded, ScaledWorld. Updated Dragon'sDescent
4/11/2022: 1.5.11 Added Yeti from HC_Creatures_1

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Creatures of Ki (Continued)</li>
</mods>
<match Class="PatchOperationSequence">
<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>
</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>
</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>
<li>BipedAnimalWithClawsAndTail</li>
</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>
<li>BipedAnimalWithClawsAndTail</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>