mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added patches for Big and Small Races (singular)
This commit is contained in:
parent
79a8d10ea7
commit
b79c733324
1 changed files with 94 additions and 0 deletions
94
Common/Patches/Xenotypes/PatchBSRaces.xml
Normal file
94
Common/Patches/Xenotypes/PatchBSRaces.xml
Normal file
|
@ -0,0 +1,94 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Big and Small - Races</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Ogre"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_Orc_genitalia</li>
|
||||
<li>rjw_genes_much_cum</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_GreatOgre"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_Orc_genitalia</li>
|
||||
<li>rjw_genes_very_much_cum</li>
|
||||
<li>rjw_genes_big_male_genitalia</li>
|
||||
<li>rjw_genes_big_breasts</li>
|
||||
<li>rjw_genes_loose_female_genitalia</li>
|
||||
<li>rjw_genes_loose_anus</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Troll"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_Orc_genitalia</li>
|
||||
<li>rjw_genes_evergrowth</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Jotun"
|
||||
or defName="BS_FrostJotun"
|
||||
or defName="BS_FireJotun"
|
||||
or defName="BS_Surtr"
|
||||
or defName="BS_Ymir"
|
||||
or defName="BS_Half_Jotun"
|
||||
]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_big_male_genitalia</li>
|
||||
<li>rjw_genes_big_breasts</li>
|
||||
<li>rjw_genes_orgasm_rush</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Alpha Genes</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Corrupterd_Titan"]/genes</xpath> <!-- sic -->
|
||||
<value>
|
||||
<li>rjw_genes_rapist</li>
|
||||
<li>rjw_genes_Tentacle_genitalia</li>
|
||||
</value>
|
||||
</match>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Gnome"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_tight_female_genitalia</li>
|
||||
<li>rjw_genes_tight_anus</li>
|
||||
<li>rjw_genes_very_much_cum</li>
|
||||
<li MayRequire="LustLicentia.RJWLabs">rjw_genes_likes_cumflation</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Dwarf" or defName="BS_Svartalf"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_big_male_genitalia</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Redcap"]/genes</xpath>
|
||||
<value>
|
||||
<li>LitteredBirths</li>
|
||||
<li>rjw_genes_tight_female_genitalia</li>
|
||||
<li>rjw_genes_tight_anus</li>
|
||||
<li>rjw_genes_much_cum</li>
|
||||
<li>rjw_genes_rapist</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName = "BS_Hearthguard" or defName = "BS_Hearthdoll" or defName = "BS_PilotableFleshGolem" or defName="BS_FleshGolemServant"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_no_sex_need</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
Loading…
Reference in a new issue