Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created July 9, 2013 19:53
Show Gist options
  • Save benphelps/5960682 to your computer and use it in GitHub Desktop.
Save benphelps/5960682 to your computer and use it in GitHub Desktop.
-- 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