Skip to content

Commit c949f13

Browse files
LocalIdentityLocalIdentity
andauthored
Add support for Legacy Grand Spectrum mods (#1994)
Some old mods don't require the socketed in text Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent f406744 commit c949f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Modules/ModParser.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,7 +1542,7 @@ local modTagList = {
15421542
["per allocated notable passive skill"] = { tag = { type = "Multiplier", var = "AllocatedNotable" } },
15431543
["for each connected notable passive skill allocated"] = { tag = { type = "Multiplier", var = "AllocatedConnectedNotable" } },
15441544
["for each different type of mastery you have allocated"] = { tag = { type = "Multiplier", var = "AllocatedMasteryType" } },
1545-
["per socketed grand spectrum"] = { tag = { type = "Multiplier", var = "GrandSpectrum" } },
1545+
["per s?o?c?k?e?t?e?d? ?grand spectrum"] = { tag = { type = "Multiplier", var = "GrandSpectrum" } },
15461546
["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,
15471547
["per elemental ailment you've inflicted recently"] = { tag = { type = "Multiplier", var = "AppliedAilmentsRecently" } },
15481548
["per tailwind"] = { tag = { type = "Multiplier", var = "Tailwind" } },

0 commit comments

Comments
 (0)