From bbbb798bbe74d2c2da0cac411d7a7723ef286ff4 Mon Sep 17 00:00:00 2001 From: "James D. Callahan III" Date: Fri, 26 Mar 2010 02:15:02 -0400 Subject: [PATCH] In Constants.lua: Added private.difficulty_colors for profession skills. --- Constants.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Constants.lua b/Constants.lua index b0ec860..2a89139 100644 --- a/Constants.lua +++ b/Constants.lua @@ -282,3 +282,11 @@ private.reputation_colors = { ["hostile"] = RGBtoHEX(GetColorsFromTable(_G.FACTION_BAR_COLORS[2])), ["hated"] = RGBtoHEX(GetColorsFromTable(_G.FACTION_BAR_COLORS[1])), } + +private.difficulty_colors = { + ["trivial"] = "808080", + ["easy"] = "40bf40", + ["medium"] = "ffff00", + ["optimal"] = "ff8040", + ["impossible"] = "ff0000", +} -- 1.7.9.5