There is a technical flaw in TD (small or big idk) and I submitted a ticket for it, also provided some videos and now its added to the list of pending fixes by devs. So what is the issue with TD?
I am not talking about if TD should be a shield gate or not. Here’s the jest of what I wrote in the ticket.
The problem with Tenacious Defense (TD) is, the damage that breaks shield, also damages the health bar, before TD kicks in. So what happens is, Moze receives a damage that breaks her shield, the excess damage reduces her health bar, and then TD kicks in restoring her shield. Ideally, TD should kick in as soon as shield breaks, and then excess damage is also taken from shield.
Here is a simple mathematical explanation of what is going on.
Below is given current stats,
Max Shield = 100
Current shield = 30
Current Health = 100
Damage Received = 50What happens in current TD implementation:
Step 0: Receive a damage of 50
Step 1: Current shield = 30 - 50 = 0 , Excess Damage = 20
Step 2: Current Health = 100 - 20 = 80
Step 3: TD Kicks in,
Step 4: Current Shield = 40, because max health is 100Final result with current implementation
Current shield = 40
Current Health = 80What should happen Ideally:
Step 0: Receive a damage of 50
Step 1: Current shield = 30 - 50 = 0 , Excess damage = 20
Step 2: TD Kicks in,
Step 3: Current Shield = 40, because max shield is 100
Step 4: Current Shield = 40 - 20 = 20, Excess damage = 0Final result after fixing TD,
Current shield = 20
Current Health = 100So, it would be correct if excess damage is taken from the shield after TD restores the shield
Here is the last reply I got from the support.
As always, just letting you know that the development team went through the bug and they decided to add it to a list of pending fixes! Thanks for being an awesome part of this community.
And as a bonus I also submitted a ticket for a bug, which happens when you are inside IB you can’t melee the anointed enemies that become crystallized. The melee animation is played but it never breaks those, Its also added to pending fix list.
If you want to report a bug or give feedback, you can do it here, just remember for bugs/issues you might need to provide video https://support.2k.com/hc/en-us/requests/new?ticket_form_id=360000889214
Cheers!
Edit: Here is a couple of videos I added with the ticket
Video 1
Video 2