@skullandbonestools/snbdata 9.0.2 → 9.0.3
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/items.json +3 -3
- package/data/worldEvents.json +2 -1
- package/package.json +1 -1
package/data/items.json
CHANGED
|
@@ -16646,7 +16646,7 @@
|
|
|
16646
16646
|
"weight": 175,
|
|
16647
16647
|
"gearScore": 15,
|
|
16648
16648
|
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
16649
|
-
"perks": "mortarPowderbench",
|
|
16649
|
+
"perks": ["mortarPowderbench"],
|
|
16650
16650
|
"dateAdded": "2026-05-12",
|
|
16651
16651
|
"lastUpdated": "2026-05-12"
|
|
16652
16652
|
},
|
|
@@ -16659,7 +16659,7 @@
|
|
|
16659
16659
|
"weight": 175,
|
|
16660
16660
|
"gearScore": 15,
|
|
16661
16661
|
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
16662
|
-
"perks": "rocketPowderbench",
|
|
16662
|
+
"perks": ["rocketPowderbench"],
|
|
16663
16663
|
"dateAdded": "2026-05-12",
|
|
16664
16664
|
"lastUpdated": "2026-05-12"
|
|
16665
16665
|
},
|
|
@@ -16672,7 +16672,7 @@
|
|
|
16672
16672
|
"weight": 175,
|
|
16673
16673
|
"gearScore": 15,
|
|
16674
16674
|
"obtainable": "williamBlackwoodSeasonalItemShatteredSeas",
|
|
16675
|
-
"perks": "springloaderPowderbench",
|
|
16675
|
+
"perks": ["springloaderPowderbench"],
|
|
16676
16676
|
"dateAdded": "2026-05-12",
|
|
16677
16677
|
"lastUpdated": "2026-05-12"
|
|
16678
16678
|
},
|
package/data/worldEvents.json
CHANGED