Skip to content

Commit 5b44f06

Browse files
authored
Merge pull request #197 from Xian55/feature/paladin/improve-rotation
Feature: improve paladin rotation - seal to be used
2 parents 948de42 + 31629c0 commit 5b44f06

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Json/class/Paladin_20.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
"HasCastBar": true,
6767
"WhenUsable": true,
6868
"Requirements": [
69-
"(Blessing of Protection || Divine Protection && Health% < 60) || (!Blessing of Protection && CD_Blessing of Protection > 0 && !Divine Protection && CD_Divine Protection > 0 && Health% < 50 && TargetHealth%>20 && LastMainHandMs <= 1000)",
70-
"CD==0"
69+
"Health% < 75",
70+
"(Blessing of Protection || Divine Protection)",
71+
"CD == 0"
7172
]
7273
},
7374
{
@@ -76,8 +77,8 @@
7677
"HasCastBar": true,
7778
"WhenUsable": true,
7879
"Requirements": [
79-
"Health%<60",
80-
"TargetHealth%>20",
80+
"Health% < 60",
81+
"!Blessing of Protection && CD_Blessing of Protection > 0 && !Divine Protection && CD_Divine Protection > 0",
8182
"CD == 0",
8283
"MobCount < 2",
8384
"LastMainHandMs <= 1000"
@@ -90,8 +91,8 @@
9091
"WhenUsable": true,
9192
"Requirements": [
9293
"Mana% > 50",
93-
"CD==0",
94-
"MobCount>1"
94+
"CD == 0",
95+
"MobCount > 1"
9596
]
9697
},
9798
{
@@ -129,7 +130,7 @@
129130
"WhenUsable": true,
130131
"Requirements": [
131132
"Talent:Seal of Command",
132-
"!Seal of Command",
133+
"!Seal of Command || MainHandSpeedMs > 3000",
133134
"Judgement of the Crusader",
134135
"TargetHealth% > 20"
135136
],
@@ -140,7 +141,7 @@
140141
"Key": "2",
141142
"WhenUsable": true,
142143
"Requirements": [
143-
"!Talent:Seal of Command",
144+
"!Talent:Seal of Command || MainHandSpeedMs < 3000",
144145
"!Seal of Righteousness",
145146
"Judgement of the Crusader",
146147
"TargetHealth% > 20"

0 commit comments

Comments
 (0)