Geothermal Extractor v1
500
|
ID: 221
Family ID:
Author: Velex
Rarity: rare
Element: fire
Attack Type: Elemental
Attack Range: 700
Attack CD: 0.5
Damage: 185-185
Status: Approved
|
Thermal Boost - Aura
Increases damage of towers in 200 range by 18%. Level Bonus: +0.5% damage |
Download
Toggle Triggers Header globals
//@export
BuffType velex_dmg_aura
endglobals
private function init takes nothing returns nothing
local Modifier m = Modifier.create()
set velex_dmg_aura = BuffType.createAuraEffectType(true)
call m.addModification(MOD_DAMAGE_ADD_PERC,0.0,0.001)
call velex_dmg_aura.setBuffModifier(m)
call velex_dmg_aura.setStackingGroup("dmg_aura")
call velex_dmg_aura.setBuffIcon('@@0@@')
endfunction
Tower Aura
AURA_powerAdd: 5
AURA_auraEffect: velex_dmg_aura
AURA_levelAdd: 5
AURA_power: 180
AURA_targetType: TARGET_TYPE_TOWERS
AURA_targetSelf: true
AURA_level: 180
AURA_auraRange: 200
|
Geothermal Refinery v1
2000
|
ID: 224
Family ID:
Author: Velex
Rarity: rare
Element: fire
Attack Type: Elemental
Attack Range: 700
Attack CD: 0.5
Damage: 848-848
Status: Approved
|
Description: Aura tower with a damage bonus aura.
Thermal Boost - Aura
Increases damage of towers in 200 range by 30%. Level Bonus: +0.8% damage |
Download
Toggle Triggers Header globals
//@import
BuffType velex_dmg_aura
endglobals
private function init takes nothing returns nothing
endfunction
Tower Aura
AURA_powerAdd: 8
AURA_auraEffect: velex_dmg_aura
AURA_levelAdd: 8
AURA_power: 300
AURA_targetType: TARGET_TYPE_TOWERS
AURA_targetSelf: true
AURA_level: 300
AURA_auraRange: 200
|
Description: