kaitosyn Posted June 5, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 06/05/20 Last Seen: January 13, 2022 Share Posted June 5, 2020 following Job Improvement Project update on RK up until now, do %race/%size/%atk affect Dragon Breath Fire/Water damage? or it's still only benefit from %LongRange ? Thanks before. Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted June 6, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: April 23 Share Posted June 6, 2020 (edited) This is from rAthena src. case RK_DRAGONBREATH_WATER: { int damagevalue = (sstatus->hp / 50 + status_get_max_sp(src) / 4) * skill_lv; if(status_get_lv(src) > 100) damagevalue = damagevalue * status_get_lv(src) / 150; if(sd) damagevalue = damagevalue * (100 + 5 * (pc_checkskill(sd,RK_DRAGONTRAINING) - 1)) / 100; ATK_ADD(wd->damage, wd->damage2, damagevalue); #ifdef RENEWAL ATK_ADD(wd->weaponAtk, wd->weaponAtk2, damagevalue); #endif wd->flag |= BF_LONG; } break; Damage calculation: HP + SP * Skill Level - Damage depend on base level. - Damage depend on Dragon Training skills. My guess Long attack damage modifier and Attack damage modifier will increase damages. (Seem like Race, Size damage modifier will used in calculation too, since last calculation does plus in left hand, right hand and weapon damage. I didn't test it maybe just try to increase race, size damage with very high value to test it) Edited June 6, 2020 by Start_ Quote Link to comment Share on other sites More sharing options...
0 kaitosyn Posted June 6, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 2 Reputation: 0 Joined: 06/05/20 Last Seen: January 13, 2022 Author Share Posted June 6, 2020 Thank you very much for the reply, i thought it supposed to only affected by LongRange% since 175/60 update. Or was there any update on DB/DBW (other than job improvement project) that i missed? Quote Link to comment Share on other sites More sharing options...
Question
kaitosyn
following Job Improvement Project update on RK up until now, do %race/%size/%atk affect Dragon Breath Fire/Water damage? or it's still only benefit from %LongRange ? Thanks before.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.