Rework recharge, reflect recharges blue life

This commit is contained in:
Mashy
2019-05-03 15:33:00 +10:00
parent 81dffbeb15
commit ed6b69877a
5 changed files with 49 additions and 12 deletions
+4
View File
@@ -231,6 +231,10 @@ function getCombatSequence(event) {
|| event[1].skill === 'Purify'
|| event[1].skill === 'Sleep')) return ['POST_SKILL'];
if (['Recharge'].includes(event[0])
&& (event[1].skill === 'Reflect')) return ['POST_SKILL'];
if (['Effect'].includes(event[0])
&& event[1].skill === 'Decay' && event[1].effect === 'Wither') return ['POST_SKILL'];