bc-data 114.0.0-Beta.1 → 114.0.0

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 CHANGED
@@ -20,7 +20,8 @@
20
20
  "WombTattoos": 0,
21
21
  "BodyWritings": 1,
22
22
  "FaceScars": 2,
23
- "FacePaints": 3
23
+ "FacePaints": 3,
24
+ "Splatters": 4
24
25
  }
25
26
  },
26
27
  "BodyUpper": {
@@ -2125,7 +2126,8 @@
2125
2126
  "EldritchMask": 31,
2126
2127
  "FaceScars": 32,
2127
2128
  "NecromancerHelmet": 33,
2128
- "Kigu2Hood": 34
2129
+ "Kigu2Hood": 34,
2130
+ "Splatters": 35
2129
2131
  }
2130
2132
  },
2131
2133
  "Mouth": {
@@ -2558,7 +2560,8 @@
2558
2560
  "assets": {
2559
2561
  "AnimalNoses": 0,
2560
2562
  "FaceScars": 1,
2561
- "FaceWritings": 2
2563
+ "FaceWritings": 2,
2564
+ "Splatters": 3
2562
2565
  }
2563
2566
  }
2564
2567
  }
package/assetVersion.json CHANGED
@@ -32,6 +32,7 @@
32
32
  "BodyWritings": "R103",
33
33
  "FacePaints": "R111",
34
34
  "FaceScars": "R109",
35
+ "Splatters": "R114",
35
36
  "WombTattoos": "R101"
36
37
  },
37
38
  "BodyUpper": {
@@ -357,7 +358,8 @@
357
358
  "FaceMarkings": {
358
359
  "AnimalNoses": "R112",
359
360
  "FaceScars": "R112",
360
- "FaceWritings": "R112"
361
+ "FaceWritings": "R112",
362
+ "Splatters": "R114"
361
363
  },
362
364
  "FacialHair": {
363
365
  "BigBeard": "R98",
@@ -1964,6 +1966,7 @@
1964
1966
  "PetNose": "R98",
1965
1967
  "RubberMask": "R107",
1966
1968
  "ShinobiMask": "R98",
1969
+ "Splatters": "R114",
1967
1970
  "SwimCap": "R98",
1968
1971
  "VenetianMask": "R98"
1969
1972
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-data",
3
- "version": "114.0.0-Beta.1",
3
+ "version": "114.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/bananarama92/BC-stubs.git"