bc-data 116.0.0 → 117.0.0-Beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assetID.json +33 -6
- package/assetVersion.json +21 -0
- package/package.json +1 -1
package/assetID.json
CHANGED
|
@@ -91,7 +91,11 @@
|
|
|
91
91
|
"LeatherVestSuit": 50,
|
|
92
92
|
"MeshTop": 51,
|
|
93
93
|
"ShinyLeotard": 52,
|
|
94
|
-
"OrnateMetalBra": 53
|
|
94
|
+
"OrnateMetalBra": 53,
|
|
95
|
+
"Bandage": 54,
|
|
96
|
+
"LeatherBunnyHollowBra": 55,
|
|
97
|
+
"MaidBra": 56,
|
|
98
|
+
"SatinCorset": 57
|
|
95
99
|
}
|
|
96
100
|
},
|
|
97
101
|
"Bracelet": {
|
|
@@ -349,7 +353,8 @@
|
|
|
349
353
|
"Eyes6": 10,
|
|
350
354
|
"Eyes7": 11,
|
|
351
355
|
"Eyes8": 12,
|
|
352
|
-
"Eyes9": 13
|
|
356
|
+
"Eyes9": 13,
|
|
357
|
+
"Eyes15": 14
|
|
353
358
|
}
|
|
354
359
|
},
|
|
355
360
|
"Eyes2": {
|
|
@@ -368,7 +373,8 @@
|
|
|
368
373
|
"Eyes6": 10,
|
|
369
374
|
"Eyes7": 11,
|
|
370
375
|
"Eyes8": 12,
|
|
371
|
-
"Eyes9": 13
|
|
376
|
+
"Eyes9": 13,
|
|
377
|
+
"Eyes15": 14
|
|
372
378
|
}
|
|
373
379
|
},
|
|
374
380
|
"EyeShadow": {
|
|
@@ -526,7 +532,9 @@
|
|
|
526
532
|
"CyberneticEars1": 42,
|
|
527
533
|
"Onihorns": 43,
|
|
528
534
|
"SkunkEars": 44,
|
|
529
|
-
"AquaticEars": 45
|
|
535
|
+
"AquaticEars": 45,
|
|
536
|
+
"CyberEars": 46,
|
|
537
|
+
"FloppyBunnyEars": 47
|
|
530
538
|
}
|
|
531
539
|
},
|
|
532
540
|
"HairAccessory2": {
|
|
@@ -566,7 +574,8 @@
|
|
|
566
574
|
"SkunkEars": 31,
|
|
567
575
|
"AquaticEars": 32,
|
|
568
576
|
"CyberneticEars1": 33,
|
|
569
|
-
"BigLynxEars": 34
|
|
577
|
+
"BigLynxEars": 34,
|
|
578
|
+
"CyberEars": 35
|
|
570
579
|
}
|
|
571
580
|
},
|
|
572
581
|
"HairAccessory3": {
|
|
@@ -1346,7 +1355,8 @@
|
|
|
1346
1355
|
"WebBlindfold": 33,
|
|
1347
1356
|
"RubberMask": 34,
|
|
1348
1357
|
"Kigu2Hood": 35,
|
|
1349
|
-
"AsylumBlindfold": 36
|
|
1358
|
+
"AsylumBlindfold": 36,
|
|
1359
|
+
"HypnoticVisor": 37
|
|
1350
1360
|
}
|
|
1351
1361
|
},
|
|
1352
1362
|
"ItemHood": {
|
|
@@ -2632,5 +2642,22 @@
|
|
|
2632
2642
|
"FaceWritings": 2,
|
|
2633
2643
|
"Splatters": 3
|
|
2634
2644
|
}
|
|
2645
|
+
},
|
|
2646
|
+
"BodyStyle": {
|
|
2647
|
+
"id": 87,
|
|
2648
|
+
"assets": {
|
|
2649
|
+
"EchoV1": 0,
|
|
2650
|
+
"Original": 1
|
|
2651
|
+
}
|
|
2652
|
+
},
|
|
2653
|
+
"ClothOuter": {
|
|
2654
|
+
"id": 88,
|
|
2655
|
+
"assets": {
|
|
2656
|
+
"AdmiralTop": 0,
|
|
2657
|
+
"BusinessSuit": 1,
|
|
2658
|
+
"FurCoat": 2,
|
|
2659
|
+
"LeatherJacket": 3,
|
|
2660
|
+
"Robe1": 4
|
|
2661
|
+
}
|
|
2635
2662
|
}
|
|
2636
2663
|
}
|
package/assetVersion.json
CHANGED
|
@@ -35,6 +35,10 @@
|
|
|
35
35
|
"Splatters": "R114",
|
|
36
36
|
"WombTattoos": "R101"
|
|
37
37
|
},
|
|
38
|
+
"BodyStyle": {
|
|
39
|
+
"EchoV1": "R117",
|
|
40
|
+
"Original": "R117"
|
|
41
|
+
},
|
|
38
42
|
"BodyUpper": {
|
|
39
43
|
"FlatMedium": "R98",
|
|
40
44
|
"FlatSmall": "R98",
|
|
@@ -44,6 +48,7 @@
|
|
|
44
48
|
"XLarge": "R98"
|
|
45
49
|
},
|
|
46
50
|
"Bra": {
|
|
51
|
+
"Bandage": "R117",
|
|
47
52
|
"Bandeau1": "R98",
|
|
48
53
|
"Bikini1": "R98",
|
|
49
54
|
"BondageBra1": "R98",
|
|
@@ -77,14 +82,17 @@
|
|
|
77
82
|
"LatexBra1": "R98",
|
|
78
83
|
"LatexBunnySuit": "R98",
|
|
79
84
|
"LeatherBreastBinder": "R98",
|
|
85
|
+
"LeatherBunnyHollowBra": "R117",
|
|
80
86
|
"LeatherStrapBra1": "R98",
|
|
81
87
|
"LeatherVestSuit": "R104",
|
|
88
|
+
"MaidBra": "R117",
|
|
82
89
|
"MaidBra1": "R98",
|
|
83
90
|
"MeshTop": "R113",
|
|
84
91
|
"OrnateMetalBra": "R116",
|
|
85
92
|
"OuvertPerl1": "R98",
|
|
86
93
|
"Ribbons": "R98",
|
|
87
94
|
"Sarashi1": "R98",
|
|
95
|
+
"SatinCorset": "R117",
|
|
88
96
|
"SexyBeachBra1": "R98",
|
|
89
97
|
"SexyBikini1": "R98",
|
|
90
98
|
"SexyBikini2": "R98",
|
|
@@ -291,6 +299,13 @@
|
|
|
291
299
|
"Waspie2": "R98",
|
|
292
300
|
"Waspie3": "R98"
|
|
293
301
|
},
|
|
302
|
+
"ClothOuter": {
|
|
303
|
+
"AdmiralTop": "R117",
|
|
304
|
+
"BusinessSuit": "R117",
|
|
305
|
+
"FurCoat": "R117",
|
|
306
|
+
"LeatherJacket": "R117",
|
|
307
|
+
"Robe1": "R117"
|
|
308
|
+
},
|
|
294
309
|
"Corset": {
|
|
295
310
|
"ClassicLatexCorset": "R98",
|
|
296
311
|
"Corset1": "R98",
|
|
@@ -324,6 +339,7 @@
|
|
|
324
339
|
"Eyes12": "R98",
|
|
325
340
|
"Eyes13": "R98",
|
|
326
341
|
"Eyes14": "R99",
|
|
342
|
+
"Eyes15": "R117",
|
|
327
343
|
"Eyes2": "R98",
|
|
328
344
|
"Eyes3": "R98",
|
|
329
345
|
"Eyes4": "R98",
|
|
@@ -340,6 +356,7 @@
|
|
|
340
356
|
"Eyes12": "R98",
|
|
341
357
|
"Eyes13": "R98",
|
|
342
358
|
"Eyes14": "R99",
|
|
359
|
+
"Eyes15": "R117",
|
|
343
360
|
"Eyes2": "R98",
|
|
344
361
|
"Eyes3": "R98",
|
|
345
362
|
"Eyes4": "R98",
|
|
@@ -453,12 +470,14 @@
|
|
|
453
470
|
"BunnyEars2": "R98",
|
|
454
471
|
"CowEars": "R104",
|
|
455
472
|
"CowHorns": "R98",
|
|
473
|
+
"CyberEars": "R117",
|
|
456
474
|
"CyberneticEars1": "R108",
|
|
457
475
|
"DildocornHorn": "R98",
|
|
458
476
|
"EarWarmer": "R103",
|
|
459
477
|
"Ears1": "R98",
|
|
460
478
|
"Ears2": "R98",
|
|
461
479
|
"ElfEars": "R98",
|
|
480
|
+
"FloppyBunnyEars": "R117",
|
|
462
481
|
"FoxEars1": "R98",
|
|
463
482
|
"FoxEars2": "R98",
|
|
464
483
|
"FoxEars3": "R98",
|
|
@@ -501,6 +520,7 @@
|
|
|
501
520
|
"BunnyEars2": "R98",
|
|
502
521
|
"CowEars": "R104",
|
|
503
522
|
"CowHorns": "R98",
|
|
523
|
+
"CyberEars": "R117",
|
|
504
524
|
"CyberneticEars1": "R111",
|
|
505
525
|
"DildocornHorn": "R98",
|
|
506
526
|
"Ears1": "R98",
|
|
@@ -1242,6 +1262,7 @@
|
|
|
1242
1262
|
"FullBlindfold": "R98",
|
|
1243
1263
|
"FurScarf": "R98",
|
|
1244
1264
|
"FuturisticMask": "R98",
|
|
1265
|
+
"HypnoticVisor": "R117",
|
|
1245
1266
|
"InteractiveVRHeadset": "R98",
|
|
1246
1267
|
"InteractiveVisor": "R98",
|
|
1247
1268
|
"Kigu2Hood": "R112",
|