mirror of
https://gitgud.io/Tory/rimnude-unofficial.git
synced 2024-08-15 00:03:30 +00:00
Merge branch 'master' into 'master'
Master See merge request Tory/rimnude-unofficial!3
This commit is contained in:
commit
f3c7c7d883
2 changed files with 2742 additions and 0 deletions
2576
Extra Patches/1.2 and 1.3 Colored Nudes/Patches/NudePatch-Heyra.xml
Normal file
2576
Extra Patches/1.2 and 1.3 Colored Nudes/Patches/NudePatch-Heyra.xml
Normal file
File diff suppressed because it is too large
Load diff
166
Extra Patches/Revealing Apparel/Patches/ApparelPatch_-_Heyra.xml
Normal file
166
Extra Patches/Revealing Apparel/Patches/ApparelPatch_-_Heyra.xml
Normal file
|
@ -0,0 +1,166 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!-- It is not necessary to list every bodypart, only those you want to reveal because they are covered (E.g., crotchless pants that cover "Legs" would only need an entry for "Genitals/FeaturelessCrotch") More won't break anything, but you can save yourself some work. -->
|
||||||
|
<!-- The code works this way: -->
|
||||||
|
<!-- - The CanDraw() method of AlienRaces returns a false, my code then checks if CanDrawRevealing() might be true -->
|
||||||
|
<!-- - It makes a list of all clothes the character is wearing that would cover the bodyAddon, using the bodypartgroup (Eg. Torso, Legs) as defined in the bodyAddon Def entry <hiddenUnderApparelFor> -->
|
||||||
|
<!-- - If every clothing item on that list has a revealingPath entry matching both the <path> defined for the bodyAddon and our pawn's bodytpe, the bodyAddon gets drawn -->
|
||||||
|
<!-- - This should work for any type of bodyaddon, e.g. tails too. -->
|
||||||
|
<Patch>
|
||||||
|
<Operation Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Heyra the Horned</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationSequence">
|
||||||
|
<success>Normal</success>
|
||||||
|
<operations>
|
||||||
|
<li Class="PatchOperationAddModExtension">
|
||||||
|
<xpath>Defs/ThingDef[defName="Heyra_Cloak"]</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||||
|
<revealingBodyPartEntries>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
</revealingBodyPartEntries>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
<li Class="PatchOperationAddModExtension">
|
||||||
|
<xpath>Defs/ThingDef[defName="Heyra_Raincoat"]</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||||
|
<revealingBodyPartEntries>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
</revealingBodyPartEntries>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
<li Class="PatchOperationAddModExtension">
|
||||||
|
<xpath>Defs/ThingDef[defName="Heyra_Wintercoat"]</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||||
|
<revealingBodyPartEntries>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/FeaturelessCrotch</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/Testicles/FeaturelessTesticles</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Genitals/Pubes/Pubes</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
</revealingBodyPartEntries>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
<li Class="PatchOperationAddModExtension">
|
||||||
|
<xpath>Defs/ThingDef[defName="Heyra_Wok"]</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||||
|
<revealingBodyPartEntries>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
</revealingBodyPartEntries>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
<li Class="PatchOperationAddModExtension">
|
||||||
|
<xpath>Defs/ThingDef[defName="Heyra_Toolbelt"]</xpath>
|
||||||
|
<value>
|
||||||
|
<li Class="RevealingApparel.ApparelRevealingExtension">
|
||||||
|
<revealingBodyPartEntries>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessLeft</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<revealingPath>Breasts/FeaturelessRight</revealingPath>
|
||||||
|
<revealingBodyTypes>
|
||||||
|
<li>Female</li>
|
||||||
|
</revealingBodyTypes>
|
||||||
|
</li>
|
||||||
|
</revealingBodyPartEntries>
|
||||||
|
</li>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
</operations>
|
||||||
|
</match>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
Loading…
Reference in a new issue