This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexpedition.json
621 lines (621 loc) · 16.6 KB
/
expedition.json
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
[
{
"background_id": 700000020,
"close_at": 1683485999,
"difficulty": 1,
"drop_group_ids": [
880000001,
880000002
],
"flavor_text": "HP100まで、各能力値10までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 100 HP and up to 10 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 10,
"id": 6700001,
"jewel_cost": 0,
"name": "洞窟",
"name_en": "The Caves",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 10,
"required_hours": 2,
"required_player_rank": 0,
"required_quest_id": 0,
"sort_order": 99,
"ticket_cost": 1
},
{
"background_id": 700000003,
"close_at": 1683485999,
"difficulty": 2,
"drop_group_ids": [
880000003,
880000004
],
"flavor_text": "HP200まで、各能力値20までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 200 HP and up to 20 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 15,
"id": 6700002,
"jewel_cost": 0,
"name": "西の森",
"name_en": "Westos Forest",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 20,
"required_hours": 6,
"required_player_rank": 45,
"required_quest_id": 100104101,
"sort_order": 97,
"ticket_cost": 4
},
{
"background_id": 700000002,
"close_at": 1683485999,
"difficulty": 3,
"drop_group_ids": [
880000005,
880000006
],
"flavor_text": "HP300まで、各能力値30までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 300 HP and up to 30 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 25,
"id": 6700003,
"jewel_cost": 0,
"name": "東方の草原",
"name_en": "Eastern Plain",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 30,
"required_hours": 12,
"required_player_rank": 60,
"required_quest_id": 100104102,
"sort_order": 96,
"ticket_cost": 6
},
{
"background_id": 700000015,
"close_at": 1683485999,
"difficulty": 1,
"drop_group_ids": [
880000007,
880000008
],
"flavor_text": "HP100まで、各能力値10までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 100 HP and up to 10 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 10,
"id": 6700004,
"jewel_cost": 0,
"name": "地下水道",
"name_en": "The Sewers",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 10,
"required_hours": 4,
"required_player_rank": 0,
"required_quest_id": 0,
"sort_order": 98,
"ticket_cost": 2
},
{
"background_id": 700000004,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000009,
880000010
],
"flavor_text": "HP400まで、各能力値40までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 400 HP and up to 40 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 38,
"id": 6700005,
"jewel_cost": 0,
"name": "ジャングル",
"name_en": "The Jungle",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 40,
"required_hours": 18,
"required_player_rank": 75,
"required_quest_id": 100106053,
"sort_order": 95,
"ticket_cost": 8
},
{
"background_id": 700000004,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000011,
880000012
],
"flavor_text": "HP550まで、各能力値45までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 550 HP and up to 45 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 43,
"id": 6700006,
"jewel_cost": 0,
"name": "ジャングル・奥地",
"name_en": "Inner Jungle",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 45,
"required_hours": 21,
"required_player_rank": 90,
"required_quest_id": 100107103,
"sort_order": 94,
"ticket_cost": 9
},
{
"background_id": 700000008,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000013,
880000014
],
"flavor_text": "HP600まで、各能力値50までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 600 HP and up to 50 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 48,
"id": 6700007,
"jewel_cost": 0,
"name": "海底洞窟",
"name_en": "Undersea Cave",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 50,
"required_hours": 21,
"required_player_rank": 95,
"required_quest_id": 100110103,
"sort_order": 93,
"ticket_cost": 12
},
{
"background_id": 700000006,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000015,
880000016
],
"flavor_text": "HP700まで、各能力値60までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 700 HP and up to 60 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 58,
"id": 6700008,
"jewel_cost": 0,
"name": "氷湖",
"name_en": "Arctic Lake",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 60,
"required_hours": 21,
"required_player_rank": 100,
"required_quest_id": 100113103,
"sort_order": 92,
"ticket_cost": 16
},
{
"background_id": 700000007,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000017,
880000018
],
"flavor_text": "HP750まで、各能力値65までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 750 HP and up to 65 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 63,
"id": 6700009,
"jewel_cost": 0,
"name": "ナジュ砂漠",
"name_en": "Naj Desert",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 65,
"required_hours": 21,
"required_player_rank": 110,
"required_quest_id": 100114113,
"sort_order": 91,
"ticket_cost": 18
},
{
"background_id": 700000024,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000019,
880000020
],
"flavor_text": "HP850まで、各能力値75までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 850 HP and up to 75 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 73,
"id": 6700010,
"jewel_cost": 0,
"name": "水中",
"name_en": "Underwater",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 75,
"required_hours": 21,
"required_player_rank": 120,
"required_quest_id": 100201103,
"sort_order": 90,
"ticket_cost": 22
},
{
"background_id": 700000022,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000021,
880000022
],
"flavor_text": "HP950まで、各能力値85までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 950 HP and up to 85 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 83,
"id": 6700012,
"jewel_cost": 0,
"name": "見捨てられた地",
"name_en": "Wastelands",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 85,
"required_hours": 21,
"required_player_rank": 130,
"required_quest_id": 100209151,
"sort_order": 89,
"ticket_cost": 50
},
{
"background_id": 700000078,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000024,
880000025
],
"flavor_text": "HP1050まで、各能力値95までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,050 HP and up to 95 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 93,
"id": 6700013,
"jewel_cost": 0,
"name": "寂れた街",
"name_en": "Deserted City",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 95,
"required_hours": 21,
"required_player_rank": 140,
"required_quest_id": 100206103,
"sort_order": 88,
"ticket_cost": 54
},
{
"background_id": 700000124,
"close_at": 1630695599,
"difficulty": 4,
"drop_group_ids": [
880000026,
880000027
],
"flavor_text": "HP1150まで、各能力値105までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,450 HP and up to 135 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 103,
"id": 6700014,
"jewel_cost": 0,
"name": "D8ホール",
"name_en": "D8 Hall",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 105,
"required_hours": 21,
"required_player_rank": 0,
"required_quest_id": 100210181,
"sort_order": 87,
"ticket_cost": 58
},
{
"background_id": 700000009,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000028,
880000029
],
"flavor_text": "HP1150まで、各能力値105までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,150 HP and up to 105 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 103,
"id": 6700015,
"jewel_cost": 0,
"name": "ルーブ山地",
"name_en": "Mount Louv",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 105,
"required_hours": 21,
"required_player_rank": 145,
"required_quest_id": 100208203,
"sort_order": 86,
"ticket_cost": 58
},
{
"background_id": 700000082,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000030,
880000031
],
"flavor_text": "HP1250まで、各能力値115までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,250 HP and up to 115 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 113,
"id": 6700016,
"jewel_cost": 0,
"name": "孤島",
"name_en": "Solitary Island",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 115,
"required_hours": 21,
"required_player_rank": 150,
"required_quest_id": 120101103,
"sort_order": 85,
"ticket_cost": 62
},
{
"background_id": 700000023,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000032,
880000033
],
"flavor_text": "HP1350まで、各能力値125までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,350 HP and up to 125 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 123,
"id": 6700017,
"jewel_cost": 0,
"name": "山岳地帯",
"name_en": "Mountain Region",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 125,
"required_hours": 21,
"required_player_rank": 160,
"required_quest_id": 120102103,
"sort_order": 84,
"ticket_cost": 66
},
{
"background_id": 700000138,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000034,
880000035
],
"flavor_text": "HP1450まで、各能力値135までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,450 HP and up to 135 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 133,
"id": 6700018,
"jewel_cost": 0,
"name": "荒れ果てた地",
"name_en": "Deserted Land",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 135,
"required_hours": 21,
"required_player_rank": 170,
"required_quest_id": 120103103,
"sort_order": 83,
"ticket_cost": 70
},
{
"background_id": 700000095,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000036,
880000037
],
"flavor_text": "HP1600まで、各能力値150までのキャラを推奨",
"flavor_text_en": "Recommended for characters with up to 1,600 HP and up to 150 in all attributes",
"flavor_text_en_src": "gl",
"growth_difficulty": 148,
"id": 6700019,
"jewel_cost": 0,
"name": "湖畔",
"name_en": "Lakeside",
"name_en_src": "gl",
"open_at": 0,
"recommended_status": 150,
"required_hours": 21,
"required_player_rank": 180,
"required_quest_id": 120104103,
"sort_order": 82,
"ticket_cost": 74
},
{
"background_id": 700000145,
"close_at": 1672772399,
"difficulty": 4,
"drop_group_ids": [
880000038,
880000039
],
"flavor_text": "HP1900まで、各能力値180までのキャラを推奨",
"flavor_text_en": "Characters with up to 1900 HP and each ability value up to 180 are recommended",
"flavor_text_en_src": "ml",
"growth_difficulty": 178,
"id": 6700020,
"jewel_cost": 0,
"name": "魔の地",
"name_en": "Devil's Land",
"name_en_src": "ml",
"open_at": 1669431600,
"recommended_status": 180,
"required_hours": 21,
"required_player_rank": 0,
"required_quest_id": 0,
"sort_order": 81,
"ticket_cost": 82
},
{
"background_id": 700000036,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000040,
880000041
],
"flavor_text": "HP1900まで、各能力値180までのキャラを推奨",
"flavor_text_en": "Characters with up to 1900 HP and each ability value up to 180 are recommended",
"flavor_text_en_src": "ml",
"growth_difficulty": 178,
"id": 6700021,
"jewel_cost": 0,
"name": "雪山",
"name_en": "Snow Mountain",
"name_en_src": "ml",
"open_at": 0,
"recommended_status": 180,
"required_hours": 21,
"required_player_rank": 200,
"required_quest_id": 120106103,
"sort_order": 80,
"ticket_cost": 82
},
{
"background_id": 700000098,
"close_at": 1683485999,
"difficulty": 4,
"drop_group_ids": [
880000042,
880000043
],
"flavor_text": "HP2150まで、各能力値205までのキャラを推奨",
"flavor_text_en": "Characters up to HP 2150 and each ability value up to 205 are recommended",
"flavor_text_en_src": "ml",
"growth_difficulty": 203,
"id": 6700022,
"jewel_cost": 0,
"name": "街道",
"name_en": "streets",
"name_en_src": "ml",
"open_at": 0,
"recommended_status": 205,
"required_hours": 21,
"required_player_rank": 200,
"required_quest_id": 120110013,
"sort_order": 79,
"ticket_cost": 90
},
{
"background_id": 700000158,
"close_at": 1684954799,
"difficulty": 4,
"drop_group_ids": [
880000044,
880000045
],
"flavor_text": "HP2300まで、各能力値220までのキャラを推奨",
"flavor_text_en": "Characters up to 2300 HP and each ability value of up to 220 is recommended",
"flavor_text_en_src": "ml",
"growth_difficulty": 218,
"id": 6700023,
"jewel_cost": 0,
"name": "ゴールデンツアー",
"name_en": "The Golden Tour",
"name_en_src": "ml",
"open_at": 1682650800,
"recommended_status": 220,
"required_hours": 21,
"required_player_rank": 0,
"required_quest_id": 0,
"sort_order": 78,
"ticket_cost": 94
},
{
"background_id": 700000002,
"close_at": 0,
"difficulty": 2,
"drop_group_ids": [
880000003,
880000004
],
"flavor_text": "",
"growth_difficulty": 110,
"id": 6700030,
"jewel_cost": 0,
"name": "草原",
"name_en": "steppes",
"name_en_src": "ml",
"open_at": 0,
"recommended_status": 115,
"required_hours": 21,
"required_player_rank": 8,
"required_quest_id": 0,
"sort_order": 999,
"ticket_cost": 40
},
{
"background_id": 700000020,
"close_at": 0,
"difficulty": 4,
"drop_group_ids": [
880000015,
880000016
],
"flavor_text": "",
"growth_difficulty": 0,
"id": 6700031,
"jewel_cost": 0,
"name": "洞窟",
"name_en": "caves",
"name_en_src": "ml",
"open_at": 0,
"recommended_status": 0,
"required_hours": 21,
"required_player_rank": 50,
"required_quest_id": 0,
"sort_order": 998,
"ticket_cost": 100
},
{
"background_id": 700000004,
"close_at": 0,
"difficulty": 4,
"drop_group_ids": [
880000042,
880000043
],
"flavor_text": "",
"growth_difficulty": 0,
"id": 6700032,
"jewel_cost": 0,
"name": "密林",
"name_en": "Jungle",
"name_en_src": "ml",
"open_at": 0,
"recommended_status": 0,
"required_hours": 21,
"required_player_rank": 200,
"required_quest_id": 0,
"sort_order": 997,
"ticket_cost": 100
}
]