Skip to content

Commit 9d4661f

Browse files
committed
add quest names/targets as comments,
minor fixes: case, order, rm space
1 parent fb0de4e commit 9d4661f

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

src/Data/QuestRewards.lua

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
return {
22
{
3+
-- "Beira of the Rotten Pack"
34
["Act"] = 1,
45
["Type"] = "",
56
["Area"] = "Clearfell",
@@ -8,6 +9,7 @@ return {
89
["useConfig"] = true
910
},
1011
{
12+
-- "The Crowbell"
1113
["Act"] = 1,
1214
["Type"] = "",
1315
["Area"] = "Hunting Grounds",
@@ -17,6 +19,7 @@ return {
1719
["useConfig"] = false
1820
},
1921
{
22+
-- "The King in the Mists"
2023
["Act"] = 1,
2124
["Type"] = "",
2225
["Area"] = "Freythorn",
@@ -25,6 +28,7 @@ return {
2528
["useConfig"] = true
2629
},
2730
{
31+
-- Una's Lute
2832
["Act"] = 1,
2933
["Type"] = "",
3034
["Area"] = "Ogham Farmlands",
@@ -34,14 +38,16 @@ return {
3438
["useConfig"] = false
3539
},
3640
{
41+
-- "Candlemass, the Living Rite"
3742
["Act"] = 1,
3843
["Type"] = "",
3944
["Area"] = "Ogham Manor",
40-
["Stat"] = "+20 to Maximum Life",
45+
["Stat"] = "+20 to maximum Life",
4146
["AreaLevel"] = 15,
4247
["useConfig"] = true
4348
},
4449
{
50+
-- "Kabala, Constrictor Queen"
4551
["Act"] = 2,
4652
["Type"] = "",
4753
["Area"] = "Keth",
@@ -51,17 +57,19 @@ return {
5157
["useConfig"] = false
5258
},
5359
{
60+
-- "Medallion"
5461
["Act"] = 2,
5562
["Type"] = "",
5663
["Area"] = "Valley of the Titans",
5764
["Options"] = {
58-
"30% increased Charm Charges Gained, +1 Charm Slot",
59-
"30% increased Charm Effect Duration, +1 Charm Slot",
65+
"30% increased Charm Charges Gained,+1 Charm Slot",
66+
"30% increased Charm Effect Duration,+1 Charm Slot",
6067
},
6168
["AreaLevel"] = 26,
6269
["useConfig"] = true
6370
},
6471
{
72+
-- "Final Letter"
6573
["Act"] = 2,
6674
["Type"] = "",
6775
["Area"] = "Deshar",
@@ -71,6 +79,7 @@ return {
7179
["useConfig"] = false
7280
},
7381
{
82+
-- "Sisters of Garukhan Shrine"
7483
["Act"] = 2,
7584
["Type"] = "",
7685
["Area"] = "The Spires of Deshar",
@@ -79,6 +88,7 @@ return {
7988
["useConfig"] = true
8089
},
8190
{
91+
-- "Mighty Silverfist"
8292
["Act"] = 3,
8393
["Type"] = "",
8494
["Area"] = "Jungle Ruins",
@@ -88,6 +98,7 @@ return {
8898
["useConfig"] = false
8999
},
90100
{
101+
-- "Ignagduk, the Bog Witch"
91102
["Act"] = 3,
92103
["Type"] = "",
93104
["Area"] = "The Azak Bog",
@@ -96,6 +107,7 @@ return {
96107
["useConfig"] = true
97108
},
98109
{
110+
-- "Venom Draught"
99111
["Act"] = 3,
100112
["Type"] = "",
101113
["Area"] = "The Venom Crypts",
@@ -108,6 +120,7 @@ return {
108120
["useConfig"] = true
109121
},
110122
{
123+
-- "Blackjaw, the Remnant"
111124
["Act"] = 3,
112125
["Type"] = "",
113126
["Area"] = "Jiquanis Machinarium",
@@ -116,6 +129,7 @@ return {
116129
["useConfig"] = true
117130
},
118131
{
132+
-- "Blood Sacrifice"
119133
["Act"] = 3,
120134
["Type"] = "",
121135
["Area"] = "Aggorat",
@@ -125,6 +139,7 @@ return {
125139
["useConfig"] = false
126140
},
127141
{
142+
-- The Blind Beast
128143
["Act"] = 4,
129144
["Type"] = "",
130145
["Area"] = "Isle Of Kin",
@@ -134,6 +149,7 @@ return {
134149
["useConfig"] = false
135150
},
136151
{
152+
-- Silent Hall
137153
["Act"] = 4,
138154
["Type"] = "",
139155
["Area"] = "Eye of Hinekora",
@@ -142,6 +158,7 @@ return {
142158
["useConfig"] = true
143159
},
144160
{
161+
-- Halls of the dead
145162
["Act"] = 4,
146163
["Type"] = "",
147164
["Area"] = "Tawhoa's Test",
@@ -153,6 +170,7 @@ return {
153170
["useConfig"] = true
154171
},
155172
{
173+
-- Halls of the dead
156174
["Act"] = 4,
157175
["Type"] = "",
158176
["Area"] = "Tasalio's Test",
@@ -164,6 +182,7 @@ return {
164182
["useConfig"] = true
165183
},
166184
{
185+
-- Halls of the dead
167186
["Act"] = 4,
168187
["Type"] = "",
169188
["Area"] = "Ngamahu's Test",
@@ -175,6 +194,7 @@ return {
175194
["useConfig"] = true
176195
},
177196
{
197+
-- Hinekora
178198
["Act"] = 4,
179199
["Type"] = "",
180200
["Area"] = "Trial Of The Ancestors",
@@ -184,17 +204,19 @@ return {
184204
["useConfig"] = false
185205
},
186206
{
207+
-- "Goddess of Justice"
187208
["Act"] = 4,
188209
["Type"] = "",
189210
["Area"] = "Abandoned prison",
190211
["Options"] = {
191-
"30% increased Mana Recovery from Flasks",
192212
"30% increased Life Recovery from Flasks",
213+
"30% increased Mana Recovery from Flasks",
193214
},
194215
["AreaLevel"] = 51,
195216
["useConfig"] = true
196217
},
197218
{
219+
-- "Oswin, the Dread Warden"
198220
["Act"] = 5,
199221
["Type"] = "Interlude 1",
200222
["Area"] = "Wolvenhold",
@@ -204,6 +226,7 @@ return {
204226
["useConfig"] = false
205227
},
206228
{
229+
-- "Clearing The Way"
207230
["Act"] = 5,
208231
["Type"] = "Interlude 2",
209232
["Area"] = "Khari Bazaar",
@@ -213,14 +236,16 @@ return {
213236
["useConfig"] = false
214237
},
215238
{
239+
-- "Molten Shrine"
216240
["Act"] = 5,
217241
["Type"] = "Interlude 2",
218242
["Area"] = "The Khari Crossing",
219-
["Stat"] = "5% increased Maximum Life",
243+
["Stat"] = "5% increased maximum Life",
220244
["AreaLevel"] = 61,
221245
["useConfig"] = true
222246
},
223247
{
248+
-- "The Seven Pillars"
224249
["Act"] = 5,
225250
["Type"] = "Interlude 2",
226251
["Area"] = "Qimah",
@@ -236,6 +261,7 @@ return {
236261
["useConfig"] = true
237262
},
238263
{
264+
-- "Lythara, the Wayward Spear"
239265
["Act"] = 5,
240266
["Type"] = "Interlude 3",
241267
["Area"] = "Kriar Village",
@@ -244,6 +270,7 @@ return {
244270
["useConfig"] = true
245271
},
246272
{
273+
-- "The Abominable Yeti"
247274
["Act"] = 5,
248275
["Type"] = "Interlude 3",
249276
["Area"] = "Howling Caves",
@@ -253,6 +280,7 @@ return {
253280
["useConfig"] = false
254281
},
255282
{
283+
-- "Siege Of Oriath"
256284
["Act"] = 6,
257285
["Type"] = "Epilog",
258286
["Area"] = "Kingsmarch",

0 commit comments

Comments
 (0)