mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added patches for Big and Small - More Races
This commit is contained in:
parent
b79c733324
commit
3bcb79a278
1 changed files with 26 additions and 0 deletions
26
Common/Patches/Xenotypes/PatchBSMore.xml
Normal file
26
Common/Patches/Xenotypes/PatchBSMore.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Big and Small - More Xenotypes</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Weaver" or defName="BS_Devilspider"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_ovipositor_genitalia</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>Defs/XenotypeDef[defName="BS_Abomination"]/genes</xpath>
|
||||
<value>
|
||||
<li>rjw_genes_Tentacle_genitalia</li>
|
||||
<li>rjw_genes_reptilian_genitalia</li>
|
||||
<li>rjw_genes_human_genitalia</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
Loading…
Reference in a new issue