Green Dragon Roost v1
1600
|
ID: 538
Family ID:
Author: Boekie
Rarity: unique
Element: nature
Attack Type: Essence
Attack Range: 800
Attack CD: 2
Damage: 1048-1097
Abil. Factor: 0.5
Status: Approved
|
Specials:
Bounce attack:
4 targets
-10% damage per bounce
15% crit chance (+0.5%/lvl)
x1.5 crit damage (+x0.05/lvl)
Green Dragon Force
Increases the multicrit of towers in 200 range by 2. |
Download
Toggle Triggers Header globals
BuffType boekie_multicrit_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_multicrit_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_MULTICRIT_COUNT,2,0.0)
call boekie_multicrit_aura.setBuffModifier(m)
call boekie_multicrit_aura.setStackingGroup("multicrit_aura")
call boekie_multicrit_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_auraEffect: boekie_multicrit_aura
AURA_power: 0
AURA_level: 0
AURA_auraRange: 200
AURA_targetType: TARGET_TYPE_TOWERS
AURA_levelAdd: 1
AURA_powerAdd: 1
AURA_targetSelf: true
|
Description:
Latest Upload Comment: