Initial import. Version 0.4

This commit is contained in:
Dastardlii 2020-09-06 05:23:06 -04:00
parent d0d44e7bc4
commit 16d1b14aac
23 changed files with 2323 additions and 0 deletions

53
Patches/Hediff_Colors.xml Normal file
View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="UTF-8"?>
<Patch>
<!-- Natural Body Parts -->
<Operation Class="PatchOperationReplace">
<xpath>/Defs/HediffDef[@Name="NaturalPrivatePartBase"]/defaultLabelColor</xpath>
<value>
<defaultLabelColor>(255, 255, 240)</defaultLabelColor>
</value>
</Operation>
<!-- Hydraulic Body Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[@Name="ArtificialPrivatePartLotech"]</xpath>
<value>
<defaultLabelColor>(102,178,255)</defaultLabelColor>
</value>
</Operation>
<!-- Bionic Body Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[@Name="ArtificialPrivatePartHitech"]</xpath>
<value>
<defaultLabelColor>(0.5, 0.5, 0.9)</defaultLabelColor>
</value>
</Operation>
<!-- Archotech Body Parts -->
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechPenis"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechVagina"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechAnus"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
<Operation Class="PatchOperationAdd">
<xpath>/Defs/HediffDef[defName="ArchotechBreasts"]</xpath>
<value>
<defaultLabelColor>(188,39,242)</defaultLabelColor>
</value>
</Operation>
</Patch>