Skip to content

Commit 4fe38e7

Browse files
LocalIdentityLocalIdentity
andauthored
Add support for "with spell skills" mods (#1213)
Copy of PR from PathOfBuildingCommunity/PathOfBuilding#8654 Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent aaa6b66 commit 4fe38e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,7 @@ local modFlagList = {
934934
["for spell damage"] = { flags = ModFlag.Spell },
935935
["with spell damage"] = { flags = ModFlag.Spell },
936936
["with spells"] = { keywordFlags = KeywordFlag.Spell },
937+
["with spell skills"] = { keywordFlags = KeywordFlag.Spell },
937938
["with triggered spells"] = { keywordFlags = KeywordFlag.Spell, tag = { type = "SkillType", skillType = SkillType.Triggered } },
938939
["by spells"] = { keywordFlags = KeywordFlag.Spell },
939940
["by your spells"] = { keywordFlags = KeywordFlag.Spell },

0 commit comments

Comments
 (0)