Initial import. Version 0.4

This commit is contained in:
Dastardlii 2020-09-06 05:23:06 -04:00
parent d0d44e7bc4
commit 16d1b14aac
23 changed files with 2323 additions and 0 deletions

View file

@ -0,0 +1,50 @@
<?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 pair 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>