Added Epona and Rakkle BasePawn fixes

This commit is contained in:
Tory 2021-07-24 06:24:44 +00:00
parent f8b68b644d
commit 2ecc044191
2 changed files with 48 additions and 0 deletions

View 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>

View 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>