Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Ubertip] => These knives were used by a famous nightelf ranger. They can attack multiple units at once.
            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
            [abilList] => Array
                (
                )

            [Name] => Enchanted Knives
        )

    [settings] => Array
        (
            [balanceTip] => |n|cffFFFF80Specials:|r|n|cffFFFF00-50% |rattackspeed
            [goldcost] => 2500
            [author] => Boekie
            [authorDisplay] => |cff00CD00Boekie|r
            [version] => 1.0
            [rarity] => unique
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_ATTACKSPEED
                    [base] => -0.5
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Item Drop
                    [code] => call UnitRemoveAbility(itm.getCarrier().getUnit(),itm.userInt)
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals
        integer array multishots
    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
        set multishots[0] = '@@16@@'  //750
        set multishots[1] = '@@9@@'
        set multishots[2] = '@@7@@'
        set multishots[3] = '@@8@@'
        set multishots[4] = '@@5@@'
        set multishots[5] = '@@6@@'
        set multishots[6] = '@@3@@'
        set multishots[7] = '@@4@@'
        set multishots[8] = '@@1@@'
        set multishots[9] = '@@2@@'
        set multishots[10] = '@@0@@'
        set multishots[11] = '@@17@@'
        set multishots[12] = '@@18@@'
        set multishots[13] = '@@15@@'
        set multishots[14] = '@@13@@'
        set multishots[15] = '@@14@@'
        set multishots[16] = '@@11@@'
        set multishots[17] = '@@12@@'
        set multishots[18] = '@@10@@' //2550
	endfunction
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

            [2] => Array
                (
                    [name] => On Item Pickup
                    [code] => local integer i = (Tower(itm.getCarrier()).getRange()-700)/100
    if i < 0 then
        set i = 0
    elseif i > 18 then
        set i = 18
    endif
    call UnitAddAbility(itm.getCarrier().getUnit(),multishots[i])
    set itm.userInt = multishots[i]
                    [values] => Array
                        (
                            [explain] => Attacks up to |cffFFFF803|r targets at the same time.
                            [visible] => true
                            [goldcost] => 2500
                            [name] => Multishot
                        )

                )

        )

    [abilities] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.2
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1950
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1750
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [1] => Array
                (
                    [id] => @@1@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.18
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1850
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1550
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [2] => Array
                (
                    [id] => @@2@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.19
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1900
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1650
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [3] => Array
                (
                    [id] => @@3@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.16
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1750
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1350
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [4] => Array
                (
                    [id] => @@4@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.17
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1800
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1450
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [5] => Array
                (
                    [id] => @@5@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.14
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1650
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1150
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [6] => Array
                (
                    [id] => @@6@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1700
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1250
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [7] => Array
                (
                    [id] => @@7@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.12
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1550
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 950
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [8] => Array
                (
                    [id] => @@8@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.13
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1600
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1050
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [9] => Array
                (
                    [id] => @@9@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.11
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1500
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 850
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [10] => Array
                (
                    [id] => @@10@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.28
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2350
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 2550
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [11] => Array
                (
                    [id] => @@11@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.26
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2250
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 2350
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [12] => Array
                (
                    [id] => @@12@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.27
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2300
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 2450
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [13] => Array
                (
                    [id] => @@13@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.24
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2150
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 2150
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [14] => Array
                (
                    [id] => @@14@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.25
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2200
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 2250
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [15] => Array
                (
                    [id] => @@15@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.23
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2100
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 2050
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [16] => Array
                (
                    [id] => @@16@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.1
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 1450
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 750
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [17] => Array
                (
                    [id] => @@17@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.21
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2000
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1850
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

            [18] => Array
                (
                    [id] => @@18@@
                    [derivedFrom] => Aroc
                    [oeValues] => Array
                        (
                            [Art] => ReplaceableTextures\CommandButtons\BTNFanOfKnives.blp
                            [Unubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Missilearc] => 0.22
                            [Cool1] => 0.9
                            [DataA1] => 0
                            [Cool2] => 0.9
                            [DataC1] => 1
                            [Name] => Multishot
                            [DataC2] => 3
                            [Dur1] => 0.9
                            [Dur2] => 0.9
                            [Missileart] => Abilities\Spells\NightElf\FanOfKnives\FanOfKnivesMissile.mdl
                            [Missilespeed] => 2050
                            [Buttonpos] => 3
                            [HeroDur2] => 0.9
                            [Requires] => Array
                                (
                                )

                            [HeroDur1] => 0.9
                            [DataB2] => 201
                            [Area2] => 950
                            [Ubertip1] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Area1] => 1950
                            [DataB1] => 0
                            [Ubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [Tip1] => Multishot
                            [Tip] => Multishot
                            [Unubertip] => Attacks up to |cffFFFF803|r targets at the same time.
                            [targs1] => enemies
                            [targs2] => enemies
                        )

                )

        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)