From 1180d50b87cf3e72711c171bc0b0ab423804082a Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sat, 29 Jan 2011 09:29:30 -0600 Subject: [PATCH] Added rep list --- EnchantIDs.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/EnchantIDs.lua b/EnchantIDs.lua index ceb5e87..82fe01b 100644 --- a/EnchantIDs.lua +++ b/EnchantIDs.lua @@ -3554,3 +3554,16 @@ EnchantIDs = { }, }, } + +-- Each level holds the first rep value over that level +ww_reputations = { + [0] = -42000, -- minimum (completely hated) + [1] = -6000, -- Hated, + [2] = -3000, -- Hostile + [3] = 0, -- Unfriendly + [4] = 3000, -- Neutral + [5] = 9000, -- Friendly + [6] = 21000, -- Honored + [7] = 42000, -- Revered + [8] = 43000, -- Exalted +} -- 1.7.9.5