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

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/obj
/bin
/.vs

28
About/About.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<ModMetaData>
<name>RJW_RBSE</name>
<author>dastardlii</author>
<url>https://www.loverslab.com/topic/131529-rjw-rbse-integration/</url>
<supportedVersions>
<li>1.1</li>
<li>1.2</li>
</supportedVersions>
<packageId>dastardlii.rjw.rbse</packageId>
<modDependencies>
<li>
<packageId>rim.job.world</packageId>
<displayName>RimJobWorld</displayName>
<downloadUrl>https://gitgud.io/Ed86/rjw</downloadUrl>
</li>
<li>
<packageId>Rah.RBSE</packageId>
<displayName>Rah's Bionics and Surgery Expansion</displayName>
<downloadUrl>https://ludeon.com/forums/index.php?topic=28731.0</downloadUrl>
</li>
</modDependencies>
<loadAfter>
<li>rim.job.world</li>
<li>Rah.RBSE</li>
</loadAfter>
<description>Adjusts RJW bionics and surgery to fit into the style and usage defined by RBSE</description>
</ModMetaData>

18
About/Manifest.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<identifier>RJW+RBSE</identifier>
<version>1.1</version>
<dependencies>
<li>RimJobWorld</li>
<li>Rah's Bionics and Surgery Expansion</li>
</dependencies>
<incompatibleWith />
<loadAfter>
<li>RimJobWorld</li>
<li>Rah's Bionics and Surgery Expansion</li>
</loadAfter>
<suggests>
</suggests>
<manifestUri></manifestUri>
<downloadUri>https://www.loverslab.com/topic/131529-rjw-rbse-integration/</downloadUri>
</Manifest>

BIN
About/Preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
Assemblies/RJW_RBSE.dll Normal file

Binary file not shown.

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<HediffDef Name="ArtificialPrivatePartAdvBionic" ParentName="ArtificialPrivatePartHitech" Abstract="True">
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</HediffDef>
<!-- Advanced Bionic jaw -->
<HediffDef ParentName="addedPartAdvanced">
<defName>AdvancedBionicJaw</defName>
<label>advanced bionic jaw</label>
<labelNoun>an advanced bionic jaw</labelNoun>
<spawnThingOnRemoved>AdvancedBionicJaw</spawnThingOnRemoved>
<addedPartProps>
<partEfficiency>1.2</partEfficiency>
</addedPartProps>
<stages>
<li>
<statOffsets>
<SexAbility>0.1</SexAbility>
<Vulnerability>-0.15</Vulnerability>
</statOffsets>
</li>
</stages>
</HediffDef>
<!-- Advanced Bionic privates -->
<HediffDef ParentName="ArtificialPrivatePartAdvBionic">
<defName>AdvancedBionicPenis</defName>
<label>advanced bionic penis</label>
<stages>
<li>
<statOffsets>
<SexAbility>0.9</SexAbility>
</statOffsets>
</li>
</stages>
<spawnThingOnRemoved>AdvancedBionicPenis</spawnThingOnRemoved>
</HediffDef>
<HediffDef ParentName="ArtificialPrivatePartAdvBionic">
<defName>AdvancedBionicVagina</defName>
<label>advanced bionic vagina</label>
<stages>
<li>
<statOffsets>
<SexAbility>0.9</SexAbility>
<Vulnerability>0.3</Vulnerability>
</statOffsets>
</li>
</stages>
<spawnThingOnRemoved>AdvancedBionicVagina</spawnThingOnRemoved>
</HediffDef>
<HediffDef ParentName="ArtificialPrivatePartAdvBionic">
<defName>AdvancedBionicBreasts</defName>
<label>advanced bionic breasts</label>
<stages>
<li>
<statOffsets>
<SexAbility>0.9</SexAbility>
<Vulnerability>0.2</Vulnerability>
<SocialImpact>0.05</SocialImpact>
</statOffsets>
</li>
</stages>
<spawnThingOnRemoved>AdvancedBionicBreasts</spawnThingOnRemoved>
</HediffDef>
<HediffDef ParentName="ArtificialPrivatePartAdvBionic">
<defName>AdvancedBionicAnus</defName>
<label>advanced bionic anus</label>
<stages>
<li>
<statOffsets>
<SexAbility>0.9</SexAbility>
<Vulnerability>0.3</Vulnerability>
</statOffsets>
</li>
</stages>
<spawnThingOnRemoved>AdvancedBionicAnus</spawnThingOnRemoved>
</HediffDef>
</Defs>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<HediffDef Name="addedPartSyntheticRJW" ParentName="addedPartSynthetic" Abstract="True">
<hediffClass>HediffWithComps</hediffClass>
</HediffDef>
<HediffDef ParentName="addedPartSyntheticRJW">
<defName>SyntheticUterus</defName>
<label>synthetic uterus</label>
<spawnThingOnRemoved>SyntheticUterus</spawnThingOnRemoved>
<scenarioCanAdd>true</scenarioCanAdd>
<addedPartProps>
<solid>true</solid>
<partEfficiency>1</partEfficiency>
</addedPartProps>
<stages>
<li>
<statOffsets>
<ImmunityGainSpeed>0.05</ImmunityGainSpeed>
</statOffsets>
<capMods>
<li>
<capacity>Reproduction</capacity>
<offset>0.2</offset>
</li>
</capMods>
</li>
</stages>
</HediffDef>
<HediffDef ParentName="addedPartSyntheticRJW">
<defName>SyntheticTesticles</defName>
<label>synthetic testicles</label>
<spawnThingOnRemoved>SyntheticTesticles</spawnThingOnRemoved>
<scenarioCanAdd>true</scenarioCanAdd>
<addedPartProps>
<solid>true</solid>
<partEfficiency>1</partEfficiency>
</addedPartProps>
<stages>
<li>
<painFactor>0.95</painFactor>
<capMods>
<li>
<capacity>Reproduction</capacity>
<offset>0.2</offset>
</li>
</capMods>
</li>
</stages>
</HediffDef>
</Defs>

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

