Quantcast

Changed and added UnweightedLines patterns

Kevin Lyles [12-21-09 - 14:30]
Changed and added UnweightedLines patterns
Filename
Regexps.lua
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: (.*)"