Skip to content

Commit 5b1b4b7

Browse files
EuceliaEucelia
andauthored
[0.5] Adds support for Trusted Kinship non-companion skill reservation efficiency (PathOfBuildingCommunity#1944)
* Adds support for Trusted Kinship non-companion skill reservation efficiency * simplify --------- Co-authored-by: Eucelia <Eucelia@noreply.github.com>
1 parent aa013d2 commit 5b1b4b7

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
@@ -1087,6 +1087,7 @@ local modFlagList = {
10871087
["minion skills"] = { tag = { type = "SkillType", skillType = SkillType.Minion } },
10881088
["of minion skills"] = { tag = { type = "SkillType", skillType = SkillType.Minion } },
10891089
["of companion skills"] = { tag = { type = "SkillType", skillType = SkillType.CreatesCompanion } },
1090+
["of non-companion skills"] = { tag = { type = "SkillType", skillType = SkillType.CreatesCompanion, neg = true } },
10901091
["link skills"] = { tag = { type = "SkillType", skillType = SkillType.Link } },
10911092
["of link skills"] = { tag = { type = "SkillType", skillType = SkillType.Link } },
10921093
["for curses"] = { keywordFlags = KeywordFlag.Curse },

0 commit comments

Comments
 (0)