ZC
This commit is contained in:
@@ -1,4 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<AbilityDef>
|
||||
<defName>WULA_LightningBombardment</defName>
|
||||
<label>LightningStorm</label>
|
||||
<description>Summon a LightningStorm.</description>
|
||||
<iconPath>UI/Abilities/Flashstorm</iconPath>
|
||||
<cooldownTicksRange>60000</cooldownTicksRange>
|
||||
<sendMessageOnCooldownComplete>true</sendMessageOnCooldownComplete>
|
||||
<aiCanUse>true</aiCanUse>
|
||||
<casterMustBeCapableOfViolence>false</casterMustBeCapableOfViolence>
|
||||
<verbProperties>
|
||||
<verbClass>Verb_CastAbility</verbClass>
|
||||
<label>Summon LightningStorm</label>
|
||||
<drawAimPie>true</drawAimPie>
|
||||
<warmupTime>1</warmupTime>
|
||||
<range>29.9</range>
|
||||
<targetParams>
|
||||
<canTargetPawns>False</canTargetPawns>
|
||||
<canTargetLocations>True</canTargetLocations>
|
||||
</targetParams>
|
||||
|
||||
</verbProperties>
|
||||
<comps>
|
||||
<li Class="WulaFallenEmpire.CompProperties_AbilityDRM_LightningBombardment">
|
||||
<impactAreaRadius>12</impactAreaRadius>
|
||||
<explosionRadiusRange>3~4</explosionRadiusRange>
|
||||
<bombIntervalTicks>30</bombIntervalTicks>
|
||||
<explosionCount>20</explosionCount>
|
||||
|
||||
<damageDef>Wula_Psi_Damage</damageDef>
|
||||
<damageAmount>45</damageAmount>
|
||||
<armorPenetration>1.0</armorPenetration>
|
||||
</li>
|
||||
</comps>
|
||||
</AbilityDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user