Array
(
    [scriptVersion] => 8
    [oeValues] => Array
        (
            [Ubertip] => A vile artifact that saps the life force of anything it touches.
            [Art] => ReplaceableTextures\CommandButtons\BTNCripple.blp
            [abilList] => Array
                (
                )

            [Name] => Gauntlet of Desecration
        )

    [settings] => Array
        (
            [balanceTip] => |n|cffFFFF80Specials:|r|n|cffFFFF00-20% |rattackspeed
            [goldcost] => 1375
            [author] => Moppy
            [authorDisplay] => |c006969FFMoppy|r
            [version] => 1.0
            [rarity] => rare
        )

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

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => On Attack
                    [code] => local Tower t = itm.getCarrier()
    if t.calcChance(0.25 * t.getBaseAttackspeed()) then
        call moppy_decrepify_item_debuff.apply(t, Event.getTarget(), t.getLevel())
    endif
                    [values] => Array
                        (
                            [explain] => On attack, there is a |cffFFFF8025%|r attack speed adjusted chance to slow the target by |cffFFFF8040%|r and increase damage it takes from attacks by |cffFFFF8020%|r. Lasts |cffFFFF803|r seconds.|n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.8%|r slow|r|n|cffFFFF80+0.4%|r attack damage taken
                            [visible] => true
                            [goldcost] => 1375
                            [name] => Decrepify
                            [ONATTACK_chance] => 1.0
                            [ONATTACK_chanceLevelAdd] => 0.0
                        )

                )

            [1] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType moppy_decrepify_item_debuff
    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.4, -0.008)
        call m.addModification(MOD_ATK_DAMAGE_RECEIVED, 0.2, 0.004) 
        set moppy_decrepify_item_debuff = BuffType.create (3, 0, false)
        call moppy_decrepify_item_debuff.setBuffModifier(m)
        call moppy_decrepify_item_debuff.setBuffIcon('@@0@@')
	endfunction
                    [values] => Array
                        (
                            [explain] => 
                            [visible] => false
                            [goldcost] => 0
                            [name] => 
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BNab
                    [oeValues] => Array
                        (
                            [EditorName] => Decrepify
                            [Buffubertip] => Slowed and taking increased attack damage.
                            [TargetArt] => Abilities\Spells\Undead\Cripple\CrippleTarget.mdl
                            [Bufftip] => Decrepify
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNCripple.blp
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)