[Class spell] Paryer of healing trigger

This commit is contained in:
Yunfan Li
2024-06-10 19:26:02 +08:00
parent bbbcfb4594
commit 7acd60100f
2 changed files with 6 additions and 4 deletions

View File

@@ -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",

View File

@@ -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",