RJW_More_/RJW_More_Genes/1.4/Mods/Biotech/Defs/AbilityDefs/Ability_SexFrenzy.xml

29 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<AbilityDef>
<defName>SexFrenzy</defName>
<label>SexFrenzy</label>
<description>Causes nearby pawns to go into a sex frenzy, trying to rape anyone if they can.</description>
<iconPath>Things/Mote/Heart</iconPath>
<displayGizmoWhileUndrafted>false</displayGizmoWhileUndrafted>
<disableGizmoWhileUndrafted>false</disableGizmoWhileUndrafted>
<cooldownTicksRange>180000</cooldownTicksRange>
<warmupStartSound>Coagulate_Cast</warmupStartSound>
<displayOrder>402</displayOrder>
<verbProperties>
<verbClass>Verb_CastAbility</verbClass>
<warmupTime>1</warmupTime>
<range>7.9</range>
<targetParams>
<canTargetSelf>True</canTargetSelf>
<canTargetAnimals>True</canTargetAnimals>
<canTargetLocations>True</canTargetLocations>
</targetParams>
</verbProperties>
<comps>
<li Class="RJW_More_Genes.CompProperties_AbilitySexFrenzy"> <!-- namespace needs to be changed when copied to another mod-->
<radius>4.9</radius>
</li>
</comps>
</AbilityDef>
</Defs>