-
Notifications
You must be signed in to change notification settings - Fork 0
/
UI_Config.json
853 lines (853 loc) · 23.8 KB
/
UI_Config.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
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
{
"output_file": "config.json",
"queueCustomHuntCommand": {
"type": "textbox",
"value": "!mhw-hunt-custom",
"label": "Queue Random Hunt Setup Command",
"tooltip": "Name of the queue random hunt setup command",
"group": "Commands"
},
"queueCustomHuntCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Queue Custom Hunt Setup Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"queueRandomHuntSetupCommand": {
"type": "textbox",
"value": "!mhw-hunt-random",
"label": "Queue Random Hunt Setup Command",
"tooltip": "Name of the queue random hunt setup command",
"group": "Commands"
},
"queueRandomHuntSetupCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Queue Random Hunt Setup Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"queueGetNextHuntCommand": {
"type": "textbox",
"value": "!mhw-next",
"label": "Next Hunt From Queue Command",
"tooltip": "Name of the command to get the next hunt from the queue",
"group": "Commands"
},
"queueGetNextHuntCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Next Hunt From QueuePermission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"currentHuntCommand": {
"type": "textbox",
"value": "!mhw-current",
"label": "Current Hunt Command",
"tooltip": "Name of the command to get the current hunt",
"group": "Commands"
},
"currentHuntCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Current Hunt Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"huntRollCommand": {
"type": "textbox",
"value": "!mhw-hunt-roll",
"label": "Hunt Setup Roll Command",
"tooltip": "Name of the hunt setup roll command",
"group": "Commands"
},
"huntRollCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Hunt Setup Roll Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"weaponCommand": {
"type": "textbox",
"value": "!mhw-weapon-roll",
"label": "Weapon Roll Command",
"tooltip": "Name of the weapon roll command",
"group": "Commands"
},
"weaponCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Weapon Roll Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"monsterCommand": {
"type": "textbox",
"value": "!mhw-monster-roll",
"label": "Monster Roll Command",
"tooltip": "Name of the monster roll command",
"group": "Commands"
},
"monsterCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Monster Roll Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"memeSetCommand": {
"type": "textbox",
"value": "!mhw-meme-set-roll",
"label": "Meme Roll Command",
"tooltip": "Meme set roll command",
"group": "Commands"
},
"memeSetCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Meme Roll Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"whisperCommandsCommand": {
"type": "textbox",
"value": "!mhw-commands",
"label": "Whisper Commands Command",
"tooltip": "Whisper commands command",
"group": "Commands"
},
"whisperCommandsCommandPermission": {
"type": "dropdown",
"value": "Everyone",
"items": ["Everyone","Regular","Subscriber","Moderator","Editor"],
"label": "Whisper Commands Permission Level",
"tooltip": "Set the permission level for the command above",
"group": "Commands"
},
"huntQueueSize": {
"type": "numberbox",
"label": "Hunt Queue Size",
"value": 10,
"tooltip": "Max number of hunts allowed in queue",
"group": "Hunt Queue"
},
"enableWeaponAnyRoll": {
"type": "checkbox",
"value": true,
"label": "ANY - Random Hunt",
"tooltip": "Enable ANY option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponAnyRequest": {
"type": "checkbox",
"value": true,
"label": "ANY - Requested Hunt",
"tooltip": "Enable ANY option in requested hunts.",
"group": "Weapons"
},
"enableWeaponInsectGlaiveRoll": {
"type": "checkbox",
"value": true,
"label": "Insect Glaive - Random Hunt",
"tooltip": "Enable Insect Glaive in hunt rolls.",
"group": "Weapons"
},
"enableWeaponInsectGlaiveRequest": {
"type": "checkbox",
"value": true,
"label": "Insect Glaive - Requested Hunt",
"tooltip": "Enable Insect Glaive in requested hunts.",
"group": "Weapons"
},
"enableWeaponChargeBladeRoll": {
"type": "checkbox",
"value": true,
"label": "Charge Blade - Random Hunt",
"tooltip": "Enable Charge Blade option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponChargeBladeRequest": {
"type": "checkbox",
"value": true,
"label": "Charge Blade - Requested Hunt",
"tooltip": "Enable Charge Blade option in requested hunts.",
"group": "Weapons"
},
"enableWeaponSwitchAxeRoll": {
"type": "checkbox",
"value": true,
"label": "Switch Axe - Random Hunt",
"tooltip": "Enable Switch Axe option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponSwitchAxeRequest": {
"type": "checkbox",
"value": true,
"label": "Switch Axe - Requested Hunt",
"tooltip": "Enable Switch Axe option in requested hunts.",
"group": "Weapons"
},
"enableWeaponBowRoll": {
"type": "checkbox",
"value": true,
"label": "Bow - Random Hunt",
"tooltip": "Enable Bow option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponBowRequest": {
"type": "checkbox",
"value": true,
"label": "Bow - Requested Hunt",
"tooltip": "Enable Bow option in requested hunts.",
"group": "Weapons"
},
"enableWeaponLightBowgunRoll": {
"type": "checkbox",
"value": true,
"label": "Light Bowgun - Random Hunt",
"tooltip": "Enable Light Bowgun option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponLightBowgunRequest": {
"type": "checkbox",
"value": true,
"label": "Light Bowgun - Requested Hunt",
"tooltip": "Enable Light Bowgun option in requested hunts.",
"group": "Weapons"
},
"enableWeaponHeavyBowgunRoll": {
"type": "checkbox",
"value": true,
"label": "Heavy Bowgun - Random Hunt",
"tooltip": "Enable Heavy Bowgun option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponHeavyBowgunRequest": {
"type": "checkbox",
"value": true,
"label": "Heavy Bowgun - Requested Hunt",
"tooltip": "Enable Heavy Bowgun option in requested hunts.",
"group": "Weapons"
},
"enableWeaponHammerRoll": {
"type": "checkbox",
"value": true,
"label": "Hammer - Random Hunt",
"tooltip": "Enable Hammer option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponHammerRequest": {
"type": "checkbox",
"value": true,
"label": "Hammer - Requested Hunt",
"tooltip": "Enable Hammer option in requested hunts.",
"group": "Weapons"
},
"enableWeaponHuntingHornRoll": {
"type": "checkbox",
"value": true,
"label": "Hunting Horn - Random Hunt",
"tooltip": "Enable Hunting Horn option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponHuntingHornRequest": {
"type": "checkbox",
"value": true,
"label": "Hunting Horn - Requested Hunt",
"tooltip": "Enable Hunting Horn option in requested hunts.",
"group": "Weapons"
},
"enableWeaponLongSwordRoll": {
"type": "checkbox",
"value": true,
"label": "Long Sword - Random Hunt",
"tooltip": "Enable Long Sword option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponLongSwordRequest": {
"type": "checkbox",
"value": true,
"label": "Long Sword - Requested Hunt",
"tooltip": "Enable Long Sword option in requested hunts.",
"group": "Weapons"
},
"enableWeaponSwordShieldRoll": {
"type": "checkbox",
"value": true,
"label": "Sword & Shield - Random Hunt",
"tooltip": "Enable Sword & Shield option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponSwordShieldRequest": {
"type": "checkbox",
"value": true,
"label": "Sword & Shield - Requested Hunt",
"tooltip": "Enable Sword & Shield option in requested hunts.",
"group": "Weapons"
},
"enableWeaponLanceRoll": {
"type": "checkbox",
"value": true,
"label": "Lance - Random Hunt",
"tooltip": "Enable Lance option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponLanceRequest": {
"type": "checkbox",
"value": true,
"label": "Lance - Requested Hunt",
"tooltip": "Enable Lance option in requested hunts.",
"group": "Weapons"
},
"enableWeaponGunlanceRoll": {
"type": "checkbox",
"value": true,
"label": "Gunlance - Random Hunt",
"tooltip": "Enable Gunlance option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponGunlanceRequest": {
"type": "checkbox",
"value": true,
"label": "Gunlance - Requested Hunt",
"tooltip": "Enable Gunlance option in requested hunts.",
"group": "Weapons"
},
"enableWeaponGreatSwordRoll": {
"type": "checkbox",
"value": true,
"label": "Great Sword - Random Hunt",
"tooltip": "Enable Great Sword option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponGreatSwordRequest": {
"type": "checkbox",
"value": true,
"label": "Great Sword - Requested Hunt",
"tooltip": "Enable Great Sword option in requested hunts.",
"group": "Weapons"
},
"enableWeaponDualBladesRoll": {
"type": "checkbox",
"value": true,
"label": "Dual Blades - Random Hunt",
"tooltip": "Enable Dual Blades option in hunt rolls.",
"group": "Weapons"
},
"enableWeaponDualBladesRequest": {
"type": "checkbox",
"value": true,
"label": "Dual Blades - Requested Hunt",
"tooltip": "Enable Dual Blades option in requested hunts.",
"group": "Weapons"
},
"enableMonsterAnyRoll": {
"type": "checkbox",
"value": true,
"label": "Any - Random Hunt",
"tooltip": "Enable Any option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterAnyRequest": {
"type": "checkbox",
"value": true,
"label": "Any - Requested Hunt",
"tooltip": "Enable Any option in requested hunts.",
"group": "Monsters"
},
"enableMonsterTeostraRoll": {
"type": "checkbox",
"value": true,
"label": "Teostra - Random Hunt",
"tooltip": "Enable Teostra option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterTeostraRequest": {
"type": "checkbox",
"value": true,
"label": "Teostra - Requested Hunt",
"tooltip": "Enable Teostra option in requested hunts.",
"group": "Monsters"
},
"enableMonsterLunastraRoll": {
"type": "checkbox",
"value": true,
"label": "Lunastra - Random Hunt",
"tooltip": "Enable Lunastra option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterLunastraRequest": {
"type": "checkbox",
"value": true,
"label": "Lunastra - Requested Hunt",
"tooltip": "Enable Lunastra option in requested hunts.",
"group": "Monsters"
},
"enableMonsterKirinRoll": {
"type": "checkbox",
"value": true,
"label": "Kirin - Random Hunt",
"tooltip": "Enable Kirin option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterKirinRequest": {
"type": "checkbox",
"value": true,
"label": "Kirin - Requested Hunt",
"tooltip": "Enable Kirin option in requested hunts.",
"group": "Monsters"
},
"enableMonsterNergiganteRoll": {
"type": "checkbox",
"value": true,
"label": "Nergigante - Random Hunt",
"tooltip": "Enable Nergigante option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterNergiganteRequest": {
"type": "checkbox",
"value": true,
"label": "Nergigante - Requested Hunt",
"tooltip": "Enable Nergigante option in requested hunts.",
"group": "Monsters"
},
"enableMonsterVaalHazakRoll": {
"type": "checkbox",
"value": true,
"label": "Vaal Hazak - Random Hunt",
"tooltip": "Enable Vaal Hazak option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterVaalHazakRequest": {
"type": "checkbox",
"value": true,
"label": "Vaal Hazak - Requested Hunt",
"tooltip": "Enable Vaal Hazak option in requested hunts.",
"group": "Monsters"
},
"enableMonsterKushalaDaoraRoll": {
"type": "checkbox",
"value": true,
"label": "Kushala Daora - Random Hunt",
"tooltip": "Enable Kushala Daora option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterKushalaDaoraRequest": {
"type": "checkbox",
"value": true,
"label": "Kushala Daora - Requested Hunt",
"tooltip": "Enable Kushala Daora option in requested hunts.",
"group": "Monsters"
},
"enableMonsterKulveTarothRoll": {
"type": "checkbox",
"value": true,
"label": "Kulve Taroth - Random Hunt",
"tooltip": "Enable Kulve Taroth option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterKulveTarothRequest": {
"type": "checkbox",
"value": true,
"label": "Kulve Taroth - Requested Hunt",
"tooltip": "Enable Kulve Taroth option in requested hunts.",
"group": "Monsters"
},
"enableMonsterXenojiivaRoll": {
"type": "checkbox",
"value": true,
"label": "Xeno'jiiva - Random Hunt",
"tooltip": "Enable Xeno'jiiva option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterXenojiivaRequest": {
"type": "checkbox",
"value": true,
"label": "Xeno'jiiva - Requested Hunt",
"tooltip": "Enable Xeno'jiiva option in requested hunts.",
"group": "Monsters"
},
"enableMonsterBehemothRoll": {
"type": "checkbox",
"value": true,
"label": "Behemoth - Random Hunt",
"tooltip": "Enable Behemoth option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterBehemothRequest": {
"type": "checkbox",
"value": true,
"label": "Behemoth - Requested Hunt",
"tooltip": "Enable Behemoth option in requested hunts.",
"group": "Monsters"
},
"enableMonsterRathalosRoll": {
"type": "checkbox",
"value": true,
"label": "Rathalos - Random Hunt",
"tooltip": "Enable Rathalos option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterRathalosRequest": {
"type": "checkbox",
"value": true,
"label": "Rathalos - Requested Hunt",
"tooltip": "Enable Rathalos option in requested hunts.",
"group": "Monsters"
},
"enableMonsterAzureRathalosRoll": {
"type": "checkbox",
"value": true,
"label": "Azure Rathalos - Random Hunt",
"tooltip": "Enable Azure Rathalos option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterAzureRathalosRequest": {
"type": "checkbox",
"value": true,
"label": "Azure Rathalos - Requested Hunt",
"tooltip": "Enable Azure Rathalos option in requested hunts.",
"group": "Monsters"
},
"enableMonsterRathianRoll": {
"type": "checkbox",
"value": true,
"label": "Rathian - Random Hunt",
"tooltip": "Enable Rathian option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterRathianRequest": {
"type": "checkbox",
"value": true,
"label": "Rathian - Requested Hunt",
"tooltip": "Enable Rathian option in requested hunts.",
"group": "Monsters"
},
"enableMonsterPinkRathianRoll": {
"type": "checkbox",
"value": true,
"label": "Pink Rathian - Random Hunt",
"tooltip": "Enable Pink Rathian option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterPinkRathianRequest": {
"type": "checkbox",
"value": true,
"label": "Pink Rathian - Requested Hunt",
"tooltip": "Enable Pink Rathian option in requested hunts.",
"group": "Monsters"
},
"enableMonsterDiablosRoll": {
"type": "checkbox",
"value": true,
"label": "Diablos - Random Hunt",
"tooltip": "Enable Diablos option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterDiablosRequest": {
"type": "checkbox",
"value": true,
"label": "Diablos - Requested Hunt",
"tooltip": "Enable Diablos option in requested hunts.",
"group": "Monsters"
},
"enableMonsterBlackDiablosRoll": {
"type": "checkbox",
"value": true,
"label": "Black Diablos - Random Hunt",
"tooltip": "Enable Black Diablos option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterBlackDiablosRequest": {
"type": "checkbox",
"value": true,
"label": "Black Diablos - Requested Hunt",
"tooltip": "Enable Black Diablos option in requested hunts.",
"group": "Monsters"
},
"enableMonsterBazelgeuseRoll": {
"type": "checkbox",
"value": true,
"label": "Bazelgeuse - Random Hunt",
"tooltip": "Enable Bazelgeuse option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterBazelgeuseRequest": {
"type": "checkbox",
"value": true,
"label": "Bazelgeuse - Requested Hunt",
"tooltip": "Enable Bazelgeuse option in requested hunts.",
"group": "Monsters"
},
"enableMonsterUragaanRoll": {
"type": "checkbox",
"value": true,
"label": "Uragaan - Random Hunt",
"tooltip": "Enable Uragaan option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterUragaanRequest": {
"type": "checkbox",
"value": true,
"label": "Uragaan - Requested Hunt",
"tooltip": "Enable Uragaan option in requested hunts.",
"group": "Monsters"
},
"enableMonsterLavasiothRoll": {
"type": "checkbox",
"value": true,
"label": "Lavasioth - Random Hunt",
"tooltip": "Enable Lavasioth option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterLavasiothRequest": {
"type": "checkbox",
"value": true,
"label": "Lavasioth - Requested Hunt",
"tooltip": "Enable Lavasioth option in requested hunts.",
"group": "Monsters"
},
"enableMonsterLegianaRoll": {
"type": "checkbox",
"value": true,
"label": "Legiana - Random Hunt",
"tooltip": "Enable Legiana option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterLegianaRequest": {
"type": "checkbox",
"value": true,
"label": "Legiana - Requested Hunt",
"tooltip": "Enable Legiana option in requested hunts.",
"group": "Monsters"
},
"enableMonsterOdogaronRoll": {
"type": "checkbox",
"value": true,
"label": "Odogaron - Random Hunt",
"tooltip": "Enable Odogaron option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterOdogaronRequest": {
"type": "checkbox",
"value": true,
"label": "Odogaron - Requested Hunt",
"tooltip": "Enable Odogaron option in requested hunts.",
"group": "Monsters"
},
"enableMonsterDeviljhoRoll": {
"type": "checkbox",
"value": true,
"label": "Deviljho - Random Hunt",
"tooltip": "Enable Deviljho option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterDeviljhoRequest": {
"type": "checkbox",
"value": true,
"label": "Deviljho - Requested Hunt",
"tooltip": "Enable Deviljho option in requested hunts.",
"group": "Monsters"
},
"enableMonsterZorahMagdarosRoll": {
"type": "checkbox",
"value": true,
"label": "Zorah Magdaros - Random Hunt",
"tooltip": "Enable Zorah Magdaros option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterZorahMagdarosRequest": {
"type": "checkbox",
"value": true,
"label": "Zorah Magdaros - Requested Hunt",
"tooltip": "Enable Zorah Magdaros option in requested hunts.",
"group": "Monsters"
},
"enableMonsterGreatJagrasRoll": {
"type": "checkbox",
"value": true,
"label": "Great Jagras - Random Hunt",
"tooltip": "Enable Great Jagras option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterGreatJagrasRequest": {
"type": "checkbox",
"value": true,
"label": "Great Jagras - Requested Hunt",
"tooltip": "Enable Great Jagras option in requested hunts.",
"group": "Monsters"
},
"enableMonsterKuluYaKuRoll": {
"type": "checkbox",
"value": true,
"label": "Kulu-Ya-Ku - Random Hunt",
"tooltip": "Enable Kulu-Ya-Ku option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterKuluYaKuRequest": {
"type": "checkbox",
"value": true,
"label": "Kulu-Ya-Ku - Requested Hunt",
"tooltip": "Enable Kulu-Ya-Ku option in requested hunts.",
"group": "Monsters"
},
"enableMonsterTzitziYaKuRoll": {
"type": "checkbox",
"value": true,
"label": "Tzitzi-Ya-Ku - Random Hunt",
"tooltip": "Enable Tzitzi-Ya-Ku option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterTzitziYaKuRequest": {
"type": "checkbox",
"value": true,
"label": "Tzitzi-Ya-Ku - Requested Hunt",
"tooltip": "Enable Tzitzi-Ya-Ku option in requested hunts.",
"group": "Monsters"
},
"enableMonsterGreatGirrosRoll": {
"type": "checkbox",
"value": true,
"label": "Great Girros - Random Hunt",
"tooltip": "Enable Great Girros option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterGreatGirrosRequest": {
"type": "checkbox",
"value": true,
"label": "Great Girros - Requested Hunt",
"tooltip": "Enable Great Girros option in requested hunts.",
"group": "Monsters"
},
"enableMonsterDodogamaRoll": {
"type": "checkbox",
"value": true,
"label": "Dodogama - Random Hunt",
"tooltip": "Enable Dodogama option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterDodogamaRequest": {
"type": "checkbox",
"value": true,
"label": "Dodogama - Requested Hunt",
"tooltip": "Enable Dodogama option in requested hunts.",
"group": "Monsters"
},
"enableMonsterPukeiPukeiRoll": {
"type": "checkbox",
"value": true,
"label": "Pukei-Pukei - Random Hunt",
"tooltip": "Enable Pukei-Pukei option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterPukeiPukeiRequest": {
"type": "checkbox",
"value": true,
"label": "Pukei-Pukei - Requested Hunt",
"tooltip": "Enable Pukei-Pukei option in requested hunts.",
"group": "Monsters"
},
"enableMonsterBarrothRoll": {
"type": "checkbox",
"value": true,
"label": "Barroth - Random Hunt",
"tooltip": "Enable Barroth option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterBarrothRequest": {
"type": "checkbox",
"value": true,
"label": "Barroth - Requested Hunt",
"tooltip": "Enable Barroth option in requested hunts.",
"group": "Monsters"
},
"enableMonsterJyuratodusRoll": {
"type": "checkbox",
"value": true,
"label": "Jyuratodus - Random Hunt",
"tooltip": "Enable Jyuratodus option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterJyuratodusRequest": {
"type": "checkbox",
"value": true,
"label": "Jyuratodus - Requested Hunt",
"tooltip": "Enable Jyuratodus option in requested hunts.",
"group": "Monsters"
},
"enableMonsterTobiKadachiRoll": {
"type": "checkbox",
"value": true,
"label": "Tobi-Kadachi - Random Hunt",
"tooltip": "Enable Tobi-Kadachi option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterTobiKadachiRequest": {
"type": "checkbox",
"value": true,
"label": "Tobi-Kadachi - Requested Hunt",
"tooltip": "Enable Tobi-Kadachi option in requested hunts.",
"group": "Monsters"
},
"enableMonsterAnjanathRoll": {
"type": "checkbox",
"value": true,
"label": "Anjanath - Random Hunt",
"tooltip": "Enable Anjanath option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterAnjanathRequest": {
"type": "checkbox",
"value": true,
"label": "Anjanath - Requested Hunt",
"tooltip": "Enable Anjanath option in requested hunts.",
"group": "Monsters"
},
"enableMonsterPaolumuRoll": {
"type": "checkbox",
"value": true,
"label": "Paolumu - Random Hunt",
"tooltip": "Enable Paolumu option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterPaolumuRequest": {
"type": "checkbox",
"value": true,
"label": "Paolumu - Requested Hunt",
"tooltip": "Enable Paolumu option in requested hunts.",
"group": "Monsters"
},
"enableMonsterRadobaanRoll": {
"type": "checkbox",
"value": true,
"label": "Radobaan - Random Hunt",
"tooltip": "Enable Radobaan option in hunt rolls.",
"group": "Monsters"
},
"enableMonsterRadobaanRequest": {
"type": "checkbox",
"value": true,
"label": "Radobaan - Requested Hunt",
"tooltip": "Enable Radobaan option in requested hunts.",
"group": "Monsters"
},
"openReadMe": {
"type": "button",
"label": "Open 'READ ME' file",
"tooltip": "Opens the 'README.md' for this script.",
"function": "OpenReadMe",
"wsevent": "",
"group": ""
}
}