rjw-genes/Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml

19 lines
564 B
XML
Raw Normal View History

2024-06-04 11:08:37 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
2024-06-04 13:49:54 +00:00
2024-06-04 11:08:37 +00:00
<HediffDef>
2024-06-04 13:49:54 +00:00
<defName>rjw_genes_animal_control_hediff</defName>
2024-06-04 11:08:37 +00:00
<label>part human</label>
2024-06-04 13:49:54 +00:00
<description>This creature is more controlable with a natural human part.</description>
2024-06-04 11:08:37 +00:00
<hediffClass>HediffWithComps</hediffClass>
<defaultLabelColor>(0.9, 1.0, 0.35)</defaultLabelColor>
<initialSeverity>1</initialSeverity>
<comps>
<li Class="AnimalBehaviours.HediffCompProperties_Draftable">
<makeNonFleeingToo>true</makeNonFleeingToo>
</li>
</comps>
<isBad>false</isBad>
</HediffDef>
</Defs>