From 178626c195e264c2819c1f3e2b9396c6001dd177 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Wed, 17 Mar 2010 16:31:33 -0500 Subject: [PATCH] At least this is used in 3 items...but it's only one random suffix enchant id --- Regexps.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index 4b9865b..f9abb4f 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -276,6 +276,11 @@ SingleStatLines = { function(text, pattern) return WeightsWatcher.singleStatValueOnly(text, pattern, "shadow resistance") end}, + -- currently only used by random enchant id -55 (of the Nightmare) + {"^([+-]?%d+) shadow damage$", + function(text, pattern) + return WeightsWatcher.singleStatValueOnly(text, pattern, "shadow spell damage") + end}, -- druid only {"^increases attack power by (%d+) in cat, bear, dire bear, and moonkin forms only%.$", -- 1.7.9.5