mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-17 18:55:41 +00:00
[Assist Dps] Healer assist dps strats
This commit is contained in:
@@ -71,3 +71,16 @@ void PaladinCcStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
triggers.push_back(
|
||||
new TriggerNode("turn undead", NextAction::array(0, new NextAction("turn undead", ACTION_HIGH + 1), nullptr)));
|
||||
}
|
||||
|
||||
void PaladinAssistDpsStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
||||
{
|
||||
triggers.push_back(
|
||||
new TriggerNode("healer should attack",
|
||||
NextAction::array(0,
|
||||
new NextAction("hammer of wrath", ACTION_DEFAULT + 0.5f),
|
||||
new NextAction("holy shock", ACTION_DEFAULT + 0.4f),
|
||||
new NextAction("shield of righteousness", ACTION_DEFAULT + 0.3f),
|
||||
new NextAction("judgement of light", ACTION_DEFAULT + 0.2f),
|
||||
new NextAction("exorcism", ACTION_DEFAULT + 0.1f),
|
||||
nullptr)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user