mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Snake-people patches and yokai/slime touchups
This commit is contained in:
parent
c3773bb7ba
commit
707ca7cfa6
3 changed files with 65 additions and 14 deletions
|
@ -4,19 +4,32 @@
|
|||
<mods>
|
||||
<li>Big and Small - Slimes</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_GreenSlime"
|
||||
or defName="BS_PinkSlime"
|
||||
or defName="BS_FrostSlime"
|
||||
or defName="BS_LavaSlime"
|
||||
or defName="BS_EmperorSlime"
|
||||
or defName="BS_ElixirSlime"
|
||||
or defName="BS_BananaSplitSlime"
|
||||
or defName="BS_ToxicSludge"
|
||||
]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_slime_genitalia</li>
|
||||
</value>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_GreenSlime"
|
||||
or defName="BS_PinkSlime"
|
||||
or defName="BS_FrostSlime"
|
||||
or defName="BS_LavaSlime"
|
||||
or defName="BS_EmperorSlime"
|
||||
or defName="BS_ElixirSlime"
|
||||
or defName="BS_ToxicSludge"
|
||||
or defName="BS_BananaSplitSlime"
|
||||
]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_slime_genitalia</li>
|
||||
<li>rjw_genes_much_cum</li>
|
||||
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_elasticity</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_BananaSplitSlime"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_hypersexual</li> <!-- :3c -->
|
||||
<li>rjw_genes_bisexual</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
33
Common/Patches/Xenotypes/PatchBSSneks.xml
Normal file
33
Common/Patches/Xenotypes/PatchBSSneks.xml
Normal file
|
@ -0,0 +1,33 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<!-- Placeholder pending refactor of genital type genes-->
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Big and Small - Lamias and other Snake-People [HOLDHORSES]</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName = "LoS_Lamia"
|
||||
or defName = "LoS_TrueLamia"
|
||||
or defName = "LoS_Siren"
|
||||
or defName = "LoS_Gorgon"
|
||||
or defName = "Naga"
|
||||
or defName = "Los_Adderman"
|
||||
or defName = "Los_Anacondaman"
|
||||
or defName = "Los_Snakeman"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_reptilian_genitalia</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName = "Nagaraj" or defName = "Los_Silver"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_reptilian_genitalia</li>
|
||||
<li>rjw_genes_unbreakable</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
|
@ -10,6 +10,7 @@
|
|||
<xpath>Defs/XenotypeDef[defName = "BS_Kitsune"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_canine_genitalia</li>
|
||||
<li>LitteredBirths</li>
|
||||
</value>
|
||||
</li>
|
||||
|
||||
|
@ -19,6 +20,7 @@
|
|||
<li>rjw_genes_feline_genitalia</li>
|
||||
<li>rjw_genes_extra_vagina</li>
|
||||
<li>rjw_genes_extra_penis</li>
|
||||
<li>LitteredBirths</li>
|
||||
</value>
|
||||
</li>
|
||||
|
||||
|
@ -26,6 +28,7 @@
|
|||
<xpath>Defs/XenotypeDef[defName = "BS_RedOni" or defName = "BS_BlueOni" or defName = "BS_LesserOni"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_demonic_genitalia</li>
|
||||
<li>rjw_genes_much_cum</li>
|
||||
</value>
|
||||
</li>
|
||||
|
||||
|
@ -33,7 +36,9 @@
|
|||
<xpath>Defs/XenotypeDef[defName = "BS_GreatBlueOni" or defName = "BS_GreatRedOni"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_demonic_genitalia</li>
|
||||
<li>rjw_genes_much_cum</li>
|
||||
<li>rjw_genes_big_male_genitalia</li>
|
||||
<li>rjw_genes_loose_female_genitalia</li>
|
||||
<li>rjw_genes_very_much_cum</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
|
|
Loading…
Reference in a new issue