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