sigh, ok this is confirmed to work. what a mess of a race mod.

This commit is contained in:
Tory 2021-07-30 23:47:17 +00:00
parent 8ff5a999ff
commit de52928746
1 changed files with 0 additions and 43 deletions

View File

@ -7,53 +7,10 @@
</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>
<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>