View File

@ -0,0 +1,279 @@
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<!-- Install Adv. Bionic Jaw -->
<RecipeDef ParentName="SurgeryAdvanced">
<defName>InstallAdvancedBionicJaw</defName>
<label>install advanced bionic jaw</label>
<description>Installs an advanced bionic jaw.</description>
<workerClass>Recipe_InstallArtificialBodyPart</workerClass>
<jobString>Installing an advanced bionic jaw implant.</jobString>
<workAmount>4000</workAmount>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>3</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicJaw</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicJaw</li>
</thingDefs>
</fixedIngredientFilter>
<appliedOnFixedBodyParts>
<li>Jaw</li>
</appliedOnFixedBodyParts>
<addsHediff>AdvancedBionicJaw</addsHediff>
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
</RecipeDef>
<!-- Install (Replace) Vagina -->
<RecipeDef ParentName="SexReassignmentV">
<defName>InstallAdvancedBionicVagina</defName>
<label>install advanced bionic vagina</label>
<description>Installs an advanced bionic vagina, replaces other bodyparts if present.</description>
<jobString>Installing advanced bionic vagina.</jobString>
<workAmount>2000</workAmount>
<skillRequirements>
<Medicine>12</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicVagina</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicVagina</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>AdvancedBionicVagina</addsHediff>
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
</RecipeDef>
<!-- Add Vagina (to Male) -->
<RecipeDef ParentName="FutaMakingM">
<defName>addAdvancedBionicVagina</defName>
<label>add advanced bionic vagina</label>
<jobString>adding advanced bionic vagina.</jobString>
<workAmount>1500</workAmount>
<skillRequirements>
<Medicine>14</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicVagina</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicVagina</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>AdvancedBionicVagina</addsHediff>
</RecipeDef>
<!-- Install (Replace) Penis -->
<RecipeDef ParentName="SexReassignmentP">
<defName>InstallAdvancedBionicPenis</defName>
<label>install advanced bionic penis</label>
<description>Attaches an advanced bionic penis, replaces other bodyparts if present.</description>
<jobString>Attaching advanced bionic penis.</jobString>
<workAmount>1500</workAmount>
<skillRequirements>
<Medicine>12</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicPenis</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicPenis</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>AdvancedBionicPenis</addsHediff>
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
</RecipeDef>
<!-- Add Penis (to Female) -->
<RecipeDef ParentName="FutaMakingF">
<defName>addAdvancedBionicPenis</defName>
<label>add advanced bionic penis</label>
<jobString>Attaching advanced bionic penis.</jobString>
<workAmount>1500</workAmount>
<skillRequirements>
<Medicine>14</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicPenis</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicPenis</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>AdvancedBionicPenis</addsHediff>
</RecipeDef>
<!-- Install (Replace) Breasts -->
<RecipeDef ParentName="BreastSurgery">
<defName>InstallAdvancedBionicBreasts</defName>
<label>install advanced bionic breasts</label>
<description>Installs a pair of advanced bionic breasts, replaces other bodyparts if present.</description>
<jobString>Installing advanced bionic breasts.</jobString>
<workAmount>2000</workAmount>
<skillRequirements>
<Medicine>14</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicBreasts</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicBreasts</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>AdvancedBionicBreasts</addsHediff>
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
</RecipeDef>
<!-- Install (Replace) Anus -->
<RecipeDef ParentName="AnalSurgery">
<defName>InstallAdvancedBionicAnus</defName>
<label>install advanced bionic anus</label>
<description>Installs an advanced bionic anus, replaces other bodyparts if present.</description>
<jobString>Installing advanced bionic anus.</jobString>
<workAmount>2000</workAmount>
<skillRequirements>
<Medicine>14</Medicine>
</skillRequirements>
<ingredients>
<li>
<filter>
<categories>
<li>Medicine</li>
</categories>
</filter>
<count>1</count>
</li>
<li>
<filter>
<thingDefs>
<li>AdvancedBionicAnus</li>
</thingDefs>
</filter>
<count>1</count>
</li>
</ingredients>
<fixedIngredientFilter>
<categories>
<li>Medicine</li>
</categories>
<thingDefs>
<li>AdvancedBionicAnus</li>
</thingDefs>
</fixedIngredientFilter>
<addsHediff>AdvancedBionicAnus</addsHediff>
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
</RecipeDef>
</Defs>

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>

View File

@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<ThingDef ParentName="rjw_BodyPartBase" Name="rjw_BodyPartAdvBionicBase" Abstract="True">
<tradeTags>
<li>AdvancedProstheses</li>
</tradeTags>
<thingCategories>
<li>AdvancedProstheses</li>
</thingCategories>
<statBases>
<DeteriorationRate>2.0</DeteriorationRate>
</statBases>
<isTechHediff>true</isTechHediff>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</ThingDef>
<!-- Adv. Bionic Jaw -->
<ThingDef ParentName="Advanced">
<defName>AdvancedBionicJaw</defName>
<label>advanced bionic jaw</label>
<description>An upgraded bionic jaw. It includes nano-motors embedded in the structure that allow the entire mouth to vibrate at a several different speeds. In addtion to the obvious intimate uses, the vibration function can aid in chewing.</description>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<statBases>
<MarketValue>1038</MarketValue>
<Mass>0.4</Mass>
</statBases>
<techHediffsTags>
<li>Advanced</li>
</techHediffsTags>
</ThingDef>
<!-- Adv. Bionic Penis -->
<ThingDef ParentName="rjw_BodyPartAdvBionicBase">
<defName>AdvancedBionicPenis</defName>
<label>advanced bionic penis</label>
<description>An upgraded bionic penis. New Features include:
- Configurable shape ensuring you will always be able to hit the right spots.
- Internal temperature regulator allows you to share sultry heat or shocking cold with your partner.
- Increased nerve density ensures maximum sensitivity along the entire length of the penis.</description>
<statBases>
<MarketValue>1200</MarketValue>
<Mass>0.5</Mass>
</statBases>
</ThingDef>
<!-- Adv. Bionic Vagina -->
<ThingDef ParentName="rjw_BodyPartAdvBionicBase">
<defName>AdvancedBionicVagina</defName>
<label>advanced bionic vagina</label>
<description>An upgraded prosthetic vagina. New Features include:
- Internal semen sensors that can automatically trigger orgasm when your partner cums.
- Embedded nano-pumps allow for acontrollable suction down to -10psi.
- Lubrication dispensors can be configured for several flavors, including Mango!</description>
<statBases>
<MarketValue>1200</MarketValue>
<Mass>0.10</Mass>
</statBases>
</ThingDef>
<!-- Adv. Bionic Breasts -->
<ThingDef ParentName="rjw_BodyPartAdvBionicBase">
<defName>AdvancedBionicBreasts</defName>
<label>advanced bionic breasts</label>
<description>Upgraded prosthetic breasts. New Features include:
- Independantly resizable nipples
- Selectable areola shapes, including hearts and stars.</description>
<statBases>
<MarketValue>1200</MarketValue>
<Mass>1.0</Mass>
</statBases>
</ThingDef>
<!-- Adv. Bionic Anus -->
<ThingDef ParentName="rjw_BodyPartAdvBionicBase">
<defName>AdvancedBionicAnus</defName>
<label>advanced bionic anus</label>
<description>An upgraded prosthetic anus. New Features include:
- Toggleable nerve clusters that increase pleasure and decrease discomfort.</description>
<statBases>
<MarketValue>1200</MarketValue>
<Mass>0.10</Mass>
</statBases>
</ThingDef>
</Defs>

