Icy Core v1
1000
|
ID: 562
Family ID:
Author: geX
Rarity: rare
Element: ice
Attack Type: Elemental
Attack Range: 1000
Attack CD: 1.5
Damage: 974-1138
Abil. Factor: 0.66
Status: Approved
|
Frost Aura
Slows movementspeed of enemies in 800 range by 15%. Level Bonus: +0.4% slow |
Download
Toggle Triggers Header globals
//@export
BuffType gex_frost_aura
endglobals
private function init takes nothing returns nothing
local Modifier m = Modifier.create()
set gex_frost_aura = BuffType.createAuraEffectType(false)
call m.addModification(MOD_MOVESPEED,0.0,-0.001)
call gex_frost_aura.setBuffModifier(m)
call gex_frost_aura.setStackingGroup("frost_aura")
call gex_frost_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_auraEffect: gex_frost_aura
AURA_power: 150
AURA_level: 150
AURA_auraRange: 800
AURA_targetType: TARGET_TYPE_CREEPS
AURA_levelAdd: 4
AURA_powerAdd: 4
AURA_targetSelf: false
|
Description:
Latest Upload Comment: