Rogue eviscerate for almost dead enemy

This commit is contained in:
Yunfan Li
2024-01-07 00:47:20 +08:00
parent bc193f3cc3
commit 09db983a35
4 changed files with 25 additions and 0 deletions

View File

@@ -101,6 +101,11 @@ void DpsRogueStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
NextAction::array(0,
new NextAction("rupture", ACTION_HIGH + 1), NULL)));
triggers.push_back(new TriggerNode(
"target with combo points almost dead",
NextAction::array(0,
new NextAction("eviscerate", ACTION_HIGH + 1), NULL)));
triggers.push_back(new TriggerNode(
"medium threat",
NextAction::array(0, new NextAction("vanish", ACTION_HIGH), NULL)));