mirror of
https://gitgud.io/Tory/rjwanimaddons-animalpatch.git
synced 2024-08-15 00:43:38 +00:00
Added Yeti to HC_creatures patch
This commit is contained in:
parent
b8eb9e505e
commit
b9b195c673
3 changed files with 18 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue