Necrotech_Master wrote: »yeah this sounds like an awful change
to do what your asking without destroying the skill you could add crit resist buff to the "use" part of the skill instead of removing the buff for having it slotted
you could make the useable the anti-stealth + like 2000-3000 crit resist, since the buff only lasts for about 4 seconds
Critical builds are still broken in PvP
SkaraMinoc wrote: »
Panderbander wrote: »SkaraMinoc wrote: »
You can still be crit while blocking, you will just mitigate the critical damage by whatever your block mitigation is.
SkaraMinoc wrote: »Panderbander wrote: »SkaraMinoc wrote: »
You can still be crit while blocking, you will just mitigate the critical damage by whatever your block mitigation is.
Actually you're right. I always thought you couldn't because Combat Metrics logs says "hit" when you crit a blocking enemy. Most players have 80-90% block mitigation so I just didn't notice the crits. Here's a quick confirmation.
50% base crit damage + 0% crit damage modifier
2869 crit resist = 43% crit damage reduction
50 - 43 = 7% crit damage
Not Blocking
513 -> 549 (7% crit damage)
Blocking
159 -> 170 (7% crit damage)
It looks like the ESO API Lua EVENT_COMBAT_EVENT doesn't have an ActionResult for Blocked Critical. It only has Hit, Critical and Blocked separately. That must be why Combat Metrics always shows blocked attacks as hits and not crits because it can't determine if the blocked attack was a crit or not.