Skip to content

Commit

Permalink
Merge pull request #197 from Xian55/feature/paladin/improve-rotation
Browse files Browse the repository at this point in the history
Feature: improve paladin rotation - seal to be used
  • Loading branch information
Xian55 authored Dec 22, 2021
2 parents 948de42 + 31629c0 commit 5b44f06
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions Json/class/Paladin_20.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@
"HasCastBar": true,
"WhenUsable": true,
"Requirements": [
"(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)",
"CD==0"
"Health% < 75",
"(Blessing of Protection || Divine Protection)",
"CD == 0"
]
},
{
Expand All @@ -76,8 +77,8 @@
"HasCastBar": true,
"WhenUsable": true,
"Requirements": [
"Health%<60",
"TargetHealth%>20",
"Health% < 60",
"!Blessing of Protection && CD_Blessing of Protection > 0 && !Divine Protection && CD_Divine Protection > 0",
"CD == 0",
"MobCount < 2",
"LastMainHandMs <= 1000"
Expand All @@ -90,8 +91,8 @@
"WhenUsable": true,
"Requirements": [
"Mana% > 50",
"CD==0",
"MobCount>1"
"CD == 0",
"MobCount > 1"
]
},
{
Expand Down Expand Up @@ -129,7 +130,7 @@
"WhenUsable": true,
"Requirements": [
"Talent:Seal of Command",
"!Seal of Command",
"!Seal of Command || MainHandSpeedMs > 3000",
"Judgement of the Crusader",
"TargetHealth% > 20"
],
Expand All @@ -140,7 +141,7 @@
"Key": "2",
"WhenUsable": true,
"Requirements": [
"!Talent:Seal of Command",
"!Talent:Seal of Command || MainHandSpeedMs < 3000",
"!Seal of Righteousness",
"Judgement of the Crusader",
"TargetHealth% > 20"
Expand Down

0 comments on commit 5b44f06

Please sign in to comment.