Jump to content
  • 0

Dragon Breath Update Recap question


kaitosyn

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/05/20
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  924
  • Reputation:   167
  • Joined:  04/05/13
  • Last Seen:  

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 by Start_
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/05/20
  • Last Seen:  

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? 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...