Unyielding Maul v1 437 
                ![]() lvl: 22 
             | 
    
    
             ID: 280 
            Author: drol 
            Rarity: uncommon 
            Status: Approved 
     | 
    
    
    
         
                Miss
            The wielder has a 10% chance to miss an attack.
             
                Specials:
            
+25% damage
         | 
    
        Download
        
        
        
        
         Toggle Triggers On Attack 
                        
                            goldcost: -195
                        
                            ONATTACK_chance: 1.0
                        
                            ONATTACK_chanceLevelAdd: 0.0
                        
                         
                    
                    
                        function onAttack takes Item itm returns nothing
    local Unit tower = itm.getCarrier()
    
    if not tower.calcChance(0.90) then
        set Event.damage = 0
        call tower.getOwner().displayFloatingTextX("Miss",tower,255, 0, 0,255,0.05,0.0,2.0)
    endif
endfunction
                    
                 | 
Description:
Latest Upload Comment: