mirror of
https://gitgud.io/c0ffeeeeeeee/rimworld-animations.git
synced 2024-08-15 00:43:45 +00:00
sigh, ok this is confirmed to work. what a mess of a race mod.
This commit is contained in:
parent
8ff5a999ff
commit
de52928746
1 changed files with 0 additions and 43 deletions
|
@ -7,53 +7,10 @@
|
||||||
</mods>
|
</mods>
|
||||||
<match Class="PatchOperationSequence">
|
<match Class="PatchOperationSequence">
|
||||||
<operations>
|
<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">
|
<li Class="PatchOperationReplace">
|
||||||
<xpath>/Defs/ThingDef[@Name="CrystalBasePawn"]</xpath>
|
<xpath>/Defs/ThingDef[@Name="CrystalBasePawn"]</xpath>
|
||||||
<value>
|
<value>
|
||||||
<ThingDef Name="CrystalBasePawn" ParentName="BasePawn" Abstract="True">
|
<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>
|
</ThingDef>
|
||||||
</value>
|
</value>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue