Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created June 14, 2013 02:19
Show Gist options
  • Save benphelps/5779006 to your computer and use it in GitHub Desktop.
Save benphelps/5779006 to your computer and use it in GitHub Desktop.
ProbablyEngine.rotation.register(71 --[[ Arms Warrior ]]-- , {
{ "Battle Shout" },
{ "Recklessness", {
"cooldowns",
"target.health > 20",
"target.debuff(Colossus Smash).duration > 5"
}},
{ "Berserker Rage", "cooldowns" },
{ "Deadly Calm", {
"cooldowns",
"player.rage > 40"
}},
{ "Lifeblood", "cooldowns" },
{ "Impending Victory", "player.health:90" },
{ "Heroic Strike", {
"target.debuff(Colossus Smash)",
"player.rage > 70"
}},
{ "Dragon Roar" },
{ "Mortal Strike" },
{ "Sweeping Strikes", "multitarget"},
{ "Colossus Smash", "target.debuff(Colossus Smash).duration > 1.5" },
{ "Execute" },
{ "Overpower" },
{ "Slam", {
"player.rage > 70",
"target.health > 20"
}}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment