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

            [targs1] => Array
                (
                )

            [goldcost] => 2750
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [moveHeight] => 62
            [file] => units\creeps\FurbolgElder\FurbolgElder.mdl
            [atkType1] => siege
            [weapTp1] => missile
            [Missilearc] => 0.15
            [acquire] => 800
            [rangeN1] => 900
            [upgrades] => Array
                (
                )

            [cool1] => 1.8
            [Ubertip] => A friendly, cuddly and fluffy creature as long as it isn't angry. Unfortunately it is always angry, even when it's sleeping.
            [abilList] => Array
                (
                )

            [Name] => Rampaging Furbolg
            [Missileart] => Abilities\Weapons\MeatwagonMissile\MeatwagonMissile.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNFurbolgTracker.blp
            [buildingShadow] => Array
                (
                )

            [turnRate] => 3
            [sides1] => 2801
            [uberSplat] => ESMB
            [auto] => Array
                (
                )

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

    [settings] => Array
        (
            [author] => geX
            [element] => nature
            [authorDisplay] => geX
            [alpha] => 255
            [balanceTip] => +20% dmg to orcs
            [rarity] => uncommon
            [version] => 1.0
            [abil_factor] => 0.55
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 15.1788
                    [y] => 11.8263
                    [z] => 0
                    [scale] => 0.749999
                    [rot] => 5.5136
                    [file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

            [1] => Array
                (
                    [x] => -7.9703
                    [y] => 7.64056
                    [z] => 0
                    [scale] => 1.14999
                    [rot] => 5.31238
                    [file] => Doodads\Ruins\Rocks\Ruins_Rock\Ruins_Rock1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

            [2] => Array
                (
                    [x] => 7.88429
                    [y] => 47.3471
                    [z] => 0
                    [scale] => 0.799999
                    [rot] => 2.63544
                    [file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub0.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

            [3] => Array
                (
                    [x] => -58.1207
                    [y] => 21.8433
                    [z] => 0
                    [scale] => 1.05
                    [rot] => 1.98669
                    [file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

            [4] => Array
                (
                    [x] => 61.4665
                    [y] => 34.5828
                    [z] => 0
                    [scale] => 1.05
                    [rot] => 2.07258
                    [file] => Doodads\Ruins\Plants\Ruins_Shrub\Ruins_Shrub1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

            [5] => Array
                (
                    [x] => 34.866
                    [y] => -53.5666
                    [z] => 0
                    [scale] => 1.19999
                    [rot] => 2.87887
                    [file] => Doodads\Ruins\Plants\VinyPlant\VinyPlant1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

            [6] => Array
                (
                    [x] => -38.0755
                    [y] => -51.4359
                    [z] => 0
                    [scale] => 1.09999
                    [rot] => 5.0789
                    [file] => Doodads\Ruins\Plants\VinyPlant\VinyPlant1.mdl
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                )

        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_DMG_TO_ORC
                    [base] => 0.2
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        //@import
        BuffType gex_rage_buff
        //@import
        BuffType gex_rage_buff15
        //@import
        BuffType gex_rage_buff25
    endglobals
    
    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 integer lvl = tower.getLevel()    
    
    //Do not allow retriggering while the furbolg is raged
    if tower.getBuffOfGroup("gex_rage") == 0 then
        if lvl < 15 then
            call gex_rage_buff.applyCustomTimed(tower,tower,100+lvl*4,6.0+0.12*lvl)
        elseif lvl < 25 then
            call gex_rage_buff15.applyCustomTimed(tower,tower,100+lvl*4,6.0+0.12*lvl)
        else
            call gex_rage_buff25.applyCustomTimed(tower,tower,100+lvl*4,6.0+0.12*lvl)
        endif
    endif
                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNFurbolgElder.blp
                            [visible] => true
                            [name] => Rampage
                            [short_explain] => Has a chance on attack to go into a rampage, increasing attackspeed and critical strike capabilities enormously
                            [ONATTACK_chance] => 0.16
                            [ONATTACK_chanceLevelAdd] => 0.0
                            [long_explain] => Has a |cffFFFF8016%|r chance on attack to go into a rampage for |cffFFFF806.0|r seconds. While in rampage, it has |cffFFFF80+250%|r attackspeed, |cffFFFF80+25%|r critical strike chance and |cffFFFF80+75%|r critical strike damage. Cannot retrigger while in rampage!|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.12|r sec duration|n|cffFFFF80+4%|r attackspeed|n|cffFFFF80+1|r multicrit at lvl |cffFFFF8015|r and |cffFFFF8025|r
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
        )

    [units] => Array
        (
        )

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

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

            [2] => Array
                (
                    [export] => false
                    [category] => global
                    [typ] => BuffType
                    [name] => gex_rage_buff25
                )

        )

)