Skip to content

Commit

Permalink
Fixed up exportin mods.DAT (#21)
Browse files Browse the repository at this point in the history
* fixing item modifier export

* finalizing fixes

* fixed tabification

* removed PoE1 stuff

* removed mods that can't exist on items

* more fixes for modifier export
  • Loading branch information
Nostrademous authored Dec 14, 2024
1 parent 2d2d558 commit beb6755
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 891 deletions.
9 changes: 0 additions & 9 deletions src/Data/ModItem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4863,15 +4863,6 @@ return {
["HeraldBonusAgonyEffect"] = { affix = "", "Herald of Agony has (40-60)% increased Buff Effect", statOrderKey = "6337", statOrder = { 6337 }, level = 1, group = "HeraldBonusAgonyEffect", weightKey = { }, weightVal = { }, modTags = { }, },
["HeraldBonusAgonyMinionDamage_"] = { affix = "", "Agony Crawler deals (70-100)% increased Damage", statOrderKey = "4140", statOrder = { 4140 }, level = 1, group = "HeraldBonusAgonyMinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, },
["HeraldBonusAgonyChaosResist_"] = { affix = "", "+(31-43)% to Chaos Resistance while affected by Herald of Agony", statOrderKey = "5051", statOrder = { 5051 }, level = 1, group = "HeraldBonusAgonyChaosResist", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, },
["DisplayCowardsTrialWavesOfMonsters"] = { affix = "", "Contains waves of Monsters", statOrderKey = "5511", statOrder = { 5511 }, level = 1, group = "DisplayCowardsTrialWavesOfMonsters", weightKey = { }, weightVal = { }, modTags = { }, },
["DisplayCowardsTrialWavesOfUndeadMonsters"] = { affix = "", "Contains additional waves of Undead Monsters", statOrderKey = "5512", statOrder = { 5512 }, level = 1, group = "DisplayCowardsTrialWavesOfUndeadMonsters", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraGhosts___"] = { affix = "", "Area contains additional waves of Ghosts", statOrderKey = "7198", statOrder = { 7198 }, level = 1, group = "CowardsTrialExtraGhosts", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraPhantasms"] = { affix = "", "Area contains additional waves of Phantasms", statOrderKey = "7200", statOrder = { 7200 }, level = 1, group = "CowardsTrialExtraPhantasms", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraZombies"] = { affix = "", "Area contains additional waves of Zombies", statOrderKey = "7204", statOrder = { 7204 }, level = 1, group = "CowardsTrialExtraZombies", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraRagingSpirits"] = { affix = "", "Area contains additional waves of Raging Spirits", statOrderKey = "7201", statOrder = { 7201 }, level = 1, group = "CowardsTrialExtraRagingSpirits", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraRhoas___"] = { affix = "", "Area contains additional waves of Bone Rhoas", statOrderKey = "7202", statOrder = { 7202 }, level = 1, group = "CowardsTrialExtraRhoas", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraOriathCitizens"] = { affix = "", "Area contains additional waves of Oriathan Zombies", statOrderKey = "7199", statOrder = { 7199 }, level = 1, group = "CowardsTrialExtraOriathCitizens", weightKey = { }, weightVal = { }, modTags = { }, },
["CowardsTrialExtraSkeletonCannons"] = { affix = "", "Area contains additional waves of Ravager Maws", statOrderKey = "7203", statOrder = { 7203 }, level = 1, group = "CowardsTrialExtraSkeletonCannons", weightKey = { }, weightVal = { }, modTags = { }, },
["TotemDamagePerDevotion"] = { affix = "", "4% increased Totem Damage per 10 Devotion", statOrderKey = "8909", statOrder = { 8909 }, level = 1, group = "TotemDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, },
["BrandDamagePerDevotion"] = { affix = "", "4% increased Brand Damage per 10 Devotion", statOrderKey = "8544", statOrder = { 8544 }, level = 1, group = "BrandDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, },
["ChannelledSkillDamagePerDevotion"] = { affix = "", "Channelling Skills deal 4% increased Damage per 10 Devotion", statOrderKey = "5039", statOrder = { 5039 }, level = 1, group = "ChannelledSkillDamagePerDevotion", weightKey = { }, weightVal = { }, modTags = { "damage" }, },
Expand Down
334 changes: 324 additions & 10 deletions src/Data/ModJewel.lua

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions src/Data/ModJewelAbyss.lua

This file was deleted.

30 changes: 0 additions & 30 deletions src/Data/ModJewelCharm.lua

This file was deleted.

5 changes: 0 additions & 5 deletions src/Data/ModJewelCluster.lua

This file was deleted.

Loading

0 comments on commit beb6755

Please sign in to comment.