Added support for Primordial Eminence's buff effect mod
This commit is contained in:
@@ -133,6 +133,7 @@ local modNameList = {
|
||||
["radius of curses"] = { "AreaOfEffect", keywordFlags = KeywordFlag.Curse },
|
||||
["buff effect"] = "BuffEffect",
|
||||
["effect of buffs on you"] = "BuffEffect",
|
||||
["effect of buffs granted by your golems"] = "GolemBuffEffect",
|
||||
["effect of the buff granted by your stone golems"] = { "BuffEffect", tag = { type = "SkillName", skillName = "Summon Stone Golem" } },
|
||||
["effect of the buff granted by your lightning golems"] = { "BuffEffect", tag = { type = "SkillName", skillName = "Summon Lightning Golem" } },
|
||||
["effect of the buff granted by your ice golems"] = { "BuffEffect", tag = { type = "SkillName", skillName = "Summon Ice Golem" } },
|
||||
|
||||
Reference in New Issue
Block a user