mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
[Class spell] Paryer of healing trigger
This commit is contained in:
parent
bbbcfb4594
commit
7acd60100f
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user