Dwarven Forgery v1
1500
ID:
469
Family ID:
Author:
geX
Rarity:
unique
Element:
iron
Attack Type:
Physical
Attack Range:
675
Attack CD:
2.5
Damage:
4225-4825
Status:
Approved

Description:

Hidden in the mountains, the dwarven master smiths polish found items to release their true power.
Specials:
+50% item quality (+1%/lvl)
Dwarven Polish - Aura
Increases the item quality ratio of friendly towers in 550 range including itself by 15%.

Level Bonus:
+0.4% quality ratio
Download

Toggle Triggers

Header

    globals
        BuffType itemAura
    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 itemAura = BuffType.createAuraEffectType(true)
        call m.addModification(MOD_ITEM_QUALITY_ON_KILL,0.15,0.004)
        call itemAura.setBuffModifier(m)
        call itemAura.setBuffIcon('@@0@@')
    endfunction

Tower Aura

AURA_auraEffect: itemAura AURA_power: 0 AURA_level: 0 AURA_auraRange: 550 AURA_targetType: TARGET_TYPE_TOWERS AURA_levelAdd: 1 AURA_powerAdd: 1 AURA_targetSelf: true