mirror of
https://gitgud.io/dastardlii/rjw-rbse.git
synced 2024-08-14 23:57:40 +00:00
Added sex stats for bionic tongue
Added Adv. Bionic Tongue
This commit is contained in:
parent
d86765d13a
commit
58a5932eb6
5 changed files with 168 additions and 0 deletions
|
@ -23,6 +23,22 @@
|
|||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
<!-- Advanced Bionic tongue -->
|
||||
<HediffDef ParentName="addedPartAdvanced">
|
||||
<defName>AdvancedBionicTongue</defName>
|
||||
<label>advanced bionic tongue</label>
|
||||
<labelNoun>an advanced bionic tongue</labelNoun>
|
||||
<description>An upgraded bionic tongue. Nano-motors embedded in the muscle allow the tongue to vibrate at a several different speeds. It can also extend up to 300% of it's original length.</description>
|
||||
<spawnThingOnRemoved>AdvancedBionicTongue</spawnThingOnRemoved>
|
||||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
</HediffDef>
|
||||
|
||||
|
||||
<!-- Advanced Bionic privates -->
|
||||
|
|
|
@ -76,6 +76,49 @@
|
|||
<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">
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
<defName>InstallAdvancedBionicJaw</defName>
|
||||
<label>install advanced bionic jaw</label>
|
||||
<description>Installs an advanced bionic jaw.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>AdvancedBionicJaw</ThingDef>
|
||||
<HediffDef>AdvancedBionicJaw</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<workerClass>Recipe_InstallArtificialBodyPart</workerClass>
|
||||
<jobString>Installing an advanced bionic jaw implant.</jobString>
|
||||
<workAmount>4000</workAmount>
|
||||
|
@ -40,12 +44,61 @@
|
|||
<addsHediff>AdvancedBionicJaw</addsHediff>
|
||||
<researchPrerequisite>AdvancedBionics</researchPrerequisite>
|
||||
</RecipeDef>
|
||||
|
||||
<!-- Install Adv. Bionic Tongue -->
|
||||
<RecipeDef ParentName="SurgeryAdvanced">
|
||||
<defName>InstallAdvancedBionicTongue</defName>
|
||||
<label>install advanced bionic tongue</label>
|
||||
<description>Installs an advanced bionic tongue.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>AdvancedBionicTongue</ThingDef>
|
||||
<HediffDef>AdvancedBionicTongue</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<workerClass>Recipe_InstallArtificialBodyPart</workerClass>
|
||||
<jobString>Installing an advanced bionic tongue implant.</jobString>
|
||||
<workAmount>4000</workAmount>
|
||||
<ingredients>
|
||||
<li>
|
||||
<filter>
|
||||
<categories>
|
||||
<li>Medicine</li>
|
||||
</categories>
|
||||
</filter>
|
||||
<count>3</count>
|
||||
</li>
|
||||
<li>
|
||||
<filter>
|
||||
<thingDefs>
|
||||
<li>AdvancedBionicTongue</li>
|
||||
</thingDefs>
|
||||
</filter>
|
||||
<count>1</count>
|
||||
</li>
|
||||
</ingredients>
|
||||
<fixedIngredientFilter>
|
||||
<categories>
|
||||
<li>Medicine</li>
|
||||
</categories>
|
||||
<thingDefs>
|
||||
<li>AdvancedBionicTongue</li>
|
||||
</thingDefs>
|
||||
</fixedIngredientFilter>
|
||||
<appliedOnFixedBodyParts>
|
||||
<li>Tongue</li>
|
||||
</appliedOnFixedBodyParts>
|
||||
<addsHediff>AdvancedBionicTongue</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>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>AdvancedBionicVagina</ThingDef>
|
||||
<HediffDef>AdvancedBionicVagina</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Installing advanced bionic vagina.</jobString>
|
||||
<workAmount>2000</workAmount>
|
||||
<skillRequirements>
|
||||
|
@ -124,6 +177,10 @@
|
|||
<defName>InstallAdvancedBionicPenis</defName>
|
||||
<label>install advanced bionic penis</label>
|
||||
<description>Attaches an advanced bionic penis, replaces other bodyparts if present.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>AdvancedBionicPenis</ThingDef>
|
||||
<HediffDef>AdvancedBionicPenis</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Attaching advanced bionic penis.</jobString>
|
||||
<workAmount>1500</workAmount>
|
||||
<skillRequirements>
|
||||
|
@ -202,6 +259,10 @@
|
|||
<defName>InstallAdvancedBionicBreasts</defName>
|
||||
<label>install advanced bionic breasts</label>
|
||||
<description>Installs a pair of advanced bionic breasts, replaces other bodyparts if present.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>AdvancedBionicBreasts</ThingDef>
|
||||
<HediffDef>AdvancedBionicBreasts</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Installing advanced bionic breasts.</jobString>
|
||||
<workAmount>2000</workAmount>
|
||||
<skillRequirements>
|
||||
|
@ -242,6 +303,10 @@
|
|||
<defName>InstallAdvancedBionicAnus</defName>
|
||||
<label>install advanced bionic anus</label>
|
||||
<description>Installs an advanced bionic anus, replaces other bodyparts if present.</description>
|
||||
<descriptionHyperlinks>
|
||||
<ThingDef>AdvancedBionicAnus</ThingDef>
|
||||
<HediffDef>AdvancedBionicAnus</HediffDef>
|
||||
</descriptionHyperlinks>
|
||||
<jobString>Installing advanced bionic anus.</jobString>
|
||||
<workAmount>2000</workAmount>
|
||||
<skillRequirements>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<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>
|
||||
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicJaw</RecipeDef></descriptionHyperlinks>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/BodyPart/Bionic2</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
|
@ -34,6 +35,25 @@
|
|||
<li>Advanced</li>
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Adv. Bionic Tongue -->
|
||||
<ThingDef ParentName="Advanced">
|
||||
<defName>AdvancedBionicTongue</defName>
|
||||
<label>advanced bionic jaw</label>
|
||||
<description>An upgraded bionic tongue. Nano-motors embedded in the muscle allow the tongue to vibrate at a several different speeds. It can also extend up to 300% of it's original length.</description>
|
||||
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicTongue</RecipeDef></descriptionHyperlinks>
|
||||
<graphicData>
|
||||
<texPath>Things/Item/BodyPart/Bionic2</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<statBases>
|
||||
<MarketValue>938</MarketValue>
|
||||
<Mass>0.3</Mass>
|
||||
</statBases>
|
||||
<techHediffsTags>
|
||||
<li>Advanced</li>
|
||||
</techHediffsTags>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Adv. Bionic Penis -->
|
||||
<ThingDef ParentName="rjw_BodyPartAdvBionicBase">
|
||||
|
@ -43,6 +63,7 @@
|
|||
- Upgraded internal servos to ensure ease of movement even when at maximum size.
|
||||
- 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>
|
||||
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicPenis</RecipeDef></descriptionHyperlinks>
|
||||
<statBases>
|
||||
<MarketValue>1200</MarketValue>
|
||||
<Mass>0.5</Mass>
|
||||
|
@ -57,6 +78,7 @@
|
|||
- 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>
|
||||
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicVagina</RecipeDef></descriptionHyperlinks>
|
||||
<statBases>
|
||||
<MarketValue>1200</MarketValue>
|
||||
<Mass>0.10</Mass>
|
||||
|
@ -70,6 +92,7 @@
|
|||
<description>Upgraded prosthetic breasts. New Features include:
|
||||
- Inertial dampeners to allow more comfortable movement.
|
||||
- Selectable areola shapes, including hearts and stars.</description>
|
||||
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicBreasts</RecipeDef></descriptionHyperlinks>
|
||||
<statBases>
|
||||
<MarketValue>1200</MarketValue>
|
||||
<Mass>1.0</Mass>
|
||||
|
@ -82,6 +105,7 @@
|
|||
<label>advanced bionic anus</label>
|
||||
<description>An upgraded prosthetic anus. New Features include:
|
||||
- Toggleable nerve clusters that increase pleasure and decrease discomfort.</description>
|
||||
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicAnus</RecipeDef></descriptionHyperlinks>
|
||||
<statBases>
|
||||
<MarketValue>1200</MarketValue>
|
||||
<Mass>0.10</Mass>
|
||||
|
|
|
@ -20,6 +20,26 @@
|
|||
<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 Tongue -->
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[defName="BionicTongue"]</xpath>
|
||||
<value>
|
||||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.05</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationReplace">
|
||||
<xpath>/Defs/ThingDef[defName="BionicTongue"]/description</xpath>
|
||||
<value>
|
||||
<description>An artificial tongue replacement. Made of synthetic smooth-fibers and connected through a neurogel interface, it can match the performance of a natural tongue in speaking, eating, and tasting. It is more flexible than a natural tongue and can extend up to 150% it's base length.</description>
|
||||
</value>
|
||||
</Operation>
|
||||
|
||||
<!-- Bionic Spine -->
|
||||
<Operation Class="PatchOperationAdd">
|
||||
|
|
Loading…
Reference in a new issue