Bhaal's Essence v1 2727
lvl: 83
|
ID: 56
Author: poussix
Rarity: unique
Status: Approved
|
Fright Aura
Slows movement speed of enemies in 650 range by 10% and decreases their armor by 4. Level Bonus: +0.2% slow +0.2 armor
Specials:
-60% debuff duration
|
Download
Toggle Triggers Header
goldcost: 0
globals
BuffType poussix_fright_aura//thanks to Gex "ice core" 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 slow = Modifier.create()
local Modifier m = Modifier.create()
set poussix_fright_aura = BuffType.createAuraEffectType(true)
call slow.addModification(MOD_MOVESPEED,-0.10,-0.0020)
call m.addModification( MOD_ARMOR, -4.00, -0.2 )
call poussix_fright_aura.setBuffModifier(m)
call poussix_fright_aura.setStackingGroup("fright_aura")
call poussix_fright_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_levelAdd: 1
AURA_targetType: TARGET_TYPE_CREEPS
AURA_auraRange: 650
AURA_powerAdd: 1
AURA_targetSelf: false
goldcost: 1200
AURA_auraEffect: poussix_fright_aura
AURA_power: 0
AURA_level: 0
|
Description:
Latest Upload Comment: