Removed VRE Android Convertables for now

This commit is contained in:
Vegapnk 2024-06-04 16:31:18 +02:00
parent ea63db147d
commit 70f7ce1f7d
4 changed files with 0 additions and 97 deletions

View file

@ -7,8 +7,6 @@
- Xenogenes for "Biotech Expansion Mammalia" and "Biotech Expansion - Mythic" thanks to @Ohreallyow (#86)
- Xenogenes update for (many?) "Vanilla Races Expanded (VRE)" Mods - Thanks to @Jaaldabaoth (#84 / #88 )
- Genes can now fulfill RJW Quirks, configurable in XML. Thanks to @Jaaldabaoth (#84 / #88)
- "Genes" to support VRE Androids having Mechanical Genitalia. Thanks to @Jaaldabaoth (#88)
- "Curiosity Genes" alongside other Curiosities from VRE. Thanks to @Jaaldabaoth (#88)
- Support for many VE-Genetics Animals into the Animal-Framework. Thanks to @Jaaldabaoth (#88)
**Fixes**:

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<Defs>
<VREAndroids.AndroidConvertableGenesDef>
<defName>rjw_genes_AndroidConvertableGenesDefs</defName>
<geneCategories>
<li>rjw_genes_gender</li>
</geneCategories>
</VREAndroids.AndroidConvertableGenesDef>
</Defs>

View file

@ -1,54 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Defs>
<VREAndroids.AndroidGeneDef ParentName="VREA_SubroutineBase">
<defName>rjw_genes_bionic_genitalia</defName>
<label>bionic genitalia</label>
<geneClass>RJW_Genes.Gene_GenitaliaType</geneClass>
<description>This piece of hardware is a set of bionic genitals of high quality</description>
<iconPath>Genes/Icons/Genitalia_human</iconPath>
<modExtensions>
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>BionicPenis</penis>
<vagina>BionicVagina</vagina>
<anus>BionicAnus</anus>
<breasts>BionicBreasts</breasts>
</li>
</modExtensions>
<displayOrderInCategory>802</displayOrderInCategory>
<biostatMet>-2</biostatMet>
</VREAndroids.AndroidGeneDef>
<VREAndroids.AndroidGeneDef ParentName="VREA_HardwareBase">
<defName>rjw_genes_hydrolic_genitalia</defName>
<label>hydrolic genitalia</label>
<geneClass>RJW_Genes.Gene_GenitaliaType</geneClass>
<description>This piece of hardware is a set of crude hydrolic genitals, at least it come with a suspension system</description>
<iconPath>Genes/Icons/Genitalia_human</iconPath>
<modExtensions>
<li Class="RJW_Genes.GenitaliaTypeExtension">
<penis>HydraulicPenis</penis>
<vagina>HydraulicVagina</vagina>
<anus>HydraulicAnus</anus>
<breasts>HydraulicBreasts</breasts>
</li>
</modExtensions>
<displayOrderInCategory>802</displayOrderInCategory>
<statFactors>
<MoveSpeed>1.12</MoveSpeed>
</statFactors>
</VREAndroids.AndroidGeneDef>
<VREAndroids.AndroidGeneDef ParentName="VREA_HardwareBase">
<defName>rjw_genes_SexDisabled</defName>
<label>sex disabled</label>
<description>Androids do not feel satisfaction from sex, and have no need to feel it.</description>
<iconPath>Genes/Icons/sex_disabled</iconPath>
<displayOrderInCategory>3</displayOrderInCategory>
<biostatCpx>1</biostatCpx>
<disablesNeeds>
<li>Sex</li>
</disablesNeeds>
<removeWhenAwakened>true</removeWhenAwakened>
</VREAndroids.AndroidGeneDef>
</Defs>

View file

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<GeneDef Name="VRE_CuriosityBase" Abstract="True">
<displayCategory>VRE_Curiosity</displayCategory>
<exclusionTags>
<li>VRE_Curiosity</li>
<li>Curiosity</li>
</exclusionTags>
<biostatMet>-2</biostatMet>
<biostatCpx>2</biostatCpx>
</GeneDef>
<GeneDef ParentName="VRE_CuriosityBase">
<defName>VRE_Curiosity_Sex</defName>
<label>sex curiosity</label>
<displayOrderInCategory>0</displayOrderInCategory>
<description>The carrier has a natural curiosity for sex which makes them gain recreation whenever they learn it. Furthermore, curiosity prevents skill loss in sex completely.
</description>
<iconPath>Genes/Icons/sex_curiosity</iconPath>
<modExtensions>
<li Class="VanillaGenesExpanded.GeneExtension">
<noSkillLoss>Sex</noSkillLoss>
<skillRecreation>Sex</skillRecreation>
</li>
</modExtensions>
</GeneDef>
</Defs>