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
326
Defs/RecipeDefs/Recipe_AdvMedTable.xml
Normal file
326
Defs/RecipeDefs/Recipe_AdvMedTable.xml
Normal file
|
@ -0,0 +1,326 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Defs>
|
||||
<RecipeDef Name="MakeSynthOrgan" Abstract="True">
|
||||
<jobString>Creating synthetic organ.</jobString>
|
||||
<workSpeedStat>SmithingSpeed</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>
|
||||
</RecipeDef>
|
||||
|
||||
<RecipeDef Name="MakeAdvBionicThing" Abstract="True">
|
||||
<jobString>Upgrading bionic part.</jobString>
|
||||
<workSpeedStat>SmithingSpeed</workSpeedStat>
|
||||
<effectWorking>Cook</effectWorking>
|
||||
<soundWorking>RBSESound</soundWorking>
|
||||
<workAmount>40000</workAmount>
|
||||
<unfinishedThingDef>UnfinishedProsthesis</unfinishedThingDef>
|
||||
<workSkill>Crafting</workSkill>
|
||||
<skillRequirements>
|
||||
<Crafting>10</Crafting>
|
||||
</skillRequirements>
|
||||
</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>
|
||||
|
||||
<!-- 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>
|
Loading…
Add table
Add a link
Reference in a new issue