Poking around a bit

This commit is contained in:
Openarl
2016-08-30 23:05:18 +10:00
parent c0ecfb8ae1
commit d3d3c6e9f2
3 changed files with 9 additions and 10 deletions

View File

@@ -394,7 +394,6 @@ local specialModList = {
["poisonous hit"] = { poisonChance = 100 },
["has no sockets"] = { },
["has 1 socket"] = { },
["grants level (%d+) (.+) skill"] = { },
["%+(%d+) to level of socketed gems"] = function(num) return { ["SocketedIn:X_gemLevel_all"] = num } end,
["%+(%d+) to level of socketed (%a+) gems"] = function(num, _, type) return { ["SocketedIn:X_gemLevel_"..type] = num } end,
["%+(%d+)%% to quality of socketed (%a+) gems"] = function(num, _, type) return { ["SocketedIn:X_gemQuality_"..type] = num } end,