mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Added Epona and Rakkle BasePawn fixes
This commit is contained in:
parent
f8b68b644d
commit
2ecc044191
2 changed files with 48 additions and 0 deletions
24
Patches/BasePawn Fixes/EponaBasePawn.xml
Normal file
24
Patches/BasePawn Fixes/EponaBasePawn.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Epona Race</li>
|
||||
<li>2405585786</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>/Defs/ThingDef[@Name="EponaCentaur_PawnBase"]</xpath>
|
||||
<value>
|
||||
<ThingDef Name="EponaCentaur_PawnBase" ParentName="BasePawn" Abstract="True">
|
||||
<statBases>
|
||||
<Mass>100</Mass>
|
||||
</statBases>
|
||||
</ThingDef>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
||||
|
24
Patches/BasePawn Fixes/RakkleBasePawn.xml
Normal file
24
Patches/BasePawn Fixes/RakkleBasePawn.xml
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Rakkle the rattle snake Race mod</li>
|
||||
<li>2208700786</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>/Defs/ThingDef[@Name="RS_PawnBase"]</xpath>
|
||||
<value>
|
||||
<ThingDef Name="RS_PawnBase" ParentName="BasePawn" Abstract="True">
|
||||
<statBases>
|
||||
<Mass>55</Mass>
|
||||
</statBases>
|
||||
</ThingDef>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
||||
|
Loading…
Reference in a new issue