Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Cursed Claw
            [Art] => ReplaceableTextures\CommandButtons\BTNAdvancedCreatureAttack.blp
            [Ubertip] => This cursed artifact slows attacked creeps.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => Boekie
            [authorDisplay] => |cff00CD00Boekie|r
            [balanceTip] => Array
                (
                )

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType boekie_claw_slow 
    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_MOVESPEED,0,-0.001) 
    set boekie_claw_slow = BuffType.create(0,0,false) // apply custom timed  
    call boekie_claw_slow.setBuffIcon('@@0@@') 
    call boekie_claw_slow.setBuffModifier(m) 
    call boekie_claw_slow.setStackingGroup("boekieClawSlow") 
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => On Attack
                    [code] => local Tower tower = itm.getCarrier()

call boekie_claw_slow.applyCustomTimed(tower,Event.getTarget(),100+tower.getLevel()*4,5)
                    [values] => Array
                        (
                            [visible] => true
                            [name] => Cripple
                            [goldcost] => 800
                            [explain] => This artifact slows the attacked creep by |cffFFFF8010%|r for |cffFFFF805|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.4%|r slow
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => Bcri
                    [oeValues] => Array
                        (
                            [Buffubertip] => This unit is crippled, its movement speed is reduced.
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNAdvancedCreatureAttack.blp
                            [EditorName] => Cripple
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)