Aurory-Game / aurory-issues

5 stars 1 forks source link

[Bug]: Tank Buster damage calculation issue #144

Open kissiga opened 1 year ago

kissiga commented 1 year ago

Contact Details

Simi

What happened?

BUFF: TANK BUSTER Damage reduced

My Axo has 428 HP (assuming that TargetHP = CurrentHP) and Dipking has 38% EP (74), so the calculation is:

10 + (0.12 428 (1+0.74)) = 10 + (51.36 * 1.74) = 99.36

However, as seen in the picture, I suffered 115 damage.

Steps to reproduce

Use TB?

Expected Behavior

~100 dmg

Which browsers are you seeing the problem on?

No response

Which wallet are you using?

No response

Screenshots / Videos capture / Attachments

Time: 6:40

1 2

Code of Conduct

XQAMike commented 1 year ago

@kissiga Thanks for the report.

There is actually a global +15% modifier applied to all damage in-game. This would explain why you're seeing 15% less damage than you're expecting. Applying the +15% damage modifier to your equation would equal out to roughly 115 dmg.