2023-01-06 11:42:04 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<Defs>
|
|
|
|
<AbilityDef ParentName="AbilityTouchBase">
|
2023-05-11 18:50:17 +00:00
|
|
|
<defName>rjw_genes_ability_paralysingkiss</defName>
|
2023-01-06 11:42:04 +00:00
|
|
|
<label>paralysing kiss</label>
|
|
|
|
<description>Paralyse someone briefly with a kiss.</description>
|
2023-01-22 14:02:26 +00:00
|
|
|
<iconPath>Genes/Icons/rjw_genes_lips</iconPath>
|
2023-01-06 11:42:04 +00:00
|
|
|
<stunTargetWhileCasting>true</stunTargetWhileCasting>
|
|
|
|
<displayGizmoWhileUndrafted>true</displayGizmoWhileUndrafted>
|
|
|
|
<disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
|
2023-04-22 08:11:00 +00:00
|
|
|
<statBases>
|
2023-01-06 11:42:04 +00:00
|
|
|
<Ability_Duration>5</Ability_Duration>
|
|
|
|
</statBases>
|
|
|
|
<warmupMote>Mote_CoagulateStencil</warmupMote>
|
|
|
|
<warmupEffecter>Coagulate</warmupEffecter>
|
|
|
|
<warmupStartSound>Coagulate_Cast</warmupStartSound>
|
|
|
|
<displayOrder>402</displayOrder>
|
|
|
|
<verbProperties>
|
|
|
|
<verbClass>Verb_CastAbilityTouch</verbClass>
|
|
|
|
<drawAimPie>false</drawAimPie>
|
|
|
|
<range>-1</range>
|
|
|
|
<warmupTime>1</warmupTime>
|
|
|
|
<targetParams>
|
|
|
|
<canTargetAnimals>true</canTargetAnimals>
|
|
|
|
<canTargetSelf>false</canTargetSelf>
|
|
|
|
<canTargetBuildings>false</canTargetBuildings>
|
|
|
|
<canTargetMechs>false</canTargetMechs>
|
|
|
|
<canTargetBloodfeeders>true</canTargetBloodfeeders>
|
|
|
|
</targetParams>
|
|
|
|
</verbProperties>
|
|
|
|
<comps>
|
|
|
|
<li Class = "CompProperties_AbilityEffectWithDuration">
|
|
|
|
<compClass>CompAbilityEffect_Stun</compClass>
|
|
|
|
<goodwillImpact>-15</goodwillImpact>
|
|
|
|
</li>
|
|
|
|
<li Class="CompProperties_AbilityFleckOnTarget">
|
2023-01-22 14:02:26 +00:00
|
|
|
<fleckDef>rjw_genes_lips</fleckDef> <!--Will change to kiss when I have a good icon/fleck for it-->
|
2023-01-06 11:42:04 +00:00
|
|
|
</li>
|
|
|
|
<li Class="RJW_Genes.CompProperties_AbilityLifeForceCost">
|
2023-07-26 15:14:00 +00:00
|
|
|
<fertilinCost>0.1</fertilinCost>
|
2023-01-06 11:42:04 +00:00
|
|
|
</li>
|
|
|
|
</comps>
|
|
|
|
</AbilityDef>
|
|
|
|
</Defs>
|