Created
July 9, 2013 19:53
-
-
Save benphelps/5960682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- SPEC ID 66 | |
ProbablyEngine.rotation.register(66, { | |
{ "Blessing of Kings", "!player.buff(Blessing of Kings)" }, | |
{ "Avenging Wrath", "cooldowns" }, | |
{ "Sacred Shield", "!player.buff(Sacred shield)" }, | |
{ "Hammer of the Righteous", "!target.debuff(Weakened Blows)" }, | |
{ "Shield of the Righteous", { | |
"player.holypower = 3", | |
"player.health > 90" | |
}}, | |
{ "Word of Glory", { | |
"player.holypower = 3", | |
"!player.health < 90" | |
}}, | |
{ "Avenger's Shield" }, | |
{ "Consecration" }, | |
{ "Holy Wrath" }, | |
{ "Hammer of Wrath" }, | |
{ "Hammer of the Righteous", "multitarget" }, | |
{ "Judgment" }, | |
{ "Crusader Strike" } | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment