Created
July 11, 2013 17:29
-
-
Save benphelps/5977449 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 258 | |
ProbablyEngine.rotation.register(258, { | |
{ "Power Word: Fortitude", "!player.buff(Power Word: Fortitude)" }, | |
{ "Inner Fire", "!player.buff(Inner Fire)" }, | |
{ "Shadow Form", "!player.buff(Shadowform)" }, | |
{ "Shadow Word: Pain", "target.debuff(Shadow Word: Pain).duration < 3" }, | |
{ "Vampiric Touch", "target.debuff(Vampiric Touch).duration < 4" }, | |
{ "Devouring Plague", "player.shadoworbs = 3" }, | |
{ "Mind Blast" }, | |
{ "Mind Spike", "player.buff(Surge of Darkness)" }, | |
{ "Shadow Word: Death" }, | |
{ "Mind Flay", "target.debuff(Devouring Plague)" }, | |
{ "Mind Flay" } | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment