-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDKP_ItemList.lua
More file actions
68 lines (66 loc) · 1.57 KB
/
SDKP_ItemList.lua
File metadata and controls
68 lines (66 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
-- -----------------------------------------------------------------------------
-- SDKP_ItemLists
-- -----------------------------------------------------------------------------
-- Author: Luma
-- Server: Emerald Dream, Feenix
-- -----------------------------------------------------------------------------
--
-- RankIndex used to track priority based on rank
--
-- RankIndex == 4 == Core+
-- RankIndex == 3 == Raider
-- RankIndex == 2 == Trial
-- RankIndex == 1 == Social
-- RankIndex == 0 == alts
SimpleDKP_PrioList = {
["19351"] = {
["itemName"] = "[Maladath, Runed Blade of the Black Flight]",
["itemID"] = 19351,
["prio"] = 4,
},
["19395"] = {
["itemName"] = "[Rejuvenating Gem]",
["itemID"] = 19395,
["prio"] = 4,
},
["19406"] = {
["itemName"] = "[Drake Fang Talisman]",
["itemID"] = 19406,
["prio"] = 4,
},
["19352"] = {
["itemName"] = "[Chromatically Tempered Sword]",
["itemID"] = 19352,
["prio"] = 4,
},
["19361"] = {
["itemName"] = "[Ashjre'thul, Crossbow of Smiting]",
["itemID"] = 19361,
["prio"] = 4,
},
["19375"] = {
["itemName"] = "[Mish'undare, Circlet of the Mind Flayer]",
["itemID"] = 19375,
["prio"] = 4,
},
["19360"] = {
["itemName"] = "[Lok'amir il Romathis]",
["itemID"] = 19360,
["prio"] = 4,
},
["19356"] = {
["itemName"] = "[Staff of the Shadow Flame]",
["itemID"] = 19356,
["prio"] = 4,
},
["19379"] = {
["itemName"] = "[Neltharion's Tear]",
["itemID"] = 19379,
["prio"] = 4,
},
["19364"] = {
["itemName"] = "[Ashkandi, Greatsword of the Brotherhood]",
["itemID"] = 19364,
["prio"] = 4,
},
}