View File

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<ThingDef ParentName="Synthetic">
<defName>SyntheticUterus</defName>
<label>synthetic uterus</label>
<description>An enhanced uterus augmented with nanocells to increase organ efficiency improve defense against disease. Should be kept frozen outside of the body to avoid cell death and organ failure.\n\nDoes not trigger transplant rejection.\n\nStats:\nFertility: 20%\nImmunity Gain: 5%</description>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<statBases>
<MarketValue>1224</MarketValue>
<Mass>1</Mass>
</statBases>
<techHediffsTags>
<li>Advanced</li>
</techHediffsTags>
<tickerType>Rare</tickerType>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>4</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
</ThingDef>
<ThingDef ParentName="Synthetic">
<defName>SyntheticTesticles</defName>
<label>synthetic testicles</label>
<description>An enhanced pair of testicles augmented with nanocells to increase organ efficiency and reduce pain from vigorous activity. Should be kept frozen outside of the body to avoid cell death and organ failure.\n\nDoes not trigger transplant rejection.\n\nStats:\nFertility: 20%\nPain Threshold: 95%</description>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
<statBases>
<MarketValue>1224</MarketValue>
<Mass>1</Mass>
</statBases>
<techHediffsTags>
<li>Advanced</li>
</techHediffsTags>
<tickerType>Rare</tickerType>
<comps>
<li Class="CompProperties_Rottable">
<daysToRotStart>4</daysToRotStart>
<rotDestroys>true</rotDestroys>
</li>
</comps>
</ThingDef>
</Defs>

View File

