covetous 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +10 -0
- data/covetous.gemspec +30 -0
- data/lib/covetous.rb +14 -0
- data/lib/covetous/data.rb +8 -0
- data/lib/covetous/data/artisan.rb +17 -0
- data/lib/covetous/data/follower.rb +17 -0
- data/lib/covetous/data/item.rb +10 -0
- data/lib/covetous/profile.rb +7 -0
- data/lib/covetous/profile/career.rb +14 -0
- data/lib/covetous/profile/hero.rb +10 -0
- data/lib/covetous/shen.rb +20 -0
- data/lib/covetous/version.rb +3 -0
- data/spec/covetous/info/artisan_spec.rb +24 -0
- data/spec/covetous/info/follower_spec.rb +23 -0
- data/spec/covetous/info/item_spec.rb +20 -0
- data/spec/covetous/profile/career_spec.rb +37 -0
- data/spec/covetous/profile/hero_spec.rb +35 -0
- data/spec/fixtures/covetous_cassettes/artisan_data.yml +3298 -0
- data/spec/fixtures/covetous_cassettes/career_profile.yml +1404 -0
- data/spec/fixtures/covetous_cassettes/follower_data.yml +215 -0
- data/spec/fixtures/covetous_cassettes/hero_profile.yml +652 -0
- data/spec/fixtures/covetous_cassettes/item_data.yml +210 -0
- data/spec/spec_helper.rb +16 -0
- metadata +201 -0
@@ -0,0 +1,1404 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://us.battle.net/api/d3/profile/corroded-6950/
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers: {}
|
10
|
+
response:
|
11
|
+
status:
|
12
|
+
code: 200
|
13
|
+
message: OK
|
14
|
+
headers:
|
15
|
+
Date:
|
16
|
+
- Mon, 17 Sep 2012 01:34:46 GMT
|
17
|
+
Server:
|
18
|
+
- Apache
|
19
|
+
X-Frame-Options:
|
20
|
+
- SAMEORIGIN
|
21
|
+
Content-Language:
|
22
|
+
- en-US
|
23
|
+
Vary:
|
24
|
+
- Accept-Encoding
|
25
|
+
Transfer-Encoding:
|
26
|
+
- chunked
|
27
|
+
Content-Type:
|
28
|
+
- application/json;charset=UTF-8
|
29
|
+
body:
|
30
|
+
encoding: US-ASCII
|
31
|
+
string: ! '{
|
32
|
+
|
33
|
+
"heroes" : [ {
|
34
|
+
|
35
|
+
"name" : "corrodee",
|
36
|
+
|
37
|
+
"id" : 20042961,
|
38
|
+
|
39
|
+
"level" : 60,
|
40
|
+
|
41
|
+
"hardcore" : false,
|
42
|
+
|
43
|
+
"paragonLevel" : 6,
|
44
|
+
|
45
|
+
"gender" : 1,
|
46
|
+
|
47
|
+
"dead" : false,
|
48
|
+
|
49
|
+
"class" : "wizard",
|
50
|
+
|
51
|
+
"last-updated" : 1347374909
|
52
|
+
|
53
|
+
}, {
|
54
|
+
|
55
|
+
"name" : "corrodeath",
|
56
|
+
|
57
|
+
"id" : 12793941,
|
58
|
+
|
59
|
+
"level" : 60,
|
60
|
+
|
61
|
+
"hardcore" : false,
|
62
|
+
|
63
|
+
"paragonLevel" : 0,
|
64
|
+
|
65
|
+
"gender" : 0,
|
66
|
+
|
67
|
+
"dead" : false,
|
68
|
+
|
69
|
+
"class" : "witch-doctor",
|
70
|
+
|
71
|
+
"last-updated" : 1346327821
|
72
|
+
|
73
|
+
}, {
|
74
|
+
|
75
|
+
"name" : "corrodea",
|
76
|
+
|
77
|
+
"id" : 4762535,
|
78
|
+
|
79
|
+
"level" : 60,
|
80
|
+
|
81
|
+
"hardcore" : false,
|
82
|
+
|
83
|
+
"paragonLevel" : 0,
|
84
|
+
|
85
|
+
"gender" : 1,
|
86
|
+
|
87
|
+
"dead" : false,
|
88
|
+
|
89
|
+
"class" : "monk",
|
90
|
+
|
91
|
+
"last-updated" : 1346485792
|
92
|
+
|
93
|
+
}, {
|
94
|
+
|
95
|
+
"name" : "corrodead",
|
96
|
+
|
97
|
+
"id" : 26720188,
|
98
|
+
|
99
|
+
"level" : 4,
|
100
|
+
|
101
|
+
"hardcore" : true,
|
102
|
+
|
103
|
+
"paragonLevel" : 0,
|
104
|
+
|
105
|
+
"gender" : 1,
|
106
|
+
|
107
|
+
"dead" : false,
|
108
|
+
|
109
|
+
"class" : "demon-hunter",
|
110
|
+
|
111
|
+
"last-updated" : 1347525050
|
112
|
+
|
113
|
+
}, {
|
114
|
+
|
115
|
+
"name" : "corroder",
|
116
|
+
|
117
|
+
"id" : 17829135,
|
118
|
+
|
119
|
+
"level" : 2,
|
120
|
+
|
121
|
+
"hardcore" : false,
|
122
|
+
|
123
|
+
"paragonLevel" : 0,
|
124
|
+
|
125
|
+
"gender" : 0,
|
126
|
+
|
127
|
+
"dead" : false,
|
128
|
+
|
129
|
+
"class" : "barbarian",
|
130
|
+
|
131
|
+
"last-updated" : 1345899190
|
132
|
+
|
133
|
+
} ],
|
134
|
+
|
135
|
+
"lastHeroPlayed" : 20042961,
|
136
|
+
|
137
|
+
"lastUpdated" : 1347525050,
|
138
|
+
|
139
|
+
"artisans" : [ {
|
140
|
+
|
141
|
+
"slug" : "blacksmith",
|
142
|
+
|
143
|
+
"level" : 10,
|
144
|
+
|
145
|
+
"stepCurrent" : 0,
|
146
|
+
|
147
|
+
"stepMax" : 5
|
148
|
+
|
149
|
+
}, {
|
150
|
+
|
151
|
+
"slug" : "jeweler",
|
152
|
+
|
153
|
+
"level" : 10,
|
154
|
+
|
155
|
+
"stepCurrent" : 0,
|
156
|
+
|
157
|
+
"stepMax" : 1
|
158
|
+
|
159
|
+
} ],
|
160
|
+
|
161
|
+
"hardcoreArtisans" : [ {
|
162
|
+
|
163
|
+
"slug" : "blacksmith",
|
164
|
+
|
165
|
+
"level" : 1,
|
166
|
+
|
167
|
+
"stepCurrent" : 0,
|
168
|
+
|
169
|
+
"stepMax" : 5
|
170
|
+
|
171
|
+
}, {
|
172
|
+
|
173
|
+
"slug" : "jeweler",
|
174
|
+
|
175
|
+
"level" : 0,
|
176
|
+
|
177
|
+
"stepCurrent" : 0,
|
178
|
+
|
179
|
+
"stepMax" : 1
|
180
|
+
|
181
|
+
} ],
|
182
|
+
|
183
|
+
"kills" : {
|
184
|
+
|
185
|
+
"monsters" : 139853,
|
186
|
+
|
187
|
+
"elites" : 6606,
|
188
|
+
|
189
|
+
"hardcoreMonsters" : 6295
|
190
|
+
|
191
|
+
},
|
192
|
+
|
193
|
+
"timePlayed" : {
|
194
|
+
|
195
|
+
"barbarian" : 0.0020,
|
196
|
+
|
197
|
+
"demon-hunter" : 0.054,
|
198
|
+
|
199
|
+
"monk" : 1.0,
|
200
|
+
|
201
|
+
"witch-doctor" : 0.46,
|
202
|
+
|
203
|
+
"wizard" : 0.485
|
204
|
+
|
205
|
+
},
|
206
|
+
|
207
|
+
"fallenHeroes" : [ {
|
208
|
+
|
209
|
+
"stats" : {
|
210
|
+
|
211
|
+
"life" : 926,
|
212
|
+
|
213
|
+
"damage" : 71.1448,
|
214
|
+
|
215
|
+
"armor" : 375,
|
216
|
+
|
217
|
+
"strength" : 51,
|
218
|
+
|
219
|
+
"dexterity" : 128,
|
220
|
+
|
221
|
+
"vitality" : 81,
|
222
|
+
|
223
|
+
"intelligence" : 66,
|
224
|
+
|
225
|
+
"physicalResist" : 0,
|
226
|
+
|
227
|
+
"fireResist" : 6,
|
228
|
+
|
229
|
+
"coldResist" : 6,
|
230
|
+
|
231
|
+
"lightningResist" : 6,
|
232
|
+
|
233
|
+
"poisonResist" : 6,
|
234
|
+
|
235
|
+
"arcaneResist" : 6,
|
236
|
+
|
237
|
+
"damageIncrease" : 1.2799999713897705,
|
238
|
+
|
239
|
+
"critChance" : 0.07500000298023224,
|
240
|
+
|
241
|
+
"damageReduction" : 0.27272701263427734
|
242
|
+
|
243
|
+
},
|
244
|
+
|
245
|
+
"kills" : {
|
246
|
+
|
247
|
+
"elites" : 168
|
248
|
+
|
249
|
+
},
|
250
|
+
|
251
|
+
"items" : {
|
252
|
+
|
253
|
+
"head" : {
|
254
|
+
|
255
|
+
"id" : "Helm_004",
|
256
|
+
|
257
|
+
"name" : "Clever Arming Cap of Focus",
|
258
|
+
|
259
|
+
"icon" : "helm_004_demonhunter_male",
|
260
|
+
|
261
|
+
"displayColor" : "blue",
|
262
|
+
|
263
|
+
"tooltipParams" : "item/CiUInpvz3AYSBwgEFfnwTl0dniO8SB3G57vvMAk4ugRAAFAIYPwEGPLD99QLUABYAg"
|
264
|
+
|
265
|
+
},
|
266
|
+
|
267
|
+
"torso" : {
|
268
|
+
|
269
|
+
"id" : "ChestArmor_003",
|
270
|
+
|
271
|
+
"name" : "Carapace Confession",
|
272
|
+
|
273
|
+
"icon" : "chestarmor_003_demonhunter_female",
|
274
|
+
|
275
|
+
"displayColor" : "yellow",
|
276
|
+
|
277
|
+
"tooltipParams" : "item/CkgIvO7N3QsSBwgEFaoZGWAd08Lsjx2kYIuGHTfo52Edt1voSB0tpb6MHcNZU2giCwgBFXJCAwAYJiAYMAk4qgRAAEgBUBBg6gQY1ObIgQxQAFgC"
|
278
|
+
|
279
|
+
},
|
280
|
+
|
281
|
+
"feet" : {
|
282
|
+
|
283
|
+
"id" : "Boots_004",
|
284
|
+
|
285
|
+
"name" : "Spined Hooves",
|
286
|
+
|
287
|
+
"icon" : "boots_004_demonhunter_male",
|
288
|
+
|
289
|
+
"displayColor" : "yellow",
|
290
|
+
|
291
|
+
"tooltipParams" : "item/CkYImrruggsSBwgEFRo9m38dCOpQCB2SDZAKHZ4jvEgdFqTT2B13A70oHXX3SgciCwgAFc3-AQAYHCAOMAk4rANAAFAQYN4DGLT02fkPUABYAg"
|
292
|
+
|
293
|
+
},
|
294
|
+
|
295
|
+
"hands" : {
|
296
|
+
|
297
|
+
"id" : "Gloves_004",
|
298
|
+
|
299
|
+
"name" : "Keen Armor",
|
300
|
+
|
301
|
+
"icon" : "gloves_004_demonhunter_male",
|
302
|
+
|
303
|
+
"displayColor" : "yellow",
|
304
|
+
|
305
|
+
"tooltipParams" : "item/Cj4IjsHgvggSBwgEFUNTkqQdniO8SB2dl-1sHdZvUZMdi61SaCILCAAVrv4BABgcIAIwCTj-A0AASBBQDGC6BBj5su22C1AAWAI"
|
306
|
+
|
307
|
+
},
|
308
|
+
|
309
|
+
"shoulders" : {
|
310
|
+
|
311
|
+
"id" : "Shoulders_003",
|
312
|
+
|
313
|
+
"name" : "Champion Boon",
|
314
|
+
|
315
|
+
"icon" : "shoulders_003_demonhunter_male",
|
316
|
+
|
317
|
+
"displayColor" : "yellow",
|
318
|
+
|
319
|
+
"tooltipParams" : "item/Cj4Ig-6UrQsSBwgEFUvwyBUdjCb-qx2eI7xIHcAJivUdi61SaCILCAEVdkIDABgEICYwCTjqA0AASApQDGCjBBiWwcfcAlAAWAI"
|
320
|
+
|
321
|
+
},
|
322
|
+
|
323
|
+
"legs" : {
|
324
|
+
|
325
|
+
"id" : "Pants_003",
|
326
|
+
|
327
|
+
"name" : "Gleaming Cords",
|
328
|
+
|
329
|
+
"icon" : "pants_003_demonhunter_male",
|
330
|
+
|
331
|
+
"displayColor" : "yellow",
|
332
|
+
|
333
|
+
"tooltipParams" : "item/Cj4I3surmg8SBwgEFRiK1aUd08Lsjx2FMl9qHYsm_qsdLaW-jCILCAAVtv4BABg4ICIwCTjHA0AASAFQDGD8AxjP19OiC1AAWAI"
|
334
|
+
|
335
|
+
},
|
336
|
+
|
337
|
+
"bracers" : {
|
338
|
+
|
339
|
+
"id" : "Bracers_002",
|
340
|
+
|
341
|
+
"name" : "Adventuring Leather Cuffs of Focus",
|
342
|
+
|
343
|
+
"icon" : "bracers_002_demonhunter_male",
|
344
|
+
|
345
|
+
"displayColor" : "blue",
|
346
|
+
|
347
|
+
"tooltipParams" : "item/CiUI7vLf_QcSBwgEFVMkyssdw1lTaB1EfQLlMAk48gJAAFAIYJ4DGNnursMGUABYAg"
|
348
|
+
|
349
|
+
},
|
350
|
+
|
351
|
+
"mainHand" : {
|
352
|
+
|
353
|
+
"id" : "HandXbow_005",
|
354
|
+
|
355
|
+
"name" : "Hunter''s Gnaw",
|
356
|
+
|
357
|
+
"icon" : "handxbow_005_demonhunter_female",
|
358
|
+
|
359
|
+
"displayColor" : "yellow",
|
360
|
+
|
361
|
+
"tooltipParams" : "item/CkYI0cLbqgMSBwgEFU8VV-odRbQtfx2b1VN0HaVe7nUd_kNfoB2nPplkHZ4jvEgiCwgBFXlCAwAYBCACMAk47QNAAFAQYKcEGOGqx9oCUABYAg"
|
362
|
+
|
363
|
+
},
|
364
|
+
|
365
|
+
"offHand" : {
|
366
|
+
|
367
|
+
"id" : "HandXbow_005",
|
368
|
+
|
369
|
+
"name" : "War Helix",
|
370
|
+
|
371
|
+
"icon" : "handxbow_005_demonhunter_female",
|
372
|
+
|
373
|
+
"displayColor" : "yellow",
|
374
|
+
|
375
|
+
"tooltipParams" : "item/CjwIqOqQ8QsSBwgEFU8VV-odJ5ZAYB09zbLjHZzVU3QdpV7udSILCAAVq_4BABgeIBwwCTjsA0AAUAxgpgQY4arH2gJQAFgC"
|
376
|
+
|
377
|
+
},
|
378
|
+
|
379
|
+
"waist" : {
|
380
|
+
|
381
|
+
"id" : "Belt_003",
|
382
|
+
|
383
|
+
"name" : "Scouting Leather Belt of the Hawk",
|
384
|
+
|
385
|
+
"icon" : "belt_003_demonhunter_male",
|
386
|
+
|
387
|
+
"displayColor" : "blue",
|
388
|
+
|
389
|
+
"tooltipParams" : "item/CiUI2M6TqgISBwgEFTmfQtQdGy00Yh2kYIuGMAk4rQNAAFAIYOADGI2D67sFUABYAg"
|
390
|
+
|
391
|
+
},
|
392
|
+
|
393
|
+
"rightFinger" : {
|
394
|
+
|
395
|
+
"id" : "Ring_03",
|
396
|
+
|
397
|
+
"name" : "Keen Ring of Wounding",
|
398
|
+
|
399
|
+
"icon" : "ring_03_demonhunter_male",
|
400
|
+
|
401
|
+
"displayColor" : "blue",
|
402
|
+
|
403
|
+
"tooltipParams" : "item/CiUI46XnqwISBwgEFfJUXUQd73HA0B2WaHMFMAk47AJAAFAIYJcDGOTT6sUIUABYAg"
|
404
|
+
|
405
|
+
},
|
406
|
+
|
407
|
+
"leftFinger" : {
|
408
|
+
|
409
|
+
"id" : "Ring_05",
|
410
|
+
|
411
|
+
"name" : "Glory Nexus",
|
412
|
+
|
413
|
+
"icon" : "ring_05_demonhunter_male",
|
414
|
+
|
415
|
+
"displayColor" : "yellow",
|
416
|
+
|
417
|
+
"tooltipParams" : "item/CkYItv2Xvw0SBwgEFfRUXUQdxue77x2SDZAKHW5aGxIdGpZAYB1m421THT69ijUiCwgBFYpCAwAYKCAiMAk4lgNAAFAQYMYDGOjT6sUIUABYAg"
|
418
|
+
|
419
|
+
},
|
420
|
+
|
421
|
+
"neck" : {
|
422
|
+
|
423
|
+
"id" : "Amulet02",
|
424
|
+
|
425
|
+
"name" : "Amulet of Focus",
|
426
|
+
|
427
|
+
"icon" : "amulet02_demonhunter_male",
|
428
|
+
|
429
|
+
"displayColor" : "blue",
|
430
|
+
|
431
|
+
"tooltipParams" : "item/CiAI37eUnA4SBwgEFYrFRGQdXFCqBzAJOMQCQABQBmDrAhiUlqbEDFAAWAI"
|
432
|
+
|
433
|
+
}
|
434
|
+
|
435
|
+
},
|
436
|
+
|
437
|
+
"death" : {
|
438
|
+
|
439
|
+
"killer" : 208962,
|
440
|
+
|
441
|
+
"location" : 61631,
|
442
|
+
|
443
|
+
"time" : 1347370317
|
444
|
+
|
445
|
+
},
|
446
|
+
|
447
|
+
"name" : "corrodread",
|
448
|
+
|
449
|
+
"level" : 20,
|
450
|
+
|
451
|
+
"hardcore" : true,
|
452
|
+
|
453
|
+
"heroId" : 25855104,
|
454
|
+
|
455
|
+
"gender" : 1,
|
456
|
+
|
457
|
+
"class" : "demon-hunter"
|
458
|
+
|
459
|
+
} ],
|
460
|
+
|
461
|
+
"battleTag" : "corroded#6950",
|
462
|
+
|
463
|
+
"progression" : {
|
464
|
+
|
465
|
+
"normal" : {
|
466
|
+
|
467
|
+
"act1" : {
|
468
|
+
|
469
|
+
"completed" : true,
|
470
|
+
|
471
|
+
"completedQuests" : [ {
|
472
|
+
|
473
|
+
"slug" : "the-fallen-star",
|
474
|
+
|
475
|
+
"name" : "The Fallen Star"
|
476
|
+
|
477
|
+
}, {
|
478
|
+
|
479
|
+
"slug" : "the-legacy-of-cain",
|
480
|
+
|
481
|
+
"name" : "The Legacy of Cain"
|
482
|
+
|
483
|
+
}, {
|
484
|
+
|
485
|
+
"slug" : "a-shattered-crown",
|
486
|
+
|
487
|
+
"name" : "A Shattered Crown"
|
488
|
+
|
489
|
+
}, {
|
490
|
+
|
491
|
+
"slug" : "reign-of-the-black-king",
|
492
|
+
|
493
|
+
"name" : "Reign of the Black King"
|
494
|
+
|
495
|
+
}, {
|
496
|
+
|
497
|
+
"slug" : "sword-of-the-stranger",
|
498
|
+
|
499
|
+
"name" : "Sword of the Stranger"
|
500
|
+
|
501
|
+
}, {
|
502
|
+
|
503
|
+
"slug" : "the-broken-blade",
|
504
|
+
|
505
|
+
"name" : "The Broken Blade"
|
506
|
+
|
507
|
+
}, {
|
508
|
+
|
509
|
+
"slug" : "the-doom-in-wortham",
|
510
|
+
|
511
|
+
"name" : "The Doom in Wortham"
|
512
|
+
|
513
|
+
}, {
|
514
|
+
|
515
|
+
"slug" : "trailing-the-coven",
|
516
|
+
|
517
|
+
"name" : "Trailing the Coven"
|
518
|
+
|
519
|
+
}, {
|
520
|
+
|
521
|
+
"slug" : "the-imprisoned-angel",
|
522
|
+
|
523
|
+
"name" : "The Imprisoned Angel"
|
524
|
+
|
525
|
+
}, {
|
526
|
+
|
527
|
+
"slug" : "return-to-new-tristram",
|
528
|
+
|
529
|
+
"name" : "Return to New Tristram"
|
530
|
+
|
531
|
+
} ]
|
532
|
+
|
533
|
+
},
|
534
|
+
|
535
|
+
"act2" : {
|
536
|
+
|
537
|
+
"completed" : true,
|
538
|
+
|
539
|
+
"completedQuests" : [ {
|
540
|
+
|
541
|
+
"slug" : "shadows-in-the-desert",
|
542
|
+
|
543
|
+
"name" : "Shadows in the Desert"
|
544
|
+
|
545
|
+
}, {
|
546
|
+
|
547
|
+
"slug" : "the-road-to-alcarnus",
|
548
|
+
|
549
|
+
"name" : "The Road to Alcarnus"
|
550
|
+
|
551
|
+
}, {
|
552
|
+
|
553
|
+
"slug" : "city-of-blood",
|
554
|
+
|
555
|
+
"name" : "City of Blood"
|
556
|
+
|
557
|
+
}, {
|
558
|
+
|
559
|
+
"slug" : "a-royal-audience",
|
560
|
+
|
561
|
+
"name" : "A Royal Audience"
|
562
|
+
|
563
|
+
}, {
|
564
|
+
|
565
|
+
"slug" : "unexpected-allies",
|
566
|
+
|
567
|
+
"name" : "Unexpected Allies"
|
568
|
+
|
569
|
+
}, {
|
570
|
+
|
571
|
+
"slug" : "betrayer-of-the-horadrim",
|
572
|
+
|
573
|
+
"name" : "Betrayer of the Horadrim"
|
574
|
+
|
575
|
+
}, {
|
576
|
+
|
577
|
+
"slug" : "blood-and-sand",
|
578
|
+
|
579
|
+
"name" : "Blood and Sand"
|
580
|
+
|
581
|
+
}, {
|
582
|
+
|
583
|
+
"slug" : "the-black-soulstone",
|
584
|
+
|
585
|
+
"name" : "The Black Soulstone"
|
586
|
+
|
587
|
+
}, {
|
588
|
+
|
589
|
+
"slug" : "the-scouring-of-caldeum",
|
590
|
+
|
591
|
+
"name" : "The Scouring of Caldeum"
|
592
|
+
|
593
|
+
}, {
|
594
|
+
|
595
|
+
"slug" : "lord-of-lies",
|
596
|
+
|
597
|
+
"name" : "Lord of Lies"
|
598
|
+
|
599
|
+
} ]
|
600
|
+
|
601
|
+
},
|
602
|
+
|
603
|
+
"act3" : {
|
604
|
+
|
605
|
+
"completed" : true,
|
606
|
+
|
607
|
+
"completedQuests" : [ {
|
608
|
+
|
609
|
+
"slug" : "the-siege-of-bastions-keep",
|
610
|
+
|
611
|
+
"name" : "The Siege of Bastion''s Keep"
|
612
|
+
|
613
|
+
}, {
|
614
|
+
|
615
|
+
"slug" : "turning-the-tide",
|
616
|
+
|
617
|
+
"name" : "Turning the Tide"
|
618
|
+
|
619
|
+
}, {
|
620
|
+
|
621
|
+
"slug" : "the-breached-keep",
|
622
|
+
|
623
|
+
"name" : "The Breached Keep"
|
624
|
+
|
625
|
+
}, {
|
626
|
+
|
627
|
+
"slug" : "tremors-in-the-stone",
|
628
|
+
|
629
|
+
"name" : "Tremors in the Stone"
|
630
|
+
|
631
|
+
}, {
|
632
|
+
|
633
|
+
"slug" : "machines-of-war",
|
634
|
+
|
635
|
+
"name" : "Machines of War"
|
636
|
+
|
637
|
+
}, {
|
638
|
+
|
639
|
+
"slug" : "siegebreaker",
|
640
|
+
|
641
|
+
"name" : "Siegebreaker"
|
642
|
+
|
643
|
+
}, {
|
644
|
+
|
645
|
+
"slug" : "heart-of-sin",
|
646
|
+
|
647
|
+
"name" : "Heart of Sin"
|
648
|
+
|
649
|
+
} ]
|
650
|
+
|
651
|
+
},
|
652
|
+
|
653
|
+
"act4" : {
|
654
|
+
|
655
|
+
"completed" : true,
|
656
|
+
|
657
|
+
"completedQuests" : [ {
|
658
|
+
|
659
|
+
"slug" : "fall-of-the-high-heavens",
|
660
|
+
|
661
|
+
"name" : "Fall of the High Heavens"
|
662
|
+
|
663
|
+
}, {
|
664
|
+
|
665
|
+
"slug" : "the-light-of-hope",
|
666
|
+
|
667
|
+
"name" : "The Light of Hope"
|
668
|
+
|
669
|
+
}, {
|
670
|
+
|
671
|
+
"slug" : "beneath-the-spire",
|
672
|
+
|
673
|
+
"name" : "Beneath the Spire"
|
674
|
+
|
675
|
+
}, {
|
676
|
+
|
677
|
+
"slug" : "prime-evil",
|
678
|
+
|
679
|
+
"name" : "Prime Evil"
|
680
|
+
|
681
|
+
} ]
|
682
|
+
|
683
|
+
}
|
684
|
+
|
685
|
+
},
|
686
|
+
|
687
|
+
"nightmare" : {
|
688
|
+
|
689
|
+
"act1" : {
|
690
|
+
|
691
|
+
"completed" : true,
|
692
|
+
|
693
|
+
"completedQuests" : [ {
|
694
|
+
|
695
|
+
"slug" : "the-fallen-star",
|
696
|
+
|
697
|
+
"name" : "The Fallen Star"
|
698
|
+
|
699
|
+
}, {
|
700
|
+
|
701
|
+
"slug" : "the-legacy-of-cain",
|
702
|
+
|
703
|
+
"name" : "The Legacy of Cain"
|
704
|
+
|
705
|
+
}, {
|
706
|
+
|
707
|
+
"slug" : "a-shattered-crown",
|
708
|
+
|
709
|
+
"name" : "A Shattered Crown"
|
710
|
+
|
711
|
+
}, {
|
712
|
+
|
713
|
+
"slug" : "reign-of-the-black-king",
|
714
|
+
|
715
|
+
"name" : "Reign of the Black King"
|
716
|
+
|
717
|
+
}, {
|
718
|
+
|
719
|
+
"slug" : "sword-of-the-stranger",
|
720
|
+
|
721
|
+
"name" : "Sword of the Stranger"
|
722
|
+
|
723
|
+
}, {
|
724
|
+
|
725
|
+
"slug" : "the-broken-blade",
|
726
|
+
|
727
|
+
"name" : "The Broken Blade"
|
728
|
+
|
729
|
+
}, {
|
730
|
+
|
731
|
+
"slug" : "the-doom-in-wortham",
|
732
|
+
|
733
|
+
"name" : "The Doom in Wortham"
|
734
|
+
|
735
|
+
}, {
|
736
|
+
|
737
|
+
"slug" : "trailing-the-coven",
|
738
|
+
|
739
|
+
"name" : "Trailing the Coven"
|
740
|
+
|
741
|
+
}, {
|
742
|
+
|
743
|
+
"slug" : "the-imprisoned-angel",
|
744
|
+
|
745
|
+
"name" : "The Imprisoned Angel"
|
746
|
+
|
747
|
+
}, {
|
748
|
+
|
749
|
+
"slug" : "return-to-new-tristram",
|
750
|
+
|
751
|
+
"name" : "Return to New Tristram"
|
752
|
+
|
753
|
+
} ]
|
754
|
+
|
755
|
+
},
|
756
|
+
|
757
|
+
"act2" : {
|
758
|
+
|
759
|
+
"completed" : true,
|
760
|
+
|
761
|
+
"completedQuests" : [ {
|
762
|
+
|
763
|
+
"slug" : "shadows-in-the-desert",
|
764
|
+
|
765
|
+
"name" : "Shadows in the Desert"
|
766
|
+
|
767
|
+
}, {
|
768
|
+
|
769
|
+
"slug" : "the-road-to-alcarnus",
|
770
|
+
|
771
|
+
"name" : "The Road to Alcarnus"
|
772
|
+
|
773
|
+
}, {
|
774
|
+
|
775
|
+
"slug" : "city-of-blood",
|
776
|
+
|
777
|
+
"name" : "City of Blood"
|
778
|
+
|
779
|
+
}, {
|
780
|
+
|
781
|
+
"slug" : "a-royal-audience",
|
782
|
+
|
783
|
+
"name" : "A Royal Audience"
|
784
|
+
|
785
|
+
}, {
|
786
|
+
|
787
|
+
"slug" : "unexpected-allies",
|
788
|
+
|
789
|
+
"name" : "Unexpected Allies"
|
790
|
+
|
791
|
+
}, {
|
792
|
+
|
793
|
+
"slug" : "betrayer-of-the-horadrim",
|
794
|
+
|
795
|
+
"name" : "Betrayer of the Horadrim"
|
796
|
+
|
797
|
+
}, {
|
798
|
+
|
799
|
+
"slug" : "blood-and-sand",
|
800
|
+
|
801
|
+
"name" : "Blood and Sand"
|
802
|
+
|
803
|
+
}, {
|
804
|
+
|
805
|
+
"slug" : "the-black-soulstone",
|
806
|
+
|
807
|
+
"name" : "The Black Soulstone"
|
808
|
+
|
809
|
+
}, {
|
810
|
+
|
811
|
+
"slug" : "the-scouring-of-caldeum",
|
812
|
+
|
813
|
+
"name" : "The Scouring of Caldeum"
|
814
|
+
|
815
|
+
}, {
|
816
|
+
|
817
|
+
"slug" : "lord-of-lies",
|
818
|
+
|
819
|
+
"name" : "Lord of Lies"
|
820
|
+
|
821
|
+
} ]
|
822
|
+
|
823
|
+
},
|
824
|
+
|
825
|
+
"act3" : {
|
826
|
+
|
827
|
+
"completed" : true,
|
828
|
+
|
829
|
+
"completedQuests" : [ {
|
830
|
+
|
831
|
+
"slug" : "the-siege-of-bastions-keep",
|
832
|
+
|
833
|
+
"name" : "The Siege of Bastion''s Keep"
|
834
|
+
|
835
|
+
}, {
|
836
|
+
|
837
|
+
"slug" : "turning-the-tide",
|
838
|
+
|
839
|
+
"name" : "Turning the Tide"
|
840
|
+
|
841
|
+
}, {
|
842
|
+
|
843
|
+
"slug" : "the-breached-keep",
|
844
|
+
|
845
|
+
"name" : "The Breached Keep"
|
846
|
+
|
847
|
+
}, {
|
848
|
+
|
849
|
+
"slug" : "tremors-in-the-stone",
|
850
|
+
|
851
|
+
"name" : "Tremors in the Stone"
|
852
|
+
|
853
|
+
}, {
|
854
|
+
|
855
|
+
"slug" : "machines-of-war",
|
856
|
+
|
857
|
+
"name" : "Machines of War"
|
858
|
+
|
859
|
+
}, {
|
860
|
+
|
861
|
+
"slug" : "siegebreaker",
|
862
|
+
|
863
|
+
"name" : "Siegebreaker"
|
864
|
+
|
865
|
+
}, {
|
866
|
+
|
867
|
+
"slug" : "heart-of-sin",
|
868
|
+
|
869
|
+
"name" : "Heart of Sin"
|
870
|
+
|
871
|
+
} ]
|
872
|
+
|
873
|
+
},
|
874
|
+
|
875
|
+
"act4" : {
|
876
|
+
|
877
|
+
"completed" : true,
|
878
|
+
|
879
|
+
"completedQuests" : [ {
|
880
|
+
|
881
|
+
"slug" : "fall-of-the-high-heavens",
|
882
|
+
|
883
|
+
"name" : "Fall of the High Heavens"
|
884
|
+
|
885
|
+
}, {
|
886
|
+
|
887
|
+
"slug" : "the-light-of-hope",
|
888
|
+
|
889
|
+
"name" : "The Light of Hope"
|
890
|
+
|
891
|
+
}, {
|
892
|
+
|
893
|
+
"slug" : "beneath-the-spire",
|
894
|
+
|
895
|
+
"name" : "Beneath the Spire"
|
896
|
+
|
897
|
+
}, {
|
898
|
+
|
899
|
+
"slug" : "prime-evil",
|
900
|
+
|
901
|
+
"name" : "Prime Evil"
|
902
|
+
|
903
|
+
} ]
|
904
|
+
|
905
|
+
}
|
906
|
+
|
907
|
+
},
|
908
|
+
|
909
|
+
"hell" : {
|
910
|
+
|
911
|
+
"act1" : {
|
912
|
+
|
913
|
+
"completed" : true,
|
914
|
+
|
915
|
+
"completedQuests" : [ {
|
916
|
+
|
917
|
+
"slug" : "the-fallen-star",
|
918
|
+
|
919
|
+
"name" : "The Fallen Star"
|
920
|
+
|
921
|
+
}, {
|
922
|
+
|
923
|
+
"slug" : "the-legacy-of-cain",
|
924
|
+
|
925
|
+
"name" : "The Legacy of Cain"
|
926
|
+
|
927
|
+
}, {
|
928
|
+
|
929
|
+
"slug" : "a-shattered-crown",
|
930
|
+
|
931
|
+
"name" : "A Shattered Crown"
|
932
|
+
|
933
|
+
}, {
|
934
|
+
|
935
|
+
"slug" : "reign-of-the-black-king",
|
936
|
+
|
937
|
+
"name" : "Reign of the Black King"
|
938
|
+
|
939
|
+
}, {
|
940
|
+
|
941
|
+
"slug" : "sword-of-the-stranger",
|
942
|
+
|
943
|
+
"name" : "Sword of the Stranger"
|
944
|
+
|
945
|
+
}, {
|
946
|
+
|
947
|
+
"slug" : "the-broken-blade",
|
948
|
+
|
949
|
+
"name" : "The Broken Blade"
|
950
|
+
|
951
|
+
}, {
|
952
|
+
|
953
|
+
"slug" : "the-doom-in-wortham",
|
954
|
+
|
955
|
+
"name" : "The Doom in Wortham"
|
956
|
+
|
957
|
+
}, {
|
958
|
+
|
959
|
+
"slug" : "trailing-the-coven",
|
960
|
+
|
961
|
+
"name" : "Trailing the Coven"
|
962
|
+
|
963
|
+
}, {
|
964
|
+
|
965
|
+
"slug" : "the-imprisoned-angel",
|
966
|
+
|
967
|
+
"name" : "The Imprisoned Angel"
|
968
|
+
|
969
|
+
}, {
|
970
|
+
|
971
|
+
"slug" : "return-to-new-tristram",
|
972
|
+
|
973
|
+
"name" : "Return to New Tristram"
|
974
|
+
|
975
|
+
} ]
|
976
|
+
|
977
|
+
},
|
978
|
+
|
979
|
+
"act2" : {
|
980
|
+
|
981
|
+
"completed" : true,
|
982
|
+
|
983
|
+
"completedQuests" : [ {
|
984
|
+
|
985
|
+
"slug" : "shadows-in-the-desert",
|
986
|
+
|
987
|
+
"name" : "Shadows in the Desert"
|
988
|
+
|
989
|
+
}, {
|
990
|
+
|
991
|
+
"slug" : "the-road-to-alcarnus",
|
992
|
+
|
993
|
+
"name" : "The Road to Alcarnus"
|
994
|
+
|
995
|
+
}, {
|
996
|
+
|
997
|
+
"slug" : "city-of-blood",
|
998
|
+
|
999
|
+
"name" : "City of Blood"
|
1000
|
+
|
1001
|
+
}, {
|
1002
|
+
|
1003
|
+
"slug" : "a-royal-audience",
|
1004
|
+
|
1005
|
+
"name" : "A Royal Audience"
|
1006
|
+
|
1007
|
+
}, {
|
1008
|
+
|
1009
|
+
"slug" : "unexpected-allies",
|
1010
|
+
|
1011
|
+
"name" : "Unexpected Allies"
|
1012
|
+
|
1013
|
+
}, {
|
1014
|
+
|
1015
|
+
"slug" : "betrayer-of-the-horadrim",
|
1016
|
+
|
1017
|
+
"name" : "Betrayer of the Horadrim"
|
1018
|
+
|
1019
|
+
}, {
|
1020
|
+
|
1021
|
+
"slug" : "blood-and-sand",
|
1022
|
+
|
1023
|
+
"name" : "Blood and Sand"
|
1024
|
+
|
1025
|
+
}, {
|
1026
|
+
|
1027
|
+
"slug" : "the-black-soulstone",
|
1028
|
+
|
1029
|
+
"name" : "The Black Soulstone"
|
1030
|
+
|
1031
|
+
}, {
|
1032
|
+
|
1033
|
+
"slug" : "the-scouring-of-caldeum",
|
1034
|
+
|
1035
|
+
"name" : "The Scouring of Caldeum"
|
1036
|
+
|
1037
|
+
}, {
|
1038
|
+
|
1039
|
+
"slug" : "lord-of-lies",
|
1040
|
+
|
1041
|
+
"name" : "Lord of Lies"
|
1042
|
+
|
1043
|
+
} ]
|
1044
|
+
|
1045
|
+
},
|
1046
|
+
|
1047
|
+
"act3" : {
|
1048
|
+
|
1049
|
+
"completed" : true,
|
1050
|
+
|
1051
|
+
"completedQuests" : [ {
|
1052
|
+
|
1053
|
+
"slug" : "the-siege-of-bastions-keep",
|
1054
|
+
|
1055
|
+
"name" : "The Siege of Bastion''s Keep"
|
1056
|
+
|
1057
|
+
}, {
|
1058
|
+
|
1059
|
+
"slug" : "turning-the-tide",
|
1060
|
+
|
1061
|
+
"name" : "Turning the Tide"
|
1062
|
+
|
1063
|
+
}, {
|
1064
|
+
|
1065
|
+
"slug" : "the-breached-keep",
|
1066
|
+
|
1067
|
+
"name" : "The Breached Keep"
|
1068
|
+
|
1069
|
+
}, {
|
1070
|
+
|
1071
|
+
"slug" : "tremors-in-the-stone",
|
1072
|
+
|
1073
|
+
"name" : "Tremors in the Stone"
|
1074
|
+
|
1075
|
+
}, {
|
1076
|
+
|
1077
|
+
"slug" : "machines-of-war",
|
1078
|
+
|
1079
|
+
"name" : "Machines of War"
|
1080
|
+
|
1081
|
+
}, {
|
1082
|
+
|
1083
|
+
"slug" : "siegebreaker",
|
1084
|
+
|
1085
|
+
"name" : "Siegebreaker"
|
1086
|
+
|
1087
|
+
}, {
|
1088
|
+
|
1089
|
+
"slug" : "heart-of-sin",
|
1090
|
+
|
1091
|
+
"name" : "Heart of Sin"
|
1092
|
+
|
1093
|
+
} ]
|
1094
|
+
|
1095
|
+
},
|
1096
|
+
|
1097
|
+
"act4" : {
|
1098
|
+
|
1099
|
+
"completed" : true,
|
1100
|
+
|
1101
|
+
"completedQuests" : [ {
|
1102
|
+
|
1103
|
+
"slug" : "fall-of-the-high-heavens",
|
1104
|
+
|
1105
|
+
"name" : "Fall of the High Heavens"
|
1106
|
+
|
1107
|
+
}, {
|
1108
|
+
|
1109
|
+
"slug" : "the-light-of-hope",
|
1110
|
+
|
1111
|
+
"name" : "The Light of Hope"
|
1112
|
+
|
1113
|
+
}, {
|
1114
|
+
|
1115
|
+
"slug" : "beneath-the-spire",
|
1116
|
+
|
1117
|
+
"name" : "Beneath the Spire"
|
1118
|
+
|
1119
|
+
}, {
|
1120
|
+
|
1121
|
+
"slug" : "prime-evil",
|
1122
|
+
|
1123
|
+
"name" : "Prime Evil"
|
1124
|
+
|
1125
|
+
} ]
|
1126
|
+
|
1127
|
+
}
|
1128
|
+
|
1129
|
+
},
|
1130
|
+
|
1131
|
+
"inferno" : {
|
1132
|
+
|
1133
|
+
"act1" : {
|
1134
|
+
|
1135
|
+
"completed" : true,
|
1136
|
+
|
1137
|
+
"completedQuests" : [ {
|
1138
|
+
|
1139
|
+
"slug" : "the-fallen-star",
|
1140
|
+
|
1141
|
+
"name" : "The Fallen Star"
|
1142
|
+
|
1143
|
+
}, {
|
1144
|
+
|
1145
|
+
"slug" : "the-legacy-of-cain",
|
1146
|
+
|
1147
|
+
"name" : "The Legacy of Cain"
|
1148
|
+
|
1149
|
+
}, {
|
1150
|
+
|
1151
|
+
"slug" : "a-shattered-crown",
|
1152
|
+
|
1153
|
+
"name" : "A Shattered Crown"
|
1154
|
+
|
1155
|
+
}, {
|
1156
|
+
|
1157
|
+
"slug" : "reign-of-the-black-king",
|
1158
|
+
|
1159
|
+
"name" : "Reign of the Black King"
|
1160
|
+
|
1161
|
+
}, {
|
1162
|
+
|
1163
|
+
"slug" : "sword-of-the-stranger",
|
1164
|
+
|
1165
|
+
"name" : "Sword of the Stranger"
|
1166
|
+
|
1167
|
+
}, {
|
1168
|
+
|
1169
|
+
"slug" : "the-broken-blade",
|
1170
|
+
|
1171
|
+
"name" : "The Broken Blade"
|
1172
|
+
|
1173
|
+
}, {
|
1174
|
+
|
1175
|
+
"slug" : "the-doom-in-wortham",
|
1176
|
+
|
1177
|
+
"name" : "The Doom in Wortham"
|
1178
|
+
|
1179
|
+
}, {
|
1180
|
+
|
1181
|
+
"slug" : "trailing-the-coven",
|
1182
|
+
|
1183
|
+
"name" : "Trailing the Coven"
|
1184
|
+
|
1185
|
+
}, {
|
1186
|
+
|
1187
|
+
"slug" : "the-imprisoned-angel",
|
1188
|
+
|
1189
|
+
"name" : "The Imprisoned Angel"
|
1190
|
+
|
1191
|
+
}, {
|
1192
|
+
|
1193
|
+
"slug" : "return-to-new-tristram",
|
1194
|
+
|
1195
|
+
"name" : "Return to New Tristram"
|
1196
|
+
|
1197
|
+
} ]
|
1198
|
+
|
1199
|
+
},
|
1200
|
+
|
1201
|
+
"act2" : {
|
1202
|
+
|
1203
|
+
"completed" : true,
|
1204
|
+
|
1205
|
+
"completedQuests" : [ {
|
1206
|
+
|
1207
|
+
"slug" : "city-of-blood",
|
1208
|
+
|
1209
|
+
"name" : "City of Blood"
|
1210
|
+
|
1211
|
+
}, {
|
1212
|
+
|
1213
|
+
"slug" : "the-black-soulstone",
|
1214
|
+
|
1215
|
+
"name" : "The Black Soulstone"
|
1216
|
+
|
1217
|
+
}, {
|
1218
|
+
|
1219
|
+
"slug" : "lord-of-lies",
|
1220
|
+
|
1221
|
+
"name" : "Lord of Lies"
|
1222
|
+
|
1223
|
+
} ]
|
1224
|
+
|
1225
|
+
},
|
1226
|
+
|
1227
|
+
"act3" : {
|
1228
|
+
|
1229
|
+
"completed" : false,
|
1230
|
+
|
1231
|
+
"completedQuests" : [ ]
|
1232
|
+
|
1233
|
+
},
|
1234
|
+
|
1235
|
+
"act4" : {
|
1236
|
+
|
1237
|
+
"completed" : false,
|
1238
|
+
|
1239
|
+
"completedQuests" : [ ]
|
1240
|
+
|
1241
|
+
}
|
1242
|
+
|
1243
|
+
}
|
1244
|
+
|
1245
|
+
},
|
1246
|
+
|
1247
|
+
"hardcoreProgression" : {
|
1248
|
+
|
1249
|
+
"normal" : {
|
1250
|
+
|
1251
|
+
"act1" : {
|
1252
|
+
|
1253
|
+
"completed" : false,
|
1254
|
+
|
1255
|
+
"completedQuests" : [ {
|
1256
|
+
|
1257
|
+
"slug" : "the-fallen-star",
|
1258
|
+
|
1259
|
+
"name" : "The Fallen Star"
|
1260
|
+
|
1261
|
+
} ]
|
1262
|
+
|
1263
|
+
},
|
1264
|
+
|
1265
|
+
"act2" : {
|
1266
|
+
|
1267
|
+
"completed" : false,
|
1268
|
+
|
1269
|
+
"completedQuests" : [ ]
|
1270
|
+
|
1271
|
+
},
|
1272
|
+
|
1273
|
+
"act3" : {
|
1274
|
+
|
1275
|
+
"completed" : false,
|
1276
|
+
|
1277
|
+
"completedQuests" : [ ]
|
1278
|
+
|
1279
|
+
},
|
1280
|
+
|
1281
|
+
"act4" : {
|
1282
|
+
|
1283
|
+
"completed" : false,
|
1284
|
+
|
1285
|
+
"completedQuests" : [ ]
|
1286
|
+
|
1287
|
+
}
|
1288
|
+
|
1289
|
+
},
|
1290
|
+
|
1291
|
+
"nightmare" : {
|
1292
|
+
|
1293
|
+
"act1" : {
|
1294
|
+
|
1295
|
+
"completed" : false,
|
1296
|
+
|
1297
|
+
"completedQuests" : [ ]
|
1298
|
+
|
1299
|
+
},
|
1300
|
+
|
1301
|
+
"act2" : {
|
1302
|
+
|
1303
|
+
"completed" : false,
|
1304
|
+
|
1305
|
+
"completedQuests" : [ ]
|
1306
|
+
|
1307
|
+
},
|
1308
|
+
|
1309
|
+
"act3" : {
|
1310
|
+
|
1311
|
+
"completed" : false,
|
1312
|
+
|
1313
|
+
"completedQuests" : [ ]
|
1314
|
+
|
1315
|
+
},
|
1316
|
+
|
1317
|
+
"act4" : {
|
1318
|
+
|
1319
|
+
"completed" : false,
|
1320
|
+
|
1321
|
+
"completedQuests" : [ ]
|
1322
|
+
|
1323
|
+
}
|
1324
|
+
|
1325
|
+
},
|
1326
|
+
|
1327
|
+
"hell" : {
|
1328
|
+
|
1329
|
+
"act1" : {
|
1330
|
+
|
1331
|
+
"completed" : false,
|
1332
|
+
|
1333
|
+
"completedQuests" : [ ]
|
1334
|
+
|
1335
|
+
},
|
1336
|
+
|
1337
|
+
"act2" : {
|
1338
|
+
|
1339
|
+
"completed" : false,
|
1340
|
+
|
1341
|
+
"completedQuests" : [ ]
|
1342
|
+
|
1343
|
+
},
|
1344
|
+
|
1345
|
+
"act3" : {
|
1346
|
+
|
1347
|
+
"completed" : false,
|
1348
|
+
|
1349
|
+
"completedQuests" : [ ]
|
1350
|
+
|
1351
|
+
},
|
1352
|
+
|
1353
|
+
"act4" : {
|
1354
|
+
|
1355
|
+
"completed" : false,
|
1356
|
+
|
1357
|
+
"completedQuests" : [ ]
|
1358
|
+
|
1359
|
+
}
|
1360
|
+
|
1361
|
+
},
|
1362
|
+
|
1363
|
+
"inferno" : {
|
1364
|
+
|
1365
|
+
"act1" : {
|
1366
|
+
|
1367
|
+
"completed" : false,
|
1368
|
+
|
1369
|
+
"completedQuests" : [ ]
|
1370
|
+
|
1371
|
+
},
|
1372
|
+
|
1373
|
+
"act2" : {
|
1374
|
+
|
1375
|
+
"completed" : false,
|
1376
|
+
|
1377
|
+
"completedQuests" : [ ]
|
1378
|
+
|
1379
|
+
},
|
1380
|
+
|
1381
|
+
"act3" : {
|
1382
|
+
|
1383
|
+
"completed" : false,
|
1384
|
+
|
1385
|
+
"completedQuests" : [ ]
|
1386
|
+
|
1387
|
+
},
|
1388
|
+
|
1389
|
+
"act4" : {
|
1390
|
+
|
1391
|
+
"completed" : false,
|
1392
|
+
|
1393
|
+
"completedQuests" : [ ]
|
1394
|
+
|
1395
|
+
}
|
1396
|
+
|
1397
|
+
}
|
1398
|
+
|
1399
|
+
}
|
1400
|
+
|
1401
|
+
}'
|
1402
|
+
http_version:
|
1403
|
+
recorded_at: Mon, 17 Sep 2012 01:34:49 GMT
|
1404
|
+
recorded_with: VCR 2.2.5
|