From 15c85414eb6df59a27f02c4cbb73f1f1dfc5c441 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Mon, 21 Dec 2009 08:30:31 -0600 Subject: [PATCH] Changed and added UnweightedLines patterns --- Regexps.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Regexps.lua b/Regexps.lua index 6c27f9e..3e6829d 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -47,12 +47,17 @@ TempIgnoredLines = { } UnweightedLines = { + "^%(%d%) set: ", + "^set: ", -- In-game only? -- Some relics that boost stats for certain abilities only "^equip: increases the %a[%a ]+ of your %a[%a ]+ by ", -- Use effects that have a cooldown "cooldown", - -- "Chance on hit" and "have a chance" - "chance ", + "chance t?on? ", + "^use: .*enchants? ", + "^equip: you", + "^use: coats a weapon with poison ", + "^equip: causes your ", } socketBonus = "^socket bonus: (.*)" -- 1.7.9.5