Skip to content

Commit 10e0ed0

Browse files
author
LocalIdentity
committed
Fix Foulborn mods due to GGG typos
1 parent 58aef43 commit 10e0ed0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Data/ModFoulbornMap.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ return {
379379
"(8-12)% of Armour applies to Fire, Cold and Lightning Damage taken from Hits if you've Blocked Recently",
380380
"+3% to maximum Chance to Block Attack Damage",
381381
},
382+
["The Aylardex"] = {
383+
"Eldritch Battery",
384+
},
382385
["The Brass Dome"] = {
383386
"Gain no inherent bonuses from Strength",
384387
"Transcendence",
@@ -431,6 +434,7 @@ return {
431434
},
432435
["The Red Trail"] = {
433436
"Gain an Endurance Charge each second while Stationary",
437+
"Gain a Power Charge on Hit while Bleeding",
434438
},
435439
["The Snowblind Grace"] = {
436440
"+6 to Evasion Rating per 10 Player Maximum Life",

src/Export/Scripts/mapUniqueToFoulborn.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ out:write('-- Item data (c) Grinding Gear Games\n\nreturn {\n')
1313
for _, unique in ipairs(uniques) do
1414
local uniqueName = unique.name
1515
for modId, mod in pairsSortByKey(foulbornMods) do
16+
modId = modId:gsub("Amluet","Amulet"):gsub("Botts","Boots")
1617
if modId:match(unique.id .. "%a+") then
1718
if not finalUniqueMap[uniqueName] then
1819
finalUniqueMap[uniqueName] = {}

0 commit comments

Comments
 (0)