@ -0,0 +1,138 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Advanced Bionic Spine -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicSpine"]/stages/li</xpath>
<value>
<statOffsets>
<SexAbility>0.3</SexAbility>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicSpine"]/description</xpath>
<value>
<description>An upgraded bionic spine. This durable device makes the user extremely mobile and unbelievably flexible.</description>
</value>
</Operation>
<!-- Advanced Bionic Arms/Hands -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicHand"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.2</SexAbility>
<Vulnerability>-0.2</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicArm"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.25</SexAbility>
<Vulnerability>-0.2</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicHand"]/description</xpath>
<value>
<description>An upgraded bionic hand. An adjuystable dermal layer allows the skin of the hand to be hard as steel or soft as velvet. Some people would chop their own hands off just to get this gorgeous piece of tech.</description>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicArm"]/description</xpath>
<value>
<description>An upgraded bionic arm. An adjuystable dermal layer allows the skin of the hand to be hard as steel or soft as velvet. Remember when you struggled with opening jars? Now you will struggle to not break them instantly.</description>
</value>
</Operation>
<!-- Advanced Bionic Feet/Legs -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicFoot"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.1</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="AdvancedBionicLeg"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.15</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicFoot"]/description</xpath>
<value>
<description>An upgraded bionic foot. Dozens of servomotors grant faster movement and enough dexterity to comfortably write with this foot.</description>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="AdvancedBionicLeg"]/description</xpath>
<value>
<description>An upgraded bionic leg. Impressive technology which allows the user to move around faster than ever. Improved servomotors give enough dexterity to comfortably write with this foot.</description>
</value>
</Operation>
<!-- Archotech Arms -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechArm"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.35</SexAbility>
<Vulnerability>-0.3</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="ArchotechArm"]/description</xpath>
<value>
<description>An artifical arm built by an archotech. It's strong enough to crush a thick hardwood branch in its hand, and precise enough to write a sonnet on a grain of rice. The hand include heating and vibration functions. It looks and feels like natural flesh, but it's harder to damage than plasteel while being as soft as silk. Even if it is harmed, it repairs itself over time. Its internal workings are a mystery to all human minds.</description>
</value>
</Operation>
<!-- Archotech Legs -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechLeg"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.25</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="ArchotechLeg"]/description</xpath>
<value>
<description>An artifical leg built by an archotech. It looks and feels like natural flesh, but a pair of these can move the user as fast as a decent car, and it's harder to damage than plasteel while being as soft as silk. The thighs are adjustable to any desired thickness, and the feet are dexterous enough to paint a masterpiece with. Even if it is harmed, it repairs itself over time. Its internal workings are a mystery to all human minds.</description>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,118 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Bionic Jaw -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="BionicJaw"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.05</SexAbility>
<Vulnerability>-0.15</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="BionicJaw"]/description</xpath>
<value>
<description>A strengthened jaw that will never get sore or tired. Includes a strong set of teeth and a voice modulator.</description>
</value>
</Operation>
<!-- Bionic Spine -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="BionicSpine"]/stages/li</xpath>
<value>
<statOffsets>
<SexAbility>0.2</SexAbility>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="BionicSpine"]/description</xpath>
<value>
<description>An advanced artificial spine. A biogel nerve bundle runs down an articulated plasteel core, surrounded by a lattice-dust healing system. Improved disc joints allow for contortionist-like flexibility without discomfort. Outperforms biological spines.</description>
</value>
</Operation>
<!-- Bionic Arms/Hands -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="BionicHand"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.1</SexAbility>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="BionicArm"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.15</SexAbility>
<Vulnerability>-0.1</Vulnerability>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="BionicHand"]/description</xpath>
<value>
<description>Allows the user to perform tasks even faster than with a regular hand. Includes increased grip strength and an internal heater to ensure the hand is always comfortable warm.</description>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="BionicArm"]/description</xpath>
<value>
<description>An advanced artificial arm. Silenced mini-servos give great strength, while the biogel nerve-link gives exquisite control. A lattice-dust healing system allows it to recover from damage. Includes increased grip strength and an internal heater to ensure the hand is always comfortable warm. It is better than a biological arm in almost every way.</description>
</value>
</Operation>
<!-- Bionic Feet/Legs -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="BionicFoot"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.05</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="BionicLeg"]</xpath>
<value>
<stages>
<li>
<statOffsets>
<SexAbility>0.1</SexAbility>
</statOffsets>
</li>
</stages>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="BionicFoot"]/description</xpath>
<value>
<description>An advanced artificial foot. This prosthesis grants faster walking with little to no stumbling!. An adjuystable dermal layer allows the skin of the foot to be hard as steel or soft as velvet.</description>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="BionicLeg"]/description</xpath>
<value>
<description>An advanced artificial leg. Includes a biogel nerve-link, powerful mini-servos, a lattice-dust healing system and an adjuystable dermal layer allows the skin of the leg to be hard as steel or soft as velvet. It is better than a biological leg in almost every way.</description>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,146 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Unfinished Items -->
<Operation Class="PatchOperationReplace">
<xpath>/Defs/RecipeDef[@Name="MakePrivates"]/unfinishedThingDef</xpath>
<value>
<unfinishedThingDef>UnfinishedProsthesis</unfinishedThingDef>
</value>
</Operation>
<!-- Slime Body Parts use new texture -->
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[defName="SlimeGlob"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/slimepart</texPath>
</value>
</Operation>
<!-- Natural Body Parts use organ texture -->
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartNaturalBaseGenMale"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Organ</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartNaturalBaseGenFemale"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Organ</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartNaturalBaseAnus"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Organ</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartNaturalBaseBreast"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Organ</texPath>
</value>
</Operation>
<!-- Simple Artificial Body Parts use organ texture -->
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartArtificialBaseGenMale"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Simple</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartArtificialBaseGenFemale"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Simple</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartArtificialBaseAnus"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Simple</texPath>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/ThingDef[@Name="rjw_BodyPartArtificialBaseBreast"]/graphicData/texPath</xpath>
<value>
<texPath>Things/Item/BodyPart/Simple</texPath>
</value>
</Operation>
<!-- Bionic Body Parts use bionic texture -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="BionicPenis"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="BionicVagina"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="BionicAnus"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="BionicBreasts"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<!-- Archotech Body Parts use bionic2 texture -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="ArchotechPenis"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="ArchotechVagina"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="ArchotechAnus"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="ArchotechBreasts"]</xpath>
<value>
<graphicData>
<texPath>Things/Item/BodyPart/Bionic2</texPath>
<graphicClass>Graphic_Single</graphicClass>
</graphicData>
</value>
</Operation>
</Patch>

53
Patches/Hediff_Colors.xml Normal file
View File

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Natural Body Parts -->
<Operation Class="PatchOperationReplace">
<xpath>/Defs/HediffDef[@Name="NaturalPrivatePartBase"]/defaultLabelColor</xpath>
<value>
<defaultLabelColor>(255, 255, 240)</defaultLabelColor>
</value>
</Operation>
<!-- Hydraulic Body Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[@Name="ArtificialPrivatePartLotech"]</xpath>
<value>
<defaultLabelColor>(102,178,255)</defaultLabelColor>
</value>
</Operation>
<!-- Bionic Body Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[@Name="ArtificialPrivatePartHitech"]</xpath>
<value>
<defaultLabelColor>(0.5, 0.5, 0.9)</defaultLabelColor>
</value>
</Operation>
<!-- Archotech Body Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechPenis"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechVagina"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechAnus"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechBreasts"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,627 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- No req for Removing parts -->
<!-- No req for Peg Dick -->
<!-- No req for Archotech -->
<!-- Hydraulic Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallHydraulicPenis"]</xpath>
<value>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallHydraulicVagina"]</xpath>
<value>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallHydraulicBreasts"]</xpath>
<value>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallHydraulicAnus"]</xpath>
<value>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addHydraulicVagina"]</xpath>
<value>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addHydraulicPenis"]</xpath>
<value>
<researchPrerequisite>Prosthetics</researchPrerequisite>
</value>
</Operation>
<!-- Bionic Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallBionicPenis"]</xpath>
<value>
<researchPrerequisite>Bionics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallBionicVagina"]</xpath>
<value>
<researchPrerequisite>Bionics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallBionicBreasts"]</xpath>
<value>
<researchPrerequisite>Bionics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallBionicAnus"]</xpath>
<value>
<researchPrerequisite>Bionics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addBionicVagina"]</xpath>
<value>
<researchPrerequisite>Bionics</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addBionicPenis"]</xpath>
<value>
<researchPrerequisite>Bionics</researchPrerequisite>
</value>
</Operation>
<!-- Natural Transplants -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallMicroVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallTightVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallLooseVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallGapingVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallCatVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallDogVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallHorseVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallDragonVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallOvipositorF"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachMicroPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachSmallPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachBigPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachHugePenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachHorsePenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachRaccoonPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachCatPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachDogPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachDragonPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachHemipenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachCrocodilianPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachOvipositorM"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachFlatBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachSmallBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachLargeBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachHugeBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachUdder"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AttachFeaturelesschest"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallMicroAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallTightAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallLooseAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallGapingAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="InstallInsectAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiMicroVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiTightVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiLooseVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiGapingVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiHorseVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiCatVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiDogVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiDragonVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiMicropenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiSmallPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiBigPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiHugePenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiHorsePenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiCatPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiDogPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiDragonPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiRaccoonPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiHemipenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiCrocodilianPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiFlatBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiSmallBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiLargeBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiHugeBreasts"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiMicroAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiTightAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiLooseAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMultiGapingAnus"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMicroVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addTightVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addLooseVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addGapingVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addHorseVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addCatVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addDogVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addDragonVagina"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addOvipositorF"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="AddMicropenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addSmallPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addBigPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addHugePenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addHorsePenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addCatPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addDogPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addDragonPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addOvipositorM"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addRaccoonPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addHemipenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/RecipeDef[defName="addCrocodilianPenis"]</xpath>
<value>
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
</value>
</Operation>
</Patch>

View File

@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RJW_RBSE")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("RJW_RBSE")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("e2f0b911-7ec5-41df-898f-7962e8b4cdf4")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

