Updated, Arrow Vulcan, Sharp Shooting, Head Crush.(battle.c)(and sword reject)*
git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@124 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
148a5b7d7d
commit
110fdcc6b9
@ -1137,7 +1137,7 @@ int skill_additional_effect( struct block_list* src, struct block_list *bl,int s
|
||||
skill_status_change_start(bl,SC_STAN,skilllv,0,0,0,skill_get_time2(skillid,skilllv),0);
|
||||
break;
|
||||
case ST_REJECTSWORD: /* フリージングトラップ */
|
||||
if( rand()%100 < (10 + skilllv*5) )
|
||||
if( rand()%100 < (10 + skilllv*15) )
|
||||
skill_status_change_start(bl,SC_AUTOCOUNTER,skilllv,0,0,0,skill_get_time2(skillid,skilllv),0);
|
||||
break;
|
||||
case PF_FOGWALL: /* ホーリークロス */
|
||||
|
Loading…
x
Reference in New Issue
Block a user