mirror of
https://gitgud.io/dastardlii/rjw-rbse.git
synced 2024-08-14 23:57:40 +00:00
Initial import. Version 0.4
This commit is contained in:
parent
d0d44e7bc4
commit
16d1b14aac
23 changed files with 2323 additions and 0 deletions
50
Defs/ThingDefs_Items/Items_Synthetic.xml
Normal file
50
Defs/ThingDefs_Items/Items_Synthetic.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue