mirror of
https://gitgud.io/dastardlii/rjw-rbse.git
synced 2024-08-14 23:57:40 +00:00
58a5932eb6
Added Adv. Bionic Tongue
376 lines
No EOL
8 KiB
XML
376 lines
No EOL
8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Defs>
|
|
<RecipeDef Name="MakeSynthOrgan" Abstract="True">
|
|
<jobString>Creating synthetic organ.</jobString>
|
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
<effectWorking>Cook</effectWorking>
|
|
<soundWorking>Recipe_Tailor</soundWorking>
|
|
<workAmount>40000</workAmount>
|
|
<unfinishedThingDef>UnfinishedProsthesis</unfinishedThingDef>
|
|
<researchPrerequisite>SyntheticOrgans</researchPrerequisite>
|
|
<workSkill>Crafting</workSkill>
|
|
<skillRequirements>
|
|
<Crafting>10</Crafting>
|
|
</skillRequirements>
|
|
<recipeUsers>
|
|
<li>AdvancedMedicalStation</li>
|
|
</recipeUsers>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef Name="MakeAdvBionicThing" Abstract="True">
|
|
<jobString>Upgrading bionic part.</jobString>
|
|
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
|
<effectWorking>Cook</effectWorking>
|
|
<soundWorking>RBSESound</soundWorking>
|
|
<workAmount>40000</workAmount>
|
|
<unfinishedThingDef>UnfinishedProsthesis</unfinishedThingDef>
|
|
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
|
|
<workSkill>Crafting</workSkill>
|
|
<skillRequirements>
|
|
<Crafting>10</Crafting>
|
|
</skillRequirements>
|
|
<recipeUsers>
|
|
<li>AdvancedMedicalStation</li>
|
|
</recipeUsers>
|
|
</RecipeDef>
|
|
|
|
<!-- Normal Parts -->
|
|
<RecipeDef ParentName="MakeAdvBionicThing">
|
|
<defName>MakeAdvancedBionicJaw</defName>
|
|
<label>Upgrade bionic jaw</label>
|
|
<description>Upgrades a bionic jaw.</description>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>BionicJaw</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Hyperweave</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>10</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>2</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>BionicJaw</li>
|
|
<li>Hyperweave</li>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
<products>
|
|
<AdvancedBionicJaw>1</AdvancedBionicJaw>
|
|
</products>
|
|
</RecipeDef>
|
|
|
|
<!-- Normal Parts -->
|
|
<RecipeDef ParentName="MakeAdvBionicThing">
|
|
<defName>MakeAdvancedBionicTongue</defName>
|
|
<label>Upgrade bionic tongue</label>
|
|
<description>Upgrades a bionic tongue.</description>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>BionicTongue</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Hyperweave</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>5</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>BionicTongue</li>
|
|
<li>Hyperweave</li>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
<products>
|
|
<AdvancedBionicTongue>1</AdvancedBionicTongue>
|
|
</products>
|
|
</RecipeDef>
|
|
|
|
<!-- Organs -->
|
|
<RecipeDef ParentName="MakeSynthOrgan">
|
|
<defName>MakeSyntheticUterus</defName>
|
|
<label>Create synthetic uterus</label>
|
|
<description>Creates a synthetic uterus from hyperweave and plasteel</description>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Hyperweave</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>10</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>10</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>Hyperweave</li>
|
|
<li>Plasteel</li>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
<products>
|
|
<SyntheticUterus>1</SyntheticUterus>
|
|
</products>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="MakeSynthOrgan">
|
|
<defName>MakeSyntheticTesticles</defName>
|
|
<label>Create synthetic testicles</label>
|
|
<description>Creates a synthetic testicles from hyperweave and plasteel</description>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Hyperweave</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>5</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>5</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>2</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>Hyperweave</li>
|
|
<li>Plasteel</li>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
<products>
|
|
<SyntheticTesticles>1</SyntheticTesticles>
|
|
</products>
|
|
</RecipeDef>
|
|
|
|
<!-- Privates -->
|
|
<RecipeDef ParentName="MakeAdvBionicThing">
|
|
<defName>MakeAdvancedBionicPenis</defName>
|
|
<label>Upgrade bionic penis</label>
|
|
<description>Upgrades a bionic penis.</description>
|
|
<products>
|
|
<AdvancedBionicPenis>1</AdvancedBionicPenis>
|
|
</products>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>BionicPenis</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>10</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>2</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>BionicPenis</li>
|
|
<li>Plasteel</li>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="MakeAdvBionicThing">
|
|
<defName>MakeAdvancedBionicVagina</defName>
|
|
<label>Upgrade bionic vagina</label>
|
|
<description>Upgrades a bionic vagina.</description>
|
|
<products>
|
|
<AdvancedBionicVagina>1</AdvancedBionicVagina>
|
|
</products>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>BionicVagina</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>15</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>BionicVagina</li>
|
|
<li>Plasteel</li>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="MakeAdvBionicThing">
|
|
<defName>MakeAdvancedBionicBreasts</defName>
|
|
<label>Upgrade bionic breasts</label>
|
|
<description>Upgrades a pair of bionic breasts.</description>
|
|
<products>
|
|
<AdvancedBionicBreasts>1</AdvancedBionicBreasts>
|
|
</products>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>BionicBreasts</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>25</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>2</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>BionicBreasts</li>
|
|
<li>Plasteel</li>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
</RecipeDef>
|
|
|
|
<RecipeDef ParentName="MakeAdvBionicThing">
|
|
<defName>MakeAdvancedBionicAnus</defName>
|
|
<label>Upgrade bionic anus</label>
|
|
<description>Upgrades a bionic anus.</description>
|
|
<products>
|
|
<AdvancedBionicAnus>1</AdvancedBionicAnus>
|
|
</products>
|
|
<ingredients>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>BionicAnus</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>Plasteel</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>5</count>
|
|
</li>
|
|
<li>
|
|
<filter>
|
|
<thingDefs>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</filter>
|
|
<count>1</count>
|
|
</li>
|
|
</ingredients>
|
|
<fixedIngredientFilter>
|
|
<thingDefs>
|
|
<li>BionicAnus</li>
|
|
<li>Plasteel</li>
|
|
<li>ComponentSpacer</li>
|
|
</thingDefs>
|
|
</fixedIngredientFilter>
|
|
</RecipeDef>
|
|
</Defs> |