changeset 42:35c84e420f4a Prospect Me 2

Further refinements to the tooltip text.
author Vynn <mischivin@gmail.com>
date Fri, 11 Nov 2016 13:26:19 -0500
parents 55da4d54a2de
children b8686c36477f
files ProspectMe_Tooltip.lua
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ProspectMe_Tooltip.lua	Fri Nov 11 12:10:43 2016 -0500
+++ b/ProspectMe_Tooltip.lua	Fri Nov 11 13:26:19 2016 -0500
@@ -81,7 +81,13 @@
 				--NumofEachQuality, Percent of Each Quality
 				self:AddLine(" ")
 				self:AddLine("Prospect Me",0.5,1,0.5)
-				self:AddLine("Times Processed: " .. ProspectMe.Results[item].TimesProspected)
+				if spellid == 225902 or spellid == 225904 or subclass == ORE then
+					self:AddLine("Times Prospected: " .. ProspectMe.Results[item].TimesProspected)
+				elseif spellid == 210116 or subclass == HERB then
+					self:AddLine("Times Milled: " .. ProspectMe.Results[item].TimesProspected)
+				else
+					self:AddLine("Times Processed: " .. ProspectMe.Results[item].TimesProspected)
+				end
 				if spellid then
 					ctp = price * 20
 					lifetimeReturn = lifetimeReturn * 4