@@ -11,13 +11,6 @@ local L = LibStub("AceLocale-3.0"):GetLocale("GreatVaultKeyInfo")
11
11
12
12
-- locals
13
13
local RaidItemLevelsBySeason = {
14
- -- The War Within Season 1
15
- [99 ] = {
16
- [17 ] = 584 , -- LFR
17
- [14 ] = 597 , -- Normal
18
- [15 ] = 610 , -- Heroic
19
- [16 ] = 623 , -- Mythic
20
- },
21
14
-- The War Within Season 2
22
15
[103 ] = {
23
16
[17 ] = 623 , -- LFR
@@ -28,20 +21,6 @@ local RaidItemLevelsBySeason = {
28
21
}
29
22
-- this is from https://wago.tools/db2/MythicPlusSeasonRewardLevels?page=1&sort[WeeklyRewardLevel]=asc&filter[MythicPlusSeasonID]=103
30
23
local DungeonItemLevelsBySeason = {
31
- -- The War Within Season 1
32
- [99 ] = {
33
- [" HEROIC" ] = 593 ,
34
- [" MYTHIC" ] = 603 ,
35
- [2 ] = 606 ,
36
- [3 ] = 610 ,
37
- [4 ] = 610 ,
38
- [5 ] = 613 ,
39
- [6 ] = 613 ,
40
- [7 ] = 616 ,
41
- [8 ] = 619 ,
42
- [9 ] = 619 ,
43
- [10 ] = 623 ,
44
- },
45
24
-- The War Within Season 2
46
25
[103 ] = {
47
26
[" HEROIC" ] = 632 ,
@@ -58,17 +37,6 @@ local DungeonItemLevelsBySeason = {
58
37
},
59
38
}
60
39
local WorldItemLevelsBySeason = {
61
- -- The War Within Season 1
62
- [99 ] = {
63
- [1 ] = 584 ,
64
- [2 ] = 587 ,
65
- [3 ] = 590 ,
66
- [4 ] = 593 ,
67
- [5 ] = 600 ,
68
- [6 ] = 606 ,
69
- [7 ] = 610 ,
70
- [8 ] = 616 ,
71
- },
72
40
-- The War Within Season 2
73
41
[103 ] = {
74
42
[1 ] = 623 ,
@@ -92,14 +60,6 @@ local ItemTiers = {
92
60
}
93
61
-- this is the minimum starting item level to go up a tier
94
62
local ItemTierItemMinimumLevelBySeason = {
95
- -- The War Within Season 1
96
- [99 ] = {
97
- [" adventurer" ] = 571 ,
98
- [" veteran" ] = 584 ,
99
- [" champion" ] = 597 ,
100
- [" hero" ] = 610 ,
101
- [" myth" ] = 623 ,
102
- },
103
63
-- The War Within Season 2
104
64
[103 ] = {
105
65
[" adventurer" ] = 610 ,
@@ -111,55 +71,6 @@ local ItemTierItemMinimumLevelBySeason = {
111
71
}
112
72
-- ranks within each tier
113
73
local ItemTierItemLevelsBySeason = {
114
- -- The War Within Season 1
115
- [99 ] = {
116
- [" adventurer" ] = {
117
- [571 ] = 1 ,
118
- [574 ] = 2 ,
119
- [577 ] = 3 ,
120
- [580 ] = 4 ,
121
- [584 ] = 5 ,
122
- [587 ] = 6 ,
123
- [590 ] = 7 ,
124
- [593 ] = 8 ,
125
- },
126
- [" veteran" ] = {
127
- [584 ] = 1 ,
128
- [587 ] = 2 ,
129
- [590 ] = 3 ,
130
- [593 ] = 4 ,
131
- [597 ] = 5 ,
132
- [600 ] = 6 ,
133
- [603 ] = 7 ,
134
- [606 ] = 8 ,
135
- },
136
- [" champion" ] = {
137
- [597 ] = 1 ,
138
- [600 ] = 2 ,
139
- [603 ] = 3 ,
140
- [606 ] = 4 ,
141
- [610 ] = 5 ,
142
- [613 ] = 6 ,
143
- [616 ] = 7 ,
144
- [619 ] = 8 ,
145
- },
146
- [" hero" ] = {
147
- [610 ] = 1 ,
148
- [613 ] = 2 ,
149
- [616 ] = 3 ,
150
- [619 ] = 4 ,
151
- [623 ] = 5 ,
152
- [626 ] = 6 ,
153
- },
154
- [" myth" ] = {
155
- [623 ] = 1 ,
156
- [626 ] = 2 ,
157
- [629 ] = 3 ,
158
- [632 ] = 4 ,
159
- [636 ] = 5 ,
160
- [639 ] = 6 ,
161
- },
162
- },
163
74
-- The War Within Season 2
164
75
[103 ] = {
165
76
[" adventurer" ] = {
@@ -211,14 +122,6 @@ local ItemTierItemLevelsBySeason = {
211
122
},
212
123
}
213
124
local ItemTierNumRanksBySeason = {
214
- -- The War Within Season 1
215
- [99 ] = {
216
- [" adventurer" ] = 8 ,
217
- [" veteran" ] = 8 ,
218
- [" champion" ] = 8 ,
219
- [" hero" ] = 6 ,
220
- [" myth" ] = 6 ,
221
- },
222
125
-- The War Within Season 2
223
126
[103 ] = {
224
127
[" adventurer" ] = 8 ,
0 commit comments