rjwanimaddons-animalpatch/Patches/Beasts of the Rim.xml

59 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Beasts of the Rim</li>
</mods>
<match Class="PatchOperationSequence">
<success>Always</success>
<operations>
<li Class="PatchOperationAdd"><!--Fucking Animals(4legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="Beast_DoggystyleF" or defName="Beast_DoggystyleM" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>WhiteSlug</li>
<li>QuadrupedEquid</li>
<li>QuadrupedCaprinWithHoovesAndHorns</li>
<li>QuadrupedAnimalWithPawsAndMechanicalParts</li>
<li>MultiEyedAnimalWithHoovesAndHump</li>
<li>BeetleLikeWithClaw</li>
<li>ForgottenBeetle</li>
<li>FlyLike</li>
<li>CrabLike</li>
<li>Slug</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(4legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_Doggystyle2" or defName="BeastxBeast_Doggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>WhiteSlug</li>
<li>QuadrupedEquid</li>
<li>QuadrupedCaprinWithHoovesAndHorns</li>
<li>QuadrupedAnimalWithPawsAndMechanicalParts</li>
<li>MultiEyedAnimalWithHoovesAndHump</li>
<li>BeetleLikeWithClaw</li>
<li>ForgottenBeetle</li>
<li>FlyLike</li>
<li>CrabLike</li>
<li>Slug</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Mech_DoggystyleF" or defName="Mech_DoggystyleM" or defName="Beast_DoggystyleF" or defName="Beast_DoggystyleM" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="Beast_Doggystyle2" or defName="BeastxBeast_Doggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>