-
Notifications
You must be signed in to change notification settings - Fork 30
/
BannersFull.json
3656 lines (3655 loc) · 148 KB
/
BannersFull.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
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[{"comment":"4.6.2 Wanderer",
"gachaType":301,
"scheduleId":169,
"prefabPath":"GachaShowPanel_A184",
"titlePath":"UI_GACHA_SHOW_PANEL_A0109_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1074, 1076, 1024],
"rateUpItems5":[1075],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.6.2 Baizhu",
"gachaType":400,
"scheduleId":168,
"prefabPath":"GachaShowPanel_A185",
"titlePath":"UI_GACHA_SHOW_PANEL_A0130_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1074, 1076, 1024],
"rateUpItems5":[1082],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.6.2",
"gachaType":302,
"scheduleId":167,
"prefabPath":"GachaShowPanel_A186",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[13427, 15427, 11401, 12405, 14403],
"rateUpItems5":[14512, 14505],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.6.1 Arlecchino",
"gachaType":301,
"scheduleId":166,
"prefabPath":"GachaShowPanel_A181",
"titlePath":"UI_GACHA_SHOW_PANEL_A0181_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1083, 1085, 1023],
"rateUpItems5":[1096],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.6.1 Lyney",
"gachaType":400,
"scheduleId":165,
"prefabPath":"GachaShowPanel_A182",
"titlePath":"UI_GACHA_SHOW_PANEL_A0145_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1083, 1085, 1023],
"rateUpItems5":[1084],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.6.1",
"gachaType":302,
"scheduleId":164,
"prefabPath":"GachaShowPanel_A183",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11427, 12427, 13401, 14409, 15401],
"rateUpItems5":[13512, 15512],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.5.2 Neuvllette",
"gachaType":301,
"scheduleId":163,
"prefabPath":"GachaShowPanel_A178",
"titlePath":"UI_GACHA_SHOW_PANEL_A0151_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1014, 1025, 1048],
"rateUpItems5":[1087],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.5.2 Kaedehara Kazuha",
"gachaType":400,
"scheduleId":162,
"prefabPath":"GachaShowPanel_A179",
"titlePath":"UI_GACHA_SHOW_PANEL_A045_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1014, 1025, 1048],
"rateUpItems5":[1047],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.5.2",
"gachaType":302,
"scheduleId":161,
"prefabPath":"GachaShowPanel_A180",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[14410, 15412, 11402, 12401, 13407],
"rateUpItems5":[14514, 11503],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.5.1 Chiori",
"gachaType":301,
"scheduleId":160,
"prefabPath":"GachaShowPanel_A175",
"titlePath":"UI_GACHA_SHOW_PANEL_A0175_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1064, 1055, 1068],
"rateUpItems5":[1094],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.5.1 Arataki Itto",
"gachaType":400,
"scheduleId":159,
"prefabPath":"GachaShowPanel_A176",
"titlePath":"UI_GACHA_SHOW_PANEL_A061_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1064, 1055, 1068],
"rateUpItems5":[1057],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.5.1",
"gachaType":302,
"scheduleId":158,
"prefabPath":"GachaShowPanel_A177",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11410, 15410, 12402, 13401, 14401],
"rateUpItems5":[11514, 12510],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.4.2 Xiao",
"gachaType":301,
"scheduleId":157,
"prefabPath":"GachaShowPanel_A172",
"titlePath":"UI_GACHA_SHOW_PANEL_A031_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1077, 1044, 1027],
"rateUpItems5":[1026],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.4.2 Yae Miko",
"gachaType":400,
"scheduleId":156,
"prefabPath":"GachaShowPanel_A173",
"titlePath":"UI_GACHA_SHOW_PANEL_A071_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1077, 1044, 1027],
"rateUpItems5":[1058],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.4.2",
"gachaType":302,
"scheduleId":155,
"prefabPath":"GachaShowPanel_A174",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[12410, 11405, 13407, 14402, 15402],
"rateUpItems5":[13505, 14509],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.4.1 Xianyun",
"gachaType":301,
"scheduleId":154,
"prefabPath":"GachaShowPanel_A169",
"titlePath":"UI_GACHA_SHOW_PANEL_A0169_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1092, 1076, 1034],
"rateUpItems5":[1093],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.4.1 Nahida",
"gachaType":400,
"scheduleId":153,
"prefabPath":"GachaShowPanel_A170",
"titlePath":"UI_GACHA_SHOW_PANEL_A0103_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1092, 1076, 1034],
"rateUpItems5":[1073],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.4.1",
"gachaType":302,
"scheduleId":152,
"prefabPath":"GachaShowPanel_A171",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[13406, 11403, 12403, 14403, 15403],
"rateUpItems5":[14515, 14511],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.3.2 Raiden Shogun",
"gachaType":301,
"scheduleId":151,
"prefabPath":"GachaShowPanel_A166",
"titlePath":"UI_GACHA_SHOW_PANEL_A052_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1056, 1032, 1090],
"rateUpItems5":[1052],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.3.2 Yoimiya",
"gachaType":400,
"scheduleId":150,
"prefabPath":"GachaShowPanel_A167",
"titlePath":"UI_GACHA_SHOW_PANEL_A049_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1056, 1032, 1090],
"rateUpItems5":[1049],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.3.2",
"gachaType":302,
"scheduleId":149,
"prefabPath":"GachaShowPanel_A168",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[15405, 14409, 11401, 12405, 13416],
"rateUpItems5":[15509, 13509],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.3.1 Navia",
"gachaType":301,
"scheduleId":148,
"prefabPath":"GachaShowPanel_A163",
"titlePath":"UI_GACHA_SHOW_PANEL_A0163_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1043, 1045, 1072],
"rateUpItems5":[1091],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.3.1 Kamizato Ayaka",
"gachaType":400,
"scheduleId":147,
"prefabPath":"GachaShowPanel_A164",
"titlePath":"UI_GACHA_SHOW_PANEL_A048_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1043, 1045, 1072],
"rateUpItems5":[1002],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.3.1",
"gachaType":302,
"scheduleId":146,
"prefabPath":"GachaShowPanel_A165",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[12416, 15416, 11402, 13401, 14401],
"rateUpItems5":[12512, 11509],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.2.2 Cyno",
"gachaType":301,
"scheduleId":145,
"prefabPath":"GachaShowPanel_A160",
"titlePath":"UI_GACHA_SHOW_PANEL_A097_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1061, 1065, 1023],
"rateUpItems5":[1071],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.2.2 Kamisato Ayato",
"gachaType":400,
"scheduleId":144,
"prefabPath":"GachaShowPanel_A161",
"titlePath":"UI_GACHA_SHOW_PANEL_A076_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1061, 1065, 1023],
"rateUpItems5":[1066],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.2.2",
"gachaType":302,
"scheduleId":143,
"prefabPath":"GachaShowPanel_A162",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11405, 12401, 13407, 14402, 15401],
"rateUpItems5":[13511, 11510],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.2.1 Furina",
"gachaType":301,
"scheduleId":142,
"prefabPath":"GachaShowPanel_A157",
"titlePath":"UI_GACHA_SHOW_PANEL_A0157_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1088, 1067, 1024],
"rateUpItems5":[1089],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.2.1 Baizhu",
"gachaType":400,
"scheduleId":141,
"prefabPath":"GachaShowPanel_A158",
"titlePath":"UI_GACHA_SHOW_PANEL_A0130_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1088, 1067, 1024],
"rateUpItems5":[1082],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.2.1",
"gachaType":302,
"scheduleId":140,
"prefabPath":"GachaShowPanel_A159",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11403, 12402, 13401, 14403, 15402],
"rateUpItems5":[11513, 14505],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.1.2 Wriothesley",
"gachaType":301,
"scheduleId":139,
"prefabPath":"GachaShowPanel_A154",
"titlePath":"UI_GACHA_SHOW_PANEL_A0154_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1068, 1036, 1050],
"rateUpItems5":[1086],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.1.2 Venti",
"gachaType":400,
"scheduleId":138,
"prefabPath":"GachaShowPanel_A155",
"titlePath":"UI_GACHA_SHOW_PANEL_A019_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1068, 1036, 1050],
"rateUpItems5":[1022],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.1.2",
"gachaType":302,
"scheduleId":137,
"prefabPath":"GachaShowPanel_A156",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[15427, 13427, 11401, 12405, 14409],
"rateUpItems5":[14513, 15503],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.1.1 Neuvllette",
"gachaType":301,
"scheduleId":136,
"prefabPath":"GachaShowPanel_A151",
"titlePath":"UI_GACHA_SHOW_PANEL_A0151_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1025, 1031, 1039],
"rateUpItems5":[1087],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.1.1 Hu Tao",
"gachaType":400,
"scheduleId":135,
"prefabPath":"GachaShowPanel_A152",
"titlePath":"UI_GACHA_SHOW_PANEL_A033_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1025, 1031, 1039],
"rateUpItems5":[1046],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.1.1",
"gachaType":302,
"scheduleId":134,
"prefabPath":"GachaShowPanel_A153",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11427, 12427, 15412, 13407, 14401],
"rateUpItems5":[14514, 13501],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.0.2 Zhongli",
"gachaType":301,
"scheduleId":133,
"prefabPath":"GachaShowPanel_A148",
"titlePath":"UI_GACHA_SHOW_PANEL_A024_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1053, 1034, 1085],
"rateUpItems5":[1030],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.0.2 Tartaglia",
"gachaType":400,
"scheduleId":132,
"prefabPath":"GachaShowPanel_A149",
"titlePath":"UI_GACHA_SHOW_PANEL_A023_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1053, 1034, 1085],
"rateUpItems5":[1033],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.0.2",
"gachaType":302,
"scheduleId":131,
"prefabPath":"GachaShowPanel_A150",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11402, 12413, 13401, 14402, 15405],
"rateUpItems5":[13504, 15507],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"4.0.1 Lyney",
"gachaType":301,
"scheduleId":130,
"prefabPath":"GachaShowPanel_A145",
"titlePath":"UI_GACHA_SHOW_PANEL_A0145_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1083, 1032, 1014],
"rateUpItems5":[1084],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.0.1 Yelan",
"gachaType":400,
"scheduleId":129,
"prefabPath":"GachaShowPanel_A146",
"titlePath":"UI_GACHA_SHOW_PANEL_A081_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1083, 1032, 1014],
"rateUpItems5":[1060],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"4.0.1",
"gachaType":302,
"scheduleId":128,
"prefabPath":"GachaShowPanel_A147",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11403, 12410, 15403, 13407, 14403],
"rateUpItems5":[15512, 15508],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"3.8.2 Sangonomiya Kokomi",
"gachaType":301,
"scheduleId":127,
"prefabPath":"GachaShowPanel_A142",
"titlePath":"UI_GACHA_SHOW_PANEL_A053_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1076, 1045, 1048],
"rateUpItems5":[1054],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"3.8.2 Wanderer",
"gachaType":400,
"scheduleId":126,
"prefabPath":"GachaShowPanel_A143",
"titlePath":"UI_GACHA_SHOW_PANEL_A0109_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1076, 1045, 1048],
"rateUpItems5":[1075],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"3.8.2",
"gachaType":302,
"scheduleId":125,
"prefabPath":"GachaShowPanel_A144",
"titlePath":"UI_GACHA_SHOW_PANEL_A020_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":2,
"rateUpItems4":[11405, 12402, 14410, 13401, 15401],
"rateUpItems5":[14512, 14506],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[13401,14401,12401,11402,15402],
"fallbackItems4Pool2":[],
"fallbackItems5Pool1":[11509,13507],
"fallbackItems5Pool2":[],
"weights4":[[1,600],[7,600],[8,6600],[10,12600]],
"weights5":[[1,100],[62,100],[73,7800],[80,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"eventChance4":75,
"eventChance5":75,
"bannerType":"WEAPON"
},{"comment":"3.8.1 Eula",
"gachaType":301,
"scheduleId":124,
"prefabPath":"GachaShowPanel_A139",
"titlePath":"UI_GACHA_SHOW_PANEL_A041_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1080, 1020, 1050],
"rateUpItems5":[1051],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],
"bannerType":"EVENT"
},{
"comment":"3.8.1 Klee",
"gachaType":400,
"scheduleId":123,
"prefabPath":"GachaShowPanel_A140",
"titlePath":"UI_GACHA_SHOW_PANEL_A018_TITLE",
"costItemId":223,
"endTime":1924992000,
"sortId":982,
"rateUpItems4":[1080, 1020, 1050],
"rateUpItems5":[1029],
"fallbackItems3":[11301,11302,11306,12301,12302,12305,13303,14301,14302,14304,15301,15302,15304],
"fallbackItems4Pool1":[1014,1020,1023,1024,1025,1027,1031,1032,1034,1036,1039,1043,1044,1045,1048,1053,1055,1056,1064],
"fallbackItems4Pool2":[11401,11402,11403,11405,12401,12402,12403,12405,13401,13407,14401,14402,14403,14409,15401,15402,15403,15405],
"fallbackItems5Pool1":[1003,1016,1042,1035,1041],
"fallbackItems5Pool2":[],
"weights4":[[1,510],[8,510],[10,10000]],
"weights5":[[1,80],[73,80],[90,10000]],
"poolBalanceWeights4":[[1,255],[17,255],[21,10455]],
"poolBalanceWeights5":[[1,30],[147,150],[181,10230]],