From 077ccec2428051d0a5b360d0726beadd73d399a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20P=C3=B6lzl?= <33464174+ppoelzl@users.noreply.github.com> Date: Wed, 25 Dec 2019 20:46:35 +0100 Subject: [PATCH] Add support for increased effect of Arcane Surge --- Modules/ModParser-3_0.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/ModParser-3_0.lua b/Modules/ModParser-3_0.lua index 2ff35b901..a06f899bd 100644 --- a/Modules/ModParser-3_0.lua +++ b/Modules/ModParser-3_0.lua @@ -235,6 +235,7 @@ local modNameList = { ["effect of buffs granted by your active ancestor totems"] = { "BuffEffect", tag = { type = "SkillName", skillNameList = { "Ancestral Warchief", "Ancestral Protector" } } }, ["warcry effect"] = { "BuffEffect", keywordFlags = KeywordFlag.Warcry }, ["aspect of the avian buff effect"] = { "BuffEffect", tag = { type = "SkillName", skillName = "Aspect of the Avian" } }, + ["effect of arcane surge on you"] = { "BuffEffect", tag = { type = "SkillName", skillName = "Arcane Surge" } }, -- Charges ["maximum power charge"] = "PowerChargesMax", ["maximum power charges"] = "PowerChargesMax",