King of Lightning v1
2500
|
ID: 416
Family ID:
Author: Boekie
Rarity: rare
Element: storm
Attack Type: Energy
Attack Range: 1300
Attack CD: 1.5
Damage: 321-325
Status: Approved
|
Specials:
Bounce attack:
5 targets
-30% damage per bounce
5% spell crit chance (+0.5%/lvl)
Lightning Strike
When this tower damages a target there is a 20% chance that a lightning bolt strikes the target for 4000 damage. Level Bonus: +200 damage +0.4% chance
Realm of Thunder - Aura
Increases the vulnerability of enemies in 1300 range to damage from Storm towers by 15%. Level Bonus: +0.4% vulnerability |
Download
Toggle Triggers Header globals
//@import
BuffType gexLightningAura
endglobals
private function init takes nothing returns nothing
endfunction
On Damage
ONDAMAGE_chance: 0.20
ONDAMAGE_chanceLevelAdd: 0.004
function onDamage takes Tower tower returns nothing
local Unit creep = Event.getTarget()
call tower.doSpellDamage(creep,4000.0+(tower.getLevel()*200.0),tower.calcSpellCritNoBonus())
call SFXOnUnit("Abilities\\Spells\\Other\\Monsoon\\MonsoonBoltTarget.mdl",creep.getUnit(),"origin")
endfunction
Tower Aura
AURA_powerAdd: 4
AURA_auraEffect: gexLightningAura
AURA_levelAdd: 4
AURA_power: 150
AURA_targetType: TARGET_TYPE_CREEPS
AURA_targetSelf: false
AURA_level: 150
AURA_auraRange: 1300
|
All-Knowing Teacher v1
2500
|
ID: 432
Family ID:
Author: Deikorim / limfa
Rarity: uncommon
Element: astral
Attack Type: Elemental
Attack Range: 900
Attack CD: 1.5
Damage: 3151-3155
Status: Approved
|
Description: Teacher teaches you to attack!
Specials:
+80% exp gain
Knowledge
When the teacher attacks there's a 10% chance a random tower in 600 range will learn from her, gaining 2.2 experience. Level Bonus: +0.6% chance |
Download
Toggle Triggers Header globals
//@import
ProjectileType knowledge_green
//@import
ProjectileType knowledge_blue
//@import
ProjectileType knowledge_red
//@import
MultiboardValues limfa_teacherboard
endglobals
//@import
function teacher_attack takes Tower t, real xp returns nothing
endfunction
//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
endfunction
On Attack
ONATTACK_chance: 1.0
ONATTACK_chanceLevelAdd: 0.0
function onAttack takes Tower tower returns nothing
call teacher_attack(tower,2.2)
call SetUnitAnimationByIndex(tower.getUnit(), 3)
endfunction
On Tower Creation function onCreate takes Tower tower returns nothing
local Tower preceding = Event.getPrecedingTower()
if (preceding.getFamily() == tower.getFamily()) then
set tower.userReal2 = preceding.userReal2
else
set tower.userReal2 = 0
endif
endfunction
On Tower Details
goldcost: 0
function onTowerDetails takes Tower tower returns MultiboardValues
call limfa_teacherboard.setValue(0, formatFloat(tower.userReal2,1))
return limfa_teacherboard
endfunction
|
Sun Monument v1
2500
|
ID: 447
Family ID:
Author: geX
Rarity: common
Element: astral
Attack Type: Energy
Attack Range: 1200
Attack CD: 2
Damage: 2654-3013
Status: Approved
|
Description: Basic Tower with a weak bouncing attack and bonus damage to undead enemies.
Specials:
Bounce attack:
3 targets
-38% damage per bounce
+26% dmg to undead (+2.6%/lvl)
|
Download
|
Superior Flamy Defender v1
2500
|
ID: 485
Family ID:
Author: Natac
Rarity: common
Element: fire
Attack Type: Elemental
Attack Range: 700
Attack CD: 1.5
Damage: 4251-4751
Status: Approved
|
Description: Common elementar defender. |
Download
|
Superior Dark Defender v1
2500
|
ID: 491
Family ID:
Author: Natac
Rarity: common
Element: darkness
Attack Type: Decay
Attack Range: 825
Attack CD: 1.1
Damage: 2584-2921
Status: Approved
|
Description: Common elementar defender. |
Download
|
Superior Storm Defender v1
2500
|
ID: 495
Family ID:
Author: Natac
Rarity: common
Element: storm
Attack Type: Energy
Attack Range: 950
Attack CD: 0.8
Damage: 1163-2288
Status: Approved
|
Description: Common elementar defender. |
Download
|
Superior Natural Defender v1
2500
|
ID: 503
Family ID:
Author: Natac
Rarity: common
Element: nature
Attack Type: Essence
Attack Range: 875
Attack CD: 1.3
Damage: 2848-3598
Status: Approved
|
Description: Common elementar defender. |
Download
|
Description: