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
90
Defs/ThingDefs_Items/Items_AdvBionic.xml
Normal file
90
Defs/ThingDefs_Items/Items_AdvBionic.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue