Array
(
    [scriptVersion] => 7
    [oeValues] => Array
        (
            [Name] => Ritual Talisman
            [Art] => ReplaceableTextures\CommandButtons\BTNBloodLust.blp
            [Ubertip] => Used in mystical shamanistic rituals.
            [abilList] => Array
                (
                )

        )

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

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

    [dmgTable] => Array
        (
        )

    [triggers] => Array
        (
            [0] => Array
                (
                    [name] => Header
                    [code] => globals
    BuffType drol_talisman
    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()
        set drol_talisman = BuffType.create( 10.00, 0.0, true )
        call drol_talisman.setBuffIcon( '@@0@@' )
        call m.addModification( MOD_EXP_RECEIVED, 0.2, 0.008 )
        call m.addModification( MOD_DAMAGE_ADD_PERC, 0.1, 0.002 )
        call drol_talisman.setBuffModifier( m )
    
	endfunction
                    [values] => Array
                        (
                            [visible] => false
                            [name] => 
                            [goldcost] => 0
                            [explain] => 
                        )

                )

            [1] => Array
                (
                    [name] => Autocast
                    [code] => Array
                        (
                        )

                    [values] => Array
                        (
                            [caster_art] => 
                            [AUTOCAST_cooldown] => 10
                            [AUTOCAST_numBuffsBeforeIdle] => 1
                            [goldcost] => 576
                            [AUTOCAST_isExtended] => false
                            [AUTOCAST_autocastType] => AC_TYPE_OFFENSIVE_BUFF
                            [AUTOCAST_manacost] => 0
                            [AUTOCAST_range] => 450
                            [AUTOCAST_buffType] => drol_talisman
                            [name] => Shamanistic Ritual
                            [AUTOCAST_targetSelf] => true
                            [AUTOCAST_targetType] => TARGET_TYPE_TOWERS
                            [explain] => Performs a shamanistic ritual on a nearby tower, granting it |cffFFFF8020%|r more experience gain and |cffFFFF8010%|r more damage for |cffFFFF8010|r seconds. |n|n|cffFF8000Level Bonus:|r|n|cffFFFF80+0.8%|r experience|n|cffFFFF80+0.2%|r damage
                            [target_art] => Abilities\Spells\Orc\HealingWave\HealingWaveTarget.mdl
                            [AUTOCAST_autoRange] => 450
                        )

                )

        )

    [abilities] => Array
        (
        )

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

                            [Bufftip] => Shamanistic Ritual
                            [Targetattach] => Array
                                (
                                )

                            [Buffubertip] => This tower gains more experience and deals more damage.
                            [Targetattachcount] => 0
                            [Buffart] => ReplaceableTextures\CommandButtons\BTNBloodLust.blp
                            [TargetArt] => Array
                                (
                                )

                            [EditorName] => Shamanistic Ritual
                        )

                )

        )

    [units] => Array
        (
        )

    [references] => Array
        (
        )

)