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

            [targs1] => Array
                (
                )

            [goldcost] => 70
            [weapsOn] => 1
            [dice1] => 1
            [Missilespeed] => 1500
            [file] => Doodads\Northrend\Props\FirePitTrashed\FirePitTrashed.mdl
            [atkType1] => hero
            [modelScale] => 0.6
            [weapTp1] => missile
            [Missilearc] => 0.2
            [acquire] => 800
            [rangeN1] => 800
            [upgrades] => Array
                (
                )

            [cool1] => 0.9
            [Ubertip] => A fire pit that has the ability to unleash some powerful flames.
            [abilList] => Array
                (
                )

            [Name] => Broken Fire Pit
            [Missileart] => Abilities\Spells\Orc\Bloodlust\BloodlustTarget.mdl
            [Art] => ReplaceableTextures\CommandButtons\BTNWallOfFire.blp
            [buildingShadow] => Array
                (
                )

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

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

    [settings] => Array
        (
            [author] => Boekie
            [element] => fire
            [authorDisplay] => |cff00CD00Boekie|r
            [alpha] => 255
            [balanceTip] => |cffFFFF802|rx multicrit
            [rarity] => common
            [version] => 1.0
            [abil_factor] => 0.92
        )

    [effects] => Array
        (
            [0] => Array
                (
                    [x] => 8
                    [y] => 8
                    [z] => -32
                    [scale] => 0.4
                    [rot] => 3.10669
                    [file] => Doodads\LordaeronSummer\Props\Brazier\Brazier
                    [red] => 255
                    [green] => 255
                    [blue] => 255
                    [alpha] => 255
                    [pitch] => 0
                    [advanced] => false
                    [animation] => Array
                        (
                        )

                    [aniSpeed] => 50
                )

        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_MULTICRIT_COUNT
                    [base] => 1
                    [add] => 0
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    //@export 
    BuffType boekie_coals_buff 
    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
    local Modifier m = Modifier.create()  
    call m.addModification(MOD_ATK_CRIT_CHANCE,0.15,0.001)  
    set boekie_coals_buff = BuffType.create(0.0,0.0,true) //0.0 time since I will apply it custom timed  
    call boekie_coals_buff.setBuffModifier(m)  
    call boekie_coals_buff.setBuffIcon('@@0@@') 
    call boekie_coals_buff.setStackingGroup("boekie_coals") 
	endfunction
                    [values] => Array
                        (
                            [icon] => 
                            [visible] => false
                            [name] => 
                            [short_explain] => 
                            [long_explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => On Kill
                    [code] => local integer lvl = tower.getLevel() 
call boekie_coals_buff.applyCustomTimed(tower,tower,lvl*3,7.5+0.05*lvl)
                    [values] => Array
                        (
                            [icon] => ReplaceableTextures\CommandButtons\BTNFlare.blp
                            [visible] => true
                            [name] => Hot Coals
                            [short_explain] => Gains increased crit chance on kill.
                            [long_explain] => Whenever this tower kills a creep it gains |cffFFFF8015%|r bonus crit chance for |cffFFFF807.5|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.05|r sec duration|n|cffFFFF80+0.3%|r crit chance
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bbsk
                    [oeValues] => Array
                        (
                            [Bufftip] => Hot Coals
                            [Buffubertip] => This unit is under the effect of hot coals, it has increased crit chance.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNFlare.blp
                            [EditorName] => Hot Coals
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
            [0] => Array
                (
                    [export] => true
                    [category] => global
                    [typ] => BuffType
                    [name] => boekie_coals_buff
                )

        )

)