mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
24 lines
574 B
XML
24 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>
|
|
|