mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added two patches for Alpha Genes, closes #65
This commit is contained in:
parent
483965ea19
commit
996831269d
2 changed files with 124 additions and 81 deletions
|
@ -1,5 +1,9 @@
|
||||||
# 1.3.1
|
# 1.3.1
|
||||||
|
|
||||||
|
**Changes**
|
||||||
|
|
||||||
|
- Added patches for Alpha-Genes Animusen, Drakonori and Malachai (Closes #65, thanks @Stars22223)
|
||||||
|
|
||||||
**Fixes:**
|
**Fixes:**
|
||||||
|
|
||||||
- XML Missmatch for Succubus Letter (Fixed in #64, thanks @mwcrow)
|
- XML Missmatch for Succubus Letter (Fixed in #64, thanks @mwcrow)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Patch>
|
<Patch>
|
||||||
<Operation Class="PatchOperationSequence">
|
<Operation Class="PatchOperationSequence">
|
||||||
<operations>
|
<operations>
|
||||||
<li Class="PatchOperationFindMod">
|
<li Class="PatchOperationFindMod">
|
||||||
<mods>
|
<mods>
|
||||||
|
@ -81,6 +81,45 @@
|
||||||
</value>
|
</value>
|
||||||
</match>
|
</match>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Alpha Genes</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/XenotypeDef[defName="AG_Animusen"]/genes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>rjw_genes_canine_genitalia</li>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Alpha Genes</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/XenotypeDef[defName="AG_Drakonori"]/genes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>rjw_genes_dragon_genitalia</li>
|
||||||
|
<li>rjw_genes_big_male_genitalia</li>
|
||||||
|
<li>rjw_genes_aphrodisiac_pheromones</li>
|
||||||
|
<li>rjw_genes_big_breasts</li>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Alpha Genes</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationAdd">
|
||||||
|
<xpath>Defs/XenotypeDef[defName="AG_Malachai"]/genes</xpath>
|
||||||
|
<value>
|
||||||
|
<li>rjw_genes_demonic_genitalia</li>
|
||||||
|
</value>
|
||||||
|
</match>
|
||||||
|
</li>
|
||||||
</operations>
|
</operations>
|
||||||
</Operation>
|
</Operation>
|
||||||
</Patch>
|
</Patch>
|
Loading…
Reference in a new issue