Commit 9a50975
authored
[monk] Windwalker changes for PTR 68569 (#11571)
* [monk] Zenith Stomp can be cast while channeling Spinning Crane Kick. Zenith Stomp is considered a combo strike ability.
* [monk] Reimplement `cast_during_sck` using `action_t::usable_during_current_cast()` and by setting `action_t::usable_while_casting` and `action_t::use_while_casting` automatically to avoid a terrible APL experience.
* [monk] Clean up some unused actions. Use Slicing Winds constructor for Flying Serpent Kick actions if talent is selected.
* [monk] Remove movement skills and kick from APL.
* [monk] Zenith Stomp can be cast during Celestial Conduit channel.
* [monk] Only provide two stacks of Zenith Stomp buff if TEB3 is talented.
* [monk] Correct Zenith Stomp charges and note Zenith Stomp sqrt scaling bug.
* [monk] Use `player` instead of `p` in action constructors. Prototype for updates to make `use_during_sck` concept more general.
* [monk] Fix condition used to determine when spells should be checked if they're able to be CWC'd.1 parent 8678767 commit 9a50975
3 files changed
Lines changed: 104 additions & 206 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | 189 | | |
194 | 190 | | |
195 | 191 | | |
| |||
0 commit comments