rjwanimaddons-animalpatch/Patches/[O21]PokemonRim.xml

39 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>[O21] Pokemon Rim</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>O21_PokemonBody_Bipedal</li>
<li>O21_PokemonBody_Humanoid</li>
<li>O21_PokemonBody_HumanoidWithClaws</li>
<li>O21_PokemonBody_Limbless</li>
<li>O21_PokemonBody_MechanicalOrb</li>
<li>O21_PokemonBody_OrbWithArms</li>
<li>O21_PokemonBody_Quadruped</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>O21_PokemonBody_Bipedal</li>
<li>O21_PokemonBody_Humanoid</li>
<li>O21_PokemonBody_HumanoidWithClaws</li>
<li>O21_PokemonBody_Limbless</li>
<li>O21_PokemonBody_MechanicalOrb</li>
<li>O21_PokemonBody_OrbWithArms</li>
<li>O21_PokemonBody_Quadruped</li>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>