mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
Crystalloid fix should work now.
This commit is contained in:
parent
9c45e0291d
commit
4fa32902a0
1 changed files with 25 additions and 0 deletions
|
@ -32,6 +32,31 @@
|
|||
</ThingDef>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>/Defs/ThingDef[@Name="CrystalBasePawn"]</xpath>
|
||||
<value>
|
||||
<ThingDef Name="CrystalBasePawn" 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>
|
||||
|
|
Loading…
Reference in a new issue