mirror of
https://gitgud.io/dastardlii/rjw-rbse.git
synced 2024-08-14 23:57:40 +00:00
77 lines
No EOL
2 KiB
XML
77 lines
No EOL
2 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> |