mirror of
https://gitgud.io/c0ffeeeeeeee/rjw-events.git
synced 2024-08-14 23:57:42 +00:00
Merge branch 've-orgy-patch' into 'master'
VE orgy support See merge request c0ffeeeeeeee/rjw-events!1
This commit is contained in:
commit
d414a7b01d
1 changed files with 24 additions and 0 deletions
24
Patches/VEMemes.xml
Normal file
24
Patches/VEMemes.xml
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Patch>
|
||||||
|
<Operation Class="PatchOperationFindMod">
|
||||||
|
<mods>
|
||||||
|
<li>Vanilla Ideology Expanded - Memes and Structures</li>
|
||||||
|
</mods>
|
||||||
|
<match Class="PatchOperationSequence">
|
||||||
|
<operations>
|
||||||
|
<li Class="PatchOperationReplace">
|
||||||
|
<xpath>/Defs/RitualBehaviorDef[defName="VME_OrgyRitualBehaviour"]/stages/li[2]/defaultDuty</xpath>
|
||||||
|
<value>
|
||||||
|
<defaultDuty>Orgy</defaultDuty>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
<li Class="PatchOperationReplace">
|
||||||
|
<xpath>/Defs/RitualBehaviorDef[defName="VME_OrgyRitualBehaviour"]/stages/li[2]/roleBehaviors/li[1]/dutyDef</xpath>
|
||||||
|
<value>
|
||||||
|
<dutyDef>Orgy</dutyDef>
|
||||||
|
</value>
|
||||||
|
</li>
|
||||||
|
</operations>
|
||||||
|
</match>
|
||||||
|
</Operation>
|
||||||
|
</Patch>
|
Loading…
Reference in a new issue