Added sleep, changed recipe for clutch, taunt, hex, banish, throw

This commit is contained in:
Mashy
2019-05-03 14:08:56 +10:00
parent b2f3c147a1
commit 91e150ecec
4 changed files with 65 additions and 26 deletions
+2 -1
View File
@@ -228,7 +228,8 @@ function getCombatSequence(event) {
if (['Healing'].includes(event[0])
&& (event[1].skill === 'Slay'
|| event[1].skill === 'SiphonTick'
|| event[1].skill === 'Purify')) return ['POST_SKILL'];
|| event[1].skill === 'Purify'
|| event[1].skill === 'Sleep')) return ['POST_SKILL'];
if (['Effect'].includes(event[0])
&& event[1].skill === 'Decay' && event[1].effect === 'Wither') return ['POST_SKILL'];