Skip to content

Commit 7edb531

Browse files
committed
use interlude+num instead of difficulty types
1 parent 8a4babb commit 7edb531

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

src/Data/QuestRewards.lua

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
return {
22
{
33
["Act"] = 1,
4-
["Type"] = "Normal",
4+
["Type"] = "",
55
["Area"] = "Clearfell",
66
["Stat"] = "+10% to Cold Resistance",
77
["AreaLevel"] = 2,
88
["useConfig"] = true
99
},
1010
{
1111
["Act"] = 1,
12-
["Type"] = "Normal",
12+
["Type"] = "",
1313
["Area"] = "Hunting Grounds",
1414
["Stat"] = "+2 Weapon Set Passive Skill Points",
1515
["questPoints"] = 2,
@@ -18,15 +18,15 @@ return {
1818
},
1919
{
2020
["Act"] = 1,
21-
["Type"] = "Normal",
21+
["Type"] = "",
2222
["Area"] = "Freythorn",
2323
["Stat"] = "+30 to Spirit",
2424
["AreaLevel"] = 11,
2525
["useConfig"] = true
2626
},
2727
{
2828
["Act"] = 1,
29-
["Type"] = "Normal",
29+
["Type"] = "",
3030
["Area"] = "Ogham Farmlands",
3131
["Stat"] = "+2 Weapon Set Passive Skill Points",
3232
["questPoints"] = 2,
@@ -35,15 +35,15 @@ return {
3535
},
3636
{
3737
["Act"] = 1,
38-
["Type"] = "Normal",
38+
["Type"] = "",
3939
["Area"] = "Ogham Manor",
4040
["Stat"] = "+20 to Maximum Life",
4141
["AreaLevel"] = 15,
4242
["useConfig"] = true
4343
},
4444
{
4545
["Act"] = 2,
46-
["Type"] = "Normal",
46+
["Type"] = "",
4747
["Area"] = "Keth",
4848
["Stat"] = "+2 Weapon Set Passive Skill Points",
4949
["questPoints"] = 2,
@@ -52,7 +52,7 @@ return {
5252
},
5353
{
5454
["Act"] = 2,
55-
["Type"] = "Normal",
55+
["Type"] = "",
5656
["Area"] = "Valley of the Titans",
5757
["Options"] = {
5858
"30% increased Charm Charges Gained, +1 Charm Slot",
@@ -63,7 +63,7 @@ return {
6363
},
6464
{
6565
["Act"] = 2,
66-
["Type"] = "Normal",
66+
["Type"] = "",
6767
["Area"] = "Deshar",
6868
["Stat"] = "+2 Weapon Set Passive Skill Points",
6969
["questPoints"] = 2,
@@ -72,15 +72,15 @@ return {
7272
},
7373
{
7474
["Act"] = 2,
75-
["Type"] = "Normal",
75+
["Type"] = "",
7676
["Area"] = "The Spires of Deshar",
7777
["Stat"] = "+10% to Lightning Resistance",
7878
["AreaLevel"] = 30,
7979
["useConfig"] = true
8080
},
8181
{
8282
["Act"] = 3,
83-
["Type"] = "Normal",
83+
["Type"] = "",
8484
["Area"] = "Jungle Ruins",
8585
["Stat"] = "+2 Weapon Set Passive Skill Points",
8686
["questPoints"] = 2,
@@ -89,15 +89,15 @@ return {
8989
},
9090
{
9191
["Act"] = 3,
92-
["Type"] = "Normal",
92+
["Type"] = "",
9393
["Area"] = "The Azak Bog",
9494
["Stat"] = "+30 to Spirit",
9595
["AreaLevel"] = 38,
9696
["useConfig"] = true
9797
},
9898
{
9999
["Act"] = 3,
100-
["Type"] = "Normal",
100+
["Type"] = "",
101101
["Area"] = "The Venom Crypts",
102102
["Options"] = {
103103
"25% increased Stun Threshold",
@@ -109,15 +109,15 @@ return {
109109
},
110110
{
111111
["Act"] = 3,
112-
["Type"] = "Normal",
112+
["Type"] = "",
113113
["Area"] = "Jiquanis Machinarium",
114114
["Stat"] = "+10% to Fire Resistance",
115115
["AreaLevel"] = 40,
116116
["useConfig"] = true
117117
},
118118
{
119119
["Act"] = 3,
120-
["Type"] = "Normal",
120+
["Type"] = "",
121121
["Area"] = "Aggorat",
122122
["Stat"] = "+2 Weapon Set Passive Skill Points",
123123
["questPoints"] = 2,
@@ -126,7 +126,7 @@ return {
126126
},
127127
{
128128
["Act"] = 4,
129-
["Type"] = "Normal",
129+
["Type"] = "",
130130
["Area"] = "Isle Of Kin",
131131
["Stat"] = "+2 Weapon Set Passive Skill Points",
132132
["questPoints"] = 2,
@@ -135,15 +135,15 @@ return {
135135
},
136136
{
137137
["Act"] = 4,
138-
["Type"] = "Normal",
138+
["Type"] = "",
139139
["Area"] = "Eye of Hinekora",
140140
["Stat"] = "5% increased Maximum Mana",
141141
["AreaLevel"] = 49,
142142
["useConfig"] = true
143143
},
144144
{
145145
["Act"] = 4,
146-
["Type"] = "Normal",
146+
["Type"] = "",
147147
["Area"] = "Tawhoa's Test",
148148
["Options"] = {
149149
"+5 to Dexterity",
@@ -154,7 +154,7 @@ return {
154154
},
155155
{
156156
["Act"] = 4,
157-
["Type"] = "Normal",
157+
["Type"] = "",
158158
["Area"] = "Tasalio's Test",
159159
["Options"] = {
160160
"+5 to Intelligence",
@@ -165,7 +165,7 @@ return {
165165
},
166166
{
167167
["Act"] = 4,
168-
["Type"] = "Normal",
168+
["Type"] = "",
169169
["Area"] = "Ngamahu's Test",
170170
["Options"] = {
171171
"+5 to Strength",
@@ -176,7 +176,7 @@ return {
176176
},
177177
{
178178
["Act"] = 4,
179-
["Type"] = "Normal",
179+
["Type"] = "",
180180
["Area"] = "Trial Of The Ancestors",
181181
["Stat"] = "+2 Weapon Set Passive Skill Points",
182182
["questPoints"] = 2,
@@ -185,7 +185,7 @@ return {
185185
},
186186
{
187187
["Act"] = 4,
188-
["Type"] = "Normal",
188+
["Type"] = "",
189189
["Area"] = "Abandoned prison",
190190
["Options"] = {
191191
"30% increased Mana Recovery from Flasks",
@@ -196,7 +196,7 @@ return {
196196
},
197197
{
198198
["Act"] = 5,
199-
["Type"] = "Normal",
199+
["Type"] = "Interlude 1",
200200
["Area"] = "Wolvenhold",
201201
["Stat"] = "+2 Weapon Set Passive Skill Points",
202202
["questPoints"] = 2,
@@ -205,24 +205,24 @@ return {
205205
},
206206
{
207207
["Act"] = 5,
208-
["Type"] = "Normal",
209-
["Area"] = "Clearing The Way",
208+
["Type"] = "Interlude 2",
209+
["Area"] = "Khari Bazaar",
210210
["Stat"] = "+2 Weapon Set Passive Skill Points",
211211
["questPoints"] = 2,
212212
["AreaLevel"] = 58,
213213
["useConfig"] = false
214214
},
215215
{
216216
["Act"] = 5,
217-
["Type"] = "Normal",
217+
["Type"] = "Interlude 2",
218218
["Area"] = "The Khari Crossing",
219219
["Stat"] = "5% increased Maximum Life",
220220
["AreaLevel"] = 60,
221221
["useConfig"] = true
222222
},
223223
{
224224
["Act"] = 5,
225-
["Type"] = "Normal",
225+
["Type"] = "Interlude 2",
226226
["Area"] = "Qimah",
227227
["Options"] = {
228228
"+5 to All Attributes",
@@ -237,15 +237,15 @@ return {
237237
},
238238
{
239239
["Act"] = 5,
240-
["Type"] = "Normal",
240+
["Type"] = "Interlude 3",
241241
["Area"] = "Kriar Village",
242242
["Stat"] = "+40 to Spirit",
243243
["AreaLevel"] = 62,
244244
["useConfig"] = true
245245
},
246246
{
247247
["Act"] = 5,
248-
["Type"] = "Normal",
248+
["Type"] = "Interlude 3",
249249
["Area"] = "Howling Caves",
250250
["Stat"] = "+2 Weapon Set Passive Skill Points",
251251
["questPoints"] = 2,
@@ -254,7 +254,7 @@ return {
254254
},
255255
{
256256
["Act"] = 6,
257-
["Type"] = "Normal",
257+
["Type"] = "Epilog",
258258
["Area"] = "Kingsmarch",
259259
["Stat"] = "+2 Weapon Set Passive Skill Points",
260260
["questPoints"] = 2,

0 commit comments

Comments
 (0)