mirror of
https://gitgud.io/dastardlii/rjw-rbse.git
synced 2024-08-14 23:57:40 +00:00
Version 0.6
This commit is contained in:
parent
12c4707cdd
commit
976bd5b387
16 changed files with 380 additions and 307 deletions
|
@ -5,7 +5,7 @@
|
|||
<xpath>/Defs/HediffDef[defName="AdvancedBionicSpine"]/stages/li</xpath>
|
||||
<value>
|
||||
<statOffsets>
|
||||
<SexAbility>0.3</SexAbility>
|
||||
<SexAbility>0.2</SexAbility>
|
||||
<Vulnerability>-0.1</Vulnerability>
|
||||
</statOffsets>
|
||||
</value>
|
||||
|
@ -24,7 +24,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.2</SexAbility>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
<Vulnerability>-0.2</Vulnerability>
|
||||
</statOffsets>
|
||||
</li>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.25</SexAbility>
|
||||
<SexAbility>0.2</SexAbility>
|
||||
<Vulnerability>-0.2</Vulnerability>
|
||||
</statOffsets>
|
||||
</li>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
<SexAbility>0.05</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.15</SexAbility>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.35</SexAbility>
|
||||
<SexAbility>0.3</SexAbility>
|
||||
<Vulnerability>-0.3</Vulnerability>
|
||||
</statOffsets>
|
||||
</li>
|
||||
|
@ -123,7 +123,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.25</SexAbility>
|
||||
<SexAbility>0.2</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<xpath>/Defs/HediffDef[defName="BionicSpine"]/stages/li</xpath>
|
||||
<value>
|
||||
<statOffsets>
|
||||
<SexAbility>0.2</SexAbility>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
<Vulnerability>-0.1</Vulnerability>
|
||||
</statOffsets>
|
||||
</value>
|
||||
|
@ -45,8 +45,8 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
<Vulnerability>-0.1</Vulnerability>
|
||||
<SexAbility>0.05</SexAbility>
|
||||
<Vulnerability>-0.05</Vulnerability>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
|
@ -58,7 +58,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.15</SexAbility>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
<Vulnerability>-0.1</Vulnerability>
|
||||
</statOffsets>
|
||||
</li>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.05</SexAbility>
|
||||
<SexAbility>0.02</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
|
@ -97,7 +97,7 @@
|
|||
<stages>
|
||||
<li>
|
||||
<statOffsets>
|
||||
<SexAbility>0.1</SexAbility>
|
||||
<SexAbility>0.05</SexAbility>
|
||||
</statOffsets>
|
||||
</li>
|
||||
</stages>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Patch>
|
||||
<!-- Natural Body Parts -->
|
||||
<Operation Class="PatchOperationReplace">
|
||||
<xpath>/Defs/HediffDef[@Name="NaturalPrivatePartBase"]/defaultLabelColor</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="NaturalPrivatePartBase"]/defaultLabelColor</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(255, 255, 240)</defaultLabelColor>
|
||||
</value>
|
||||
|
@ -10,7 +10,7 @@
|
|||
|
||||
<!-- Hydraulic Body Parts -->
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[@Name="ArtificialPrivatePartLotech"]</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="ArtificialPrivatePartLotech"]</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(102,178,255)</defaultLabelColor>
|
||||
</value>
|
||||
|
@ -18,7 +18,7 @@
|
|||
|
||||
<!-- Bionic Body Parts -->
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[@Name="ArtificialPrivatePartHitech"]</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[@Name="ArtificialPrivatePartHitech"]</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(0.5, 0.5, 0.9)</defaultLabelColor>
|
||||
</value>
|
||||
|
@ -26,25 +26,25 @@
|
|||
|
||||
<!-- Archotech Body Parts -->
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[defName="ArchotechPenis"]</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechPenis"]</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(188,39,242)</defaultLabelColor>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[defName="ArchotechVagina"]</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechVagina"]</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(188,39,242)</defaultLabelColor>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[defName="ArchotechAnus"]</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechAnus"]</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(188,39,242)</defaultLabelColor>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/HediffDef[defName="ArchotechBreasts"]</xpath>
|
||||
<xpath>/Defs/rjw.HediffDef_PartBase[defName="ArchotechBreasts"]</xpath>
|
||||
<value>
|
||||
<defaultLabelColor>(188,39,242)</defaultLabelColor>
|
||||
</value>
|
||||
|
|
|
@ -96,30 +96,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallMicroVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallTightVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallLooseVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallGapingVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallCatVagina"]</xpath>
|
||||
<value>
|
||||
|
@ -150,30 +126,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachMicroPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachSmallPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachBigPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachHugePenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachHorsePenis"]</xpath>
|
||||
<value>
|
||||
|
@ -205,7 +157,7 @@
|
|||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachHemipenis"]</xpath>
|
||||
<xpath>/Defs/RecipeDef[defName="AttachHemiPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
|
@ -222,18 +174,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachFlatBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachSmallBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachBreasts"]</xpath>
|
||||
<value>
|
||||
|
@ -241,19 +181,7 @@
|
|||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachLargeBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachHugeBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AttachUdder"]</xpath>
|
||||
<xpath>/Defs/RecipeDef[defName="AttachUdderBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
|
@ -270,30 +198,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallMicroAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallTightAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallLooseAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallGapingAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="InstallInsectAnus"]</xpath>
|
||||
<value>
|
||||
|
@ -306,30 +210,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiMicroVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiTightVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiLooseVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiGapingVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiHorseVagina"]</xpath>
|
||||
<value>
|
||||
|
@ -360,30 +240,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiMicropenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiSmallPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiBigPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiHugePenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiHorsePenis"]</xpath>
|
||||
<value>
|
||||
|
@ -415,7 +271,7 @@
|
|||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiHemipenis"]</xpath>
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiHemiPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
|
@ -426,96 +282,24 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiFlatBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiSmallBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiLargeBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiHugeBreasts"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiMicroAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiTightAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiLooseAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMultiGapingAnus"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMicroVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addTightVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addLooseVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addGapingVagina"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addHorseVagina"]</xpath>
|
||||
<value>
|
||||
|
@ -552,30 +336,6 @@
|
|||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="AddMicropenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addSmallPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addBigPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addHugePenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addHorsePenis"]</xpath>
|
||||
<value>
|
||||
|
@ -613,7 +373,7 @@
|
|||
</value>
|
||||
</Operation>
|
||||
<Operation Class="PatchOperationAdd">
|
||||
<xpath>/Defs/RecipeDef[defName="addHemipenis"]</xpath>
|
||||
<xpath>/Defs/RecipeDef[defName="addHemiPenis"]</xpath>
|
||||
<value>
|
||||
<researchPrerequisite>OrganTransplantation</researchPrerequisite>
|
||||
</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue