Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[RngBuff1] => 250
[MissileHoming] => 1
[Upgrade] => Array
(
)
[targs1] => Array
(
)
[goldcost] => 2400
[weapsOn] => 1
[dice1] => 1
[Missilespeed] => 1100
[file] => Doodads\Northrend\Rocks\North_IceClaw\North_IceClaw8.mdl
[atkType1] => pierce
[modelScale] => 0.75
[weapTp1] => missile
[acquire] => 1100
[rangeN1] => 1100
[upgrades] => Array
(
)
[cool1] => 1.4
[Ubertip] => Advanced frost tower that will freeze attacked creeps, stunning them and reducing their health regeneration.
[abilList] => Array
(
)
[Name] => Icy Spires
[Missileart] => Abilities\Weapons\FrostWyrmMissile\FrostWyrmMissile.mdl
[Art] => ReplaceableTextures\CommandButtons\BTNFreezingBreath.blp
[buildingShadow] => Array
(
)
[sides1] => 1
[uberSplat] => OSMA
[auto] => Array
(
)
[dmgplus1] => 2401
[bldtm] => 1
)
[settings] => Array
(
[author] => SirCoqaLot.
[element] => ice
[authorDisplay] => SirCoqaLot.
[balanceTip] => Array
(
)
[rarity] => rare
[version] => 1.0
[abil_factor] => 0.75
)
[effects] => Array
(
[0] => Array
(
[x] => 0.0300264
[y] => 1.97453
[z] => 0
[scale] => 0.6
[rot] => 4.71619
[file] => Doodads\Icecrown\Rocks\Icecrown_Crystal\Icecrown_Crystal7.mdl
[red] => 180
[green] => 180
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[1] => Array
(
[x] => 27.1425
[y] => -12.4803
[z] => 83.2
[scale] => 1
[rot] => 1.0821
[file] => Abilities\Spells\Items\AIob\AIobTarget.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[2] => Array
(
[x] => -27.8428
[y] => 6.65366
[z] => 89.6
[scale] => 1
[rot] => 3.78737
[file] => Abilities\Spells\Items\AIob\AIobTarget.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[3] => Array
(
[x] => 17.1949
[y] => 1.42606
[z] => 0
[scale] => 1.05
[rot] => 2.07437
[file] => Doodads\Northrend\Props\North_Bones\North_Bones3.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 Creep creep = Event.getTarget()
local integer lvl = tower.getLevel()
local real scalar = 1.0
if creep.getSize() >= SIZE_BOSS then
set scalar = 0.5
endif
if GetRandomReal(0,1) < scalar and not creep.isImmune() and creep.getBuffOfType(sirFrost) == 0 then
call sirFrost.applyCustomTimed(tower,creep,R2I(lvl * scalar),(1.2+lvl*0.05) * scalar )
call SFXAtUnit("Abilities\\Spells\\Undead\\FreezingBreath\\FreezingBreathTargetArt.mdl",creep.getUnit())
endif
// call SFXAtUnit("Abilities\\Spells\\Undead\\FreezingBreath\\FreezingBreathTargetArt.mdl",creep.getUnit())
[values] => Array
(
[ONDAMAGE_chance] => 0.25
[icon] => ReplaceableTextures\CommandButtons\BTNFrost.blp
[visible] => true
[name] => Cold
[short_explain] => This tower has a chance to freeze the attacked creep and reduce its health regeneration.
[ONDAMAGE_chanceLevelAdd] => 0.005
[long_explain] => This tower has a |cffFFFF8025%|r chance on attack to freeze the attacked creep and reduce its health regeneration by |cffFFFF8030%|r. The freeze lasts for |cffFFFF801.2|r seconds and cannot be reapplied on already frozen units. Chance to proc, health regeneration reduction and freeze duration are halved for bosses. Does not affect immune creeps. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.5%|r chance|n|cffFFFF80+0.05|r seconds duration|n|cffFFFF80-0.8%|r hp regen
)
)
[1] => Array
(
[name] => Header
[code] => globals
//@import
BuffType sirFrost
endglobals
//Do not remove or rename this function!
//Put your initialization tasks here, this function will be called on map init
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] => sirFrost
)
)
)