Follow up to e4ab3be
* Fixes #860 - Pre-renewal Kunai should only deal 100%+90 damage per hit. Thanks to @Playtester.
This commit is contained in:
parent
887dd7e80e
commit
8ab031f707
@ -3621,9 +3621,11 @@ static int battle_calc_attack_skill_ratio(struct Damage wd, struct block_list *s
|
||||
case NJ_KIRIKAGE:
|
||||
skillratio += 100 * (skill_lv - 1);
|
||||
break;
|
||||
#ifdef RENEWAL
|
||||
case NJ_KUNAI:
|
||||
skillratio += 200;
|
||||
break;
|
||||
#endif
|
||||
case KN_CHARGEATK: { // +100% every 3 cells of distance but hard-limited to 500%
|
||||
unsigned int k = wd.miscflag / 3;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user