Skip to content

Commit b602b8f

Browse files
author
LocalIdentity
committed
Remove old code for removing BuffTemplate stats
The block used to handle the stat removal for the mods that gained an extra stat for the purpose of being using in the buff template
1 parent 73ce884 commit b602b8f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Export/Scripts/mods.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ local function writeMods(outName, condFunc)
6363
out:write('type = "Eater", ')
6464
end
6565
out:write('affix = "', mod.Name, '", ')
66-
for index, value in pairs(mod.Family) do
67-
if string.find(value.Id, "LocalDisplayNearbyEnemy") and #stats > index and #orders > index then
68-
table.remove(stats, index)
69-
table.remove(orders, index)
70-
break
71-
end
72-
end
7366
if string.find(mod.Id, "EldritchImplicitUniquePresence") and #stats > 0 and #orders > 0 then
7467
for i, stat in ipairs(stats) do
7568
stats[i] = "While a Unique Enemy is in your Presence, ".. stat

0 commit comments

Comments
 (0)