View Issue Details

IDProjectCategoryView StatusLast Update
0017718Legion CoreClasses - Warrior - Воинpublic2023-04-17 19:49
Reporterwael47 Assigned ToShadowraze  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformWindowsOS10OS Versionx64
Summary0017718: Ignore pain cap vs Dragon scale vs Never surrender
Descriptionhttps://www.wowhead.com/spell=190456/ignore-pain https://www.wowhead.com/spell=203576/dragon-scales https://www.wowhead.com/spell=202561/never-surrender

https://web.archive.org/web/20170703004232/https://www.icy-veins.com/wow/protection-warrior-pve-tank-rotation-cooldowns-abilities#ignore-pain
"" Ignore Pain Icon Ignore Pain places a damage absorption shield on you, which absorbs 90% of all incoming damage up to a fixed amount (based on your attack power, Versatility, and Rage spent on Ignore Pain). Ignore Pain has a 1-second cooldown, and it costs 20 Rage. However, if you have more than 20 Rage, then Ignore Pain will consume up to a total of 60 Rage. Additional Rage past 20 will increase the amount of damage absorption that it provides. The maximum amount of damage absorption that Ignore Pain can reach is the equivalent of 3 60- Rage Ignore Pains if you have chosen the Best Served Cold Icon Best Served Cold or Indomitable Icon Indomitable, or the equivalent of 6 60-Rage Ignore Pains if you have chosen the Never Surrender Icon Never Surrender. ""

https://web.archive.org/web/20181105044007/https://overgear.com/guides/wow/classes/warrior-protection/
"" This ability can absorb 90% of N damage, where N is defined by your Power of the Attack, Versatility, and the amount of Rage you spend on the ability, up to 60. Max absorb can equal 3 with 60 Rage used on Ignore Pain. The talent Never Surrender doubles this max value. ""

https://www.wowhead.com/spell=190456/ignore-pain Issue:
currently, the formula for Ignore pain cap is stamina*32(ignore pain cap is your HP) but the cap should be 3 full 60 rage ignore pain means tooltip number*3.

https://www.wowhead.com/spell=203576/dragon-scales Issue:
The passive should increase Ignore pain cap, here screenshot source of my numbers https://ibb.co/9cH9mdw
8% from https://www.wowhead.com/spell=203225/dragon-skin
27.391*22.3*1.0625+8%=700.91514675 and the cap is 700.91514675*3=2102.74544025
Now if we add Dragon scale buff 700.91514675+40%=981.28120545 with dragon scale proc your cap will be 981.28120545*3=2943.84361635
The same goes to https://www.wowhead.com/spell=202095/indomitable

https://www.wowhead.com/spell=202561/never-surrender Issue:

https://ibb.co/MSxJPyQ
Source of Screenshot https://wago.io/N1Ub3_ouZ
    local cap = maxIP*3
if nevSur( https://www.wowhead.com/spell=202561/never-surrender ) then
        cap=cap*2

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-01-17 07:46 wael47 New Issue
2022-01-17 07:46 wael47 Status new => assigned
2022-01-17 07:46 wael47 Assigned To => Shadowraze
2022-01-17 17:16 Shadowraze Assigned To Shadowraze => Ghost
2022-01-17 17:16 Shadowraze Status assigned => confirmed
2022-01-17 22:20 Shadowraze Assigned To Ghost => Shadowraze
2022-01-17 22:20 Shadowraze Status confirmed => acknowledged
2023-04-17 19:49 Shadowraze Status acknowledged => closed
2023-04-17 19:49 Shadowraze Resolution open => unable to reproduce