damage

10/26/2010 17:14 poepnoob#1
Can anyone tell me from this, how this skill works with a user his attack points? Like in what is the damage formula for Dance of Killing?

Code:
( skill 
( key "thief-13") 
( name "Dance of Killing")         
( limit thief) 
( action 13) 
( image "active140")  
( level 50 0)        
( grade 11 0 ) 
( maxlevel 2 0)              
( type active once) 
( property 5 1 1 1 3 0 5 0) 
( motion 0 8 attackauto) 
( effect "" "" "") 
( sound "" "" "") 
( damagetype 0)                   
( compare 1 ( plus 80 ( mul 20 skill_level))) 
( compare 2 weapon_range) 
( compare 3 0) 
( compare 4 40000)  
( parameter 1 ( plus 15 ( mul 15 ( minus skill_level 1))))                       
( parameter 2 ( plus 80 ( mul 20 skill_level)))                                                                                                 ( ability "#nMaintaining Time : %1!d! sec#nEnergy used : %2!d!")                                                                                    ( desc "#nMomentarily intensify your energy to deliver a shower of attacks to an enemy."))
10/27/2010 13:10 _FightZ_#2
its calculated serverside ?