Mining Lamp v1
1047
lvl: 79
ID:
94
Author:
drol
Rarity:
common
Status:
Approved

Description:

Makes valueable ores glitter in the dark.
Specials:
+28% item chance
Download
Railgun v1
1047
lvl: 79
ID:
173
Author:
drol
Rarity:
common
Status:
Approved

Description:

Hits from this gun can be quite a punch.
Specials:
+60% dmg to humanoids
+20% damage
Download
Enchanted Mining Pick v1
1090
lvl: 44
ID:
8
Author:
Boekie
Rarity:
rare
Status:
Approved

Description:

This mining pick is excellent at finding items but it's not a very good combat weapon.
Specials:
-17.5% damage
-17.5% spell damage
+55% item chance
Download
Inscribed Pebble v1
1092
lvl: 83
ID:
92
Author:
drol
Rarity:
common
Status:
Approved

Description:

The inscription of the pebble seems to radiate some magic.
Specials:
+24% dmg to magical
+10% spell crit chance
Download
Enchanted Bird Figurine v1
1092
lvl: 83
ID:
157
Author:
drol
Rarity:
common
Status:
Approved

Description:

Once the property of witches and shamans, this figurine now unveils its secrets to you.
Specials:
+12% trigger chances
+28% buff duration
Download
Sacred Halo v1
1092
lvl: 83
ID:
172
Author:
drol
Rarity:
common
Status:
Approved

Description:

Surrounds the head of the carrier with a ring of light.
Specials:
+84% dmg to undead
-20% debuff duration
Download
Cruel Torch v1
1100
lvl: 31
ID:
17
Author:
Boekie
Rarity:
unique
Status:
Approved

Description:

This serpentine staff ignites a burning rage within all who bear its glow.
Flames of Fury - Aura
Increases crit chance of towers in 300 range by 3.5%. 

Level Bonus:
+0.08% chance
Download

Toggle Triggers

Header

goldcost: 0
    globals
    
    BuffType boekie_crit_aura2
    
    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_aura2 = BuffType.createAuraEffectType(true)  
        call m.addModification(MOD_ATK_CRIT_CHANCE,0.035,0.0008)  
        call boekie_crit_aura2.setBuffModifier(m)  
        call boekie_crit_aura2.setBuffIcon('@@0@@')
    endfunction

Tower Aura

AURA_levelAdd: 1 AURA_targetType: TARGET_TYPE_TOWERS AURA_auraRange: 300 AURA_powerAdd: 1 AURA_targetSelf: true goldcost: 1100 AURA_auraEffect: boekie_crit_aura2 AURA_power: 0 AURA_level: 0