Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[RngBuff1] => 250
[MissileHoming] => 1
[Upgrade] => Array
(
)
[targs1] => Array
(
)
[goldcost] => 700
[weapsOn] => 1
[dice1] => 1
[Missilespeed] => 1500
[file] => Doodads\Icecrown\Structures\Igloo\Igloo.mdl
[atkType1] => normal
[modelScale] => 0.6
[weapTp1] => missile
[acquire] => 1000
[rangeN1] => 1000
[upgrades] => Array
(
)
[cool1] => 2.5
[Ubertip] => This igloo emits an extreme amount of cold, slowing and stunning creeps around it.
[abilList] => Array
(
)
[Name] => Igloo
[Missileart] => Abilities\Weapons\ZigguratFrostMissile\ZigguratFrostMissile.mdl
[Art] => ReplaceableTextures\CommandButtons\BTNBreathOfFrost.blp
[buildingShadow] => Array
(
)
[sides1] => 1
[uberSplat] => OSMA
[auto] => Array
(
)
[dmgplus1] => 695
[bldtm] => 1
)
[settings] => Array
(
[author] => Boekie
[element] => ice
[authorDisplay] => |cff00CD00Boekie|r
[alpha] => 255
[balanceTip] => |cffFFFF00-50% |rdmg to masses
[rarity] => rare
[version] => 1.0
[abil_factor] => 0.35
)
[effects] => Array
(
[0] => Array
(
[x] => 14.2334
[y] => -33.5565
[z] => -6.4
[scale] => 0.6
[rot] => 0.680679
[file] => Doodads\Icecrown\Water\IceEdge\IceEdge2.mdl
[red] => 200
[green] => 200
[blue] => 200
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[1] => Array
(
[x] => 7.16557
[y] => 7.16604
[z] => -6.4
[scale] => 0.6
[rot] => 4.60767
[file] => Doodads\Icecrown\Water\IceEdge\IceEdge2.mdl
[red] => 200
[green] => 200
[blue] => 200
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[2] => Array
(
[x] => -32.7142
[y] => -13.6851
[z] => -6.4
[scale] => 0.6
[rot] => 5.91667
[file] => Doodads\Icecrown\Water\IceEdge\IceEdge2.mdl
[red] => 200
[green] => 200
[blue] => 200
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[3] => Array
(
[x] => -21.9845
[y] => 36.5286
[z] => -6.4
[scale] => 0.6
[rot] => 2.07694
[file] => Doodads\Icecrown\Water\IceEdge\IceEdge2.mdl
[red] => 200
[green] => 200
[blue] => 200
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[4] => Array
(
[x] => 37.8914
[y] => 18.4529
[z] => -6.4
[scale] => 0.6
[rot] => 3.56047
[file] => Doodads\Icecrown\Water\IceEdge\IceEdge2.mdl
[red] => 200
[green] => 200
[blue] => 200
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[5] => Array
(
[x] => -28.5014
[y] => 36.1044
[z] => 0
[scale] => 0.2
[rot] => 4.84629
[file] => Doodads\Icecrown\Rocks\Glacier\Glacier1.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[6] => Array
(
[x] => 0.0813832
[y] => 10.0814
[z] => 0
[scale] => 0.5
[rot] => 2.0944
[file] => Doodads\Icecrown\Rocks\IceBlock\IceBlock0.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.5
[add] => 0
)
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
//@export
BuffType boekie_igloo_buff
endglobals
function boekie_igloo_end takes Buff b returns nothing
call cb_stun.applyOnlyTimed(b.getCaster(),b.getBuffedUnit(),b.userReal)
endfunction
//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 boekie_igloo_buff = BuffType.create(0,0,false) // apply custom timed
call boekie_igloo_buff.setBuffIcon('@@0@@')
call boekie_igloo_buff.setBuffModifier(slow)
call boekie_igloo_buff.setEventOnExpire(EventHandler.boekie_igloo_end)
endfunction
[values] => Array
(
[icon] =>
[visible] => false
[name] =>
[short_explain] =>
[long_explain] =>
)
)
[1] => Array
(
[name] => On Unit Comes In Range
[code] => local Unit creep = Event.getTarget()
local integer lvl = tower.getLevel()
call tower.doSpellDamage(creep,700.0+(lvl*35.0),tower.calcSpellCritNoBonus())
set boekie_igloo_buff.applyCustomTimed(tower,creep,200+lvl*4,4).userReal = 0.4
call Effect.createScaled("Abilities\\Spells\\Undead\\FrostArmor\\FrostArmorDamage.mdl", creep.getX(), creep.getY(), 30.0, 0, 2.0).destroy()
[values] => Array
(
[icon] => ReplaceableTextures\CommandButtons\BTNFrost.blp
[visible] => true
[name] => Extreme Cold
[short_explain] => Damages and slows every unit that comes in range.
[UNITINRANGE_targetType] => TARGET_TYPE_CREEPS
[long_explain] => Creeps that come within |cffFFFF80900|r AoE of this tower will be affected by extreme cold, suffering |cffFFFF80700|r spelldamage, and becoming slowed by |cffFFFF8020%|r for |cffFFFF804|r seconds. When the slow expires they will get stunned for |cffFFFF800.4|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+35|r damage |n|cffFFFF80+0.4%|r slow
[UNITINRANGE_range] => 900
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
[0] => Array
(
[id] => @@0@@
[derivedFrom] => BCbf
[oeValues] => Array
(
[Buffubertip] => This unit is under the effect of extreme cold; it is slowed and will get stunned when the buff expires.
[Buffart] => ReplaceableTextures\CommandButtons\BTNFrost.blp
[EditorName] => Extreme Cold
)
)
)
[units] => Array
(
)
[references] => Array
(
[0] => Array
(
[export] => true
[category] => global
[typ] => BuffType
[name] => boekie_igloo_buff
)
)
)