mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
patch initiate lovin
This commit is contained in:
parent
0e53cdb03d
commit
35fbe09ab7
2 changed files with 10 additions and 57 deletions
|
@ -4,25 +4,16 @@
|
|||
<mods>
|
||||
<li>Vanilla Races Expanded - Highmate</li>
|
||||
</mods>
|
||||
<match Class="PatchOperationSequence">
|
||||
<operations>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>/Defs/GeneDef[defName="VRE_Libido_VeryHigh"]/abilities</xpath>
|
||||
<value>
|
||||
<abilities>
|
||||
<li>rjw_genes_ability_InitiateLovin</li>
|
||||
</abilities>
|
||||
</value>
|
||||
</li>
|
||||
<li Class="PatchOperationReplace">
|
||||
<xpath>/Defs/GeneDef[defName="VRE_Libido_VeryHigh"]/descriptionHyperlinks</xpath>
|
||||
<value>
|
||||
<descriptionHyperlinks>
|
||||
<AbilityDef>rjw_genes_ability_InitiateLovin</AbilityDef>
|
||||
</descriptionHyperlinks>
|
||||
</value>
|
||||
</li>
|
||||
</operations>
|
||||
<match Class="PatchOperationReplace">
|
||||
<xpath>/Defs/AbilityDef[defName="VRE_InitiateLovin"]/comps</xpath>
|
||||
<value>
|
||||
<comps>
|
||||
<li Class = "RJW_Genes.CompProperties_Seduce">
|
||||
<compClass>RJW_Genes.CompAbilityEffect_Seduce</compClass>
|
||||
<destination>Caster</destination>
|
||||
</li>
|
||||
</comps>
|
||||
</value>
|
||||
</match>
|
||||
</Operation>
|
||||
</Patch>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue