Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [auto] => Array
                (
                )

            [Art] => ReplaceableTextures\CommandButtons\BTNFeedBack.blp
            [dmgplus1] => 53
            [bldtm] => 1
            [goldcost] => 40
            [unitSound] => ArcaneTower
            [sides1] => 1
            [manaN] => 100
            [acquire] => 900
            [upgrades] => Array
                (
                )

            [Upgrade] => Array
                (
                )

            [Name] => Feeble Feedback Stone
            [weapTp1] => missile
            [file] => Objects\InventoryItems\Rune\Rune.mdl
            [uberSplat] => YTDG
            [Missilespeed] => 5000
            [dice1] => 1
            [RngBuff1] => 250
            [regenMana] => 1
            [green] => 105
            [rangeN1] => 900
            [atkType1] => normal
            [cool1] => 1.5
            [Ubertip] => A peculiar magic stone.
            [scaleBull] => 0
            [abilList] => @@0@@
            [buildingShadow] => Array
                (
                )

            [targs1] => Array
                (
                )

            [weapsOn] => 1
        )

    [settings] => Array
        (
            [balanceTip] => Array
                (
                )

            [abil_factor] => 0.9
            [author] => Ashbringer
            [alpha] => 255
            [authorDisplay] => |cffff6600Ashbringer|r
            [version] => 1.0
            [element] => arcane
            [rarity] => common
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => -0.227958
                    [y] => 0.327879
                    [z] => 0
                    [scale] => 0.7
                    [rot] => 5.75959
                    [file] => buildings\other\CircleOfPower\CircleOfPower.mdl
                    [red] => 255
                    [green] => 110
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 8
                )

            [1] => Array
                (
                    [x] => -0.257112
                    [y] => 0.0738595
                    [z] => 32
                    [scale] => 0.85
                    [rot] => 0.436332
                    [file] => Abilities\Spells\Undead\Possession\PossessionCaster.mdl
                    [red] => 255
                    [green] => 35
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                    [pcolor] => 255
                )

        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Attack
                    [code] => local Unit target = Event.getTarget()
    local real mana = 6
    local real damage = 10 + (tower.getLevel() * 0.4)
    
    set mana = target.subtractMana(mana, true)
    if mana>0 then
        set damage = damage + (mana * damage)
    endif
    call tower.doSpellDamage(target, damage, tower.calcSpellCritNoBonus())
                    [values] => Array
                        (
                            [visible] => true
                            [icon] => ReplaceableTextures\CommandButtons\BTNFeedBack.blp
                            [name] => Feedback
                            [short_explain] => Deals spell damage on attack and burns some mana for additional damage.
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                            [long_explain] => Attacks deal |cffFFFF8010|r spell damage and burn up to |cffFFFF806|r mana, dealing additional |cffFFFF8010|r spell damage per point of mana burnt.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4|r spell damage|n|cffFFFF80+0.4|r spell damage per mana
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals
        //@export
    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
                        (
                            [visible] => false
                            [icon] => 
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

        )

    [abilities] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Alit
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNChainLightning.blp
                            [TargetArt] => Abilities\Spells\Human\Feedback\ArcaneTowerAttack.mdl
                            [LightningEffect] => PMBZ
                            [Missileart] => Array
                                (
                                )

                            [Missilespeed] => 5000
                            [Unubertip] => -HIDE-
                            [Name] => Lightning Attack
                        )

                )

        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

    [lightning] => Array
        (
        )

)