|   Bright Light v1 650
                       |  ID: 81  Family ID:  Author: SternBogen  Rarity: uncommon  Element: astral  Attack Type: Energy  Attack Range: 850  Attack CD: 1  Damage: 527-533  Status: Approved |  Magical Sight: Can see invisible enemy units in 750 range. Power of Light The mighty holy light weakens enemy undead creeps for 4 seconds, so they will receive 15% more damage from physical and spell attacks. Level Bonus: +0.16 seconds +0.6% damage | Download Toggle Triggers Header     globals
        //@import
        BuffType sternbogen_holy_Buff
    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
    
    endfunctionOn Damage 
                            
                                ONDAMAGE_chance: 1.0
                            
                                ONDAMAGE_chanceLevelAdd: 0.0
                            
                             function onDamage takes Tower tower returns nothing
    local Unit creep = Event.getTarget()
    // 0.001 Basic Bonus
    local integer bufflevel = 150 + 6 * tower.getLevel()
    if (CATEGORY_UNDEAD == creep.getCategory()) then
        call sternbogen_holy_Buff.applyCustomTimed(tower,Event.getTarget(),bufflevel,4 + 0.16 * tower.getLevel())
    endif
endfunction | 
|   Sun Pillar v1 650
                       |  ID: 440  Family ID:  Author: geX  Rarity: common  Element: astral  Attack Type: Energy  Attack Range: 1200  Attack CD: 2  Damage: 738-825  Status: Approved | Description: Basic Tower with a weak bouncing attack and bonus damage to undead enemies.  Specials: Bounce attack:
   3 targets
   -44% damage per bounce
+23% dmg to undead (+2.3%/lvl) | Download | 
|   Medium Flamy Defender v1 650
                       |  ID: 484  Family ID:  Author: Natac  Rarity: common  Element: fire  Attack Type: Elemental  Attack Range: 700  Attack CD: 1.5  Damage: 1105-1235  Status: Approved | Description: Common elementar defender. | Download | 
|   Medium Dark Defender v1 650
                       |  ID: 490  Family ID:  Author: Natac  Rarity: common  Element: darkness  Attack Type: Decay  Attack Range: 825  Attack CD: 1.1  Damage: 672-759  Status: Approved | Description: Common elementar defender. | Download | 
|   Medium Storm Defender v1 650
                       |  ID: 493  Family ID:  Author: Natac  Rarity: common  Element: storm  Attack Type: Energy  Attack Range: 950  Attack CD: 0.8  Damage: 303-595  Status: Approved | Description: Common elementar defender. | Download | 
|   Medium Natural Defender v1 650
                       |  ID: 501  Family ID:  Author: Natac  Rarity: common  Element: nature  Attack Type: Essence  Attack Range: 875  Attack CD: 1.3  Damage: 741-936  Status: Approved | Description: Common elementar defender. | Download | 
|   Medium Ice Defender v1 650
                       |  ID: 504  Family ID:  Author: Natac  Rarity: common  Element: ice  Attack Type: Elemental  Attack Range: 900  Attack CD: 1.4  Damage: 875-940  Status: Approved | Description: Common elementar defender. | Download | 
Description: