Artifact of Skadi v1
1000
lvl: 28

ID:

1

Author:

Boekie

Rarity:

unique

Status:

Approved

Description:

This old artifact that belongs to the godess of winter slows all creeps that come close.

Latest Upload Comment:

Restored from 1.10
Skadi's Influence
Slows movementspeed of creeps in 800 range by 14%.
Download

Toggle Triggers

Header

goldcost: 0
    globals
    BuffType boekie_skadiSlow_aura 
    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 boekie_skadiSlow_aura = BuffType.createAuraEffectType(false)  
    call m.addModification(MOD_MOVESPEED,-0.14,0)  
    call boekie_skadiSlow_aura.setBuffModifier(m)  
    call boekie_skadiSlow_aura.setStackingGroup("boekie_frostAura")  
    call boekie_skadiSlow_aura.setBuffIcon('@@0@@') 
    endfunction

Tower Aura

AURA_levelAdd: 1 AURA_targetType: TARGET_TYPE_CREEPS AURA_auraRange: 800 AURA_powerAdd: 1 AURA_targetSelf: false goldcost: 1000 AURA_auraEffect: boekie_skadiSlow_aura AURA_power: 0 AURA_level: 0