mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
[Class spell] Paryer of healing trigger
This commit is contained in:
@@ -41,8 +41,9 @@ void HealPriestStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
|||||||
triggers.push_back(new TriggerNode(
|
triggers.push_back(new TriggerNode(
|
||||||
"medium group heal occasion",
|
"medium group heal occasion",
|
||||||
NextAction::array(0,
|
NextAction::array(0,
|
||||||
new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 6),
|
new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 6),
|
||||||
new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 5), nullptr)));
|
new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 5),
|
||||||
|
nullptr)));
|
||||||
|
|
||||||
triggers.push_back(new TriggerNode(
|
triggers.push_back(new TriggerNode(
|
||||||
"party member critical health",
|
"party member critical health",
|
||||||
|
|||||||
@@ -66,8 +66,9 @@ void HolyHealPriestStrategy::InitTriggers(std::vector<TriggerNode*>& triggers)
|
|||||||
triggers.push_back(new TriggerNode(
|
triggers.push_back(new TriggerNode(
|
||||||
"medium group heal occasion",
|
"medium group heal occasion",
|
||||||
NextAction::array(0,
|
NextAction::array(0,
|
||||||
new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 6),
|
new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 6),
|
||||||
new NextAction("divine hymn", ACTION_CRITICAL_HEAL + 5), nullptr)));
|
new NextAction("prayer of healing on party", ACTION_CRITICAL_HEAL + 5),
|
||||||
|
nullptr)));
|
||||||
|
|
||||||
triggers.push_back(new TriggerNode(
|
triggers.push_back(new TriggerNode(
|
||||||
"party member critical health",
|
"party member critical health",
|
||||||
|
|||||||
Reference in New Issue
Block a user