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
Abil. Factor: 0.7
Status: Approved
|
Thermal Boost
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
|
Description:
Latest Upload Comment: