Skip to content

Commit d9eeaf9

Browse files
authored
Add support for very large time-lost jewel mod (PathOfBuildingCommunity#2182)
1 parent fc10140 commit d9eeaf9

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
["primordial"] = { mod("Multiplier:PrimordialItem", "BASE", 1) },
55165517
["spectres have a base duration of (%d+) seconds"] = { mod("SkillData", "LIST", { key = "duration", value = 6 }, { type = "SkillName", skillName = "Raise Spectre", includeTransfigured = true }) },
55175518
["flasks applied to you have (%d+)%% increased effect"] = function(num) return { mod("FlaskEffect", "INC", num, { type = "ActorCondition", actor = "player"}) } end,

0 commit comments

Comments
 (0)