Cruel Fire v1
550
|
ID: 461
Family ID:
Author: Boekie
Rarity: rare
Element: fire
Attack Type: Decay
Attack Range: 900
Attack CD: 1.5
Damage: 642-642
Status: Approved
|
Fire of Fury - Aura
Increases crit chance of towers in 300 range by 5%. Level Bonus: +0.2% chance |
Download
Toggle Triggers Header globals
//@export
BuffType boekie_crit_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_crit_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_ATK_CRIT_CHANCE,0.05,0.002)
call boekie_crit_aura.setBuffModifier(m)
call boekie_crit_aura.setStackingGroup("crit_aura")
call boekie_crit_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_auraEffect: boekie_crit_aura
AURA_power: 0
AURA_level: 0
AURA_auraRange: 300
AURA_targetType: TARGET_TYPE_TOWERS
AURA_levelAdd: 1
AURA_powerAdd: 1
AURA_targetSelf: true
|
Cruel Flames v1
1400
|
ID: 466
Family ID:
Author: Boekie
Rarity: rare
Element: fire
Attack Type: Decay
Attack Range: 900
Attack CD: 1.5
Damage: 1634-1634
Status: Approved
|
Description: An aura tower which gives towers a bonus crit chance.
Fire of Fury - Aura
Increases crit chance of towers in 300 range by 7.5%. Level Bonus: +0.3% chance |
Download
Toggle Triggers Header globals
BuffType boekie_crit_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_crit_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_ATK_CRIT_CHANCE,0.075,0.003)
call boekie_crit_aura.setBuffModifier(m)
call boekie_crit_aura.setStackingGroup("crit_aura")
call boekie_crit_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_auraEffect: boekie_crit_aura
AURA_power: 0
AURA_level: 0
AURA_auraRange: 300
AURA_targetType: TARGET_TYPE_TOWERS
AURA_levelAdd: 1
AURA_powerAdd: 1
AURA_targetSelf: true
|
Cruel Inferno v1
3000
|
ID: 467
Family ID:
Author: Boekie
Rarity: rare
Element: fire
Attack Type: Decay
Attack Range: 900
Attack CD: 1.5
Damage: 3501-3501
Status: Approved
|
Description: An aura tower which gives towers a bonus crit chance.
Fire of Fury - Aura
Increases crit chance of towers in 300 range by 10%. Level Bonus: +0.4% chance |
Download
Toggle Triggers Header globals
BuffType boekie_crit_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_crit_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_ATK_CRIT_CHANCE,0.10,0.004)
call boekie_crit_aura.setBuffModifier(m)
call boekie_crit_aura.setStackingGroup("crit_aura")
call boekie_crit_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_auraEffect: boekie_crit_aura
AURA_power: 0
AURA_level: 0
AURA_auraRange: 300
AURA_targetType: TARGET_TYPE_TOWERS
AURA_levelAdd: 1
AURA_powerAdd: 1
AURA_targetSelf: true
|
Description: