Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[RngBuff1] => 250
[scaleBull] => 0
[MissileHoming] => 1
[Upgrade] => Array
(
)
[targs1] => Array
(
)
[goldcost] => 1250
[weapsOn] => 1
[dice1] => 1
[Missilespeed] => 1500
[file] => buildings\other\GoldMine\GoldMine.mdl
[modelScale] => 0.45
[atkType1] => pierce
[weapTp1] => missile
[Missilearc] => 0.7
[acquire] => 700
[rangeN1] => 700
[upgrades] => Array
(
)
[cool1] => 2
[Ubertip] => Tower with a chance to cast an ice nova.
[green] => 100
[abilList] => Array
(
)
[Name] => Deep Ice Mine
[Missileart] => Abilities\Weapons\LichMissile\LichMissile.mdl
[Art] => ReplaceableTextures\CommandButtons\BTNGlacier.blp
[red] => 100
[buildingShadow] => Array
(
)
[sides1] => 2
[uberSplat] => OSMA
[auto] => Array
(
)
[dmgplus1] => 2268
[bldtm] => 1
)
[settings] => Array
(
[author] => Velex
[element] => ice
[authorDisplay] => Velex
[balanceTip] => Array
(
)
[rarity] => uncommon
[version] => 1.0
[abil_factor] => .68
)
[effects] => Array
(
[0] => Array
(
[x] => 10.0027
[y] => -45.6198
[z] => 0
[scale] => 0.2
[rot] => 2.6698
[file] => Doodads\Icecrown\Rocks\Icecrown_Crystal\Icecrown_Crystal8.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[1] => Array
(
[x] => -12.7339
[y] => 23.6176
[z] => 0
[scale] => 0.42
[rot] => 3.89209
[file] => Doodads\Icecrown\Props\IceCrownPillar\IceCrownPillar0.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[2] => Array
(
[x] => 20.9783
[y] => 22.443
[z] => 0
[scale] => 0.4
[rot] => 0.844892
[file] => Doodads\Icecrown\Rocks\Icecrown_Crystal\Icecrown_Crystal5.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => On Damage
[code] => local Unit targ = Event.getTarget()
local Iterate it = Iterate.overUnitsInRangeOfUnit(tower,TARGET_TYPE_CREEPS,targ,350)
local Unit next
loop
set next = it.next()
exitwhen next == 0
call Maj_iceNovaSlow.applyCustomTimed(tower, next, 110, 4.0)
endloop
call tower.doSpellDamageAoEUnit(targ,350,1250+(tower.getLevel()*62.5),tower.calcSpellCrit(0.3,0.0),0)
call SFXAtUnit("Abilities\\Spells\\Undead\\FrostNova\\FrostNovaTarget.mdl", targ.getUnit())
[values] => Array
(
[ONDAMAGE_chance] => .2
[icon] => ReplaceableTextures\CommandButtons\BTNGlacier.blp
[visible] => true
[name] => Ice Nova
[short_explain] => Has a chance to deal damage and slow units around its target.
[ONDAMAGE_chanceLevelAdd] => 0.004
[long_explain] => Damaged targets have a |cffFFFF8020%|r chance to get blasted by an ice nova, dealing |cffFFFF801250|r damage and slowing units in |cffFFFF80350|r range by |cffFFFF8011%|r for |cffFFFF804|r seconds. Has a |cffFFFF8030%|r bonus chance to crit. |n|n|cffff8000Level Bonus:|r|n|cffffff80+0.4%|r chance |n|cffffff80+62.5|r damage
)
)
[1] => Array
(
[name] => Header
[code] => globals
//@import
BuffType Maj_iceNovaSlow
endglobals
//The init function
private function init takes nothing returns nothing
endfunction
[values] => Array
(
[icon] =>
[visible] => false
[name] =>
[short_explain] =>
[long_explain] =>
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
[0] => Array
(
[export] => false
[category] => global
[typ] => BuffType
[name] => Maj_iceNovaSlow
)
)
)