Created
          June 14, 2013 02:19 
        
      - 
      
 - 
        
Save benphelps/5779006 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
    
  
  
    
  | 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