Created
November 9, 2013 00:03
-
-
Save benphelps/7379609 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 261 | |
ProbablyEngine.rotation.register(261, { | |
-- Buffs | |
{ "Deadly Poison", "!player.buff(Deadly Poison)" }, | |
{ "Leeching Poison", "!player.buff(Leeching Poison)" }, | |
-- Cooldowns | |
{ "Shadow Blades", "modifier.cooldowns" }, | |
{ "Slice and Dice", { | |
"!player.buff(Slice and Dice)", | |
"player.combopoints = 5" | |
}}, | |
{ "Vanish", { | |
"!palyer.buff(Shadow Dance)", | |
"modifier.cooldowns" | |
}}, | |
-- Rotation | |
{ "Eviscerate", "player.combopoints = 5" }, | |
{ "Hemorrhage", "target.debuff(Hemorrhage).duration <= 4" }, | |
{{ | |
{ "Fan of Knives", "modifier.multitarget" }, | |
{ "Hemorrhage", "modifier.shift" }, | |
{ "Backstab" } | |
}, "player.combopoints < 5" }, | |
{ "Sinister Strike" }, | |
}, { | |
{ "Ambush", { | |
"player.buff(Vanish)" | |
}, "target" }, | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment