mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
merge
This commit is contained in:
parent
951085ec59
commit
25008ce5dc
48 changed files with 2345 additions and 59 deletions
22
Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml
Normal file
22
Mods/VE_Genetics/Defs/HedifDef/Hediffs_Animals.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
|
||||
|
||||
|
||||
<HediffDef>
|
||||
<defName>RJWGenes_AnimalControlHediff</defName>
|
||||
<label>part human</label>
|
||||
<description>This creature is more controlable with a natural huamn part.</description>
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue