rjw-rbse/1.3/Defs/ThingDefs_Items/Items_AdvBionic.xml

114 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<ThingDef ParentName="rjw_BodyPartArtificialBase" 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>
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicJaw</RecipeDef></descriptionHyperlinks>
<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 Tongue -->
<ThingDef ParentName="Advanced">
<defName>AdvancedBionicTongue</defName>
<label>advanced bionic tongue</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">
<defName>AdvancedBionicPenis</defName>
<label>advanced bionic penis</label>
<description>An upgraded bionic penis. New Features include:
- 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>
</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>
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicVagina</RecipeDef></descriptionHyperlinks>
<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:
- 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>
</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>
<descriptionHyperlinks><RecipeDef>InstallAdvancedBionicAnus</RecipeDef></descriptionHyperlinks>
<statBases>
<MarketValue>1200</MarketValue>
<Mass>0.10</Mass>
</statBases>
</ThingDef>
</Defs>