Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Crescent Stone
            [Art] => ReplaceableTextures\CommandButtons\BTNResStone.blp
            [Ubertip] => The runes inscribed on this stone light up at full moon.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => drol
            [authorDisplay] => |cffcc6600drol|r
            [balanceTip] => Array
                (
                )

            [rarity] => rare
            [goldcost] => 400
            [version] => 1.0
        )

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    
        BuffType drol_moonStone
    
    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_TRIGGER_CHANCES,0.25,0.01)  
         
        set drol_moonStone = BuffType.create(5,0,true)
        call drol_moonStone.setBuffIcon('@@0@@')
        
        call drol_moonStone.setBuffModifier(m) 
    
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => Periodic
                    [code] => local Tower tower = itm.getCarrier()
    call drol_moonStone.apply(tower,tower,tower.getLevel())
                    [values] => Array
                        (
                            [visible] => true
                            [PERIODIC_period] => 15
                            [name] => Earth and Moon
                            [goldcost] => 400
                            [explain] => Every |cffFFFF8015|r seconds the carrier has its trigger chances increased by |cffFFFF8025%|r for |cffFFFF805|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+1%|r trigger chance
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bblo
                    [oeValues] => Array
                        (
                            [Targetattach1] => Array
                                (
                                )

                            [Bufftip] => Earth and Moon
                            [Targetattach] => overhead
                            [Buffubertip] => This unit's trigger chances have been increased.
                            [Targetattachcount] => 1
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNResStone.blp
                            [TargetArt] => Abilities\Spells\NightElf\Barkskin\BarkSkinTarget.mdl
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)