Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Toy Boy
            [Art] => ReplaceableTextures\CommandButtons\BTNVillagerKid2.blp
            [Ubertip] => Play with me, or I will kill you.
            [abilList] => Array
                (
                )

        )

    [settings] => Array
        (
            [author] => cedi
            [authorDisplay] => cedi
            [balanceTip] => |n|cffFFFF00+50% |rdamage (|cffFFFF00+1%|r/lvl)
            [rarity] => rare
            [goldcost] => 1970
            [version] => 1.0
        )

    [dmgTable] => Array
        (
            [0] => Array
                (
                    [id] => MOD_DAMAGE_ADD_PERC
                    [base] => 0.5
                    [add] => 0.01
                )

        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
        BuffType BT
    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_ATTACKSPEED, -0.5, 0.00 )
        set BT = BuffType.create( 2.0, 0.00, false )
        call BT.setBuffIcon( '@@0@@' )
        call BT.setBuffModifier( m )
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => Periodic
                    [code] => call BT.apply( itm.getCarrier(), itm.getCarrier(), 1 )
                    [values] => Array
                        (
                            [visible] => true
                            [PERIODIC_period] => 10.00
                            [name] => Play With Me!
                            [goldcost] => -500
                            [explain] => Every |cffFFFF8010|r seconds the Toy Boy forces the tower to play with him, slowing attack speed of the tower by |cffFFFF8050%|r for |cffFFFF802|r seconds.
                        )

                )

        )

    [abilities] => Array
        (
        )

    [buffs] => Array
        (
            [0] => Array
                (
                    [id] => @@0@@
                    [derivedFrom] => BHfs
                    [oeValues] => Array
                        (
                            [Bufftip] => Playing
                            [Targetattach] => overhead
                            [Buffubertip] => This tower's attack speed is decreased.
                            [Targetattachcount] => 1
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNVillagerKid2.blp
                            [TargetArt] => Abilities\Spells\Other\Silence\SilenceTarget.mdl
                            [EditorName] => Playing
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)