rjw-rbse/Defs/ThingDefs_Items/Items_Synthetic.xml

50 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<ThingDef ParentName="Synthetic">
<defName>SyntheticUterus</defName>
<label>synthetic uterus</label>
<description>An enhanced uterus augmented with nanocells to increase organ efficiency improve defense against disease. Should be kept frozen outside of the body to avoid cell death and organ failure.\n\nDoes not trigger transplant rejection.\n\nStats:\nFertility: 20%\nImmunity Gain: 5%</description>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<statBases>
<MarketValue>1224</MarketValue>
<Mass>1</Mass>
</statBases>
<techHediffsTags>
<li>Advanced</li>
</techHediffsTags>
<tickerType>Rare</tickerType>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>4</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
</ThingDef>
<ThingDef ParentName="Synthetic">
<defName>SyntheticTesticles</defName>
<label>synthetic testicles</label>
<description>An enhanced set of testicles augmented with nanocells to increase organ efficiency and reduce pain from vigorous activity. Should be kept frozen outside of the body to avoid cell death and organ failure.\n\nDoes not trigger transplant rejection.\n\nStats:\nFertility: 20%\nPain Threshold: 95%</description>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<statBases>
<MarketValue>1224</MarketValue>
<Mass>1</Mass>
</statBases>
<techHediffsTags>
<li>Advanced</li>
</techHediffsTags>
<tickerType>Rare</tickerType>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>4</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
</ThingDef>
</Defs>