mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
27 lines
669 B
XML
27 lines
669 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Patch>
|
|
<Operation Class="PatchOperationFindMod">
|
|
<mods>
|
|
<li>Rabbie The Moonrabbit race</li>
|
|
<li>1837246563</li>
|
|
</mods>
|
|
<match Class="PatchOperationSequence">
|
|
<operations>
|
|
<li Class="PatchOperationReplace">
|
|
<xpath>/Defs/ThingDef[@Name="RB_PawnBase"]</xpath>
|
|
<value>
|
|
<ThingDef Name="RB_PawnBase" ParentName="BasePawn" Abstract="True">
|
|
<butcherProducts>
|
|
<RB_Braincrystal>1</RB_Braincrystal>
|
|
</butcherProducts>
|
|
<statBases>
|
|
<Mass>55</Mass>
|
|
</statBases>
|
|
</ThingDef>
|
|
</value>
|
|
</li>
|
|
</operations>
|
|
</match>
|
|
</Operation>
|
|
</Patch>
|
|
|