Skip to content

Commit d2b768c

Browse files
authored
Fix parsing for Grand Spectrum (#46)
pob: https://pobb.in/v3qpSIuYSi6A Closes PathOfBuildingCommunity/PathOfBuilding-PoE2#270 Signed-off-by: Tomas Slusny <[email protected]>
1 parent e2759c2 commit d2b768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/ModParser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ local modTagList = {
13561356
["per allocated mastery passive skill"] = { tag = { type = "Multiplier", var = "AllocatedMastery" } },
13571357
["per allocated notable passive skill"] = { tag = { type = "Multiplier", var = "AllocatedNotable" } },
13581358
["for each different type of mastery you have allocated"] = { tag = { type = "Multiplier", var = "AllocatedMasteryType" } },
1359-
["per grand spectrum"] = { tag = { type = "Multiplier", var = "GrandSpectrum" } },
1359+
["per socketed grand spectrum"] = { tag = { type = "Multiplier", var = "GrandSpectrum" } },
13601360
["per second you've been stationary, up to a maximum of (%d+)%%"] = function(num) return { tag = { type = "Multiplier", var = "StationarySeconds", limit = tonumber(num), limitTotal = true } } end,
13611361
["per elemental ailment you've inflicted recently"] = { tag = { type = "Multiplier", var = "AppliedAilmentsRecently" } },
13621362
["per tailwind"] = { tag = { type = "Multiplier", var = "Tailwind" } },

0 commit comments

Comments
 (0)