Revert "Moved a lot of files"

This reverts commit 6d45dd8756.
This commit is contained in:
Vegapnk 2024-06-04 16:49:00 +02:00
parent aa85ce0786
commit 51ab700ec2
18 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?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

@ -0,0 +1,54 @@
<?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

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8" ?>
<Patch>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/VREAndroids.AndroidGeneDef[defName="VREA_SyntheticBody"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationAddModExtension">
<xpath>/Defs/VREAndroids.AndroidGeneDef[defName="VREA_SyntheticSkin"]</xpath>
<value>
<li Class="RJW_Genes.QirkExtension">
<Satisfiedquirk>RobotLoverQuirk</Satisfiedquirk>
</li>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
<xpath>/Defs/GeneCategoryDef[defName="VREA_Subroutine"]/displayPriorityInXenotype</xpath>
<value>
<displayPriorityInXenotype>10</displayPriorityInXenotype>
</value>
</Operation>
</Patch>