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,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<RecipeDef ParentName="SexReassignmentV">
<defName>InstallSyntheticUterus</defName>
<label>install synthetic uterus</label>
<description>Installs synthetic uterus.</description>
<workerClass>rjw.Recipe_InstallImplantToExistParts</workerClass>
<jobString>Installing synthetic uterus.</jobString>
<hideBodyPartNames>true</hideBodyPartNames>
<workAmount>6000</workAmount>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>3</count>
</li>
<li>
<filter>
<thingDefs>
<li>SyntheticUterus</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>SyntheticUterus</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>SyntheticUterus</addsHediff>
<researchPrerequisite>SyntheticOrgans</researchPrerequisite>
</RecipeDef>
<RecipeDef ParentName="SexReassignmentP">
<defName>InstallSyntheticTesticles</defName>
<label>install synthetic testicles</label>
<description>Installs synthetic testicles.</description>
<workerClass>rjw.Recipe_InstallImplantToExistParts</workerClass>
<jobString>Installing synthetic testicles.</jobString>
<hideBodyPartNames>true</hideBodyPartNames>
<workAmount>6000</workAmount>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>3</count>
</li>
<li>
<filter>
<thingDefs>
<li>SyntheticTesticles</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>SyntheticTesticles</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>SyntheticTesticles</addsHediff>
<researchPrerequisite>SyntheticOrgans</researchPrerequisite>
</RecipeDef>
</Defs>