@skullandbonestools/snbdata 6.0.7 → 6.0.8
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/data/cosmetics.json +41 -1
- package/data/items.json +3239 -1339
- package/data/sets.json +4 -0
- package/data/ships.json +5 -5
- package/dist/daos/cosmetics.d.ts +4 -2
- package/dist/daos/cosmetics.d.ts.map +1 -1
- package/dist/daos/cosmetics.js +39 -2
- package/dist/daos/cosmetics.js.map +1 -1
- package/dist/daos/items.d.ts +4 -3
- package/dist/daos/items.d.ts.map +1 -1
- package/dist/daos/items.js +44 -3
- package/dist/daos/items.js.map +1 -1
- package/package.json +1 -1
package/data/cosmetics.json
CHANGED
|
@@ -22081,7 +22081,8 @@
|
|
|
22081
22081
|
"theGloriousDead": {
|
|
22082
22082
|
"id": "theGloriousDead",
|
|
22083
22083
|
"type": "shipSkin",
|
|
22084
|
-
"
|
|
22084
|
+
"pieces": ["figureHead","ornaments","nameplate"],
|
|
22085
|
+
"effect": ["emissive","combatReactive"],
|
|
22085
22086
|
"set": "blackTorch",
|
|
22086
22087
|
"obtainable": "ubisoftStore",
|
|
22087
22088
|
"dateAdded": "2025-04-15",
|
|
@@ -25544,5 +25545,44 @@
|
|
|
25544
25545
|
"obtainable": [["twitchDrop","twitchDropTheDeck"]],
|
|
25545
25546
|
"dateAdded": "2025-07-22",
|
|
25546
25547
|
"lastUpdated": "2025-07-22"
|
|
25548
|
+
},
|
|
25549
|
+
"centerOfMadness": {
|
|
25550
|
+
"id": "centerOfMadness",
|
|
25551
|
+
"type": "sailsEmblem",
|
|
25552
|
+
"set": "devilsMirth",
|
|
25553
|
+
"obtainable": "ubisoftStore",
|
|
25554
|
+
"dateAdded": "2025-07-29",
|
|
25555
|
+
"lastUpdated": "2025-07-29"
|
|
25556
|
+
},
|
|
25557
|
+
"bitingHooks": {
|
|
25558
|
+
"id": "bitingHooks",
|
|
25559
|
+
"type": "sailsPattern",
|
|
25560
|
+
"set": "devilsMirth",
|
|
25561
|
+
"obtainable": "ubisoftStore",
|
|
25562
|
+
"dateAdded": "2025-07-29",
|
|
25563
|
+
"lastUpdated": "2025-07-29"
|
|
25564
|
+
},
|
|
25565
|
+
"fillOfFortune": {
|
|
25566
|
+
"id": "fillOfFortune",
|
|
25567
|
+
"type": "sailsColor",
|
|
25568
|
+
"set": "devilsMirth",
|
|
25569
|
+
"obtainable": "ubisoftStore",
|
|
25570
|
+
"dateAdded": "2025-07-29",
|
|
25571
|
+
"lastUpdated": "2025-07-29"
|
|
25572
|
+
},
|
|
25573
|
+
"theRestlessFree": {
|
|
25574
|
+
"id": "theRestlessFree",
|
|
25575
|
+
"type": "hull",
|
|
25576
|
+
"set": "devilsMirth",
|
|
25577
|
+
"obtainable": "ubisoftStore",
|
|
25578
|
+
"dateAdded": "2025-07-29",
|
|
25579
|
+
"lastUpdated": "2025-07-29"
|
|
25580
|
+
},
|
|
25581
|
+
"goblinsGreed": {
|
|
25582
|
+
"id": "goblinsGreed",
|
|
25583
|
+
"type": "sailsEmblem",
|
|
25584
|
+
"obtainable": "twitchDropChargingCharlie",
|
|
25585
|
+
"dateAdded": "2025-07-29",
|
|
25586
|
+
"lastUpdated": "2025-07-29"
|
|
25547
25587
|
}
|
|
25548
25588
|
}
|