forked from kakudesu/Grasscutters_Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBanners.json
601 lines (599 loc) · 20.3 KB
/
Banners.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
[
{
"nickname":"新手祈愿池",
"gachaType": 200,
"scheduleId": 803,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A016",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A016",
"titlePath": "UI_GACHA_SHOW_PANEL_A016_TITLE",
"costItemId": 224,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9999,
"rateUpItems5": [],
"rateUpItems4": [1034]
},
{
"nickname":"常驻祈愿池",
"gachaType": 201,
"scheduleId": 813,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A017",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A017",
"titlePath": "UI_GACHA_SHOW_PANEL_A017_TITLE",
"costItemId": 224,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 1000,
"fallbackItems4Pool1": [1006, 1014, 1015, 1020, 1021, 1023, 1024, 1025, 1027, 1031, 1032, 1034, 1036, 1039, 1043, 1044, 1045, 1048, 1053, 1055, 1056, 1064],
"weights4": [[1,510], [8,510], [10,10000]],
"weights5": [[1,75], [73,150], [90,10000]],
"decription":[
"weights5 weights4: 出货概率以及保底次数,下面是说明以及使用: 其中,次数必须大于0,概率的换算为:出的概率 = 概率/10000 * 100%",
"一般可以理解为[[次数,概率],[次数,概率]....(n个)[次数,概率]], 即自己给出各个抽数出金的概率,让程序去生成拟合函数,甚至可以给出每一抽的概率",
"角色:[[1,出金概率(最大10000)],[大保底时的次数,出金概率(最大10000)],[出金抽卡次数默认90,10000]]",
"武器:[[1, 出金概率],[小保底歪up,出金概率],[大保底出up,出金概率],[出金抽卡次数默认90,10000]]","有关新抽卡概率请参考:https://github.com/Grasscutters/Grasscutter/pull/639",
"以下是关于各个键值的解释与说明:",
"gachaType 卡池id,不建议用一样的",
"scheduleId 历史记录的id,可以很多个一样",
"bannerType 卡池类型,常驻,角色,武器",
"prefabPath,previewPrefabPath,titlePath 卡池上面的字,主题,预览图",
"costItemId 祈愿用的道具类型,223是纠缠,224是相遇",
"beginTime 开始时间,格式是时间戳格式",
"endTime 结束时间",
"sortId 卡池排序,越小的越靠右,最好手动排下序",
"fallbackItems4Pool1,fallbackItems5Pool2 是你能歪哪些4星跟5星,对,你没看错,能自定义你能歪哪些角色,默认为空",
"rateUpItems5,rateUpItems4 up那些5星4星,可以搞很多个进去",
"nickname, decription 本地化的一个名字,该键值在程序中不会被使用,仅为注释用"
]
},
{
"nickname":"1.0 温蒂up - 温蒂,芭芭拉,菲谢尔,香菱",
"gachaType": 323,
"scheduleId": 823,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A019",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A019",
"titlePath": "UI_GACHA_SHOW_PANEL_A019_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9998,
"rateUpItems5": [1022],
"rateUpItems4": [1023, 1031, 1014],
"fallbackItems5Pool2": [],
"weights5": [[1,10000], [73,80], [90,10000]]
},
{
"nickname":"1.0 可莉up - 可莉,行秋 诺艾尔 砂糖",
"gachaType": 400,
"scheduleId": 833,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A018",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A018",
"titlePath": "UI_GACHA_SHOW_PANEL_A018_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9997,
"maxItemType": 1,
"rateUpItems5": [1029],
"rateUpItems4": [1025, 1034, 1043],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.1 达达利亚up - 达达利亚,迪奥娜,北斗,凝光",
"gachaType": 401,
"scheduleId": 843,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A023",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A023",
"titlePath": "UI_GACHA_SHOW_PANEL_A023_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9996,
"maxItemType": 1,
"rateUpItems5": [1033],
"rateUpItems4": [1027, 1024, 1039],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.1 钟离up - 钟离,辛焱,雷泽,重云",
"gachaType": 402,
"scheduleId": 853,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A024",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A024",
"titlePath": "UI_GACHA_SHOW_PANEL_A024_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9995,
"maxItemType": 1,
"rateUpItems5": [1030],
"rateUpItems4": [1044, 1020, 1036],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.2 阿贝多up - 阿贝多,菲谢尔,砂糖,班尼特",
"gachaType": 403,
"scheduleId": 863,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A027",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A027",
"titlePath": "UI_GACHA_SHOW_PANEL_A027_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9994,
"maxItemType": 1,
"rateUpItems5": [1038],
"rateUpItems4": [1031, 1043, 1032],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.2 甘雨up - 甘雨,香菱,行秋,诺埃尔",
"gachaType": 404,
"scheduleId": 873,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A028",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A028",
"titlePath": "UI_GACHA_SHOW_PANEL_A028_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9993,
"maxItemType": 1,
"rateUpItems5": [1037],
"rateUpItems4": [1023, 1025, 1034],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.3 魈up - 魈,迪奥娜,北斗,辛焱",
"gachaType": 405,
"scheduleId": 883,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A031",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A031",
"titlePath": "UI_GACHA_SHOW_PANEL_A031_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9992,
"maxItemType": 1,
"rateUpItems5": [1026],
"rateUpItems4": [1039, 1024, 1044],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.3 刻晴up - 刻晴,凝光,班尼特,芭芭拉",
"gachaType": 406,
"scheduleId": 893,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A032",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A032",
"titlePath": "UI_GACHA_SHOW_PANEL_A032_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9992,
"maxItemType": 1,
"rateUpItems5": [1042],
"rateUpItems4": [1027, 1032, 1014],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.3 胡桃up - 胡桃,行秋,重云,香菱",
"gachaType": 200,
"scheduleId": 903,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A033",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A033",
"titlePath": "UI_GACHA_SHOW_PANEL_A033_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9990,
"maxItemType": 1,
"rateUpItems5": [1046],
"rateUpItems4": [1025, 1036, 1023],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.5 优菈up - 优菈,辛焱,行秋,北斗",
"gachaType": 200,
"scheduleId": 943,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A041",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A041",
"titlePath": "UI_GACHA_SHOW_PANEL_A038_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9986,
"maxItemType": 1,
"rateUpItems5": [1051],
"rateUpItems4": [1044, 1025, 1024],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"1.6 枫原万叶up - 枫原万叶,罗莎莉亚,班尼特,雷泽",
"gachaType": 200,
"scheduleId": 963,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A045",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A045",
"titlePath": "UI_GACHA_SHOW_PANEL_A045_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9985,
"maxItemType": 1,
"rateUpItems5": [1047],
"rateUpItems4": [1045, 1032, 1020],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.0 神里绫华up - 神里绫华, 凝光, 重云, 烟绯",
"gachaType": 200,
"scheduleId": 973,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A048",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A048",
"titlePath": "UI_GACHA_SHOW_PANEL_A048_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9984,
"maxItemType": 1,
"rateUpItems5": [1002],
"rateUpItems4": [1027, 1036, 1048],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.0 宵宫up - 宵宫,早柚,迪奥娜,辛焱",
"gachaType": 200,
"scheduleId": 983,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A049",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A049",
"titlePath": "UI_GACHA_SHOW_PANEL_A049_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9983,
"maxItemType": 1,
"rateUpItems5": [1049],
"rateUpItems4": [1053, 1039, 1044],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.1 雷电将军up - 雷电将军,九条裟罗,香菱,砂糖",
"gachaType": 200,
"scheduleId": 993,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A052",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A052",
"titlePath": "UI_GACHA_SHOW_PANEL_A052_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9982,
"maxItemType": 1,
"rateUpItems5": [1052],
"rateUpItems4": [1056, 1023, 1043],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.1 珊瑚宫心海up - 珊瑚宫心海,罗莎莉亚,北斗,行秋",
"gachaType": 200,
"scheduleId": 1003,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A053",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A053",
"titlePath": "UI_GACHA_SHOW_PANEL_A053_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9998,
"maxItemType": 1,
"rateUpItems5": [1054],
"rateUpItems4": [1045, 1024, 1025],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.3 荒泷一斗up - 荒泷一斗,五郎,芭芭拉,香菱",
"gachaType": 200,
"scheduleId": 1053,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A061",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A061",
"titlePath": "UI_GACHA_SHOW_PANEL_A061_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9979,
"maxItemType": 1,
"rateUpItems5": [1057],
"rateUpItems4": [1055, 1014, 1023],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.4 申鹤up - 申鹤,云瑾,凝光,重云",
"gachaType": 200,
"scheduleId": 1063,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A065",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A065",
"titlePath": "UI_GACHA_SHOW_PANEL_A065_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9978,
"maxItemType": 1,
"rateUpItems5": [1063],
"rateUpItems4": [1027, 1036, 1064],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.5 八重神子up - 八重神子,菲谢尔,迪奥娜,托马",
"gachaType": 200,
"scheduleId": 1083,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A071",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A071",
"titlePath": "UI_GACHA_SHOW_PANEL_A071_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9976,
"maxItemType": 1,
"rateUpItems5": [1058],
"rateUpItems4": [1031, 1039, 1050],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"nickname":"2.6 神里绫人up - 砂糖,香菱,云瑾",
"gachaType": 200,
"scheduleId": 1093,
"bannerType": "WEAPON",
"prefabPath": "GachaShowPanel_A076",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A076",
"titlePath": "UI_GACHA_SHOW_PANEL_A076_TITLE",
"costItemId": 223,
"beginTime": 0,
"endTime": 1924992000,
"sortId": 9975,
"maxItemType": 1,
"rateUpItems5": [1066],
"rateUpItems4": [1043, 1023, 1064],
"fallbackItems5Pool2": [],
"weights5": [[1,80], [73,80], [90,10000]]
},
{
"gachaType": 1000,
"scheduleId": 1000,
"bannerType": "EVENT",
"prefabPath": "GachaShowPanel_A016",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A016",
"titlePath": "UI_GACHA_SHOW_PANEL_A016_TITLE",
"costItemId": 114020,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 1000,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [1034, 1001, 1006, 1014, 1015, 1020, 1021, 1023, 1024, 1025, 1027, 1031, 1032, 1036, 1039, 1043, 1044, 1045, 1048, 1050, 1053, 1055, 1056, 1064],
"rateUpItems5": [],
"fallbackItems4Pool1": [1034, 1001, 1006, 1014, 1015, 1020, 1021, 1023, 1024, 1025, 1027, 1031, 1032, 1036, 1039, 1043, 1044, 1045, 1048, 1050, 1053, 1055, 1056, 1064],
"fallbackItems5Pool1": [],
"weights4": [[1,10000]],
"weights5": [[1,0]]
},
{
"gachaType": 999,
"scheduleId": 999,
"bannerType": "WEAPON",
"prefabPath": "GachaShowPanel_A021",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A021",
"titlePath": "UI_GACHA_SHOW_PANEL_A021_TITLE",
"costItemId": 104104,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 999,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [14403,11403,12403,15403],
"rateUpItems5": [11501, 11502, 11503, 11504, 11505, 11509, 11510, 12501, 12502, 12503, 12504, 12510, 13501, 13502, 13504, 13505, 13507, 13509, 14501, 14502, 14504, 14506, 14509, 15501, 15502, 15503, 15507, 15509],
"fallbackItems4Pool1": [14403,11403,12403,15403],
"fallbackItems5Pool1": [11501, 11502, 11503, 11504, 11505, 11509, 11510, 12501, 12502, 12503, 12504, 12510, 13501, 13502, 13504, 13505, 13507, 13509, 14501, 14502, 14504, 14506, 14509, 15501, 15502, 15503, 15507, 15509],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 998,
"scheduleId": 998,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A029",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A029",
"titlePath": "UI_GACHA_SHOW_PANEL_A029_TITLE",
"costItemId": 104104,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 998,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [51514, 51524, 51534, 51544, 51554, 52514, 52524, 52534, 52544, 52554, 53514, 53524, 53534, 53544, 53554, 54514, 54524, 54534, 54544, 54554, 55514, 55524, 55534, 55544, 55554, 56514, 56524, 56534, 56544, 56554, 57514, 57524, 57534, 57544, 57554, 58514, 58524, 58534, 58544, 58554, 59514, 59524, 59534, 59544, 59554, 62514, 62524, 62534, 62544, 62554, 71514, 71524, 71534, 71544, 71554, 72514, 72524, 72534, 72544, 72554, 73514, 73524, 73534, 73544, 73554, 74514, 74524, 74534, 74544, 74554, 75514, 75524, 75534, 75544, 75554, 76514, 76524, 76534, 76544, 76554, 77514, 77524, 77534, 77544, 77554, 79514, 79524, 79534, 79544, 79554, 80514, 80524, 80534, 80544, 80554, 81514, 81524, 81534, 81544, 81554, 82514, 82524, 82534, 82544, 82554, 83534, 84534, 85534, 87534, 88514, 88524, 88534, 88544, 88554, 89514, 89524, 89534, 89544, 89554, 90514, 90524, 90534, 90544, 90554, 91514, 91524, 91534, 91544, 91554, 92514, 92524, 92534, 92544, 92554, 93514, 93524, 93534, 93544, 93554, 94514, 94524, 94534, 94544, 94554, 95514, 95524, 95534, 95544, 95554, 96514, 96524, 96534, 96544, 96554, 97514, 97524, 97534, 97544, 97554, 98514, 98524, 98534, 98544, 98554],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [51514, 51524, 51534, 51544, 51554, 52514, 52524, 52534, 52544, 52554, 53514, 53524, 53534, 53544, 53554, 54514, 54524, 54534, 54544, 54554, 55514, 55524, 55534, 55544, 55554, 56514, 56524, 56534, 56544, 56554, 57514, 57524, 57534, 57544, 57554, 58514, 58524, 58534, 58544, 58554, 59514, 59524, 59534, 59544, 59554, 62514, 62524, 62534, 62544, 62554, 71514, 71524, 71534, 71544, 71554, 72514, 72524, 72534, 72544, 72554, 73514, 73524, 73534, 73544, 73554, 74514, 74524, 74534, 74544, 74554, 75514, 75524, 75534, 75544, 75554, 76514, 76524, 76534, 76544, 76554, 77514, 77524, 77534, 77544, 77554, 79514, 79524, 79534, 79544, 79554, 80514, 80524, 80534, 80544, 80554, 81514, 81524, 81534, 81544, 81554, 82514, 82524, 82534, 82544, 82554, 83534, 84534, 85534, 87534, 88514, 88524, 88534, 88544, 88554, 89514, 89524, 89534, 89544, 89554, 90514, 90524, 90534, 90544, 90554, 91514, 91524, 91534, 91544, 91554, 92514, 92524, 92534, 92544, 92554, 93514, 93524, 93534, 93544, 93554, 94514, 94524, 94534, 94544, 94554, 95514, 95524, 95534, 95544, 95554, 96514, 96524, 96534, 96544, 96554, 97514, 97524, 97534, 97544, 97554, 98514, 98524, 98534, 98544, 98554],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 99,
"scheduleId": 99,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A033",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A033",
"titlePath": "UI_GACHA_SHOW_PANEL_A033_TITLE",
"costItemId": 104114,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 99,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [1046, 1029, 1016, 1049],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [1046, 1029, 1016, 1049],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 98,
"scheduleId": 98,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A023",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A056",
"titlePath": "UI_GACHA_SHOW_PANEL_A056_TITLE",
"costItemId": 104124,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 98,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [1033, 1041, 1054, 1066],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [1033, 1041, 1054, 1066],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 97,
"scheduleId": 97,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A032",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A032",
"titlePath": "UI_GACHA_SHOW_PANEL_A032_TITLE",
"costItemId": 104144,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 97,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [1042, 1052, 1058],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [1042, 1052, 1058],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 96,
"scheduleId": 96,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A031",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A031",
"titlePath": "UI_GACHA_SHOW_PANEL_A031_TITLE",
"costItemId": 104154,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 96,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [1026, 1003, 1022, 1047],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [1026, 1003, 1022, 1047],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 95,
"scheduleId": 95,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A041",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A041",
"titlePath": "UI_GACHA_SHOW_PANEL_A041_TITLE",
"costItemId": 104164,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 95,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [1051, 1002, 1035, 1037, 1063],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [1051, 1002, 1035, 1037, 1063],
"weights4": [[1,0]],
"weights5": [[1,10000]]
},
{
"gachaType": 94,
"scheduleId": 94,
"bannerType": "STANDARD",
"prefabPath": "GachaShowPanel_A024",
"previewPrefabPath": "UI_Tab_GachaShowPanel_A024",
"titlePath": "UI_GACHA_SHOW_PANEL_A024_TITLE",
"costItemId": 104174,
"costItemAmount": 1,
"costItemAmount10": 10,
"beginTime": 0,
"endTime": 2147483640,
"sortId": 94,
"eventChance": 100,
"softPity": 10,
"hardPity": 10,
"rateUpItems4": [],
"rateUpItems5": [1030, 1038, 1057],
"fallbackItems4Pool1": [],
"fallbackItems5Pool1": [1030, 1038, 1057],
"weights4": [[1,0]],
"weights5": [[1,10000]]
}
]