Added Yeti to HC_creatures patch

This commit is contained in:
Tory 2022-04-11 23:29:26 +00:00
parent b8eb9e505e
commit b9b195c673
3 changed files with 18 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.10</version>
<version>1.5.11</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:
4/11/2022: 1.5.11 Added Yeti from HC_Creatures_1
2/28/2022: 1.5.10 Added ReGrowth Remastered: Extinct Animals
1/13/2022: 1.5.9 Added PokeWorld patch

View File

@ -44,6 +44,21 @@
<value>
</value>
</li>
<!--Defnames-->
<li Class="PatchOperationAdd"><!--Fucking Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyleF" or defName="HumanoidBeastDoggystyleM" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[2]/defNames</xpath>
<success>Always</success>
<value>
<li>HC_Yeti</li>
</value>
</li>
<li Class="PatchOperationAdd"><!--Fucked Animals(2legs)-->
<xpath>/Defs/Rimworld_Animations.AnimationDef[defName="HumanoidBeastDoggystyle2" or defName="HumanoidBeastxHumanoidBeastDoggystyle"]/actors/li[1]/defNames</xpath>
<success>Always</success>
<value>
<li>HC_Yeti</li>
</value>
</li>
</operations>
</match>
</Operation>