Updated Affixes to look through folder structure in helper library

This commit is contained in:
2026-02-01 21:41:04 -07:00
parent ac634d22e7
commit ab12ea4092
22 changed files with 14 additions and 57 deletions

View File

@@ -1,4 +1,5 @@
;METADATA=(Diff=true, UseCommands=true)
[/Script/GameplayTags.GameplayTagsSettings]
ImportTagsFromConfig=True
WarnOnInvalidTags=True
@@ -11,9 +12,13 @@ InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Affix",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Delete",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Delete.abc",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Delete.abcd",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Dexterity",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Intelligence",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Strength",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix",DevComment="")
+GameplayTagList=(Tag="SkillTier.Advanced",DevComment="")
+GameplayTagList=(Tag="SkillTier.Intermediate",DevComment="")
+GameplayTagList=(Tag="SkillTier.Starter",DevComment="")

Binary file not shown.