Open Raer667 opened 1 year ago
As per WoW.tools, Elemental Focus Stone and e.g. Black Magic use the same Procmask (0x10000 = PROC_FLAG_DONE_SPELL_MAGIC_DMG_CLASS_NEG). Weirdly, the latter does proc from poison applications, while the supplied log strongly implies the first doesn't. ProcMask on Instant Poison is fine, so this is rather an item bug (quite possible that other proc sources are exempted, too).
Black Magic's SpellAura has "Can Proc From Procs" (0x04000000 = SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED) set, while Elemental Focus Stone and e.g. Embrace of the Spider don't have this.
Pendulum of Telluric Currents and Sundial of the Exiled both have "Can Proc From Procs" set, so both of these should work with poisons, too, if this is the deciding factor.
Forgot to update here: "Can Proc From Procs" is not the deciding factor. Pendulum of Telluric Currents triggers from poisons, while Sundial of the Exiled doesn't. The first is also procced by Paladin Seals, while the latter isn't. No idea how to proceed here: currently, the sim only differentiates between ProcMaskSpellDamage with or without dealing damage, or uses OnCastComplete() instead of the usual OnSpellHitDealt().
Describe the bug Elemental Focus Stone procs on Instant Poison in sim but that doesn't work in game
To Reproduce Steps to reproduce the behavior:
Expected behavior Elemental Focus Stone should not proc on Instant Poison damage
Sim Links and Screenshots Sim Link
This happens in the web app, so it's an engine issue.
Additional context Below is a link of a hodir kill with Rogue wearing Elemental Focus Stone, with 0 procs. Warcraft Logs