Most if not all of these bugs/oddities have been here since beta. Blizzard has since removed the beta forums (which were 100% public to view but you had to have alpha/beta to comment) but I express the bugs/oddities there… These are just off the top of my head
Bugs
Core
- If you cast expel harm’s damage isn’t actually based on its healing but off of a second cast of it
- Casting Expel harm on an ally will not proc the damage aspect of it
- You can get two buffs from Thunder Focus Tea if you buffer an insant cast into a hard cast (IE tft → Vivify → rsk buff) (this one we didn’t know about in beta)
- Enveloping Breath’s duration is being increased by mistwrap
- Enveloping Breath is amplified by itself
- The tooltip calculation for Rising Sun Kick, Blackout Kick, Tiger Palm, Spinning Crane Kick, and Crackling Jade Lightning are include vers twice meaning they are inaccurate. (i haven’t tested the other damage spells as these are tiring to test and I’m lazy/busy with work) (link to sheet so you can insert your own numbers and see stuffs for mw damage)
- Our core weapons skill says we can Dual Wield when its really main hand off hand which isn’t dual wielding… Very miss leading
- Renewing Mist Buff applied events reset our swing timer.
Covnants
- FO monks just sit there some times
- FO monks enveloping mist is boosted in both duration and healing boost by mist wrap
- FO monks’ enveloping mist is boosted by itself (this is not how our enveloping mist works)
- Changes in the Z axis can completely nullify our whole faeline stomp
Conduits
- Harm Denial doesn’t boost expel harm you cast on allies
- Grounding breath also increase vivify cleave onto you
Legendaries
- Clouded Focus increases enveloping breath’s healing
- Ancient teachings of the monastery doesn’t increase when you have Touch Of death’s damage buff
- Tear of Morning does its envelping mist healing up front meaning it doesn’t benifit from things like Rising Mist or Mistwrap
Oddities
- Resplendent mist doesn’t work with chi-ji’s gust of mist
- Jade bond’s cdr aspect doesn’t work with chi-ji’s gust of mist (understandable)
- Fallen Order doesn’t proc gust of mist (our mastery) when they cast enveloping mist
- Fallen Order doesn’t get effected by rm but mistwrap
- You can’t use Fallen Order’s healing boost… only they can
- Bonedust brew’s gust of mist can’t crit. Like it straight up hard coded to never crit
- Mistweaver’s rsk straight up has a 20% damage reduction on it (can be seen in hidden aura)
- Mistweaver’s rsk randomly has a 2 second longer cd than base (can be seen in hidden aura)
- Mistweaver’s blackout kick straight up has a 9% damage reduction (can be seen in hidden aura)
- Only 1 talent interacts with our mastery
- You can only ever get 2 gust of mist per gcd with chi-ji even if your spinning crane kick hits multiple targets
- Refreshing Jade Wind’s cd and duration reduce with haste even tho it scales the same as a hot does with haste… meaning we have to put more mana into it for similar uptime as a hot
- No legendary actually gains value from mastery directly. The only one you can even argue is Clouded focus since you will have more mana to cast mastery procing spells.
- Soothing Mist gets interrupted by mana tea and zen focus tea even though they are off gcd while Thunder Focus Tea and Life cocoon doesn’t interrupt it (they are both off gcd too)
- Clouded focus applies the buff before the healing goes out but after the cast event meaning you vivify’s healing is buffed but the mana reduction isn’t… this could be fixed by applying the buff PREcast (doing some check like
if(user.hasBuff(SPELLS.SOOTHING_MIST.id) && user.cast == SPELLS.VIVIFY.id) { //how wowA does it
applyBuff(SPELLS.CLOUDED_FOCUS.id);
})
you could also change the trigger to Soothing mist cast and healing events… This is also kind of ugly due to the fact you’d get 3 stacks of the buff only after 1 vivify/env
Edit: 4/29/2021:
- Renewing Mist swing timer added
Edit: 3/31/2021:
- Added Weapon issue
Edit: 3/28/2021:
- Faeline stomp just breaks if there are Z axis changes to a degree
Edit: 3/27/2021:
- Added Crackling jade lightning to the list of spells that’s tooltips are doubly effected by vers.
Edit: 3/26/2021:
- Added Clouded Focus Oddity about mana and healing
Edit 3/24/2021:
- Added soothing mist being interrupted by mana tea and zen focus tea to oddities
- Added rsk/bok/tp/sck’s tooltips include vers twice while the damage calculation doesn’t to bugs