mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 03:05:43 +00:00
frost presence for blood dk
This commit is contained in:
@@ -18,7 +18,7 @@ class BloodDKStrategyActionNodeFactory : public NamedObjectFactory<ActionNode>
|
||||
//creators["death grip"] = &death_grip;
|
||||
//creators["plague strike"] = &plague_strike;
|
||||
//creators["pestilence"] = &pestilence;
|
||||
//creators["icy touch"] = &icy_touch;
|
||||
creators["icy touch"] = &icy_touch;
|
||||
//creators["obliterate"] = &obliterate;
|
||||
//creators["blood boil"] = &blood_boil;
|
||||
//creators["mark of_blood"] = &mark_of_blood;
|
||||
@@ -41,7 +41,13 @@ class BloodDKStrategyActionNodeFactory : public NamedObjectFactory<ActionNode>
|
||||
/*A*/ nullptr,
|
||||
/*C*/ nullptr);
|
||||
}
|
||||
|
||||
static ActionNode* icy_touch([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode("icy touch",
|
||||
/*P*/ NextAction::array(0, new NextAction("frost presence"), nullptr),
|
||||
/*A*/ nullptr,
|
||||
/*C*/ nullptr);
|
||||
}
|
||||
static ActionNode* heart_strike([[maybe_unused]] PlayerbotAI* botAI)
|
||||
{
|
||||
return new ActionNode ("heart strike",
|
||||
|
||||
Reference in New Issue
Block a user