Array
(
[scriptVersion] => 7
[oeValues] => Array
(
[RngBuff1] => 250
[MissileHoming] => 1
[Upgrade] => Array
(
)
[targs1] => Array
(
)
[goldcost] => 750
[weapsOn] => 1
[dice1] => 1
[Missilespeed] => 1500
[moveHeight] => 12
[file] => Doodads\Cityscape\Props\CrystalLamp\CrystalLamp.mdl
[atkType1] => normal
[modelScale] => 0.65
[weapTp1] => missile
[acquire] => 1000
[rangeN1] => 1000
[upgrades] => Array
(
)
[cool1] => 1.3
[Ubertip] => This tower is able to release a burst attack.
[abilList] => Array
(
)
[Name] => Storm Lantern
[Missileart] => Abilities\Spells\Orc\Purge\PurgeBuffTarget.mdl
[Art] => ReplaceableTextures\CommandButtons\BTNLightningShield.blp
[buildingShadow] => Array
(
)
[sides1] => 1
[auto] => Array
(
)
[dmgplus1] => 528
[bldtm] => 1
)
[settings] => Array
(
[author] => Boekie
[element] => storm
[authorDisplay] => |cff00CD00Boekie|r
[alpha] => 255
[balanceTip] => Array
(
)
[rarity] => uncommon
[version] => 1.0
[abil_factor] => 0.57
)
[effects] => Array
(
[0] => Array
(
[x] => -0.630342
[y] => 0.748564
[z] => -19.2
[scale] => 0.65
[rot] => 4.69842
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[1] => Array
(
[x] => 10.3526
[y] => -25.907
[z] => -44.8
[scale] => 0.65
[rot] => 4.69859
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[2] => Array
(
[x] => -21.0232
[y] => 20.0192
[z] => -25.6
[scale] => 0.65
[rot] => 4.66226
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[3] => Array
(
[x] => -31.4934
[y] => -8.25092
[z] => -44.8
[scale] => 0.65
[rot] => 4.67093
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[4] => Array
(
[x] => 7.79022
[y] => 12.5276
[z] => -19.2
[scale] => 0.65
[rot] => 4.70591
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[5] => Array
(
[x] => -33.5782
[y] => -11.9299
[z] => 0
[scale] => 0.3
[rot] => 4.6644
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
[6] => Array
(
[x] => 11.2525
[y] => -30.9031
[z] => 0
[scale] => 0.3
[rot] => 4.65804
[file] => Doodads\Cityscape\Structures\City_LowWall_ShortEndCap\City_LowWall_ShortEndCap.mdl
[red] => 255
[green] => 255
[blue] => 255
[alpha] => 255
[pitch] => 0
[advanced] => false
[animation] => Array
(
)
[aniSpeed] => 50
)
)
[dmgTable] => Array
(
)
[triggers] => Array
(
[0] => Array
(
[name] => Header
[code] => globals
endglobals
//@import
function newAttack takes Tower tower, integer numShots, Creep creep returns nothing
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
endfunction
[values] => Array
(
[icon] =>
[visible] => false
[name] =>
[short_explain] =>
[long_explain] =>
)
)
[1] => Array
(
[name] => On Attack
[code] => local Creep creep = Event.getTarget()
local integer numShots = 3
local integer twrLevel = tower.getLevel()
if twrLevel == 25 then
set numShots = 5
elseif twrLevel >= 15 then
set numShots = 4
endif
call newAttack(tower,numShots,creep)
[values] => Array
(
[icon] => ReplaceableTextures\CommandButtons\BTNAnimalWarTraining.blp
[visible] => true
[name] => Burst Lightning
[short_explain] => Has a chance to release a burst attack.
[ONATTACK_chance] => 0.20
[ONATTACK_chanceLevelAdd] => 0.01
[long_explain] => Has a |cffFFFF8020%|r chance on attack to fire |cffFFFF803|r extra projectiles at random creeps in |cffFFFF80300|r range around the main target. Each extra projectile deals the same amount of damage as a normal attack. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+1%|r chance|n|cffFFFF80+1|r extra projectile at levels |cffFFFF8015|r and |cffFFFF8025|r
)
)
)
[abilities] => Array
(
)
[buffs] => Array
(
)
[units] => Array
(
)
[references] => Array
(
)
)