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