@skullandbonestools/snbdata 5.2.2 → 6.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/data/achievements.json +50 -0
- package/data/commodities.json +5 -0
- package/data/cosmetics.json +762 -9
- package/data/events.json +8 -0
- package/data/factions.json +6 -0
- package/data/items.json +712 -117
- package/data/materials.json +16 -0
- package/data/sets.json +40 -0
- package/data/ships.json +62 -4
- package/data/worldEvents.json +5 -0
- package/dist/types/CosmeticProperties.d.ts +1 -1
- package/dist/types/CosmeticProperties.d.ts.map +1 -1
- package/dist/types/CosmeticProperties.js +1 -1
- package/dist/types/CosmeticProperties.js.map +1 -1
- package/package.json +1 -1
package/data/materials.json
CHANGED
|
@@ -31,6 +31,10 @@
|
|
|
31
31
|
"rarity": "epic",
|
|
32
32
|
"category": "helm"
|
|
33
33
|
},
|
|
34
|
+
"gildmarks": {
|
|
35
|
+
"rarity": "epic",
|
|
36
|
+
"category": "helm"
|
|
37
|
+
},
|
|
34
38
|
"units": {
|
|
35
39
|
"rarity": "common",
|
|
36
40
|
"category": "currency"
|
|
@@ -859,5 +863,17 @@
|
|
|
859
863
|
"masterworkKit": {
|
|
860
864
|
"rarity": "legendary",
|
|
861
865
|
"category": "exotic"
|
|
866
|
+
},
|
|
867
|
+
"deepIron": {
|
|
868
|
+
"rarity": "epic",
|
|
869
|
+
"category": "specialized"
|
|
870
|
+
},
|
|
871
|
+
"deepIronPlates": {
|
|
872
|
+
"rarity": "epic",
|
|
873
|
+
"category": "specialized",
|
|
874
|
+
"raw": {
|
|
875
|
+
"deepIron": 5,
|
|
876
|
+
"masterworkKit": 1
|
|
877
|
+
}
|
|
862
878
|
}
|
|
863
879
|
}
|
package/data/sets.json
CHANGED
|
@@ -1174,5 +1174,45 @@
|
|
|
1174
1174
|
"highStation": {
|
|
1175
1175
|
"id": "highStation",
|
|
1176
1176
|
"type": "ship"
|
|
1177
|
+
},
|
|
1178
|
+
"crownsJustice": {
|
|
1179
|
+
"id": "crownsJustice",
|
|
1180
|
+
"type": "ship"
|
|
1181
|
+
},
|
|
1182
|
+
"fleetsEyes": {
|
|
1183
|
+
"id": "fleetsEyes",
|
|
1184
|
+
"type": "ship"
|
|
1185
|
+
},
|
|
1186
|
+
"hellHaul": {
|
|
1187
|
+
"id": "hellHaul",
|
|
1188
|
+
"type": "ship"
|
|
1189
|
+
},
|
|
1190
|
+
"deathBecomesUs": {
|
|
1191
|
+
"id": "deathBecomesUs",
|
|
1192
|
+
"type": "ship"
|
|
1193
|
+
},
|
|
1194
|
+
"aDeadlyBet": {
|
|
1195
|
+
"id": "aDeadlyBet",
|
|
1196
|
+
"type": "ship"
|
|
1197
|
+
},
|
|
1198
|
+
"drownedWitch": {
|
|
1199
|
+
"id": "drownedWitch",
|
|
1200
|
+
"type": "ship"
|
|
1201
|
+
},
|
|
1202
|
+
"nightRavager": {
|
|
1203
|
+
"id": "nightRavager",
|
|
1204
|
+
"type": "player"
|
|
1205
|
+
},
|
|
1206
|
+
"kingOfGamblers": {
|
|
1207
|
+
"id": "kingOfGamblers",
|
|
1208
|
+
"type": "player"
|
|
1209
|
+
},
|
|
1210
|
+
"bewitched": {
|
|
1211
|
+
"id": "bewitched",
|
|
1212
|
+
"type": "player"
|
|
1213
|
+
},
|
|
1214
|
+
"wickedCorsair": {
|
|
1215
|
+
"id": "wickedCorsair",
|
|
1216
|
+
"type": "ship"
|
|
1177
1217
|
}
|
|
1178
1218
|
}
|
package/data/ships.json
CHANGED
|
@@ -299,11 +299,11 @@
|
|
|
299
299
|
"lower": 2
|
|
300
300
|
}],
|
|
301
301
|
"leftSideWeapon": [1,{
|
|
302
|
-
"top":
|
|
302
|
+
"top": 4,
|
|
303
303
|
"lower": 3
|
|
304
304
|
}],
|
|
305
305
|
"rightSideWeapon": [1,{
|
|
306
|
-
"top":
|
|
306
|
+
"top": 4,
|
|
307
307
|
"lower": 3
|
|
308
308
|
}],
|
|
309
309
|
"aftWeapon": [1,{
|
|
@@ -354,11 +354,11 @@
|
|
|
354
354
|
"top": 2
|
|
355
355
|
}],
|
|
356
356
|
"leftSideWeapon": [1,{
|
|
357
|
-
"top":
|
|
357
|
+
"top": 4,
|
|
358
358
|
"lower": 4
|
|
359
359
|
}],
|
|
360
360
|
"rightSideWeapon": [1,{
|
|
361
|
-
"top":
|
|
361
|
+
"top": 4,
|
|
362
362
|
"lower": 4
|
|
363
363
|
}],
|
|
364
364
|
"aftWeapon": [1,{
|
|
@@ -759,5 +759,63 @@
|
|
|
759
759
|
"perks": ["fury"],
|
|
760
760
|
"dateAdded": "2025-04-15",
|
|
761
761
|
"lastUpdated": "2025-04-15"
|
|
762
|
+
},
|
|
763
|
+
"frigate": {
|
|
764
|
+
"id": "frigate",
|
|
765
|
+
"size": "large",
|
|
766
|
+
"type": "ships",
|
|
767
|
+
"blueprint": "smugglerPass45Reward",
|
|
768
|
+
"season": "oathsOfWar",
|
|
769
|
+
"hitpoints": 100000,
|
|
770
|
+
"braceStrength": 30000,
|
|
771
|
+
"braceStrengthRecovery": 1,
|
|
772
|
+
"stamina": 100,
|
|
773
|
+
"baseRank": 5,
|
|
774
|
+
"sailSpeed": {
|
|
775
|
+
"halfSail": 9,
|
|
776
|
+
"fullSail": 12,
|
|
777
|
+
"travelSail": 16
|
|
778
|
+
},
|
|
779
|
+
"cargo": {
|
|
780
|
+
"cargoSlots": 50,
|
|
781
|
+
"cargoMaxWeight": 80000
|
|
782
|
+
},
|
|
783
|
+
"required": {
|
|
784
|
+
"magnetiteIngot": 16,
|
|
785
|
+
"planetaryGearset": 8,
|
|
786
|
+
"wormDrive": 8,
|
|
787
|
+
"deepIron": 10,
|
|
788
|
+
"precisionDrillingBit": 6,
|
|
789
|
+
"torsionSpring": 6,
|
|
790
|
+
"orcaIntricateApparatus": 2,
|
|
791
|
+
"gannetDenseNiter": 2,
|
|
792
|
+
"silver": 12000
|
|
793
|
+
},
|
|
794
|
+
"slots": {
|
|
795
|
+
"attachement": [1,1],
|
|
796
|
+
"frontWeapon": [1,{
|
|
797
|
+
"top": 2,
|
|
798
|
+
"lower": 4
|
|
799
|
+
}],
|
|
800
|
+
"leftSideWeapon": [1,{
|
|
801
|
+
"top": 6,
|
|
802
|
+
"lower": 7
|
|
803
|
+
}],
|
|
804
|
+
"rightSideWeapon": [1,{
|
|
805
|
+
"top": 6,
|
|
806
|
+
"lower": 7
|
|
807
|
+
}],
|
|
808
|
+
"aftWeapon": [1,{
|
|
809
|
+
"top": 2
|
|
810
|
+
}],
|
|
811
|
+
"auxiliaryWeapon": [1,{
|
|
812
|
+
"top": 2
|
|
813
|
+
}],
|
|
814
|
+
"furniture": [5,1],
|
|
815
|
+
"ultimate": [1,1]
|
|
816
|
+
},
|
|
817
|
+
"perks": ["grit","colossal","abundantGunports"],
|
|
818
|
+
"dateAdded": "2025-07-15",
|
|
819
|
+
"lastUpdated": "2025-07-15"
|
|
762
820
|
}
|
|
763
821
|
}
|
package/data/worldEvents.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const CosmeticEffects: readonly ["emissive", "combatReactive", "killReactive", "bossKillReactive", "animated"];
|
|
2
2
|
export type CosmeticEffect = (typeof CosmeticEffects)[number];
|
|
3
|
-
export declare const ShipCosmeticTypes: readonly ["sailsEmblem", "sailsPattern", "sailsColor", "hull", "crowsNest", "trophy", "wheel", "helmDecor", "ornaments", "figureHead", "nameplate", "pet", "crewLook", "aura", "shipSkin", "armorSkin", "culverinWeaponSkin", "demicannonWeaponSkin", "longGunWeaponSkin", "bombardWeaponSkin", "ballistaWeaponSkin", "torpedoWeaponSkin"];
|
|
3
|
+
export declare const ShipCosmeticTypes: readonly ["sailsEmblem", "sailsPattern", "sailsColor", "hull", "crowsNest", "trophy", "wheel", "helmDecor", "ornaments", "figureHead", "nameplate", "pet", "crewLook", "aura", "shipSkin", "armorSkin", "firework", "culverinWeaponSkin", "demicannonWeaponSkin", "longGunWeaponSkin", "bombardWeaponSkin", "ballistaWeaponSkin", "torpedoWeaponSkin"];
|
|
4
4
|
export type ShipCosmeticType = (typeof ShipCosmeticTypes)[number];
|
|
5
5
|
export declare const PlayerOutfitTypes: readonly ["headwear", "faceAccessory", "torso", "neck", "forearm", "hand", "waist", "bottom", "footwear", "bodyCosmetics", "emote"];
|
|
6
6
|
export type PlayerOutfitType = (typeof PlayerOutfitTypes)[number];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CosmeticProperties.d.ts","sourceRoot":"","sources":["../../src/types/CosmeticProperties.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,yFAElB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9D,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"CosmeticProperties.d.ts","sourceRoot":"","sources":["../../src/types/CosmeticProperties.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,yFAElB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,CAAC,CAAC;AAC9D,eAAO,MAAM,iBAAiB,wVAIpB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAClE,eAAO,MAAM,iBAAiB,qIAEpB,CAAC;AACX,MAAM,MAAM,gBAAgB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAClE,eAAO,MAAM,qBAAqB,6CAExB,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,CAAC,OAAO,qBAAqB,CAAC,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -3,7 +3,7 @@ export const CosmeticEffects = [
|
|
|
3
3
|
];
|
|
4
4
|
export const ShipCosmeticTypes = [
|
|
5
5
|
"sailsEmblem", "sailsPattern", "sailsColor", "hull", "crowsNest", "trophy", "wheel", "helmDecor", "ornaments", "figureHead", "nameplate",
|
|
6
|
-
"pet", "crewLook", "aura", "shipSkin", "armorSkin",
|
|
6
|
+
"pet", "crewLook", "aura", "shipSkin", "armorSkin", "firework",
|
|
7
7
|
"culverinWeaponSkin", "demicannonWeaponSkin", "longGunWeaponSkin", "bombardWeaponSkin", "ballistaWeaponSkin", "torpedoWeaponSkin"
|
|
8
8
|
];
|
|
9
9
|
export const PlayerOutfitTypes = [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CosmeticProperties.js","sourceRoot":"","sources":["../../src/types/CosmeticProperties.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,kBAAkB,EAAE,UAAU;CACtE,CAAC;AAEX,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC7B,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW;IACxI,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW;
|
|
1
|
+
{"version":3,"file":"CosmeticProperties.js","sourceRoot":"","sources":["../../src/types/CosmeticProperties.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;IAC3B,UAAU,EAAE,gBAAgB,EAAE,cAAc,EAAE,kBAAkB,EAAE,UAAU;CACtE,CAAC;AAEX,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC7B,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW;IACxI,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU;IAC9D,oBAAoB,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,mBAAmB;CAC3H,CAAC;AAEX,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAC7B,UAAU,EAAE,eAAe,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,eAAe,EAAE,OAAO;CAClH,CAAC;AAEX,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACjC,MAAM,EAAE,YAAY,EAAE,UAAU;CAC1B,CAAC"}
|