Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Tank Buster damage calculation issue #144

Open
1 task done
kissiga opened this issue Apr 4, 2023 · 1 comment
Open
1 task done

[Bug]: Tank Buster damage calculation issue #144

kissiga opened this issue Apr 4, 2023 · 1 comment
Labels
bug Something isn't working tactics

Comments

@kissiga
Copy link

kissiga commented Apr 4, 2023

Contact Details

Simi

What happened?

BUFF: TANK BUSTER
Damage reduced

  • From 10 + (15%TargetHP * (1 + 1%EP))
  • 10 + (12%TargetHP * (1 + 1%EP))
    Damage type Magic → True (ignore defenses)
    Now applies a -70% Defenses debuff until the victim starts his second turn after the hit

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

  • I agree to follow this project's Code of Conduct
@kissiga kissiga added bug Something isn't working triage labels Apr 4, 2023
@XQAMike XQAMike added tactics and removed triage labels Apr 5, 2023
@XQAMike
Copy link

XQAMike commented Apr 5, 2023

@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.

@XQAMike XQAMike moved this from 🆕 New to ✅ Done in Aurory Issues Apr 5, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Aurory Issues Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tactics
Projects
Status: Done
Development

No branches or pull requests

2 participants