mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<Defs>
|
||
|
|
||
|
<!-- Hair restrictions -->
|
||
|
<GeneDef Name="rjw_genes_wings" Abstract="True">
|
||
|
<displayCategory>Miscellaneous</displayCategory>
|
||
|
<randomChosen>true</randomChosen>
|
||
|
<exclusionTags>
|
||
|
<li>Wing</li>
|
||
|
<li>Wings</li>
|
||
|
</exclusionTags>
|
||
|
<graphicData>
|
||
|
<drawLoc>Tailbone</drawLoc>
|
||
|
</graphicData>
|
||
|
</GeneDef>
|
||
|
|
||
|
<GeneDef ParentName="rjw_genes_wings">
|
||
|
<defName>rjw_genes_Succubus_Wings</defName>
|
||
|
<label>succubus wings</label>
|
||
|
<description>Carriers of this gene grow succubus wings.</description>
|
||
|
<iconPath>UI/Icons/Genes/Gene_TailFurry</iconPath>
|
||
|
<iconColor>(0.75, 0.75, 0.75)</iconColor>
|
||
|
<displayOrderInCategory>1000</displayOrderInCategory>
|
||
|
<biostatCpx>1</biostatCpx>
|
||
|
<graphicData>
|
||
|
<graphicPath>Things/Pawn/Humanlike/BodyAttachments/rjw_genes_Succubus_Wings/Succubus_Wings</graphicPath>
|
||
|
<colorType>Hair</colorType>
|
||
|
<drawScale>2</drawScale>
|
||
|
<drawOffsetNorth>(0.0, 0.19, -0.1)</drawOffsetNorth>
|
||
|
<drawOffsetSouth>(0.0, 0.0, -0.1)</drawOffsetSouth>
|
||
|
<drawOffsetEast>(0.1, 0.0, 0.0)</drawOffsetEast>
|
||
|
</graphicData>
|
||
|
</GeneDef>
|
||
|
</Defs>
|