Compare commits

...

3 Commits

Author SHA1 Message Date
a549806a11 removed map folder ffs 2026-02-01 17:43:28 -07:00
3a04db4b51 removed duplicate thridperson 2026-02-01 17:41:57 -07:00
5ef16a5235 Refector Affix definition, the affix system. item definition (tag pools 1:n) 2026-02-01 17:39:56 -07:00
92 changed files with 9 additions and 91 deletions

View File

@@ -11,108 +11,26 @@ InvalidTagCharacters="\"\',"
NumBitsForContainerSize=6
NetIndexFirstBitSegment=16
+GameplayTagList=(Tag="Affix",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Attribute.Dexterity.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Attribute.Hybrid.StrDex.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Attribute.Hybrid.StrInt.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Attribute.Intelligence.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Attribute.Strength.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Cold.Attack.Melee.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Cold.Spell.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Fire.Attack.Melee.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Fire.Spell.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Lightning.Attack.Melee.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Lightning.Spell.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Physical.Attack.Melee.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Damage.Physical.Spell.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Defence.Armour.Percent.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.IncreasedDamage.Fire.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Life.MaxFlat.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Accuracy.Flat.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.AreaOfEffect.Percent.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Chance.DoubleDamage.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Chance.Ignite.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Crit.Chance.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Crit.Damage.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Defence.Dodge.Percent.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.LifeRegen.PercentPerSecond.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Loot.GoldFind.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Loot.MagicFind.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Negative.DamageTaken.Increased.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Range.Spell.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Range.Weapon.T",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Requirements.Strength.Reduced.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Speed.Attack.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Speed.Cast.T1",DevComment="")
+GameplayTagList=(Tag="Affix.Suffix.Speed.Movement.T1",DevComment="")
+GameplayTagList=(Tag="Mod.Accuracy",DevComment="")
+GameplayTagList=(Tag="Mod.Ailment.Ignite",DevComment="")
+GameplayTagList=(Tag="Mod.AreaOfEffect",DevComment="")
+GameplayTagList=(Tag="Mod.Attack",DevComment="")
+GameplayTagList=(Tag="Mod.Crit",DevComment="")
+GameplayTagList=(Tag="Mod.Damage.Cold",DevComment="")
+GameplayTagList=(Tag="Mod.Damage.Fire",DevComment="")
+GameplayTagList=(Tag="Mod.Damage.Lightning",DevComment="")
+GameplayTagList=(Tag="Mod.Damage.Physical",DevComment="")
+GameplayTagList=(Tag="Mod.Defence.Armour",DevComment="")
+GameplayTagList=(Tag="Mod.Defence.Dodge",DevComment="")
+GameplayTagList=(Tag="Mod.Elemental",DevComment="")
+GameplayTagList=(Tag="Mod.LifeRegen",DevComment="")
+GameplayTagList=(Tag="Mod.Loot",DevComment="")
+GameplayTagList=(Tag="Mod.Melee",DevComment="")
+GameplayTagList=(Tag="Mod.Negative",DevComment="")
+GameplayTagList=(Tag="Mod.Range",DevComment="")
+GameplayTagList=(Tag="Mod.Requirements",DevComment="")
+GameplayTagList=(Tag="Mod.Special.DoubleDamage",DevComment="")
+GameplayTagList=(Tag="Mod.Speed",DevComment="")
+GameplayTagList=(Tag="Mod.Spell",DevComment="")
+GameplayTagList=(Tag="Req.Level",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Dexterity",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Intelligence",DevComment="")
+GameplayTagList=(Tag="Affix.Prefix.Core.Strength",DevComment="")
+GameplayTagList=(Tag="SkillTier.Advanced",DevComment="")
+GameplayTagList=(Tag="SkillTier.Intermediate",DevComment="")
+GameplayTagList=(Tag="SkillTier.Starter",DevComment="")
+GameplayTagList=(Tag="Stat.Core.Dexterity",DevComment="Core stat")
+GameplayTagList=(Tag="Stat.Core.Intelligence",DevComment="Core stat")
+GameplayTagList=(Tag="Stat.Core.Strength",DevComment="Core stat")
+GameplayTagList=(Tag="Stat.DamageType.Melee",DevComment="")
+GameplayTagList=(Tag="Stat.DamageType.Range",DevComment="")
+GameplayTagList=(Tag="Stat.DamageType.Spell",DevComment="")
+GameplayTagList=(Tag="Stat.Elemental.Cold",DevComment="")
+GameplayTagList=(Tag="Stat.Elemental.Fire",DevComment="")
+GameplayTagList=(Tag="Stat.Elemental.Lightning",DevComment="")
+GameplayTagList=(Tag="Stat.Hidden.HotbarSlots",DevComment="Hidden Stat")
+GameplayTagList=(Tag="Stat.Hidden.InventorySlots",DevComment="Hidden Stat")
+GameplayTagList=(Tag="Stat.Primary.MaxHealth",DevComment="Primary Stat")
+GameplayTagList=(Tag="Stat.Primary.MaxMana",DevComment="Primary Stat")
+GameplayTagList=(Tag="Stat.Primary.MaxStamina",DevComment="Primary Stat")
+GameplayTagList=(Tag="Stat.Secondary.Accuracy.Flat",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.AreaOfEffect.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Armour.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.CastSpeed.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Chance.DoubleDamage.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Chance.Ignite.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Crit.Chance.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Crit.Damage.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Cold.Attack.Melee.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Cold.Attack.Melee.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Cold.Spell.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Cold.Spell.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Fire.Attack.Melee.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Fire.Attack.Melee.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Fire.Spell.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Fire.Spell.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Lightning.Attack.Melee.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Lightning.Attack.Melee.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Lightning.Spell.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Lightning.Spell.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Physical.Attack.Melee.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Physical.Attack.Melee.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Physical.Spell.Max",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Damage.Physical.Spell.Min",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.DamageTaken.Increased.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Dodge.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.IncreasedDamage.Fire.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.LifeRegen.PercentPerSecond",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Loot.GoldFind",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Loot.MagicFind",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.MaxLife.Flat",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.MovementSpeed.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.Requirements.Strength.Reduced.Percent",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.SpellRange.Flat",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.WeaponRange.Flat",DevComment="")
+GameplayTagList=(Tag="Stat.Secondary.WeaponSpeed.Percent",DevComment="")
+GameplayTagList=(Tag="UI.Action.Cancel",DevComment="")
+GameplayTagList=(Tag="UI.Action.Confirm",DevComment="")
+GameplayTagList=(Tag="UI.Action.NextTab",DevComment="")