-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.lua
More file actions
150 lines (141 loc) · 5.93 KB
/
data.lua
File metadata and controls
150 lines (141 loc) · 5.93 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
local twoH = {} -- has 2 entries
twoH[0] = {"Greater Savagery", "Massacre"} -- name of enchant
twoH[1] = {false, false} -- status of checkbox - queued to be made? (true / false)
twoH[2] = {6, 40} -- infinite dust
twoH[3] = {2, 6} -- greater cosmic essences
twoH[4] = {0, 0} -- lesser cosmic essences
twoH[5] = {0, 0} -- dream shards
twoH[6] = {0, 6} -- abyss crystals
twoH[7] = {0, 0} -- titanium bar
twoH[8] = {0, 0} -- crystallized water
twoH[9] = {0, 0} -- eternal earth
twoH[10] = {0, 0} -- eternal air
twoH[11] = {0, 0} -- titansteel bar
twoH[12] = {0, 0} -- cost
twoH[13] = {38992, 44463} -- ItemID of corresponding scroll
local boots = {} -- has 8 entries
boots[0] = {"Icewalker", "Greater Spirit", "Greater Fortitude", "Superior Agility", "Greater Assault", "Assault",
"Tuskarr's Vitality", "Greater Vitality"}
boots[1] = {false, false, false, false, false, false, false, false}
boots[2] = {8, 10, 3, 16, 0, 4, 10, 8}
boots[3] = {0, 1, 0, 4, 4, 0, 2, 2}
boots[4] = {0, 0, 3, 0, 0, 4, 0, 0}
boots[5] = {0, 0, 0, 0, 4, 0, 2, 0}
boots[6] = {0, 0, 0, 0, 0, 0, 0, 0}
boots[7] = {0, 0, 0, 0, 0, 0, 0, 0}
boots[8] = {1, 0, 0, 0, 0, 0, 0, 0}
boots[9] = {0, 0, 0, 0, 0, 0, 0, 0}
boots[10] = {0, 0, 0, 0, 0, 0, 0, 0}
boots[11] = {0, 0, 0, 0, 0, 0, 0, 0}
boots[12] = {0, 0, 0, 0, 0, 0, 0, 0}
boots[13] = {38986, 38961, 38966, 38976, 44469, 44449, 39006, 38974}
local bracers = {} -- has 9 entries
bracers[0] = {"Superior Spellpower", "Greater Spellpower", "Greater Assault", "Major Stamina", "Major Spirit", "Striking",
"Exceptional Intellect", "Expertise", "Greater Stats"}
bracers[1] = {false, false, false, false, false, false, false, false, false}
bracers[2] = {6, 8, 24, 0, 16, 6, 10, 14, 16}
bracers[3] = {6, 0, 6, 4, 4, 0, 0, 3, 3}
bracers[4] = {0, 4, 0, 0, 0, 0, 0, 0, 0}
bracers[5] = {1, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[6] = {0, 0, 0, 1, 0, 0, 0, 0, 0}
bracers[7] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[8] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[11] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
bracers[13] = {44470, 38997, 44815, 44947, 38980, 38971, 38968, 38984, 38987}
local chest = {} -- has 8 entries
chest[0] = {"Super Stats", "Powerful Stats", "Greater Defense", "Greater Mana Restoration", "Super Health", "Mighty Health",
"Exceptional Mana", "Exceptional Resilience"}
chest[1] = {false, false, false, false, false, false, false, false}
chest[2] = {4, 0, 10, 4, 20, 0, 6, 0}
chest[3] = {0, 0, 0, 4, 4, 3, 0, 2}
chest[4] = {4, 0, 0, 0, 0, 0, 0, 0}
chest[5] = {0, 4, 0, 0, 0, 0, 0, 2}
chest[6] = {0, 4, 0, 0, 0, 0, 0, 0}
chest[7] = {0, 0, 0, 0, 0, 0, 0, 0}
chest[8] = {0, 0, 0, 0, 0, 0, 0, 0}
chest[9] = {0, 0, 0, 0, 0, 0, 0, 0}
chest[10] = {0, 0, 0, 0, 0, 0, 0, 0}
chest[11] = {0, 0, 0, 0, 0, 0, 0, 0}
chest[12] = {0, 0, 0, 0, 0, 0, 0, 0}
chest[13] = {38989, 44465, 39002, 38962, 39005, 38955, 38912, 38975}
local cloak = {} -- has 9 entries
cloak[0] = {"Greater Speed", "Major Agility", "Mighty Armor", "Speed", "Titanweave", "Wisdom", "Superior Agility",
"Spell Piercing", "Shadow Armor"}
cloak[1] = {false, false, false, false, false, false, false, false, false}
cloak[2] = {16, 8, 15, 6, 8, 0, 9, 15, 12}
cloak[3] = {4, 2, 2, 0, 0, 6, 0, 0, 0}
cloak[4] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
cloak[5] = {0, 2, 0, 0, 2, 0, 0, 0, 0}
cloak[6] = {0, 0, 0, 0, 0, 1, 0, 0, 1}
cloak[7] = {0, 0, 0, 0, 2, 0, 0, 0, 0}
cloak[8] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
cloak[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
cloak[10] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
cloak[11] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
cloak[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
cloak[13] = {39003, 44457, 39001, 44456, 38978, 39004, 38959, 38973, 38993}
local gloves = {} -- has 7 entries
gloves[0] = {"Exceptional Spellpower", "Crusher", "Precision", "Armsman", "Major Agility", "Greater Assault", "Expertise"}
gloves[1] = {false, false, false, false, false, false, false}
gloves[2] = {4, 20, 0, 0, 0, 6, 12}
gloves[3] = {0, 4, 4, 0, 4, 1, 0}
gloves[4] = {1, 0, 0, 0, 0, 0, 0}
gloves[5] = {0, 1, 0, 2, 1, 0, 0}
gloves[6] = {0, 0, 0, 0, 0, 0, 0}
gloves[7] = {0, 0, 0, 0, 0, 0, 0}
gloves[8] = {0, 0, 0, 0, 0, 0, 0}
gloves[9] = {0, 0, 0, 8, 0, 0, 0}
gloves[10] = {0, 0, 0, 0, 0, 0, 0}
gloves[11] = {0, 0, 0, 0, 0, 0, 0}
gloves[12] = {0, 0, 0, 0, 0, 0, 0}
gloves[13] = {38979, 44458, 38953, 38990, 38967, 38964, 38951}
local shield = {} -- has 2 entries
shield[0] = {"Greater Intellect", "Defense"}
shield[1] = {false, false}
shield[2] = {12, 6}
shield[3] = {0, 0}
shield[4] = {0, 0}
shield[5] = {0, 0}
shield[6] = {0, 0}
shield[7] = {0, 0}
shield[8] = {0, 0}
shield[9] = {0, 6}
shield[10] = {0, 0}
shield[11] = {0, 0}
shield[12] = {0, 0}
shield[13] = {44455, 38954}
local staff = {} -- has 2 entries
staff[0] = {"Greater Spellpower", "Spellpower"}
staff[1] = {false, false}
staff[2] = {40, 12}
staff[3] = {0, 2}
staff[4] = {0, 0}
staff[5] = {6, 0}
staff[6] = {6, 0}
staff[7] = {0, 0}
staff[8] = {0, 0}
staff[9] = {0, 0}
staff[10] = {0, 0}
staff[11] = {0, 0}
staff[12] = {0, 0}
staff[13] = {45056, 45060}
local weapon = {} -- has 9 entries
weapon[0] = {"Blade Ward", "Exceptional Spellpower", "Mighty Spellpower", "Berserking", "Greater Potency",
"Exceptional Agility", "Exceptional Spirit", "Accuracy", "Superior Potency"}
weapon[1] = {false, false, false, false, false, false, false, false, false}
weapon[2] = {0, 10, 30, 12, 2, 0, 16, 20, 10}
weapon[3] = {8, 2, 0, 4, 0, 0, 0, 4, 2}
weapon[4] = {0, 0, 0, 0, 4, 0, 0, 0, 0}
weapon[5] = {0, 0, 6, 4, 0, 4, 4, 4, 2}
weapon[6] = {4, 0, 6, 10, 0, 0, 0, 6, 4}
weapon[7] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
weapon[8] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
weapon[9] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
weapon[10] = {0, 0, 0, 0, 0, 4, 0, 0, 0}
weapon[11] = {1, 0, 0, 0, 0, 0, 0, 0, 0}
weapon[12] = {0, 0, 0, 0, 0, 0, 0, 0, 0}
weapon[13] = {46026, 38991, 44467, 44493, 44453, 38995, 38963, 44497, 44466}
slippyData = {twoH, boots, bracers, chest, cloak, gloves, shield, staff, weapon}