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
53
Patches/Hediff_Colors.xml
Normal file
53
Patches/Hediff_Colors.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue