Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [RngBuff1] => 250
            [scaleBull] => 0
            [MissileHoming] => 1
            [Upgrade] => Array
                (
                )

            [targs1] => Array
                (
                )

            [goldcost] => 2450
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 30000
            [file] => Doodads\Cinematic\EyeOfSargeras\EyeOfSargeras.mdl
            [modelScale] => 0.5
            [atkType1] => magic
            [weapTp1] => missile
            [acquire] => 1200
            [rangeN1] => 1200
            [upgrades] => Array
                (
                )

            [cool1] => 1
            [Ubertip] => A tricky tower that may weaken its target temporarily but also itself
            [abilList] => Array
                (
                )

            [Name] => Long Forgotten Soul
            [Missileart] => Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNGuldanSkull.blp
            [buildingShadow] => Array
                (
                )

            [sides1] => 62
            [uberSplat] => OSMA
            [auto] => Array
                (
                )

            [dmgplus1] => 1013
            [bldtm] => 1
        )

    [settings] => Array
        (
            [author] => SirCoqaLot.
            [element] => darkness
            [authorDisplay] => SirCoqaLot.
            [balanceTip] => Array
                (
                )

            [rarity] => uncommon
            [version] => 1.0
            [abil_factor] => 0.54
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -5.75427
                    [y] => -12.7625
                    [z] => 0
                    [scale] => 0.8
                    [rot] => 4.69494
                    [file] => Doodads\Ashenvale\Props\ScorchedRemains\ScorchedRemains1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [1] => Array
                (
                    [x] => 15.3023
                    [y] => 17.6534
                    [z] => 0
                    [scale] => 0.8
                    [rot] => 4.69494
                    [file] => Doodads\Ashenvale\Props\ScorchedRemains\ScorchedRemains1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [2] => Array
                (
                    [x] => 8.43991
                    [y] => 10.2945
                    [z] => 12.8
                    [scale] => 0.9
                    [rot] => 3.24138
                    [file] => Doodads\LordaeronSummer\Props\SkullPile\SkullPile0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

            [3] => Array
                (
                    [x] => 6.603
                    [y] => -2.37605
                    [z] => 0
                    [scale] => 1
                    [rot] => 2.01387
                    [file] => Doodads\Barrens\Props\Barrens_Bones\Barrens_Bones4.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] => Array
                        (
                        )

                    [values] => Array
                        (
                            [ONDAMAGE_chance] => 0.0
                            [icon] => ReplaceableTextures\CommandButtons\BTNRegenerationAura.blp
                            [visible] => true
                            [name] => Shadowstrike
                            [short_explain] => Chance for additional spell damage on attack
                            [ONDAMAGE_chanceLevelAdd] => 0.0
                            [long_explain] => This tower has a |cffFFFF8025%|r chance on attack to deal |cffFFFF802450|r spell damage. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+122.5|r bonusdamage |n|cffFFFF80+0.5%|r chance
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals
        //@import
        BuffType sir_cripple
        //@import
        BuffType sir_banish
    endglobals
    
    private function init takes nothing returns nothing
	endfunction
                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNGuldanSkull.blp
                            [visible] => false
                            [name] => Shadowstrike
                            [short_explain] => Chance on attack for additional spell damage
                            [long_explain] => This tower has a |cffFFFF8025%|r chance on attack to deal |cffFFFF8080|r damage. |n|n|cffFF8000Level Bonus:|r|n +|cffFFFF805|r% bonusdamage +|cffFFFF800.5|r% chance
                        )

                )

            [2] => Array
                (
                    [name] => On Attack
                    [code] => local integer lvl = tower.getLevel()
    local Creep creep = Event.getTarget()
    if tower.calcChance(0.1) then
        call sir_banish.applyCustomTimed(tower,creep,R2I(100+0.8*lvl)*100,4)
        call sir_cripple.applyCustomTimed(tower,tower,lvl,4)
    endif
    if tower.calcChance(.25 + 0.005 * lvl) then
        call tower.doSpellDamage(creep,2450+tower.getLevel()*122.5,tower.calcSpellCritNoBonus())
        call SFXOnUnit("Abilities\\Spells\\Undead\\DeathPact\\DeathPactTarget.mdl",creep.getUnit(),"origin")
    endif
                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNCripple.blp
                            [visible] => true
                            [name] => Soul Scattering
                            [short_explain] => Chance on attack to make its target vulnerable to spells but also slowing the tower itself temporarily.
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                            [long_explain] => |cffFFFF8010%|r chance on attack to reduce its own attackspeed by |cffFFFF8060%|r and making its target receive |cffFFFF80100%|r more spell damage. Both effects last |cffFFFF804|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+1%|r attackspeed |n|cffFFFF80+0.8%|r spell damage received
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
            [0] => Array
                (
                    [export] => false
                    [category] => global
                    [typ] => BuffType
                    [name] => sir_cripple
                )

            [1] => Array
                (
                    [export] => false
                    [category] => global
                    [typ] => BuffType
                    [name] => sir_banish
                )

        )

)