Quantcast

Filter out lines with chance on hit-type stats

Kevin Lyles [09-17-09 - 16:38]
Filter out lines with chance on hit-type stats
Filename
Regexps.lua
diff --git a/Regexps.lua b/Regexps.lua
index 609d044..7d13d80 100644
--- a/Regexps.lua
+++ b/Regexps.lua
@@ -28,6 +28,8 @@ IgnoredLines = {
 	"^Use: Restores %d+ to %d+ %a+",
 	-- Some relics that boost stats for certain abilities only
 	"^Equip: Increases the %a[%a ]+ of your %a[%a ]+ by ",
+	-- "Chance on hit" and "have a chance"
+	"[Cc]hance ",
 }

 MultipleStatLines = {