From a15e8c87d77b9cfd6cfda078d48b2d2635df06a3 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sun, 20 Feb 2011 10:45:58 -0600 Subject: [PATCH] Rearranged slots to be a little more organized --- Locales/enUS/slots.lua | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) diff --git a/Locales/enUS/slots.lua b/Locales/enUS/slots.lua index 95219d4..a7a7722 100644 --- a/Locales/enUS/slots.lua +++ b/Locales/enUS/slots.lua @@ -3,51 +3,55 @@ if GetLocale() ~= "enUS" then end ww_localizedSlotNames = { - ["axe"] = "axe", - ["mace"] = "mace", - ["sword"] = "sword", - ["head"] = "head", - ["shoulder"] = "shoulder", + ["back"] = "back", ["chest"] = "chest", - ["wrist"] = "wrist", + ["feet"] = "feet", + ["finger"] = "finger", ["hands"] = "hands", - ["waist"] = "waist", + ["head"] = "head", + ["held in off-hand"] = "held in off-hand", ["legs"] = "legs", - ["feet"] = "feet", ["main hand"] = "main hand", + ["neck"] = "neck", ["off hand"] = "off hand", ["one-hand"] = "one-hand", - ["two-hand"] = "two-hand", - ["relic"] = "relic", - ["ranged"] = "ranged", - ["thrown"] = "thrown", ["projectile"] = "projectile", - ["neck"] = "neck", - ["back"] = "back", + ["ranged"] = "ranged", + ["relic"] = "relic", ["shirt"] = "shirt", + ["shoulder"] = "shoulder", ["tabard"] = "tabard", - ["finger"] = "finger", + ["thrown"] = "thrown", ["trinket"] = "trinket", - ["held in off-hand"] = "held in off-hand", - ["cloth"] = "cloth", - ["leather"] = "leather", - ["mail"] = "mail", - ["plate"] = "plate", + ["two-hand"] = "two-hand", + ["waist"] = "waist", + ["wrist"] = "wrist", ["arrow"] = "arrow", + ["axe"] = "axe", ["bow"] = "bow", ["bullet"] = "bullet", + ["cloth"] = "cloth", ["crossbow"] = "crossbow", ["dagger"] = "dagger", ["fishing pole"] = "fishing pole", ["fist weapon"] = "fist weapon", ["gun"] = "gun", ["idol"] = "idol", + ["leather"] = "leather", ["libram"] = "libram", + ["mace"] = "mace", + ["mail"] = "mail", + ["plate"] = "plate", ["polearm"] = "polearm", + -- It's a slot AND a subslot + -- ["relic"] = "relic", ["shield"] = "shield", ["sigil"] = "sigil", ["staff"] = "staff", + ["sword"] = "sword", + -- It's a slot AND a subslot + -- ["thrown"] = "thrown", ["totem"] = "totem", ["wand"] = "wand", } -- 1.7.9.5