rimworld-animations/Patches/BasePawn Fixes/CrystalloidBasePawn.xml

40 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationFindMod">
<mods>
<li>Crystalloid</li>
<li>1571323744</li>
</mods>
<match Class="PatchOperationSequence">
<operations>
<li Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="BaseCrystal"]</xpath>
<value>
<ThingDef Name="BaseCrystal" ParentName="BasePawn" Abstract="True">
<statBases>
<PsychicSensitivity>1.1</PsychicSensitivity>
<ToxicSensitivity>0</ToxicSensitivity>
<Flammability>0.33</Flammability>
<Mass>70</Mass>
<ArmorRating_Heat>0.70</ArmorRating_Heat>
<ComfyTemperatureMin>-100</ComfyTemperatureMin>
<ComfyTemperatureMax>250</ComfyTemperatureMax>
</statBases>
<race>
<bloodDef>FilthCrystalBlood</bloodDef>
<fleshType>Crystalloid</fleshType>
<useMeatFrom>Human</useMeatFrom>
<needsRest>false</needsRest>
<hasGenders>false</hasGenders>
<foodType>None</foodType>
<trainability>None</trainability>
</race>
</ThingDef>
</value>
</li>
</operations>
</match>
</Operation>
</Patch>