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
|
@ -41,42 +41,4 @@
|
||||||
</comps>
|
</comps>
|
||||||
</AbilityDef>
|
</AbilityDef>
|
||||||
|
|
||||||
<AbilityDef>
|
|
||||||
<defName>rjw_genes_ability_InitiateLovin</defName>
|
|
||||||
<label>initiate lovin</label>
|
|
||||||
<description>Seduce the target to approach the caster.</description>
|
|
||||||
<iconPath>Genes/Icons/seduce</iconPath>
|
|
||||||
<writeCombatLog>True</writeCombatLog>
|
|
||||||
<stunTargetWhileCasting>true</stunTargetWhileCasting>
|
|
||||||
<displayGizmoWhileUndrafted>true</displayGizmoWhileUndrafted>
|
|
||||||
<cooldownTicksRange>30000</cooldownTicksRange>
|
|
||||||
<disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
|
|
||||||
<statBases>
|
|
||||||
<Ability_Duration>10</Ability_Duration>
|
|
||||||
</statBases>
|
|
||||||
<warmupMote>Mote_CoagulateStencil</warmupMote>
|
|
||||||
<warmupEffecter>Coagulate</warmupEffecter>
|
|
||||||
<warmupStartSound>Coagulate_Cast</warmupStartSound>
|
|
||||||
<verbProperties>
|
|
||||||
<verbClass>Verb_CastAbility</verbClass>
|
|
||||||
<range>10</range>
|
|
||||||
<warmupTime>1</warmupTime>
|
|
||||||
<targetParams>
|
|
||||||
<canTargetAnimals>false</canTargetAnimals>
|
|
||||||
<canTargetSelf>false</canTargetSelf>
|
|
||||||
<canTargetBuildings>false</canTargetBuildings>
|
|
||||||
<canTargetMechs>false</canTargetMechs>
|
|
||||||
<canTargetBloodfeeders>true</canTargetBloodfeeders>
|
|
||||||
</targetParams>
|
|
||||||
</verbProperties>
|
|
||||||
<comps>
|
|
||||||
<li Class = "RJW_Genes.CompProperties_Seduce">
|
|
||||||
<compClass>RJW_Genes.CompAbilityEffect_Seduce</compClass>
|
|
||||||
<destination>Caster</destination>
|
|
||||||
</li>
|
|
||||||
<li Class="CompProperties_AbilityFleckOnTarget">
|
|
||||||
<fleckDef>Heart</fleckDef>
|
|
||||||
</li>
|
|
||||||
</comps>
|
|
||||||
</AbilityDef>
|
|
||||||
</Defs>
|
</Defs>
|
|
@ -4,25 +4,16 @@
|
||||||
<mods>
|
<mods>
|
||||||
<li>Vanilla Races Expanded - Highmate</li>
|
<li>Vanilla Races Expanded - Highmate</li>
|
||||||
</mods>
|
</mods>
|
||||||
<match Class="PatchOperationSequence">
|
<match Class="PatchOperationReplace">
|
||||||
<operations>
|
<xpath>/Defs/AbilityDef[defName="VRE_InitiateLovin"]/comps</xpath>
|
||||||
<li Class="PatchOperationReplace">
|
<value>
|
||||||
<xpath>/Defs/GeneDef[defName="VRE_Libido_VeryHigh"]/abilities</xpath>
|
<comps>
|
||||||
<value>
|
<li Class = "RJW_Genes.CompProperties_Seduce">
|
||||||
<abilities>
|
<compClass>RJW_Genes.CompAbilityEffect_Seduce</compClass>
|
||||||
<li>rjw_genes_ability_InitiateLovin</li>
|
<destination>Caster</destination>
|
||||||
</abilities>
|
</li>
|
||||||
</value>
|
</comps>
|
||||||
</li>
|
</value>
|
||||||
<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>
|
</match>
|
||||||
</Operation>
|
</Operation>
|
||||||
</Patch>
|
</Patch>
|
||||||
|
|
Loading…
Reference in a new issue