mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
28 lines
No EOL
992 B
XML
28 lines
No EOL
992 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Defs>
|
|
<AbilityDef>
|
|
<defName>rjw_genes_flight</defName>
|
|
<label>fly</label>
|
|
<description>Fly to a short location using your wings.</description>
|
|
<iconPath>Genes/Icons/Succubus_Wings</iconPath>
|
|
<cooldownTicksRange>1250</cooldownTicksRange>
|
|
<hostile>false</hostile>
|
|
<verbProperties>
|
|
<verbClass>Verb_CastAbilityJump</verbClass>
|
|
<label>fly</label>
|
|
<violent>false</violent>
|
|
<forceNormalTimeSpeed>false</forceNormalTimeSpeed>
|
|
<warmupTime>0.5</warmupTime>
|
|
<range>19.9</range>
|
|
<requireLineOfSight>true</requireLineOfSight>
|
|
<soundCast>Longjump_Jump</soundCast>
|
|
<soundLanding>Longjump_Land</soundLanding>
|
|
<targetParams>
|
|
<canTargetLocations>true</canTargetLocations>
|
|
<canTargetPawns>false</canTargetPawns>
|
|
<canTargetBuildings>false</canTargetBuildings>
|
|
</targetParams>
|
|
</verbProperties>
|
|
<jobDef>CastJump</jobDef>
|
|
</AbilityDef>
|
|
</Defs> |