rjw-rbse/1.4/Defs/RecipeDefs/Surgery_Synthetic.xml

77 lines
2.0 KiB
XML

<?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>