mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
new owner imposing their will.
This commit is contained in:
parent
4f5cc14453
commit
620572fb72
62 changed files with 13582 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<!-- hmm -->
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>Rim of Madness - Vampires</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAdd">
|
||||
<xpath>/Defs/ThinkTreeDef[defName="ROMV_TemporaryPawnAI_Constant"]/thinkRoot[@Class="ThinkNode_Priority"]/subNodes</xpath>
|
||||
<value>
|
||||
<li Class="rjw.JobGiver_RapeEnemy" />
|
||||
<li Class="rjw.JobGiver_AIRapePrisoner" />
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
22
Content/Mods/Trait Value/Patches/LicentiaLabs Traits.xml
Normal file
22
Content/Mods/Trait Value/Patches/LicentiaLabs Traits.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationFindMod">
|
||||
<mods>
|
||||
<li>RimJobWorld - Licentia Labs</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>*/TraitDef[defName="LikesCumflation"]</xpath>
|
||||
<value>
|
||||
<li Class="SyrTraitValue.TraitValueExtension">
|
||||
<traitValues>
|
||||
<li>10</li>
|
||||
</traitValues>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
47
Content/Mods/Trait Value/Patches/RJW Traits.xml
Normal file
47
Content/Mods/Trait Value/Patches/RJW Traits.xml
Normal file
|
@ -0,0 +1,47 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>*/TraitDef[defName="Rapist"]</xpath>
|
||||
<value>
|
||||
<li Class="SyrTraitValue.TraitValueExtension">
|
||||
<traitValues>
|
||||
<li>-30</li>
|
||||
</traitValues>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>*/TraitDef[defName="Nymphomaniac"]</xpath>
|
||||
<value>
|
||||
<li Class="SyrTraitValue.TraitValueExtension">
|
||||
<traitValues>
|
||||
<li>-20</li>
|
||||
</traitValues>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>*/TraitDef[defName="Necrophiliac"]</xpath>
|
||||
<value>
|
||||
<li Class="SyrTraitValue.TraitValueExtension">
|
||||
<traitValues>
|
||||
<li>0</li>
|
||||
</traitValues>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>*/TraitDef[defName="Zoophile"]</xpath>
|
||||
<value>
|
||||
<li Class="SyrTraitValue.TraitValueExtension">
|
||||
<traitValues>
|
||||
<li>20</li>
|
||||
</traitValues>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</Operation>
|
||||
</Patch>
|
22
Content/Mods/Trait Value/Patches/Race Support Traits.xml
Normal file
22
Content/Mods/Trait Value/Patches/Race Support Traits.xml
Normal file
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Patch>
|
||||
<Operation Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationAddModExtension">
|
||||
<xpath>*/TraitDef[defName="SexDriveTraits_Spectrum"]</xpath>
|
||||
<value>
|
||||
<li Class="SyrTraitValue.TraitValueExtension">
|
||||
<traitValues>
|
||||
<li>-3, 30</li>
|
||||
<li>-2, 10</li>
|
||||
<li>-1, 5</li>
|
||||
<li>1, -10</li>
|
||||
<li>2, -30</li>
|
||||
<li>3, -30</li>
|
||||
</traitValues>
|
||||
</li>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
</Operation>
|
||||
</Patch>
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue