Skip to content

Commit f595af3

Browse files
bstasselawlego
authored andcommitted
Fix missing ModParser line for Very-large radius jewels
1 parent a71277c commit f595af3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5512,6 +5512,7 @@ local specialModList = {
55125512
["only affects passives in massive ring"] = { mod("JewelData", "LIST", { key = "radiusIndex", value = 12 }) },
55135513
["upgrades radius to medium"] = { mod("JewelData", "LIST", { key = "timeLostJewelRadiusOverride", value = 2 })},
55145514
["upgrades radius to large"] = { mod("JewelData", "LIST", { key = "timeLostJewelRadiusOverride", value = 3 })},
5515+
["upgrades radius to very large"] = { mod("JewelData", "LIST", { key = "timeLostJewelRadiusOverride", value = 4 })},
55155516
["non%-unique time%-lost jewels have (%d+)%% increased radius"] = function(num) return { mod("NonUniqueTimeLostJewelRadius", "INC", num) } end,
55165517
["primordial"] = { mod("Multiplier:PrimordialItem", "BASE", 1) },
55175518
["spectres have a base duration of (%d+) seconds"] = { mod("SkillData", "LIST", { key = "duration", value = 6 }, { type = "SkillName", skillName = "Raise Spectre", includeTransfigured = true }) },

0 commit comments

Comments
 (0)