Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit f957f08

Browse files
committed
fake mod support display only
1 parent e7ccaa2 commit f957f08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Modules/ModParser.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,6 +2801,9 @@ local specialModList = {
28012801
["reflects your other ring"] = {
28022802
-- Display only. For Kalandra's Touch.
28032803
},
2804+
["maximum quality is 50%%"] = {
2805+
-- Display only. For Breach Rings.
2806+
},
28042807
["has (%d+) sockets?"] = function(num) return { mod("SocketCount", "BASE", num) } end,
28052808
["no physical damage"] = { mod("WeaponData", "LIST", { key = "PhysicalMin" }), mod("WeaponData", "LIST", { key = "PhysicalMax" }), mod("WeaponData", "LIST", { key = "PhysicalDPS" }) },
28062809
["has (%d+)%% increased elemental damage"] = function(num) return { mod("LocalElementalDamage", "INC", num) } end,

0 commit comments

Comments
 (0)