From 97c240ab4f1dd44f38b88a7ff4df27bc72bc3290 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sat, 20 Aug 2011 12:25:49 -0500 Subject: [PATCH] Handle two of the Molten Front trinkets --- Locales/enUS/patterns-cooldown-use-effects.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Locales/enUS/patterns-cooldown-use-effects.lua b/Locales/enUS/patterns-cooldown-use-effects.lua index a327341..91804cc 100644 --- a/Locales/enUS/patterns-cooldown-use-effects.lua +++ b/Locales/enUS/patterns-cooldown-use-effects.lua @@ -8,6 +8,10 @@ local CooldownUseMatchLines = { "^use: grants? .* cooldown%)$", "^use: increases? .* cooldown%)$", "^use: restores .* every .* cooldown%)$", + -- item 70142 + "^use: a small moonwell .* cooldown%)$", + -- item 70143 + "^use: a veil of splashing water .* cooldown%)$", } local CooldownUseUnweightedLines = { @@ -38,10 +42,18 @@ local CooldownUsePreprocessLines = { {" spell, ranged,? and melee haste rating ", " haste rating "}, -- item 66879 {" crit rating ", " critical strike rating "}, + -- item 70142 + {" mastery for ", " mastery rating for "}, } local CooldownUseAffixes = { "^use: +", + -- item 70142 + "^a small moonwell appears. +blessing you with +", + -- item 70143 + "^a veil of splashing water +", + -- item 70143 + ", as long as you stay in the pool", "^grants? +", "^increases? +", "^restores +", -- 1.7.9.5