Added ReGrowth Remastered: Extinct Animals patch

This commit is contained in:
Tory 2022-02-28 18:27:46 +00:00
parent 73b701f9b9
commit b8eb9e505e
3 changed files with 48 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.9</version>
<version>1.5.10</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:
2/28/2022: 1.5.10 Added ReGrowth Remastered: Extinct Animals
1/13/2022: 1.5.9 Added PokeWorld patch
9/12/2021: 1.5.8 Added patches for Mincho animals, Huri, HC_Creatures_1, Vanilla Animals Expanded — Caves. Updated patch for Race to the Rim

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>ReGrowth Remastered: Extinct Animals</li>
<li>2762496067</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="Beast_CowgirlM" or defName="Beast_CowgirlF" or defName="BeastxBeast_Doggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
<li>RG_TheropodWithClaws</li>
<li>RG_SauropodWithTailSpikes</li>
<li>RG_SauropodWithClaws</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(4legs)-->
<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>RG_TheropodWithClaws</li>
<li>RG_SauropodWithTailSpikes</li>
<li>RG_SauropodWithClaws</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyleF" or defName="HumanoidBeastDoggystyleM" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[2]/bodyDefTypes</xpath>
<success>Always</success>
<value>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyle2" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[1]/bodyDefTypes</xpath>
<success>Always</success>
<value>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>