Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[RngBuff1] => 250
[MissileHoming] => 1
[Upgrade] => Array
(
)
[targs1] => Array
(
)
[goldcost] => 400
[weapsOn] => 1
[dice1] => 1
[Missilespeed] => 900
[file] => Doodads\Icecrown\Props\IceCrownObelisk\IceCrownObelisk1.mdl
[modelScale] => 0.7
[atkType1] => pierce
[weapTp1] => msplash
[acquire] => 800
[rangeN1] => 600
[upgrades] => Array
(
)
[cool1] => 2.1
[Ubertip] => A frightfully blue column of solid ice, worshipped by cold blooded folk.
[abilList] => Array
(
)
[Qarea1] => 140
[Name] => Cold Obelisk
[Missileart] => Abilities\Weapons\FrostWyrmMissile\FrostWyrmMissile.mdl
[Art] => ReplaceableTextures\CommandButtons\BTNIceCrownObelisk.blp
[buildingShadow] => Array
(
)
[Qfact1] => 0.35
[sides1] => 1
[uberSplat] => OSMA
[auto] => Array
(
)
[dmgplus1] => 680
[bldtm] => 1
)
[settings] => Array
(
[author] => Boekie
[element] => ice
[authorDisplay] => |cff00CD00Boekie|r
[alpha] => 255
[balanceTip] => |cffCCFF00Splash attack:|n |cffFFFF00140|r AoE: |cffFF800035%|r damage|r|n|cffFFFF00+45% |rdmg to masses (|cffFFFF00+2%|r/lvl)
[rarity] => uncommon
[version] => 1.0
[abil_factor] => 0.58
)
[effects] => Array
(
[0] => Array
(
[x] => 1.60591
[y] => 8.98673
[z] => 64
[scale] => 0.75
[rot] => 3.29867
[file] => Abilities\Spells\Items\AIso\BIsvTarget.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
)
[dmgTable] => Array
(
[0] => Array
(
[id] => MOD_DMG_TO_MASS
[base] => 0.45
[add] => 0.02
)
)
[triggers] => Array
(
[0] => Array
(
[name] => On Damage
[code] => local integer s = R2I((18+tower.getLevel()*0.4)*10)
call mcSlow.applyCustomTimed(tower,Event.getTarget(), s, 4)
[values] => Array
(
[ONDAMAGE_chance] => 1.0
[icon] => ReplaceableTextures\CommandButtons\BTNFrost.blp
[visible] => true
[name] => Absolute Zero
[short_explain] => Creeps hit by this tower are slowed.
[ONDAMAGE_chanceLevelAdd] => 0.0
[long_explain] => The Obelisk slows creeps it damages by |cffFFFF8018%|r for |cffFFFF804|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r slow
)
)
[1] => Array
(
[name] => Header
[code] => globals
//@export
BuffType mcSlow
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
local Modifier slow=Modifier.create()
call slow.addModification(MOD_MOVESPEED,0,-0.001)
set mcSlow=BuffType.create(0,0,false)
call mcSlow.setBuffIcon('@@0@@')
call mcSlow.setBuffModifier(slow)
endfunction
[values] => Array
(
[icon] =>
[visible] => false
[name] =>
[short_explain] =>
[long_explain] =>
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => Bfro
[oeValues] => Array
(
[Bufftip] => Absolute Zero
[Buffubertip] => This unit was hit with a cloud of freezing snow; its movement speed is reduced.
[Buffart] => ReplaceableTextures\CommandButtons\BTNFrost.blp
)
)
)
[units] => Array
(
)
[references] => Array
(
[0] => Array
(
[export] => true
[category] => global
[typ] => BuffType
[name] => mcSlow
)
)
)