File size: 27,584 Bytes
dc13b12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "1": {
    "AwardPreview": [
      20121010, 20121020, 20121040, 20121050, 20121060, 20121070, 20121080, 20121090, 20121100,
      20121110, 20121120, 20121140, 20121150, 20121160, 20121170, 20121180, 20121190, 20121200,
      20121210, 20121220, 20121240, 20121250, 20121260, 20121270, 20121280, 20121290, 20121300,
      20121310, 20121320, 20121340, 20121350, 20121360, 20121370, 20121380, 20121390, 20121400,
      20121410, 20121420, 20121440, 20121450, 20121460, 20121470, 20121480, 20121490, 20121500,
      20121510, 20121520, 20121540, 20121550, 20121560, 20121570, 20121580, 20121590, 20121600,
      20121610, 20121620, 20121640, 20121650, 20121660, 20121670, 20121680, 20121690, 20121700,
      20121710, 20121720, 20121740, 20121750, 20121760, 20121770, 20121780, 20121790, 20121800,
      20121810, 20121820, 20121830, 20121840, 20121850, 20121860, 20121870, 20121880, 20121890,
      20121900, 20121910, 20121920, 20121930, 20121940, 20121950, 20121960, 20121970, 20121980,
      20121990, 20122000, 40000260, 40001640
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_02",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_01",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_glod_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_gold_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7010013, 7130229],
      [7010014, 7130230]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Básico",
    "Id": 1,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20001,
    "NormalPassPrivilege": [],
    "PassPicture": [],
    "PassPriceDiffPaymentID": 20003,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard1_1/bpcard_base_2",
    "PassTitleName": "Pase del vacío I",
    "PrimeExtraAward": [20120000],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20002,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11101,
    "WeeklyExpLimit": 8000
  },
  "10": {
    "AwardPreview": [
      20123301, 20123302, 20123303, 20123304, 20123305, 20123306, 20123307, 20123308, 20123309,
      20123310, 20123311, 20123312, 20123313, 20123314, 20123315, 20123316, 20123317, 20123318,
      20123319, 20123320, 20123321, 20123322, 20123323, 20123324, 20123325, 20123326, 20123327,
      20123328, 20123329, 20123330, 20123331, 20123332, 20123333, 20123334, 20123335, 20123336,
      20123337, 20123338, 20123339, 20123340, 20123341, 20123342, 20123343, 20123344, 20123345,
      20123346, 20123347, 20123348, 20123349, 20123350, 20123351, 20123352, 20123353, 20123354,
      20123355, 20123356, 20123357, 20123358, 20123359, 20123360, 20123361, 20123362, 20123363,
      20123364, 20123365, 20123366, 20123367, 20123368, 20123369, 20123370, 20123371, 20123372,
      20123373, 20123374, 20123375, 20123376, 20123377, 20123378, 20123379, 20123380, 20123381,
      20123382, 20123383, 20123384, 20123385, 20123386, 20123387, 20123388, 20123389, 20123390,
      20123391, 20123392, 20123393, 20123394, 20123395, 20123396, 20123397, 20123398, 20123399,
      20123400, 40003482
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_02",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_01",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7015153, 7115153, 7125153, 7130368],
      [7015154, 7115154, 7125154, 7130369]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Pase de Ascuas",
    "Id": 10,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20022,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard3_3/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard3_3/bpcard_collection_base2",
      "ui/atlas/bpcard3_3/bpcard_icon_generally2",
      "ui/atlas/bpcard3_3/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard3_3/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard3_3/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20024,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard3_3/bpcard_base_2",
    "PassTitleName": "Paso de las Ascuas III",
    "PrimeExtraAward": [20120007],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20023,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11108,
    "WeeklyExpLimit": 8000
  },
  "2": {
    "AwardPreview": [
      20122101, 20122102, 20122103, 20122104, 20122105, 20122106, 20122107, 20122108, 20122109,
      20122110, 20122111, 20122112, 20122113, 20122114, 20122115, 20122116, 20122117, 20122118,
      20122119, 20122120, 20122121, 20122122, 20122123, 20122124, 20122125, 20122126, 20122127,
      20122128, 20122129, 20122130, 20122131, 20122132, 20122133, 20122134, 20122135, 20122136,
      20122137, 20122138, 20122139, 20122140, 20122141, 20122142, 20122143, 20122144, 20122145,
      20122146, 20122147, 20122148, 20122149, 20122150, 20122151, 20122152, 20122153, 20122154,
      20122155, 20122156, 20122157, 20122158, 20122159, 20122160, 20122161, 20122162, 20122163,
      20122164, 20122165, 20122166, 20122167, 20122168, 20122169, 20122170, 20122171, 20122172,
      20122173, 20122174, 20122175, 20122176, 20122177, 20122178, 20122179, 20122180, 20122181,
      20122182, 20122183, 20122184, 20122185, 20122186, 20122187, 20122188, 20122189, 20122190,
      20122191, 20122192, 20122193, 20122194, 20122195, 20122196, 20122197, 20122198, 20122199,
      20122200, 40002150
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_02",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_01",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_glod_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_gold_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7015085, 7115085, 7125085],
      [7015086, 7115086, 7125086, 7130254]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Básico",
    "Id": 2,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20004,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard1_2/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard1_2/bpcard_collection_base2",
      "ui/atlas/bpcard1_2/bpcard_icon_generally2",
      "ui/atlas/bpcard1_2/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard1_2/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard1_2/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20006,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard1_2/bpcard_base_2",
    "PassTitleName": "Pase del vacío II",
    "PrimeExtraAward": [20120001],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20005,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11102,
    "WeeklyExpLimit": 8000
  },
  "3": {
    "AwardPreview": [
      20121010, 20121020, 20121040, 20121050, 20121060, 20121070, 20121080, 20121090, 20121100,
      20121110, 20121120, 20121140, 20121150, 20121160, 20121170, 20121180, 20121190, 20121200,
      20121210, 20121220, 20121240, 20121250, 20121260, 20121270, 20121280, 20121290, 20121300,
      20121310, 20121320, 20121340, 20121350, 20121360, 20121370, 20121380, 20121390, 20121400,
      20121410, 20121420, 20121440, 20121450, 20121460, 20121470, 20121480, 20121490, 20121500,
      20121510, 20121520, 20121540, 20121550, 20121560, 20121570, 20121580, 20121590, 20121600,
      20121610, 20121620, 20121640, 20121650, 20121660, 20121670, 20121680, 20121690, 20121700,
      20121710, 20121720, 20121740, 20121750, 20121760, 20121770, 20121780, 20121790, 20121800,
      20121810, 20121820, 20121830, 20121840, 20121850, 20121860, 20121870, 20121880, 20121890,
      20121900, 20121910, 20121920, 20121930, 20121940, 20121950, 20121960, 20121970, 20121980,
      20121990, 20122000, 40000790, 40000780
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_02",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_01",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_glod_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_gold_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7010021, 7130144],
      [7010022, 7130144]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Pase de batalla del brote ilusorio",
    "Id": 3,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 0,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard2_1/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard2_1/bpcard_collection_base2",
      "ui/atlas/bpcard2_1/bpcard_icon_generally2",
      "ui/atlas/bpcard2_1/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard2_1/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard2_1/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 0,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard2_1/bpcard_base_2",
    "PassTitleName": "Pase de batalla del brote ilusorio I",
    "PrimeExtraAward": [20120000],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 0,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 19101,
    "WeeklyExpLimit": 8000
  },
  "4": {
    "AwardPreview": [
      20121010, 20121020, 20121040, 20121050, 20121060, 20121070, 20121080, 20121090, 20121100,
      20121110, 20121120, 20121140, 20121150, 20121160, 20121170, 20121180, 20121190, 20121200,
      20121210, 20121220, 20121240, 20121250, 20121260, 20121270, 20121280, 20121290, 20121300,
      20121310, 20121320, 20121340, 20121350, 20121360, 20121370, 20121380, 20121390, 20121400,
      20121410, 20121420, 20121440, 20121450, 20121460, 20121470, 20121480, 20121490, 20121500,
      20121510, 20121520, 20121540, 20121550, 20121560, 20121570, 20121580, 20121590, 20121600,
      20121610, 20121620, 20121640, 20121650, 20121660, 20121670, 20121680, 20121690, 20121700,
      20121710, 20121720, 20121740, 20121750, 20121760, 20121770, 20121780, 20121790, 20121800,
      20121810, 20121820, 20121830, 20121840, 20121850, 20121860, 20121870, 20121880, 20121890,
      20121900, 20121910, 20121920, 20121930, 20121940, 20121950, 20121960, 20121970, 20121980,
      20121990, 20122000, 40000790, 40000780
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_02",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_group_bpcard_saoguang_loop_01",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_glod_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_gold_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7010021, 7130144],
      [7010022, 7130144]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Pase de batalla del brote ilusorio",
    "Id": 4,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 0,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard2_1/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard2_1/bpcard_collection_base2",
      "ui/atlas/bpcard2_1/bpcard_icon_generally2",
      "ui/atlas/bpcard2_1/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard2_1/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard2_1/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 0,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard2_1/bpcard_base_2",
    "PassTitleName": "Pase de batalla del brote ilusorio I",
    "PrimeExtraAward": [20120000],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 0,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 19101,
    "WeeklyExpLimit": 8000
  },
  "5": {
    "AwardPreview": [
      20122301, 20122302, 20122303, 20122304, 20122305, 20122306, 20122307, 20122308, 20122309,
      20122310, 20122311, 20122312, 20122313, 20122314, 20122315, 20122316, 20122317, 20122318,
      20122319, 20122320, 20122321, 20122322, 20122323, 20122324, 20122325, 20122326, 20122327,
      20122328, 20122329, 20122330, 20122331, 20122332, 20122333, 20122334, 20122335, 20122336,
      20122337, 20122338, 20122339, 20122340, 20122341, 20122342, 20122343, 20122344, 20122345,
      20122346, 20122347, 20122348, 20122349, 20122350, 20122351, 20122352, 20122353, 20122354,
      20122355, 20122356, 20122357, 20122358, 20122359, 20122360, 20122361, 20122362, 20122363,
      20122364, 20122365, 20122366, 20122367, 20122368, 20122369, 20122370, 20122371, 20122372,
      20122373, 20122374, 20122375, 20122376, 20122377, 20122378, 20122379, 20122380, 20122381,
      20122382, 20122383, 20122384, 20122385, 20122386, 20122387, 20122388, 20122389, 20122390,
      20122391, 20122392, 20122393, 20122394, 20122395, 20122396, 20122397, 20122398, 20122399,
      20122400, 40002482
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_02",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_01",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7015099, 7115099, 7125099, 7130297],
      [7015100, 7115100, 7125100, 7130298]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Básico",
    "Id": 5,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20007,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard2_1/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard2_1/bpcard_collection_base2",
      "ui/atlas/bpcard2_1/bpcard_icon_generally2",
      "ui/atlas/bpcard2_1/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard2_1/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard2_1/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20009,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard2_1/bpcard_base_2",
    "PassTitleName": "Pase onírico I",
    "PrimeExtraAward": [20120002],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20008,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11103,
    "WeeklyExpLimit": 8000
  },
  "6": {
    "AwardPreview": [
      20122501, 20122502, 20122503, 20122504, 20122505, 20122506, 20122507, 20122508, 20122509,
      20122510, 20122511, 20122512, 20122513, 20122514, 20122515, 20122516, 20122517, 20122518,
      20122519, 20122520, 20122521, 20122522, 20122523, 20122524, 20122525, 20122526, 20122527,
      20122528, 20122529, 20122530, 20122531, 20122532, 20122533, 20122534, 20122535, 20122536,
      20122537, 20122538, 20122539, 20122540, 20122541, 20122542, 20122543, 20122544, 20122545,
      20122546, 20122547, 20122548, 20122549, 20122550, 20122551, 20122552, 20122553, 20122554,
      20122555, 20122556, 20122557, 20122558, 20122559, 20122560, 20122561, 20122562, 20122563,
      20122564, 20122565, 20122566, 20122567, 20122568, 20122569, 20122570, 20122571, 20122572,
      20122573, 20122574, 20122575, 20122576, 20122577, 20122578, 20122579, 20122580, 20122581,
      20122582, 20122583, 20122584, 20122585, 20122586, 20122587, 20122588, 20122589, 20122590,
      20122591, 20122592, 20122593, 20122594, 20122595, 20122596, 20122597, 20122598, 20122599,
      20122600, 40002672
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_02",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_01",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7015127, 7115127, 7125127, 7130321],
      [7015128, 7115128, 7125128, 7130322]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Básico",
    "Id": 6,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20010,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard2_2/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard2_2/bpcard_collection_base2",
      "ui/atlas/bpcard2_2/bpcard_icon_generally2",
      "ui/atlas/bpcard2_2/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard2_2/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard2_2/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20012,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard2_2/bpcard_base_2",
    "PassTitleName": "Pase onírico II",
    "PrimeExtraAward": [20120003],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20011,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11104,
    "WeeklyExpLimit": 8000
  },
  "7": {
    "AwardPreview": [
      20122701, 20122702, 20122703, 20122704, 20122705, 20122706, 20122707, 20122708, 20122709,
      20122710, 20122711, 20122712, 20122713, 20122714, 20122715, 20122716, 20122717, 20122718,
      20122719, 20122720, 20122721, 20122722, 20122723, 20122724, 20122725, 20122726, 20122727,
      20122728, 20122729, 20122730, 20122731, 20122732, 20122733, 20122734, 20122735, 20122736,
      20122737, 20122738, 20122739, 20122740, 20122741, 20122742, 20122743, 20122744, 20122745,
      20122746, 20122747, 20122748, 20122749, 20122750, 20122751, 20122752, 20122753, 20122754,
      20122755, 20122756, 20122757, 20122758, 20122759, 20122760, 20122761, 20122762, 20122763,
      20122764, 20122765, 20122766, 20122767, 20122768, 20122769, 20122770, 20122771, 20122772,
      20122773, 20122774, 20122775, 20122776, 20122777, 20122778, 20122779, 20122780, 20122781,
      20122782, 20122783, 20122784, 20122785, 20122786, 20122787, 20122788, 20122789, 20122790,
      20122791, 20122792, 20122793, 20122794, 20122795, 20122796, 20122797, 20122798, 20122799,
      20122800, 40002942
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_02",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_01",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7015133, 7115133, 7125133, 7130334],
      [7015134, 7115134, 7125134, 7130335]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Pase Onírico",
    "Id": 7,
    "LevelCost": [10003, 150],
    "NormalPassName": "Pase Avanzado",
    "NormalPassPaymentID": 20013,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard2_3/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard2_3/bpcard_collection_base2",
      "ui/atlas/bpcard2_3/bpcard_icon_generally2",
      "ui/atlas/bpcard2_3/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard2_3/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard2_3/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20015,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard2_3/bpcard_base_2",
    "PassTitleName": "Pase Onírico III",
    "PrimeExtraAward": [20120004],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Pase Supremo",
    "PrimePassPaymentID": 20014,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11105,
    "WeeklyExpLimit": 8000
  },
  "8": {
    "AwardPreview": [
      20122901, 20122902, 20122903, 20122904, 20122905, 20122906, 20122907, 20122908, 20122909,
      20122910, 20122911, 20122912, 20122913, 20122914, 20122915, 20122916, 20122917, 20122918,
      20122919, 20122920, 20122921, 20122922, 20122923, 20122924, 20122925, 20122926, 20122927,
      20122928, 20122929, 20122930, 20122931, 20122932, 20122933, 20122934, 20122935, 20122936,
      20122937, 20122938, 20122939, 20122940, 20122941, 20122942, 20122943, 20122944, 20122945,
      20122946, 20122947, 20122948, 20122949, 20122950, 20122951, 20122952, 20122953, 20122954,
      20122955, 20122956, 20122957, 20122958, 20122959, 20122960, 20122961, 20122962, 20122963,
      20122964, 20122965, 20122966, 20122967, 20122968, 20122969, 20122970, 20122971, 20122972,
      20122973, 20122974, 20122975, 20122976, 20122977, 20122978, 20122979, 20122980, 20122981,
      20122982, 20122983, 20122984, 20122985, 20122986, 20122987, 20122988, 20122989, 20122990,
      20122991, 20122992, 20122993, 20122994, 20122995, 20122996, 20122997, 20122998, 20122999,
      20123000, 40003042
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_02",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_01",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7015077, 7115077, 7125077, 7130261],
      [7015078, 7115078, 7125078, 7130262]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Pase de Ascuas",
    "Id": 8,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20016,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard3_1/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard3_1/bpcard_collection_base2",
      "ui/atlas/bpcard3_1/bpcard_icon_generally2",
      "ui/atlas/bpcard3_1/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard3_1/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard3_1/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20018,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard3_1/bpcard_base_2",
    "PassTitleName": "Pase de Ascuas I",
    "PrimeExtraAward": [20120005],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20017,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11106,
    "WeeklyExpLimit": 8000
  },
  "9": {
    "AwardPreview": [
      20123101, 20123102, 20123103, 20123104, 20123105, 20123106, 20123107, 20123108, 20123109,
      20123110, 20123111, 20123112, 20123113, 20123114, 20123115, 20123116, 20123117, 20123118,
      20123119, 20123120, 20123121, 20123122, 20123123, 20123124, 20123125, 20123126, 20123127,
      20123128, 20123129, 20123130, 20123131, 20123132, 20123133, 20123134, 20123135, 20123136,
      20123137, 20123138, 20123139, 20123140, 20123141, 20123142, 20123143, 20123144, 20123145,
      20123146, 20123147, 20123148, 20123149, 20123150, 20123151, 20123152, 20123153, 20123154,
      20123155, 20123156, 20123157, 20123158, 20123159, 20123160, 20123161, 20123162, 20123163,
      20123164, 20123165, 20123166, 20123167, 20123168, 20123169, 20123170, 20123171, 20123172,
      20123173, 20123174, 20123175, 20123176, 20123177, 20123178, 20123179, 20123180, 20123181,
      20123182, 20123183, 20123184, 20123185, 20123186, 20123187, 20123188, 20123189, 20123190,
      20123191, 20123192, 20123193, 20123194, 20123195, 20123196, 20123197, 20123198, 20123199,
      20123200, 40003272
    ],
    "EffectPath": [
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_purple_001_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_02",
      "ui/uieffect/prefab/ui_sfx_s2_season_001/ui_sfx_group_s2_bpcard_guangxiao_loop_01",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_s2_bpcard_001/ui_sfx_s2_pink_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_stare_bpcard_buy",
      "ui/uieffect/prefab/ui_sfx_bpcard_001/ui_sfx_purple_bpcard_buy"
    ],
    "Fashion": [
      [7027049, 7037049, 7117049, 7127049, 7130259],
      [7027050, 7037050, 7117050, 7127050, 7130260]
    ],
    "FashionAction": [[50000033], [50000032]],
    "FashionLevel": 30,
    "FreePassName": "Básico",
    "Id": 9,
    "LevelCost": [10003, 150],
    "NormalPassName": "Avanzado",
    "NormalPassPaymentID": 20019,
    "NormalPassPrivilege": [],
    "PassPicture": [
      "ui/textures/bpcard/bpcard3_2/bpcard_collection_base1",
      "ui/textures/bpcard/bpcard3_2/bpcard_collection_base2",
      "ui/atlas/bpcard3_2/bpcard_icon_generally2",
      "ui/atlas/bpcard3_2/bpcard_icon_generally3",
      "ui/textures/bpcard/bpcard3_2/bpcard_ornament_2",
      "ui/textures/bpcard/bpcard3_2/bpcard_ornament_3"
    ],
    "PassPriceDiffPaymentID": 20021,
    "PassRoi": [1000, 1800],
    "PassTag": "ui/textures/bpcard/bpcard3_2/bpcard_base_2",
    "PassTitleName": "Pase de Ascuas II",
    "PrimeExtraAward": [20120006],
    "PrimePassAddLevel": 10,
    "PrimePassName": "Supremo",
    "PrimePassPaymentID": 20020,
    "PrimePassPrivilege": [1, 2, 3, 4, 5],
    "Timer": 11107,
    "WeeklyExpLimit": 8000
  }
}