83
RJW_RBSE.csproj Normal file
View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>dastardlii.RJW_RBSE</RootNamespace>
<AssemblyName>RJW_RBSE</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>false</DebugSymbols>
<DebugType>none</DebugType>
<Optimize>false</Optimize>
<OutputPath>Assemblies\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>Assemblies\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony">
<HintPath>C:\Steam\steamapps\workshop\content\294100\818773962\Assemblies\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>C:\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="HugsLib">
<HintPath>C:\Steam\steamapps\workshop\content\294100\818773962\Assemblies\HugsLib.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine">
<HintPath>C:\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\UnityEngine.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Source\Main.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="About\About.xml" />
<Content Include="About\Preview.png" />
<Content Include="Changelog.txt" />
<Content Include="Defs\HediffDefs\Hediffs_AdvBionic.xml" />
<Content Include="Defs\HediffDefs\Hediffs_Synthetic.xml" />
<Content Include="Defs\RecipeDefs\Recipe_AdvMedTable.xml" />
<Content Include="Defs\RecipeDefs\Surgery_AdvBionic.xml" />
<Content Include="Defs\RecipeDefs\Surgery_Synthetic.xml" />
<Content Include="Defs\ThingDefs_Items\Items_AdvBionic.xml" />
<Content Include="Defs\ThingDefs_Items\Items_Synthetic.xml" />
<Content Include="Patches\Bodypart_Stats_Advanced.xml" />
<Content Include="Patches\Bodypart_Stats_Bionic.xml" />
<Content Include="Patches\Bodypart_Textures.xml" />
<Content Include="Patches\Hediff_Colors.xml" />
<Content Include="Patches\Operation_Research.xml" />
<Content Include="Textures\Things\Item\BodyPart\slimepart.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

6
RJW_RBSE.csproj.user Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
</Project>

25
RJW_RBSE.sln Normal file
View File

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.902
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RJW_RBSE", "RJW_RBSE.csproj", "{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2F0B911-7EC5-41DF-898F-7962E8B4CDF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F904BC6-74A9-40DB-96DC-94F10C8B9E7B}
EndGlobalSection
EndGlobal

85
Source/Main.cs Normal file
View File

@ -0,0 +1,85 @@
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Linq;
using Harmony;
using RimWorld;
using Verse;
namespace RJW_RBSE
{
[StaticConstructorOnStartup]
internal static class Startup
{
//Quick check to see if an another mod is loaded.
private static bool IsLoaded(string mod)
{
return LoadedModManager.RunningModsListForReading.Any(x => x.Name == mod);
}
private static void Fix_recipes()
{
//Log.Message("[RJW-RBSE] Startup::fix_recipes");
if (!IsLoaded("RimJobWorld"))
{
Log.Warning("[RJW-RBSE] RJW is not loaded!");
return;
}
if (!IsLoaded("Rah's Bionics and Surgery Expansion"))
{
Log.Warning("[RJW-RBSE] RBSE is not loaded!");
return;
}
try
{
//Vanilla bench
var fab_ben = DefDatabase<ThingDef>.GetNamed("FabricationBench");
//EPOE bench
var bio_ben = DefDatabase<ThingDef>.GetNamed("TableBionics", false);
//RBSE benches
var rbse_bio = DefDatabase<ThingDef>.GetNamed("BionicWorkbench", false);
var rbse_adv = DefDatabase<ThingDef>.GetNamed("AdvancedMedicalStation", false);
// Remove existing Bionic recipes
(bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase<RecipeDef>.GetNamed("MakeBionicAnus"));
(bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase<RecipeDef>.GetNamed("MakeBionicBreasts"));
(bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase<RecipeDef>.GetNamed("MakeBionicPenis"));
(bio_ben ?? fab_ben).AllRecipes.Remove(DefDatabase<RecipeDef>.GetNamed("MakeBionicVagina"));
// Add recipes to RBSE bionics bench
rbse_bio.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeBionicAnus"));
rbse_bio.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeBionicBreasts"));
rbse_bio.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeBionicPenis"));
rbse_bio.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeBionicVagina"));
// Add recipes to RBSE Advanced Medical bench
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeAdvancedBionicJaw"));
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeSyntheticUterus"));
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeSyntheticTesticles"));
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeAdvancedBionicPenis"));
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeAdvancedBionicVagina"));
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeAdvancedBionicBreasts"));
rbse_adv.AllRecipes.Add(DefDatabase<RecipeDef>.GetNamed("MakeAdvancedBionicAnus"));
}
catch
{
Log.Warning("[RJW-RBSE] Unable to fix RJW/RBSE recipes.");
}
}
static Startup()
{
//Log.Message("[RJW-RBSE] Startup::Startup() called");
Fix_recipes();
var harmony = HarmonyInstance.Create("rjw-rbse");
harmony.PatchAll(Assembly.GetExecutingAssembly());
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB