rimworld-animations/1.3/Patches/BasePawn Fixes/RakkleBasePawn.xml

25 lines
574 B
XML

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