@reldens/game-data-generator 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2401 @@
1
+ {
2
+ "1": {
3
+ "req": 10,
4
+ "total": 10,
5
+ "growthFactor": 2,
6
+ "monsterA": {
7
+ "decrementProportion": 0,
8
+ "randomVariation": 8,
9
+ "exp": 1,
10
+ "kills": 10
11
+ },
12
+ "monsterB": {
13
+ "decrementProportion": 0,
14
+ "randomVariation": 9,
15
+ "exp": 1,
16
+ "kills": 10
17
+ },
18
+ "bossExtra": {
19
+ "decrementProportion": 0,
20
+ "randomVariation": 15,
21
+ "exp": 2,
22
+ "kills": 5
23
+ }
24
+ },
25
+ "2": {
26
+ "diff": 10,
27
+ "req": 20,
28
+ "total": 30,
29
+ "growthFactor": 2.005,
30
+ "monsterA": {
31
+ "decrementProportion": 0,
32
+ "randomVariation": 8,
33
+ "exp": 2,
34
+ "kills": 10
35
+ },
36
+ "monsterB": {
37
+ "decrementProportion": 0,
38
+ "randomVariation": 9,
39
+ "exp": 2,
40
+ "kills": 10
41
+ },
42
+ "bossExtra": {
43
+ "decrementProportion": 0,
44
+ "randomVariation": 15,
45
+ "exp": 3,
46
+ "kills": 7
47
+ }
48
+ },
49
+ "3": {
50
+ "diff": 20,
51
+ "req": 40,
52
+ "total": 70,
53
+ "growthFactor": 2.01,
54
+ "monsterA": {
55
+ "decrementProportion": 0,
56
+ "randomVariation": 8,
57
+ "exp": 3,
58
+ "kills": 14
59
+ },
60
+ "monsterB": {
61
+ "decrementProportion": 0,
62
+ "randomVariation": 9,
63
+ "exp": 4,
64
+ "kills": 10
65
+ },
66
+ "bossExtra": {
67
+ "decrementProportion": 0,
68
+ "randomVariation": 15,
69
+ "exp": 6,
70
+ "kills": 7
71
+ }
72
+ },
73
+ "4": {
74
+ "diff": 40,
75
+ "req": 80,
76
+ "total": 150,
77
+ "growthFactor": 2.015,
78
+ "monsterA": {
79
+ "decrementProportion": 0,
80
+ "randomVariation": 8,
81
+ "exp": 6,
82
+ "kills": 14
83
+ },
84
+ "monsterB": {
85
+ "decrementProportion": 0,
86
+ "randomVariation": 9,
87
+ "exp": 7,
88
+ "kills": 12
89
+ },
90
+ "bossExtra": {
91
+ "decrementProportion": 0,
92
+ "randomVariation": 15,
93
+ "exp": 12,
94
+ "kills": 7
95
+ }
96
+ },
97
+ "5": {
98
+ "diff": 40,
99
+ "req": 120,
100
+ "total": 270,
101
+ "growthFactor": 1.505,
102
+ "monsterA": {
103
+ "decrementProportion": 0.8,
104
+ "randomVariation": 7.2,
105
+ "exp": 9,
106
+ "kills": 14
107
+ },
108
+ "monsterB": {
109
+ "decrementProportion": 0.8,
110
+ "randomVariation": 8.2,
111
+ "exp": 10,
112
+ "kills": 12
113
+ },
114
+ "bossExtra": {
115
+ "decrementProportion": 0.8,
116
+ "randomVariation": 14.2,
117
+ "exp": 17,
118
+ "kills": 8
119
+ }
120
+ },
121
+ "6": {
122
+ "diff": 60,
123
+ "req": 180,
124
+ "total": 450,
125
+ "growthFactor": 1.51,
126
+ "monsterA": {
127
+ "decrementProportion": 0.8,
128
+ "randomVariation": 6.4,
129
+ "exp": 12,
130
+ "kills": 15
131
+ },
132
+ "monsterB": {
133
+ "decrementProportion": 0.8,
134
+ "randomVariation": 7.4,
135
+ "exp": 13,
136
+ "kills": 14
137
+ },
138
+ "bossExtra": {
139
+ "decrementProportion": 0.8,
140
+ "randomVariation": 13.4,
141
+ "exp": 24,
142
+ "kills": 8
143
+ }
144
+ },
145
+ "7": {
146
+ "diff": 91,
147
+ "req": 271,
148
+ "total": 721,
149
+ "growthFactor": 1.515,
150
+ "monsterA": {
151
+ "decrementProportion": 0.8,
152
+ "randomVariation": 5.6,
153
+ "exp": 15,
154
+ "kills": 19
155
+ },
156
+ "monsterB": {
157
+ "decrementProportion": 0.8,
158
+ "randomVariation": 6.6,
159
+ "exp": 18,
160
+ "kills": 16
161
+ },
162
+ "bossExtra": {
163
+ "decrementProportion": 0.8,
164
+ "randomVariation": 12.6,
165
+ "exp": 34,
166
+ "kills": 8
167
+ }
168
+ },
169
+ "8": {
170
+ "diff": 139,
171
+ "req": 410,
172
+ "total": 1131,
173
+ "growthFactor": 1.52,
174
+ "monsterA": {
175
+ "decrementProportion": 0.8,
176
+ "randomVariation": 4.8,
177
+ "exp": 20,
178
+ "kills": 21
179
+ },
180
+ "monsterB": {
181
+ "decrementProportion": 0.8,
182
+ "randomVariation": 5.8,
183
+ "exp": 24,
184
+ "kills": 18
185
+ },
186
+ "bossExtra": {
187
+ "decrementProportion": 0.8,
188
+ "randomVariation": 11.8,
189
+ "exp": 48,
190
+ "kills": 9
191
+ }
192
+ },
193
+ "9": {
194
+ "diff": 213,
195
+ "req": 623,
196
+ "total": 1754,
197
+ "growthFactor": 1.525,
198
+ "monsterA": {
199
+ "decrementProportion": 0.8,
200
+ "randomVariation": 4,
201
+ "exp": 25,
202
+ "kills": 25
203
+ },
204
+ "monsterB": {
205
+ "decrementProportion": 0.8,
206
+ "randomVariation": 5,
207
+ "exp": 31,
208
+ "kills": 21
209
+ },
210
+ "bossExtra": {
211
+ "decrementProportion": 0.8,
212
+ "randomVariation": 11,
213
+ "exp": 69,
214
+ "kills": 10
215
+ }
216
+ },
217
+ "10": {
218
+ "diff": 218,
219
+ "req": 841,
220
+ "total": 2595,
221
+ "growthFactor": 1.355,
222
+ "monsterA": {
223
+ "decrementProportion": 0.42,
224
+ "randomVariation": 3.58,
225
+ "exp": 30,
226
+ "kills": 29
227
+ },
228
+ "monsterB": {
229
+ "decrementProportion": 0.42,
230
+ "randomVariation": 4.58,
231
+ "exp": 39,
232
+ "kills": 22
233
+ },
234
+ "bossExtra": {
235
+ "decrementProportion": 0.42,
236
+ "randomVariation": 10.58,
237
+ "exp": 89,
238
+ "kills": 10
239
+ }
240
+ },
241
+ "11": {
242
+ "diff": 298,
243
+ "req": 1139,
244
+ "total": 3734,
245
+ "growthFactor": 1.36,
246
+ "monsterA": {
247
+ "decrementProportion": 0.42,
248
+ "randomVariation": 3.16,
249
+ "exp": 36,
250
+ "kills": 32
251
+ },
252
+ "monsterB": {
253
+ "decrementProportion": 0.42,
254
+ "randomVariation": 4.16,
255
+ "exp": 47,
256
+ "kills": 25
257
+ },
258
+ "bossExtra": {
259
+ "decrementProportion": 0.42,
260
+ "randomVariation": 10.16,
261
+ "exp": 116,
262
+ "kills": 10
263
+ }
264
+ },
265
+ "12": {
266
+ "diff": 410,
267
+ "req": 1549,
268
+ "total": 5283,
269
+ "growthFactor": 1.365,
270
+ "monsterA": {
271
+ "decrementProportion": 0.42,
272
+ "randomVariation": 2.74,
273
+ "exp": 42,
274
+ "kills": 37
275
+ },
276
+ "monsterB": {
277
+ "decrementProportion": 0.42,
278
+ "randomVariation": 3.74,
279
+ "exp": 58,
280
+ "kills": 27
281
+ },
282
+ "bossExtra": {
283
+ "decrementProportion": 0.42,
284
+ "randomVariation": 9.74,
285
+ "exp": 151,
286
+ "kills": 11
287
+ }
288
+ },
289
+ "13": {
290
+ "diff": 565,
291
+ "req": 2114,
292
+ "total": 7397,
293
+ "growthFactor": 1.37,
294
+ "monsterA": {
295
+ "decrementProportion": 0.42,
296
+ "randomVariation": 2.32,
297
+ "exp": 49,
298
+ "kills": 44
299
+ },
300
+ "monsterB": {
301
+ "decrementProportion": 0.42,
302
+ "randomVariation": 3.32,
303
+ "exp": 70,
304
+ "kills": 31
305
+ },
306
+ "bossExtra": {
307
+ "decrementProportion": 0.42,
308
+ "randomVariation": 9.32,
309
+ "exp": 197,
310
+ "kills": 11
311
+ }
312
+ },
313
+ "14": {
314
+ "diff": 782,
315
+ "req": 2896,
316
+ "total": 10293,
317
+ "growthFactor": 1.375,
318
+ "monsterA": {
319
+ "decrementProportion": 0.42,
320
+ "randomVariation": 1.9,
321
+ "exp": 55,
322
+ "kills": 53
323
+ },
324
+ "monsterB": {
325
+ "decrementProportion": 0.42,
326
+ "randomVariation": 2.9,
327
+ "exp": 84,
328
+ "kills": 35
329
+ },
330
+ "bossExtra": {
331
+ "decrementProportion": 0.42,
332
+ "randomVariation": 8.9,
333
+ "exp": 258,
334
+ "kills": 12
335
+ }
336
+ },
337
+ "15": {
338
+ "diff": 784,
339
+ "req": 3680,
340
+ "total": 13973,
341
+ "growthFactor": 1.276,
342
+ "monsterA": {
343
+ "decrementProportion": 0.4,
344
+ "randomVariation": 1.5,
345
+ "exp": 55,
346
+ "kills": 67
347
+ },
348
+ "monsterB": {
349
+ "decrementProportion": 0.4,
350
+ "randomVariation": 2.5,
351
+ "exp": 92,
352
+ "kills": 40
353
+ },
354
+ "bossExtra": {
355
+ "decrementProportion": 0.4,
356
+ "randomVariation": 8.5,
357
+ "exp": 313,
358
+ "kills": 12
359
+ }
360
+ },
361
+ "16": {
362
+ "diff": 1015,
363
+ "req": 4695,
364
+ "total": 18668,
365
+ "growthFactor": 1.281,
366
+ "monsterA": {
367
+ "decrementProportion": 0.32,
368
+ "randomVariation": 1.18,
369
+ "exp": 55,
370
+ "kills": 86
371
+ },
372
+ "monsterB": {
373
+ "decrementProportion": 0.4,
374
+ "randomVariation": 2.1,
375
+ "exp": 99,
376
+ "kills": 48
377
+ },
378
+ "bossExtra": {
379
+ "decrementProportion": 0.4,
380
+ "randomVariation": 8.1,
381
+ "exp": 380,
382
+ "kills": 13
383
+ }
384
+ },
385
+ "17": {
386
+ "diff": 1319,
387
+ "req": 6014,
388
+ "total": 24682,
389
+ "growthFactor": 1.286,
390
+ "monsterA": {
391
+ "decrementProportion": 0.256,
392
+ "randomVariation": 0.924,
393
+ "exp": 56,
394
+ "kills": 108
395
+ },
396
+ "monsterB": {
397
+ "decrementProportion": 0.4,
398
+ "randomVariation": 1.7,
399
+ "exp": 102,
400
+ "kills": 59
401
+ },
402
+ "bossExtra": {
403
+ "decrementProportion": 0.4,
404
+ "randomVariation": 7.7,
405
+ "exp": 463,
406
+ "kills": 13
407
+ }
408
+ },
409
+ "18": {
410
+ "diff": 1720,
411
+ "req": 7734,
412
+ "total": 32416,
413
+ "growthFactor": 1.291,
414
+ "monsterA": {
415
+ "decrementProportion": 0.2048,
416
+ "randomVariation": 0.7192,
417
+ "exp": 56,
418
+ "kills": 139
419
+ },
420
+ "monsterB": {
421
+ "decrementProportion": 0.36,
422
+ "randomVariation": 1.34,
423
+ "exp": 104,
424
+ "kills": 75
425
+ },
426
+ "bossExtra": {
427
+ "decrementProportion": 0.4,
428
+ "randomVariation": 7.3,
429
+ "exp": 565,
430
+ "kills": 14
431
+ }
432
+ },
433
+ "19": {
434
+ "diff": 2250,
435
+ "req": 9984,
436
+ "total": 42400,
437
+ "growthFactor": 1.296,
438
+ "monsterA": {
439
+ "decrementProportion": 0.14336,
440
+ "randomVariation": 0.57584,
441
+ "exp": 57,
442
+ "kills": 176
443
+ },
444
+ "monsterB": {
445
+ "decrementProportion": 0.288,
446
+ "randomVariation": 1.052,
447
+ "exp": 105,
448
+ "kills": 96
449
+ },
450
+ "bossExtra": {
451
+ "decrementProportion": 0.4,
452
+ "randomVariation": 6.9,
453
+ "exp": 689,
454
+ "kills": 15
455
+ }
456
+ },
457
+ "20": {
458
+ "diff": 998,
459
+ "req": 10982,
460
+ "total": 53382,
461
+ "growthFactor": 1.105,
462
+ "monsterA": {
463
+ "decrementProportion": 0.052,
464
+ "randomVariation": 0.52384,
465
+ "exp": 58,
466
+ "kills": 190
467
+ },
468
+ "monsterB": {
469
+ "decrementProportion": 0.078,
470
+ "randomVariation": 0.974,
471
+ "exp": 107,
472
+ "kills": 103
473
+ },
474
+ "bossExtra": {
475
+ "decrementProportion": 0.26,
476
+ "randomVariation": 6.64,
477
+ "exp": 729,
478
+ "kills": 16
479
+ }
480
+ },
481
+ "21": {
482
+ "diff": 1153,
483
+ "req": 12135,
484
+ "total": 65517,
485
+ "growthFactor": 1.11,
486
+ "monsterA": {
487
+ "decrementProportion": 0.0468,
488
+ "randomVariation": 0.47704,
489
+ "exp": 58,
490
+ "kills": 210
491
+ },
492
+ "monsterB": {
493
+ "decrementProportion": 0.078,
494
+ "randomVariation": 0.896,
495
+ "exp": 109,
496
+ "kills": 112
497
+ },
498
+ "bossExtra": {
499
+ "decrementProportion": 0.26,
500
+ "randomVariation": 6.38,
501
+ "exp": 774,
502
+ "kills": 16
503
+ }
504
+ },
505
+ "22": {
506
+ "diff": 1334,
507
+ "req": 13469,
508
+ "total": 78986,
509
+ "growthFactor": 1.115,
510
+ "monsterA": {
511
+ "decrementProportion": 0.0468,
512
+ "randomVariation": 0.43024,
513
+ "exp": 58,
514
+ "kills": 233
515
+ },
516
+ "monsterB": {
517
+ "decrementProportion": 0.078,
518
+ "randomVariation": 0.818,
519
+ "exp": 110,
520
+ "kills": 123
521
+ },
522
+ "bossExtra": {
523
+ "decrementProportion": 0.26,
524
+ "randomVariation": 6.12,
525
+ "exp": 824,
526
+ "kills": 17
527
+ }
528
+ },
529
+ "23": {
530
+ "diff": 1548,
531
+ "req": 15017,
532
+ "total": 94003,
533
+ "growthFactor": 1.12,
534
+ "monsterA": {
535
+ "decrementProportion": 0.0468,
536
+ "randomVariation": 0.38344,
537
+ "exp": 58,
538
+ "kills": 259
539
+ },
540
+ "monsterB": {
541
+ "decrementProportion": 0.078,
542
+ "randomVariation": 0.74,
543
+ "exp": 111,
544
+ "kills": 136
545
+ },
546
+ "bossExtra": {
547
+ "decrementProportion": 0.26,
548
+ "randomVariation": 5.86,
549
+ "exp": 880,
550
+ "kills": 18
551
+ }
552
+ },
553
+ "24": {
554
+ "diff": 1802,
555
+ "req": 16819,
556
+ "total": 110822,
557
+ "growthFactor": 1.125,
558
+ "monsterA": {
559
+ "decrementProportion": 0.03744,
560
+ "randomVariation": 0.346,
561
+ "exp": 58,
562
+ "kills": 290
563
+ },
564
+ "monsterB": {
565
+ "decrementProportion": 0.078,
566
+ "randomVariation": 0.662,
567
+ "exp": 111,
568
+ "kills": 152
569
+ },
570
+ "bossExtra": {
571
+ "decrementProportion": 0.26,
572
+ "randomVariation": 5.6,
573
+ "exp": 942,
574
+ "kills": 18
575
+ }
576
+ },
577
+ "25": {
578
+ "diff": 2102,
579
+ "req": 18921,
580
+ "total": 129743,
581
+ "growthFactor": 1.13,
582
+ "monsterA": {
583
+ "decrementProportion": 0.03,
584
+ "randomVariation": 0.316,
585
+ "exp": 60,
586
+ "kills": 316
587
+ },
588
+ "monsterB": {
589
+ "decrementProportion": 0.075,
590
+ "randomVariation": 0.587,
591
+ "exp": 111,
592
+ "kills": 171
593
+ },
594
+ "bossExtra": {
595
+ "decrementProportion": 0.15,
596
+ "randomVariation": 5.45,
597
+ "exp": 1031,
598
+ "kills": 19
599
+ }
600
+ },
601
+ "26": {
602
+ "diff": 2459,
603
+ "req": 21380,
604
+ "total": 151123,
605
+ "growthFactor": 1.135,
606
+ "monsterA": {
607
+ "decrementProportion": 0.03,
608
+ "randomVariation": 0.286,
609
+ "exp": 61,
610
+ "kills": 351
611
+ },
612
+ "monsterB": {
613
+ "decrementProportion": 0.0675,
614
+ "randomVariation": 0.5195,
615
+ "exp": 111,
616
+ "kills": 193
617
+ },
618
+ "bossExtra": {
619
+ "decrementProportion": 0.15,
620
+ "randomVariation": 5.3,
621
+ "exp": 1133,
622
+ "kills": 19
623
+ }
624
+ },
625
+ "27": {
626
+ "diff": 2886,
627
+ "req": 24266,
628
+ "total": 175389,
629
+ "growthFactor": 1.14,
630
+ "monsterA": {
631
+ "decrementProportion": 0.03,
632
+ "randomVariation": 0.256,
633
+ "exp": 62,
634
+ "kills": 392
635
+ },
636
+ "monsterB": {
637
+ "decrementProportion": 0.06075,
638
+ "randomVariation": 0.45875,
639
+ "exp": 111,
640
+ "kills": 219
641
+ },
642
+ "bossExtra": {
643
+ "decrementProportion": 0.15,
644
+ "randomVariation": 5.15,
645
+ "exp": 1250,
646
+ "kills": 20
647
+ }
648
+ },
649
+ "28": {
650
+ "diff": 3397,
651
+ "req": 27663,
652
+ "total": 203052,
653
+ "growthFactor": 1.145,
654
+ "monsterA": {
655
+ "decrementProportion": 0.03,
656
+ "randomVariation": 0.226,
657
+ "exp": 63,
658
+ "kills": 440
659
+ },
660
+ "monsterB": {
661
+ "decrementProportion": 0.05468,
662
+ "randomVariation": 0.40407,
663
+ "exp": 112,
664
+ "kills": 247
665
+ },
666
+ "bossExtra": {
667
+ "decrementProportion": 0.15,
668
+ "randomVariation": 5,
669
+ "exp": 1383,
670
+ "kills": 21
671
+ }
672
+ },
673
+ "29": {
674
+ "diff": 4011,
675
+ "req": 31674,
676
+ "total": 234726,
677
+ "growthFactor": 1.15,
678
+ "monsterA": {
679
+ "decrementProportion": 0.027,
680
+ "randomVariation": 0.199,
681
+ "exp": 63,
682
+ "kills": 503
683
+ },
684
+ "monsterB": {
685
+ "decrementProportion": 0.04921,
686
+ "randomVariation": 0.35486,
687
+ "exp": 112,
688
+ "kills": 283
689
+ },
690
+ "bossExtra": {
691
+ "decrementProportion": 0.15,
692
+ "randomVariation": 4.85,
693
+ "exp": 1536,
694
+ "kills": 21
695
+ }
696
+ },
697
+ "30": {
698
+ "diff": 4751,
699
+ "req": 36425,
700
+ "total": 271151,
701
+ "growthFactor": 1.155,
702
+ "monsterA": {
703
+ "decrementProportion": 0.02,
704
+ "randomVariation": 0.179,
705
+ "exp": 65,
706
+ "kills": 561
707
+ },
708
+ "monsterB": {
709
+ "decrementProportion": 0.04,
710
+ "randomVariation": 0.31486,
711
+ "exp": 115,
712
+ "kills": 317
713
+ },
714
+ "bossExtra": {
715
+ "decrementProportion": 0.1,
716
+ "randomVariation": 4.75,
717
+ "exp": 1730,
718
+ "kills": 22
719
+ }
720
+ },
721
+ "31": {
722
+ "diff": 5645,
723
+ "req": 42070,
724
+ "total": 313221,
725
+ "growthFactor": 1.16,
726
+ "monsterA": {
727
+ "decrementProportion": 0.02,
728
+ "randomVariation": 0.159,
729
+ "exp": 67,
730
+ "kills": 628
731
+ },
732
+ "monsterB": {
733
+ "decrementProportion": 0.04,
734
+ "randomVariation": 0.27486,
735
+ "exp": 116,
736
+ "kills": 363
737
+ },
738
+ "bossExtra": {
739
+ "decrementProportion": 0.1,
740
+ "randomVariation": 4.65,
741
+ "exp": 1956,
742
+ "kills": 22
743
+ }
744
+ },
745
+ "32": {
746
+ "diff": 6731,
747
+ "req": 48801,
748
+ "total": 362022,
749
+ "growthFactor": 1.165,
750
+ "monsterA": {
751
+ "decrementProportion": 0.02,
752
+ "randomVariation": 0.139,
753
+ "exp": 68,
754
+ "kills": 718
755
+ },
756
+ "monsterB": {
757
+ "decrementProportion": 0.036,
758
+ "randomVariation": 0.23886,
759
+ "exp": 117,
760
+ "kills": 418
761
+ },
762
+ "bossExtra": {
763
+ "decrementProportion": 0.1,
764
+ "randomVariation": 4.55,
765
+ "exp": 2220,
766
+ "kills": 22
767
+ }
768
+ },
769
+ "33": {
770
+ "diff": 8052,
771
+ "req": 56853,
772
+ "total": 418875,
773
+ "growthFactor": 1.17,
774
+ "monsterA": {
775
+ "decrementProportion": 0.02,
776
+ "randomVariation": 0.119,
777
+ "exp": 68,
778
+ "kills": 837
779
+ },
780
+ "monsterB": {
781
+ "decrementProportion": 0.0324,
782
+ "randomVariation": 0.20646,
783
+ "exp": 117,
784
+ "kills": 486
785
+ },
786
+ "bossExtra": {
787
+ "decrementProportion": 0.1,
788
+ "randomVariation": 4.45,
789
+ "exp": 2530,
790
+ "kills": 23
791
+ }
792
+ },
793
+ "34": {
794
+ "diff": 9665,
795
+ "req": 66518,
796
+ "total": 485393,
797
+ "growthFactor": 1.175,
798
+ "monsterA": {
799
+ "decrementProportion": 0.016,
800
+ "randomVariation": 0.103,
801
+ "exp": 69,
802
+ "kills": 965
803
+ },
804
+ "monsterB": {
805
+ "decrementProportion": 0.02916,
806
+ "randomVariation": 0.1773,
807
+ "exp": 118,
808
+ "kills": 564
809
+ },
810
+ "bossExtra": {
811
+ "decrementProportion": 0.1,
812
+ "randomVariation": 4.35,
813
+ "exp": 2894,
814
+ "kills": 23
815
+ }
816
+ },
817
+ "35": {
818
+ "diff": 11640,
819
+ "req": 78158,
820
+ "total": 563551,
821
+ "growthFactor": 1.18,
822
+ "monsterA": {
823
+ "decrementProportion": 0.008,
824
+ "randomVariation": 0.095,
825
+ "exp": 74,
826
+ "kills": 1057
827
+ },
828
+ "monsterB": {
829
+ "decrementProportion": 0.024,
830
+ "randomVariation": 0.1533,
831
+ "exp": 120,
832
+ "kills": 652
833
+ },
834
+ "bossExtra": {
835
+ "decrementProportion": 0.08,
836
+ "randomVariation": 4.27,
837
+ "exp": 3337,
838
+ "kills": 24
839
+ }
840
+ },
841
+ "36": {
842
+ "diff": 14068,
843
+ "req": 92226,
844
+ "total": 655777,
845
+ "growthFactor": 1.185,
846
+ "monsterA": {
847
+ "decrementProportion": 0.008,
848
+ "randomVariation": 0.087,
849
+ "exp": 80,
850
+ "kills": 1153
851
+ },
852
+ "monsterB": {
853
+ "decrementProportion": 0.0216,
854
+ "randomVariation": 0.1317,
855
+ "exp": 121,
856
+ "kills": 763
857
+ },
858
+ "bossExtra": {
859
+ "decrementProportion": 0.08,
860
+ "randomVariation": 4.19,
861
+ "exp": 3864,
862
+ "kills": 24
863
+ }
864
+ },
865
+ "37": {
866
+ "diff": 17061,
867
+ "req": 109287,
868
+ "total": 765064,
869
+ "growthFactor": 1.19,
870
+ "monsterA": {
871
+ "decrementProportion": 0.008,
872
+ "randomVariation": 0.079,
873
+ "exp": 86,
874
+ "kills": 1271
875
+ },
876
+ "monsterB": {
877
+ "decrementProportion": 0.01944,
878
+ "randomVariation": 0.11226,
879
+ "exp": 123,
880
+ "kills": 889
881
+ },
882
+ "bossExtra": {
883
+ "decrementProportion": 0.08,
884
+ "randomVariation": 4.11,
885
+ "exp": 4492,
886
+ "kills": 25
887
+ }
888
+ },
889
+ "38": {
890
+ "diff": 20764,
891
+ "req": 130051,
892
+ "total": 895115,
893
+ "growthFactor": 1.195,
894
+ "monsterA": {
895
+ "decrementProportion": 0.008,
896
+ "randomVariation": 0.071,
897
+ "exp": 92,
898
+ "kills": 1414
899
+ },
900
+ "monsterB": {
901
+ "decrementProportion": 0.0175,
902
+ "randomVariation": 0.09476,
903
+ "exp": 123,
904
+ "kills": 1058
905
+ },
906
+ "bossExtra": {
907
+ "decrementProportion": 0.08,
908
+ "randomVariation": 4.03,
909
+ "exp": 5241,
910
+ "kills": 25
911
+ }
912
+ },
913
+ "39": {
914
+ "diff": 25359,
915
+ "req": 155410,
916
+ "total": 1050525,
917
+ "growthFactor": 1.2,
918
+ "monsterA": {
919
+ "decrementProportion": 0.008,
920
+ "randomVariation": 0.063,
921
+ "exp": 98,
922
+ "kills": 1586
923
+ },
924
+ "monsterB": {
925
+ "decrementProportion": 0.01575,
926
+ "randomVariation": 0.07901,
927
+ "exp": 123,
928
+ "kills": 1264
929
+ },
930
+ "bossExtra": {
931
+ "decrementProportion": 0.08,
932
+ "randomVariation": 3.95,
933
+ "exp": 6139,
934
+ "kills": 26
935
+ }
936
+ },
937
+ "40": {
938
+ "diff": 0,
939
+ "req": 155410,
940
+ "total": 1205935,
941
+ "growthFactor": 1.005,
942
+ "monsterA": {
943
+ "decrementProportion": 0.00025,
944
+ "randomVariation": 0.06275,
945
+ "exp": 98,
946
+ "kills": 1586
947
+ },
948
+ "monsterB": {
949
+ "decrementProportion": 0.0025,
950
+ "randomVariation": 0.07651,
951
+ "exp": 119,
952
+ "kills": 1306
953
+ },
954
+ "bossExtra": {
955
+ "decrementProportion": 0.0025,
956
+ "randomVariation": 3.9475,
957
+ "exp": 6135,
958
+ "kills": 26
959
+ }
960
+ },
961
+ "41": {
962
+ "diff": 777,
963
+ "req": 156187,
964
+ "total": 1362122,
965
+ "growthFactor": 1.01,
966
+ "monsterA": {
967
+ "decrementProportion": 0.00025,
968
+ "randomVariation": 0.0625,
969
+ "exp": 98,
970
+ "kills": 1594
971
+ },
972
+ "monsterB": {
973
+ "decrementProportion": 0.0005,
974
+ "randomVariation": 0.07601,
975
+ "exp": 119,
976
+ "kills": 1313
977
+ },
978
+ "bossExtra": {
979
+ "decrementProportion": 0.0025,
980
+ "randomVariation": 3.945,
981
+ "exp": 6162,
982
+ "kills": 26
983
+ }
984
+ },
985
+ "42": {
986
+ "diff": 1561,
987
+ "req": 157748,
988
+ "total": 1519870,
989
+ "growthFactor": 1.015,
990
+ "monsterA": {
991
+ "decrementProportion": 0.00025,
992
+ "randomVariation": 0.06225,
993
+ "exp": 98,
994
+ "kills": 1610
995
+ },
996
+ "monsterB": {
997
+ "decrementProportion": 0.0005,
998
+ "randomVariation": 0.07551,
999
+ "exp": 119,
1000
+ "kills": 1326
1001
+ },
1002
+ "bossExtra": {
1003
+ "decrementProportion": 0.0025,
1004
+ "randomVariation": 3.9425,
1005
+ "exp": 6219,
1006
+ "kills": 26
1007
+ }
1008
+ },
1009
+ "43": {
1010
+ "diff": 2366,
1011
+ "req": 160114,
1012
+ "total": 1679984,
1013
+ "growthFactor": 1.02,
1014
+ "monsterA": {
1015
+ "decrementProportion": 0.00025,
1016
+ "randomVariation": 0.062,
1017
+ "exp": 99,
1018
+ "kills": 1618
1019
+ },
1020
+ "monsterB": {
1021
+ "decrementProportion": 0.0005,
1022
+ "randomVariation": 0.07501,
1023
+ "exp": 120,
1024
+ "kills": 1335
1025
+ },
1026
+ "bossExtra": {
1027
+ "decrementProportion": 0.0025,
1028
+ "randomVariation": 3.94,
1029
+ "exp": 6308,
1030
+ "kills": 26
1031
+ }
1032
+ },
1033
+ "44": {
1034
+ "diff": 3202,
1035
+ "req": 163316,
1036
+ "total": 1843300,
1037
+ "growthFactor": 1.025,
1038
+ "monsterA": {
1039
+ "decrementProportion": 0.00025,
1040
+ "randomVariation": 0.06175,
1041
+ "exp": 101,
1042
+ "kills": 1617
1043
+ },
1044
+ "monsterB": {
1045
+ "decrementProportion": 0.0005,
1046
+ "randomVariation": 0.07451,
1047
+ "exp": 122,
1048
+ "kills": 1339
1049
+ },
1050
+ "bossExtra": {
1051
+ "decrementProportion": 0.0025,
1052
+ "randomVariation": 3.9375,
1053
+ "exp": 6431,
1054
+ "kills": 26
1055
+ }
1056
+ },
1057
+ "45": {
1058
+ "diff": 4082,
1059
+ "req": 167398,
1060
+ "total": 2010698,
1061
+ "growthFactor": 1.03,
1062
+ "monsterA": {
1063
+ "decrementProportion": 0.00025,
1064
+ "randomVariation": 0.0615,
1065
+ "exp": 103,
1066
+ "kills": 1626
1067
+ },
1068
+ "monsterB": {
1069
+ "decrementProportion": 0.0005,
1070
+ "randomVariation": 0.07401,
1071
+ "exp": 124,
1072
+ "kills": 1350
1073
+ },
1074
+ "bossExtra": {
1075
+ "decrementProportion": 0.0025,
1076
+ "randomVariation": 3.935,
1077
+ "exp": 6587,
1078
+ "kills": 26
1079
+ }
1080
+ },
1081
+ "46": {
1082
+ "diff": 5021,
1083
+ "req": 172419,
1084
+ "total": 2183117,
1085
+ "growthFactor": 1.035,
1086
+ "monsterA": {
1087
+ "decrementProportion": 0.00025,
1088
+ "randomVariation": 0.06125,
1089
+ "exp": 106,
1090
+ "kills": 1627
1091
+ },
1092
+ "monsterB": {
1093
+ "decrementProportion": 0.0005,
1094
+ "randomVariation": 0.07351,
1095
+ "exp": 127,
1096
+ "kills": 1358
1097
+ },
1098
+ "bossExtra": {
1099
+ "decrementProportion": 0.0025,
1100
+ "randomVariation": 3.9325,
1101
+ "exp": 6780,
1102
+ "kills": 26
1103
+ }
1104
+ },
1105
+ "47": {
1106
+ "diff": 6034,
1107
+ "req": 178453,
1108
+ "total": 2361570,
1109
+ "growthFactor": 1.04,
1110
+ "monsterA": {
1111
+ "decrementProportion": 0.00025,
1112
+ "randomVariation": 0.061,
1113
+ "exp": 109,
1114
+ "kills": 1638
1115
+ },
1116
+ "monsterB": {
1117
+ "decrementProportion": 0.0005,
1118
+ "randomVariation": 0.07301,
1119
+ "exp": 130,
1120
+ "kills": 1373
1121
+ },
1122
+ "bossExtra": {
1123
+ "decrementProportion": 0.0025,
1124
+ "randomVariation": 3.93,
1125
+ "exp": 7013,
1126
+ "kills": 26
1127
+ }
1128
+ },
1129
+ "48": {
1130
+ "diff": 7138,
1131
+ "req": 185591,
1132
+ "total": 2547161,
1133
+ "growthFactor": 1.045,
1134
+ "monsterA": {
1135
+ "decrementProportion": 0.00025,
1136
+ "randomVariation": 0.06075,
1137
+ "exp": 113,
1138
+ "kills": 1643
1139
+ },
1140
+ "monsterB": {
1141
+ "decrementProportion": 0.0005,
1142
+ "randomVariation": 0.07251,
1143
+ "exp": 135,
1144
+ "kills": 1375
1145
+ },
1146
+ "bossExtra": {
1147
+ "decrementProportion": 0.0025,
1148
+ "randomVariation": 3.9275,
1149
+ "exp": 7289,
1150
+ "kills": 26
1151
+ }
1152
+ },
1153
+ "49": {
1154
+ "diff": 8351,
1155
+ "req": 193942,
1156
+ "total": 2741103,
1157
+ "growthFactor": 1.05,
1158
+ "monsterA": {
1159
+ "decrementProportion": 0.00025,
1160
+ "randomVariation": 0.0605,
1161
+ "exp": 117,
1162
+ "kills": 1658
1163
+ },
1164
+ "monsterB": {
1165
+ "decrementProportion": 0.0005,
1166
+ "randomVariation": 0.07201,
1167
+ "exp": 140,
1168
+ "kills": 1386
1169
+ },
1170
+ "bossExtra": {
1171
+ "decrementProportion": 0.0025,
1172
+ "randomVariation": 3.925,
1173
+ "exp": 7612,
1174
+ "kills": 26
1175
+ }
1176
+ },
1177
+ "50": {
1178
+ "diff": 9697,
1179
+ "req": 203639,
1180
+ "total": 2944742,
1181
+ "growthFactor": 1.055,
1182
+ "monsterA": {
1183
+ "decrementProportion": 0.00025,
1184
+ "randomVariation": 0.06025,
1185
+ "exp": 123,
1186
+ "kills": 1656
1187
+ },
1188
+ "monsterB": {
1189
+ "decrementProportion": 0.0005,
1190
+ "randomVariation": 0.07151,
1191
+ "exp": 146,
1192
+ "kills": 1395
1193
+ },
1194
+ "bossExtra": {
1195
+ "decrementProportion": 0.0025,
1196
+ "randomVariation": 3.9225,
1197
+ "exp": 7988,
1198
+ "kills": 26
1199
+ }
1200
+ },
1201
+ "51": {
1202
+ "diff": 11200,
1203
+ "req": 214839,
1204
+ "total": 3159581,
1205
+ "growthFactor": 1.06,
1206
+ "monsterA": {
1207
+ "decrementProportion": 0.00025,
1208
+ "randomVariation": 0.06,
1209
+ "exp": 129,
1210
+ "kills": 1666
1211
+ },
1212
+ "monsterB": {
1213
+ "decrementProportion": 0.0005,
1214
+ "randomVariation": 0.07101,
1215
+ "exp": 153,
1216
+ "kills": 1405
1217
+ },
1218
+ "bossExtra": {
1219
+ "decrementProportion": 0.0025,
1220
+ "randomVariation": 3.92,
1221
+ "exp": 8422,
1222
+ "kills": 26
1223
+ }
1224
+ },
1225
+ "52": {
1226
+ "diff": 12890,
1227
+ "req": 227729,
1228
+ "total": 3387310,
1229
+ "growthFactor": 1.065,
1230
+ "monsterA": {
1231
+ "decrementProportion": 0.00025,
1232
+ "randomVariation": 0.05975,
1233
+ "exp": 136,
1234
+ "kills": 1675
1235
+ },
1236
+ "monsterB": {
1237
+ "decrementProportion": 0.0005,
1238
+ "randomVariation": 0.07051,
1239
+ "exp": 161,
1240
+ "kills": 1415
1241
+ },
1242
+ "bossExtra": {
1243
+ "decrementProportion": 0.0025,
1244
+ "randomVariation": 3.9175,
1245
+ "exp": 8921,
1246
+ "kills": 26
1247
+ }
1248
+ },
1249
+ "53": {
1250
+ "diff": 14802,
1251
+ "req": 242531,
1252
+ "total": 3629841,
1253
+ "growthFactor": 1.07,
1254
+ "monsterA": {
1255
+ "decrementProportion": 0.00025,
1256
+ "randomVariation": 0.0595,
1257
+ "exp": 144,
1258
+ "kills": 1685
1259
+ },
1260
+ "monsterB": {
1261
+ "decrementProportion": 0.0005,
1262
+ "randomVariation": 0.07001,
1263
+ "exp": 170,
1264
+ "kills": 1427
1265
+ },
1266
+ "bossExtra": {
1267
+ "decrementProportion": 0.0025,
1268
+ "randomVariation": 3.915,
1269
+ "exp": 9495,
1270
+ "kills": 26
1271
+ }
1272
+ },
1273
+ "54": {
1274
+ "diff": 16977,
1275
+ "req": 259508,
1276
+ "total": 3889349,
1277
+ "growthFactor": 1.075,
1278
+ "monsterA": {
1279
+ "decrementProportion": 0.00025,
1280
+ "randomVariation": 0.05925,
1281
+ "exp": 154,
1282
+ "kills": 1686
1283
+ },
1284
+ "monsterB": {
1285
+ "decrementProportion": 0.0005,
1286
+ "randomVariation": 0.06951,
1287
+ "exp": 180,
1288
+ "kills": 1442
1289
+ },
1290
+ "bossExtra": {
1291
+ "decrementProportion": 0.0025,
1292
+ "randomVariation": 3.9125,
1293
+ "exp": 10153,
1294
+ "kills": 26
1295
+ }
1296
+ },
1297
+ "55": {
1298
+ "diff": 19463,
1299
+ "req": 278971,
1300
+ "total": 4168320,
1301
+ "growthFactor": 1.08,
1302
+ "monsterA": {
1303
+ "decrementProportion": 0.00025,
1304
+ "randomVariation": 0.059,
1305
+ "exp": 165,
1306
+ "kills": 1691
1307
+ },
1308
+ "monsterB": {
1309
+ "decrementProportion": 0.0005,
1310
+ "randomVariation": 0.06901,
1311
+ "exp": 193,
1312
+ "kills": 1446
1313
+ },
1314
+ "bossExtra": {
1315
+ "decrementProportion": 0.0025,
1316
+ "randomVariation": 3.91,
1317
+ "exp": 10908,
1318
+ "kills": 26
1319
+ }
1320
+ },
1321
+ "56": {
1322
+ "diff": 22317,
1323
+ "req": 301288,
1324
+ "total": 4469608,
1325
+ "growthFactor": 1.085,
1326
+ "monsterA": {
1327
+ "decrementProportion": 0.00025,
1328
+ "randomVariation": 0.05875,
1329
+ "exp": 177,
1330
+ "kills": 1703
1331
+ },
1332
+ "monsterB": {
1333
+ "decrementProportion": 0.0005,
1334
+ "randomVariation": 0.06851,
1335
+ "exp": 206,
1336
+ "kills": 1463
1337
+ },
1338
+ "bossExtra": {
1339
+ "decrementProportion": 0.0025,
1340
+ "randomVariation": 3.9075,
1341
+ "exp": 11773,
1342
+ "kills": 26
1343
+ }
1344
+ },
1345
+ "57": {
1346
+ "diff": 25609,
1347
+ "req": 326897,
1348
+ "total": 4796505,
1349
+ "growthFactor": 1.09,
1350
+ "monsterA": {
1351
+ "decrementProportion": 0.00025,
1352
+ "randomVariation": 0.0585,
1353
+ "exp": 191,
1354
+ "kills": 1712
1355
+ },
1356
+ "monsterB": {
1357
+ "decrementProportion": 0.0005,
1358
+ "randomVariation": 0.06801,
1359
+ "exp": 222,
1360
+ "kills": 1473
1361
+ },
1362
+ "bossExtra": {
1363
+ "decrementProportion": 0.0025,
1364
+ "randomVariation": 3.905,
1365
+ "exp": 12765,
1366
+ "kills": 26
1367
+ }
1368
+ },
1369
+ "58": {
1370
+ "diff": 29420,
1371
+ "req": 356317,
1372
+ "total": 5152822,
1373
+ "growthFactor": 1.095,
1374
+ "monsterA": {
1375
+ "decrementProportion": 0.00025,
1376
+ "randomVariation": 0.05825,
1377
+ "exp": 208,
1378
+ "kills": 1714
1379
+ },
1380
+ "monsterB": {
1381
+ "decrementProportion": 0.0005,
1382
+ "randomVariation": 0.06751,
1383
+ "exp": 241,
1384
+ "kills": 1479
1385
+ },
1386
+ "bossExtra": {
1387
+ "decrementProportion": 0.0025,
1388
+ "randomVariation": 3.9025,
1389
+ "exp": 13905,
1390
+ "kills": 26
1391
+ }
1392
+ },
1393
+ "59": {
1394
+ "diff": 33850,
1395
+ "req": 390167,
1396
+ "total": 5542989,
1397
+ "growthFactor": 1.1,
1398
+ "monsterA": {
1399
+ "decrementProportion": 0.00025,
1400
+ "randomVariation": 0.058,
1401
+ "exp": 226,
1402
+ "kills": 1727
1403
+ },
1404
+ "monsterB": {
1405
+ "decrementProportion": 0.0005,
1406
+ "randomVariation": 0.06701,
1407
+ "exp": 261,
1408
+ "kills": 1495
1409
+ },
1410
+ "bossExtra": {
1411
+ "decrementProportion": 0.0025,
1412
+ "randomVariation": 3.9,
1413
+ "exp": 15217,
1414
+ "kills": 26
1415
+ }
1416
+ },
1417
+ "60": {
1418
+ "diff": 39016,
1419
+ "req": 429183,
1420
+ "total": 5972172,
1421
+ "growthFactor": 1.105,
1422
+ "monsterA": {
1423
+ "decrementProportion": 0.00025,
1424
+ "randomVariation": 0.05775,
1425
+ "exp": 248,
1426
+ "kills": 1731
1427
+ },
1428
+ "monsterB": {
1429
+ "decrementProportion": 0.0005,
1430
+ "randomVariation": 0.06651,
1431
+ "exp": 285,
1432
+ "kills": 1506
1433
+ },
1434
+ "bossExtra": {
1435
+ "decrementProportion": 0.0025,
1436
+ "randomVariation": 3.8975,
1437
+ "exp": 16727,
1438
+ "kills": 26
1439
+ }
1440
+ },
1441
+ "61": {
1442
+ "diff": 45064,
1443
+ "req": 474247,
1444
+ "total": 6446419,
1445
+ "growthFactor": 1.11,
1446
+ "monsterA": {
1447
+ "decrementProportion": 0.00025,
1448
+ "randomVariation": 0.0575,
1449
+ "exp": 273,
1450
+ "kills": 1738
1451
+ },
1452
+ "monsterB": {
1453
+ "decrementProportion": 0.0005,
1454
+ "randomVariation": 0.06601,
1455
+ "exp": 313,
1456
+ "kills": 1516
1457
+ },
1458
+ "bossExtra": {
1459
+ "decrementProportion": 0.0025,
1460
+ "randomVariation": 3.895,
1461
+ "exp": 18472,
1462
+ "kills": 26
1463
+ }
1464
+ },
1465
+ "62": {
1466
+ "diff": 52167,
1467
+ "req": 526414,
1468
+ "total": 6972833,
1469
+ "growthFactor": 1.115,
1470
+ "monsterA": {
1471
+ "decrementProportion": 0.00025,
1472
+ "randomVariation": 0.05725,
1473
+ "exp": 301,
1474
+ "kills": 1749
1475
+ },
1476
+ "monsterB": {
1477
+ "decrementProportion": 0.0005,
1478
+ "randomVariation": 0.06551,
1479
+ "exp": 345,
1480
+ "kills": 1526
1481
+ },
1482
+ "bossExtra": {
1483
+ "decrementProportion": 0.0025,
1484
+ "randomVariation": 3.8925,
1485
+ "exp": 20491,
1486
+ "kills": 26
1487
+ }
1488
+ },
1489
+ "63": {
1490
+ "diff": 60537,
1491
+ "req": 586951,
1492
+ "total": 7559784,
1493
+ "growthFactor": 1.12,
1494
+ "monsterA": {
1495
+ "decrementProportion": 0.00025,
1496
+ "randomVariation": 0.057,
1497
+ "exp": 335,
1498
+ "kills": 1753
1499
+ },
1500
+ "monsterB": {
1501
+ "decrementProportion": 0.0005,
1502
+ "randomVariation": 0.06501,
1503
+ "exp": 382,
1504
+ "kills": 1537
1505
+ },
1506
+ "bossExtra": {
1507
+ "decrementProportion": 0.0025,
1508
+ "randomVariation": 3.89,
1509
+ "exp": 22832,
1510
+ "kills": 26
1511
+ }
1512
+ },
1513
+ "64": {
1514
+ "diff": 70434,
1515
+ "req": 657385,
1516
+ "total": 8217169,
1517
+ "growthFactor": 1.125,
1518
+ "monsterA": {
1519
+ "decrementProportion": 0.00025,
1520
+ "randomVariation": 0.05675,
1521
+ "exp": 373,
1522
+ "kills": 1763
1523
+ },
1524
+ "monsterB": {
1525
+ "decrementProportion": 0.0005,
1526
+ "randomVariation": 0.06451,
1527
+ "exp": 424,
1528
+ "kills": 1551
1529
+ },
1530
+ "bossExtra": {
1531
+ "decrementProportion": 0.0025,
1532
+ "randomVariation": 3.8875,
1533
+ "exp": 25556,
1534
+ "kills": 26
1535
+ }
1536
+ },
1537
+ "65": {
1538
+ "diff": 82173,
1539
+ "req": 739558,
1540
+ "total": 8956727,
1541
+ "growthFactor": 1.13,
1542
+ "monsterA": {
1543
+ "decrementProportion": 0.00025,
1544
+ "randomVariation": 0.0565,
1545
+ "exp": 418,
1546
+ "kills": 1770
1547
+ },
1548
+ "monsterB": {
1549
+ "decrementProportion": 0.0005,
1550
+ "randomVariation": 0.06401,
1551
+ "exp": 473,
1552
+ "kills": 1564
1553
+ },
1554
+ "bossExtra": {
1555
+ "decrementProportion": 0.0025,
1556
+ "randomVariation": 3.885,
1557
+ "exp": 28732,
1558
+ "kills": 26
1559
+ }
1560
+ },
1561
+ "66": {
1562
+ "diff": 96142,
1563
+ "req": 835700,
1564
+ "total": 9792427,
1565
+ "growthFactor": 1.135,
1566
+ "monsterA": {
1567
+ "decrementProportion": 0.00025,
1568
+ "randomVariation": 0.05625,
1569
+ "exp": 470,
1570
+ "kills": 1779
1571
+ },
1572
+ "monsterB": {
1573
+ "decrementProportion": 0.0005,
1574
+ "randomVariation": 0.06351,
1575
+ "exp": 531,
1576
+ "kills": 1574
1577
+ },
1578
+ "bossExtra": {
1579
+ "decrementProportion": 0.0025,
1580
+ "randomVariation": 3.8825,
1581
+ "exp": 32446,
1582
+ "kills": 26
1583
+ }
1584
+ },
1585
+ "67": {
1586
+ "diff": 112819,
1587
+ "req": 948519,
1588
+ "total": 10740946,
1589
+ "growthFactor": 1.14,
1590
+ "monsterA": {
1591
+ "decrementProportion": 0.00025,
1592
+ "randomVariation": 0.056,
1593
+ "exp": 531,
1594
+ "kills": 1787
1595
+ },
1596
+ "monsterB": {
1597
+ "decrementProportion": 0.0005,
1598
+ "randomVariation": 0.06301,
1599
+ "exp": 598,
1600
+ "kills": 1587
1601
+ },
1602
+ "bossExtra": {
1603
+ "decrementProportion": 0.0025,
1604
+ "randomVariation": 3.88,
1605
+ "exp": 36803,
1606
+ "kills": 26
1607
+ }
1608
+ },
1609
+ "68": {
1610
+ "diff": 132792,
1611
+ "req": 1081311,
1612
+ "total": 11822257,
1613
+ "growthFactor": 1.145,
1614
+ "monsterA": {
1615
+ "decrementProportion": 0.00025,
1616
+ "randomVariation": 0.05575,
1617
+ "exp": 603,
1618
+ "kills": 1794
1619
+ },
1620
+ "monsterB": {
1621
+ "decrementProportion": 0.0005,
1622
+ "randomVariation": 0.06251,
1623
+ "exp": 676,
1624
+ "kills": 1600
1625
+ },
1626
+ "bossExtra": {
1627
+ "decrementProportion": 0.0025,
1628
+ "randomVariation": 3.8775,
1629
+ "exp": 41928,
1630
+ "kills": 26
1631
+ }
1632
+ },
1633
+ "69": {
1634
+ "diff": 156790,
1635
+ "req": 1238101,
1636
+ "total": 13060358,
1637
+ "growthFactor": 1.15,
1638
+ "monsterA": {
1639
+ "decrementProportion": 0.00025,
1640
+ "randomVariation": 0.0555,
1641
+ "exp": 687,
1642
+ "kills": 1803
1643
+ },
1644
+ "monsterB": {
1645
+ "decrementProportion": 0.0005,
1646
+ "randomVariation": 0.06201,
1647
+ "exp": 768,
1648
+ "kills": 1613
1649
+ },
1650
+ "bossExtra": {
1651
+ "decrementProportion": 0.0025,
1652
+ "randomVariation": 3.875,
1653
+ "exp": 47976,
1654
+ "kills": 26
1655
+ }
1656
+ },
1657
+ "70": {
1658
+ "diff": 185715,
1659
+ "req": 1423816,
1660
+ "total": 14484174,
1661
+ "growthFactor": 1.155,
1662
+ "monsterA": {
1663
+ "decrementProportion": 0.00025,
1664
+ "randomVariation": 0.05525,
1665
+ "exp": 787,
1666
+ "kills": 1810
1667
+ },
1668
+ "monsterB": {
1669
+ "decrementProportion": 0.0005,
1670
+ "randomVariation": 0.06151,
1671
+ "exp": 876,
1672
+ "kills": 1626
1673
+ },
1674
+ "bossExtra": {
1675
+ "decrementProportion": 0.0025,
1676
+ "randomVariation": 3.8725,
1677
+ "exp": 55137,
1678
+ "kills": 26
1679
+ }
1680
+ },
1681
+ "71": {
1682
+ "diff": 220691,
1683
+ "req": 1644507,
1684
+ "total": 16128681,
1685
+ "growthFactor": 1.16,
1686
+ "monsterA": {
1687
+ "decrementProportion": 0.00025,
1688
+ "randomVariation": 0.055,
1689
+ "exp": 904,
1690
+ "kills": 1820
1691
+ },
1692
+ "monsterB": {
1693
+ "decrementProportion": 0.0005,
1694
+ "randomVariation": 0.06101,
1695
+ "exp": 1003,
1696
+ "kills": 1640
1697
+ },
1698
+ "bossExtra": {
1699
+ "decrementProportion": 0.0025,
1700
+ "randomVariation": 3.87,
1701
+ "exp": 63642,
1702
+ "kills": 26
1703
+ }
1704
+ },
1705
+ "72": {
1706
+ "diff": 263121,
1707
+ "req": 1907628,
1708
+ "total": 18036309,
1709
+ "growthFactor": 1.165,
1710
+ "monsterA": {
1711
+ "decrementProportion": 0.00025,
1712
+ "randomVariation": 0.05475,
1713
+ "exp": 1044,
1714
+ "kills": 1828
1715
+ },
1716
+ "monsterB": {
1717
+ "decrementProportion": 0.0005,
1718
+ "randomVariation": 0.06051,
1719
+ "exp": 1154,
1720
+ "kills": 1654
1721
+ },
1722
+ "bossExtra": {
1723
+ "decrementProportion": 0.0025,
1724
+ "randomVariation": 3.8675,
1725
+ "exp": 73778,
1726
+ "kills": 26
1727
+ }
1728
+ },
1729
+ "73": {
1730
+ "diff": 314758,
1731
+ "req": 2222386,
1732
+ "total": 20258695,
1733
+ "growthFactor": 1.17,
1734
+ "monsterA": {
1735
+ "decrementProportion": 0.00025,
1736
+ "randomVariation": 0.0545,
1737
+ "exp": 1211,
1738
+ "kills": 1836
1739
+ },
1740
+ "monsterB": {
1741
+ "decrementProportion": 0.0005,
1742
+ "randomVariation": 0.06001,
1743
+ "exp": 1334,
1744
+ "kills": 1666
1745
+ },
1746
+ "bossExtra": {
1747
+ "decrementProportion": 0.0025,
1748
+ "randomVariation": 3.865,
1749
+ "exp": 85895,
1750
+ "kills": 26
1751
+ }
1752
+ },
1753
+ "74": {
1754
+ "diff": 377805,
1755
+ "req": 2600191,
1756
+ "total": 22858886,
1757
+ "growthFactor": 1.175,
1758
+ "monsterA": {
1759
+ "decrementProportion": 0.00025,
1760
+ "randomVariation": 0.05425,
1761
+ "exp": 1411,
1762
+ "kills": 1843
1763
+ },
1764
+ "monsterB": {
1765
+ "decrementProportion": 0.0005,
1766
+ "randomVariation": 0.05951,
1767
+ "exp": 1547,
1768
+ "kills": 1681
1769
+ },
1770
+ "bossExtra": {
1771
+ "decrementProportion": 0.0025,
1772
+ "randomVariation": 3.8625,
1773
+ "exp": 100432,
1774
+ "kills": 26
1775
+ }
1776
+ },
1777
+ "75": {
1778
+ "diff": 455033,
1779
+ "req": 3055224,
1780
+ "total": 25914110,
1781
+ "growthFactor": 1.18,
1782
+ "monsterA": {
1783
+ "decrementProportion": 0.00025,
1784
+ "randomVariation": 0.054,
1785
+ "exp": 1650,
1786
+ "kills": 1852
1787
+ },
1788
+ "monsterB": {
1789
+ "decrementProportion": 0.0005,
1790
+ "randomVariation": 0.05901,
1791
+ "exp": 1803,
1792
+ "kills": 1695
1793
+ },
1794
+ "bossExtra": {
1795
+ "decrementProportion": 0.0025,
1796
+ "randomVariation": 3.86,
1797
+ "exp": 117932,
1798
+ "kills": 26
1799
+ }
1800
+ },
1801
+ "76": {
1802
+ "diff": 549940,
1803
+ "req": 3605164,
1804
+ "total": 29519274,
1805
+ "growthFactor": 1.185,
1806
+ "monsterA": {
1807
+ "decrementProportion": 0.00025,
1808
+ "randomVariation": 0.05375,
1809
+ "exp": 1938,
1810
+ "kills": 1861
1811
+ },
1812
+ "monsterB": {
1813
+ "decrementProportion": 0.0005,
1814
+ "randomVariation": 0.05851,
1815
+ "exp": 2109,
1816
+ "kills": 1710
1817
+ },
1818
+ "bossExtra": {
1819
+ "decrementProportion": 0.0025,
1820
+ "randomVariation": 3.8575,
1821
+ "exp": 139069,
1822
+ "kills": 26
1823
+ }
1824
+ },
1825
+ "77": {
1826
+ "diff": 666955,
1827
+ "req": 4272119,
1828
+ "total": 33791393,
1829
+ "growthFactor": 1.19,
1830
+ "monsterA": {
1831
+ "decrementProportion": 0.00025,
1832
+ "randomVariation": 0.0535,
1833
+ "exp": 2286,
1834
+ "kills": 1869
1835
+ },
1836
+ "monsterB": {
1837
+ "decrementProportion": 0.0005,
1838
+ "randomVariation": 0.05801,
1839
+ "exp": 2478,
1840
+ "kills": 1725
1841
+ },
1842
+ "bossExtra": {
1843
+ "decrementProportion": 0.0025,
1844
+ "randomVariation": 3.855,
1845
+ "exp": 164690,
1846
+ "kills": 26
1847
+ }
1848
+ },
1849
+ "78": {
1850
+ "diff": 811702,
1851
+ "req": 5083821,
1852
+ "total": 38875214,
1853
+ "growthFactor": 1.195,
1854
+ "monsterA": {
1855
+ "decrementProportion": 0.00025,
1856
+ "randomVariation": 0.05325,
1857
+ "exp": 2707,
1858
+ "kills": 1879
1859
+ },
1860
+ "monsterB": {
1861
+ "decrementProportion": 0.0005,
1862
+ "randomVariation": 0.05751,
1863
+ "exp": 2924,
1864
+ "kills": 1739
1865
+ },
1866
+ "bossExtra": {
1867
+ "decrementProportion": 0.0025,
1868
+ "randomVariation": 3.8525,
1869
+ "exp": 195854,
1870
+ "kills": 26
1871
+ }
1872
+ },
1873
+ "79": {
1874
+ "diff": 991345,
1875
+ "req": 6075166,
1876
+ "total": 44950380,
1877
+ "growthFactor": 1.2,
1878
+ "monsterA": {
1879
+ "decrementProportion": 0.00025,
1880
+ "randomVariation": 0.053,
1881
+ "exp": 3220,
1882
+ "kills": 1887
1883
+ },
1884
+ "monsterB": {
1885
+ "decrementProportion": 0.0005,
1886
+ "randomVariation": 0.05701,
1887
+ "exp": 3463,
1888
+ "kills": 1755
1889
+ },
1890
+ "bossExtra": {
1891
+ "decrementProportion": 0.0025,
1892
+ "randomVariation": 3.85,
1893
+ "exp": 233894,
1894
+ "kills": 26
1895
+ }
1896
+ },
1897
+ "80": {
1898
+ "diff": 1215033,
1899
+ "req": 7290199,
1900
+ "total": 52240579,
1901
+ "growthFactor": 1.205,
1902
+ "monsterA": {
1903
+ "decrementProportion": 0.00025,
1904
+ "randomVariation": 0.05275,
1905
+ "exp": 3846,
1906
+ "kills": 1896
1907
+ },
1908
+ "monsterB": {
1909
+ "decrementProportion": 0.0005,
1910
+ "randomVariation": 0.05651,
1911
+ "exp": 4120,
1912
+ "kills": 1770
1913
+ },
1914
+ "bossExtra": {
1915
+ "decrementProportion": 0.0025,
1916
+ "randomVariation": 3.8475,
1917
+ "exp": 280490,
1918
+ "kills": 26
1919
+ }
1920
+ },
1921
+ "81": {
1922
+ "diff": 1494490,
1923
+ "req": 8784689,
1924
+ "total": 61025268,
1925
+ "growthFactor": 1.21,
1926
+ "monsterA": {
1927
+ "decrementProportion": 0.00025,
1928
+ "randomVariation": 0.0525,
1929
+ "exp": 4612,
1930
+ "kills": 1905
1931
+ },
1932
+ "monsterB": {
1933
+ "decrementProportion": 0.0005,
1934
+ "randomVariation": 0.05601,
1935
+ "exp": 4920,
1936
+ "kills": 1786
1937
+ },
1938
+ "bossExtra": {
1939
+ "decrementProportion": 0.0025,
1940
+ "randomVariation": 3.845,
1941
+ "exp": 337771,
1942
+ "kills": 27
1943
+ }
1944
+ },
1945
+ "82": {
1946
+ "diff": 1844784,
1947
+ "req": 10629473,
1948
+ "total": 71654741,
1949
+ "growthFactor": 1.215,
1950
+ "monsterA": {
1951
+ "decrementProportion": 0.00025,
1952
+ "randomVariation": 0.05225,
1953
+ "exp": 5554,
1954
+ "kills": 1914
1955
+ },
1956
+ "monsterB": {
1957
+ "decrementProportion": 0.0005,
1958
+ "randomVariation": 0.05551,
1959
+ "exp": 5900,
1960
+ "kills": 1802
1961
+ },
1962
+ "bossExtra": {
1963
+ "decrementProportion": 0.0025,
1964
+ "randomVariation": 3.8425,
1965
+ "exp": 408438,
1966
+ "kills": 27
1967
+ }
1968
+ },
1969
+ "83": {
1970
+ "diff": 2285336,
1971
+ "req": 12914809,
1972
+ "total": 84569550,
1973
+ "growthFactor": 1.22,
1974
+ "monsterA": {
1975
+ "decrementProportion": 0.00025,
1976
+ "randomVariation": 0.052,
1977
+ "exp": 6716,
1978
+ "kills": 1923
1979
+ },
1980
+ "monsterB": {
1981
+ "decrementProportion": 0.0005,
1982
+ "randomVariation": 0.05501,
1983
+ "exp": 7104,
1984
+ "kills": 1818
1985
+ },
1986
+ "bossExtra": {
1987
+ "decrementProportion": 0.0025,
1988
+ "randomVariation": 3.84,
1989
+ "exp": 495929,
1990
+ "kills": 27
1991
+ }
1992
+ },
1993
+ "84": {
1994
+ "diff": 2841257,
1995
+ "req": 15756066,
1996
+ "total": 100325616,
1997
+ "growthFactor": 1.225,
1998
+ "monsterA": {
1999
+ "decrementProportion": 0.00025,
2000
+ "randomVariation": 0.05175,
2001
+ "exp": 8154,
2002
+ "kills": 1933
2003
+ },
2004
+ "monsterB": {
2005
+ "decrementProportion": 0.0005,
2006
+ "randomVariation": 0.05451,
2007
+ "exp": 8589,
2008
+ "kills": 1835
2009
+ },
2010
+ "bossExtra": {
2011
+ "decrementProportion": 0.0025,
2012
+ "randomVariation": 3.8375,
2013
+ "exp": 604639,
2014
+ "kills": 27
2015
+ }
2016
+ },
2017
+ "85": {
2018
+ "diff": 3545114,
2019
+ "req": 19301180,
2020
+ "total": 119626796,
2021
+ "growthFactor": 1.23,
2022
+ "monsterA": {
2023
+ "decrementProportion": 0.00025,
2024
+ "randomVariation": 0.0515,
2025
+ "exp": 9940,
2026
+ "kills": 1942
2027
+ },
2028
+ "monsterB": {
2029
+ "decrementProportion": 0.0005,
2030
+ "randomVariation": 0.05401,
2031
+ "exp": 10425,
2032
+ "kills": 1852
2033
+ },
2034
+ "bossExtra": {
2035
+ "decrementProportion": 0.0025,
2036
+ "randomVariation": 3.835,
2037
+ "exp": 740200,
2038
+ "kills": 27
2039
+ }
2040
+ },
2041
+ "86": {
2042
+ "diff": 4439271,
2043
+ "req": 23740451,
2044
+ "total": 143367247,
2045
+ "growthFactor": 1.235,
2046
+ "monsterA": {
2047
+ "decrementProportion": 0.00025,
2048
+ "randomVariation": 0.05125,
2049
+ "exp": 12167,
2050
+ "kills": 1952
2051
+ },
2052
+ "monsterB": {
2053
+ "decrementProportion": 0.0005,
2054
+ "randomVariation": 0.05351,
2055
+ "exp": 12704,
2056
+ "kills": 1869
2057
+ },
2058
+ "bossExtra": {
2059
+ "decrementProportion": 0.0025,
2060
+ "randomVariation": 3.8325,
2061
+ "exp": 909853,
2062
+ "kills": 27
2063
+ }
2064
+ },
2065
+ "87": {
2066
+ "diff": 5579005,
2067
+ "req": 29319456,
2068
+ "total": 172686703,
2069
+ "growthFactor": 1.24,
2070
+ "monsterA": {
2071
+ "decrementProportion": 0.00025,
2072
+ "randomVariation": 0.051,
2073
+ "exp": 14953,
2074
+ "kills": 1961
2075
+ },
2076
+ "monsterB": {
2077
+ "decrementProportion": 0.0005,
2078
+ "randomVariation": 0.05301,
2079
+ "exp": 15542,
2080
+ "kills": 1887
2081
+ },
2082
+ "bossExtra": {
2083
+ "decrementProportion": 0.0025,
2084
+ "randomVariation": 3.83,
2085
+ "exp": 1122935,
2086
+ "kills": 27
2087
+ }
2088
+ },
2089
+ "88": {
2090
+ "diff": 7036669,
2091
+ "req": 36356125,
2092
+ "total": 209042828,
2093
+ "growthFactor": 1.245,
2094
+ "monsterA": {
2095
+ "decrementProportion": 0.00025,
2096
+ "randomVariation": 0.05075,
2097
+ "exp": 18451,
2098
+ "kills": 1971
2099
+ },
2100
+ "monsterB": {
2101
+ "decrementProportion": 0.0005,
2102
+ "randomVariation": 0.05251,
2103
+ "exp": 19091,
2104
+ "kills": 1905
2105
+ },
2106
+ "bossExtra": {
2107
+ "decrementProportion": 0.0025,
2108
+ "randomVariation": 3.8275,
2109
+ "exp": 1391531,
2110
+ "kills": 27
2111
+ }
2112
+ },
2113
+ "89": {
2114
+ "diff": 8907250,
2115
+ "req": 45263375,
2116
+ "total": 254306203,
2117
+ "growthFactor": 1.25,
2118
+ "monsterA": {
2119
+ "decrementProportion": 0.00025,
2120
+ "randomVariation": 0.0505,
2121
+ "exp": 22858,
2122
+ "kills": 1981
2123
+ },
2124
+ "monsterB": {
2125
+ "decrementProportion": 0.0005,
2126
+ "randomVariation": 0.05201,
2127
+ "exp": 23541,
2128
+ "kills": 1923
2129
+ },
2130
+ "bossExtra": {
2131
+ "decrementProportion": 0.0025,
2132
+ "randomVariation": 3.825,
2133
+ "exp": 1731324,
2134
+ "kills": 27
2135
+ }
2136
+ },
2137
+ "90": {
2138
+ "diff": 11315843,
2139
+ "req": 56579218,
2140
+ "total": 310885421,
2141
+ "growthFactor": 1.255,
2142
+ "monsterA": {
2143
+ "decrementProportion": 0.00025,
2144
+ "randomVariation": 0.05025,
2145
+ "exp": 28431,
2146
+ "kills": 1991
2147
+ },
2148
+ "monsterB": {
2149
+ "decrementProportion": 0.0005,
2150
+ "randomVariation": 0.05151,
2151
+ "exp": 29144,
2152
+ "kills": 1942
2153
+ },
2154
+ "bossExtra": {
2155
+ "decrementProportion": 0.0025,
2156
+ "randomVariation": 3.8225,
2157
+ "exp": 2162741,
2158
+ "kills": 27
2159
+ }
2160
+ },
2161
+ "91": {
2162
+ "diff": 14427700,
2163
+ "req": 71006918,
2164
+ "total": 381892339,
2165
+ "growthFactor": 1.26,
2166
+ "monsterA": {
2167
+ "decrementProportion": 0.00025,
2168
+ "randomVariation": 0.05,
2169
+ "exp": 35503,
2170
+ "kills": 2001
2171
+ },
2172
+ "monsterB": {
2173
+ "decrementProportion": 0.0005,
2174
+ "randomVariation": 0.05101,
2175
+ "exp": 36221,
2176
+ "kills": 1961
2177
+ },
2178
+ "bossExtra": {
2179
+ "decrementProportion": 0.0025,
2180
+ "randomVariation": 3.82,
2181
+ "exp": 2712464,
2182
+ "kills": 27
2183
+ }
2184
+ },
2185
+ "92": {
2186
+ "diff": 18461798,
2187
+ "req": 89468716,
2188
+ "total": 471361055,
2189
+ "growthFactor": 1.265,
2190
+ "monsterA": {
2191
+ "decrementProportion": 0.00025,
2192
+ "randomVariation": 0.04975,
2193
+ "exp": 44511,
2194
+ "kills": 2011
2195
+ },
2196
+ "monsterB": {
2197
+ "decrementProportion": 0.0005,
2198
+ "randomVariation": 0.05051,
2199
+ "exp": 45191,
2200
+ "kills": 1980
2201
+ },
2202
+ "bossExtra": {
2203
+ "decrementProportion": 0.0025,
2204
+ "randomVariation": 3.8175,
2205
+ "exp": 3415468,
2206
+ "kills": 27
2207
+ }
2208
+ },
2209
+ "93": {
2210
+ "diff": 23709209,
2211
+ "req": 113177925,
2212
+ "total": 584538980,
2213
+ "growthFactor": 1.27,
2214
+ "monsterA": {
2215
+ "decrementProportion": 0.00025,
2216
+ "randomVariation": 0.0495,
2217
+ "exp": 56023,
2218
+ "kills": 2021
2219
+ },
2220
+ "monsterB": {
2221
+ "decrementProportion": 0.0005,
2222
+ "randomVariation": 0.05001,
2223
+ "exp": 56600,
2224
+ "kills": 2000
2225
+ },
2226
+ "bossExtra": {
2227
+ "decrementProportion": 0.0025,
2228
+ "randomVariation": 3.815,
2229
+ "exp": 4317738,
2230
+ "kills": 27
2231
+ }
2232
+ },
2233
+ "94": {
2234
+ "diff": 30558039,
2235
+ "req": 143735964,
2236
+ "total": 728274944,
2237
+ "growthFactor": 1.275,
2238
+ "monsterA": {
2239
+ "decrementProportion": 0.00025,
2240
+ "randomVariation": 0.04925,
2241
+ "exp": 70790,
2242
+ "kills": 2031
2243
+ },
2244
+ "monsterB": {
2245
+ "decrementProportion": 0.0005,
2246
+ "randomVariation": 0.04951,
2247
+ "exp": 71164,
2248
+ "kills": 2020
2249
+ },
2250
+ "bossExtra": {
2251
+ "decrementProportion": 0.0025,
2252
+ "randomVariation": 3.8125,
2253
+ "exp": 5479934,
2254
+ "kills": 27
2255
+ }
2256
+ },
2257
+ "95": {
2258
+ "diff": 39527390,
2259
+ "req": 183263354,
2260
+ "total": 911538298,
2261
+ "growthFactor": 1.28,
2262
+ "monsterA": {
2263
+ "decrementProportion": 0.00025,
2264
+ "randomVariation": 0.049,
2265
+ "exp": 89799,
2266
+ "kills": 2041
2267
+ },
2268
+ "monsterB": {
2269
+ "decrementProportion": 0.0005,
2270
+ "randomVariation": 0.04901,
2271
+ "exp": 89817,
2272
+ "kills": 2041
2273
+ },
2274
+ "bossExtra": {
2275
+ "decrementProportion": 0.0025,
2276
+ "randomVariation": 3.81,
2277
+ "exp": 6982334,
2278
+ "kills": 27
2279
+ }
2280
+ },
2281
+ "96": {
2282
+ "diff": 51313739,
2283
+ "req": 234577093,
2284
+ "total": 1146115391,
2285
+ "growthFactor": 1.285,
2286
+ "monsterA": {
2287
+ "decrementProportion": 0.00025,
2288
+ "randomVariation": 0.04875,
2289
+ "exp": 114356,
2290
+ "kills": 2052
2291
+ },
2292
+ "monsterB": {
2293
+ "decrementProportion": 0.0005,
2294
+ "randomVariation": 0.04851,
2295
+ "exp": 113793,
2296
+ "kills": 2062
2297
+ },
2298
+ "bossExtra": {
2299
+ "decrementProportion": 0.0025,
2300
+ "randomVariation": 3.8075,
2301
+ "exp": 8931523,
2302
+ "kills": 27
2303
+ }
2304
+ },
2305
+ "97": {
2306
+ "diff": 66854471,
2307
+ "req": 301431564,
2308
+ "total": 1447546955,
2309
+ "growthFactor": 1.29,
2310
+ "monsterA": {
2311
+ "decrementProportion": 0.00025,
2312
+ "randomVariation": 0.0485,
2313
+ "exp": 146194,
2314
+ "kills": 2062
2315
+ },
2316
+ "monsterB": {
2317
+ "decrementProportion": 0.0005,
2318
+ "randomVariation": 0.04801,
2319
+ "exp": 144717,
2320
+ "kills": 2083
2321
+ },
2322
+ "bossExtra": {
2323
+ "decrementProportion": 0.0025,
2324
+ "randomVariation": 3.805,
2325
+ "exp": 11469471,
2326
+ "kills": 27
2327
+ }
2328
+ },
2329
+ "98": {
2330
+ "diff": 87415153,
2331
+ "req": 388846717,
2332
+ "total": 1836393672,
2333
+ "growthFactor": 1.295,
2334
+ "monsterA": {
2335
+ "decrementProportion": 0.00025,
2336
+ "randomVariation": 0.04825,
2337
+ "exp": 187619,
2338
+ "kills": 2073
2339
+ },
2340
+ "monsterB": {
2341
+ "decrementProportion": 0.0005,
2342
+ "randomVariation": 0.04751,
2343
+ "exp": 184741,
2344
+ "kills": 2105
2345
+ },
2346
+ "bossExtra": {
2347
+ "decrementProportion": 0.0025,
2348
+ "randomVariation": 3.8025,
2349
+ "exp": 14785896,
2350
+ "kills": 27
2351
+ }
2352
+ },
2353
+ "99": {
2354
+ "diff": 114709781,
2355
+ "req": 503556498,
2356
+ "total": 2339950170,
2357
+ "growthFactor": 1.3,
2358
+ "monsterA": {
2359
+ "decrementProportion": 0.00025,
2360
+ "randomVariation": 0.048,
2361
+ "exp": 241707,
2362
+ "kills": 2084
2363
+ },
2364
+ "monsterB": {
2365
+ "decrementProportion": 0.0005,
2366
+ "randomVariation": 0.04701,
2367
+ "exp": 236722,
2368
+ "kills": 2128
2369
+ },
2370
+ "bossExtra": {
2371
+ "decrementProportion": 0.0025,
2372
+ "randomVariation": 3.8,
2373
+ "exp": 19135147,
2374
+ "kills": 27
2375
+ }
2376
+ },
2377
+ "100": {
2378
+ "diff": 151066949,
2379
+ "req": 654623447,
2380
+ "total": 2994573617,
2381
+ "growthFactor": 1.305,
2382
+ "monsterA": {
2383
+ "decrementProportion": 0.00025,
2384
+ "randomVariation": 0.04775,
2385
+ "exp": 312583,
2386
+ "kills": 2095
2387
+ },
2388
+ "monsterB": {
2389
+ "decrementProportion": 0.0005,
2390
+ "randomVariation": 0.04651,
2391
+ "exp": 304465,
2392
+ "kills": 2151
2393
+ },
2394
+ "bossExtra": {
2395
+ "decrementProportion": 0.0025,
2396
+ "randomVariation": 3.7975,
2397
+ "exp": 24859325,
2398
+ "kills": 27
2399
+ }
2400
+ }
2401
+ }