@skullandbonestools/snbdata 8.0.1 → 8.0.2
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 +24 -5
- package/data/worldEvents.json +6 -3
- package/languages/ar/ar_items.json +6 -0
- package/languages/de/de_items.json +6 -0
- package/languages/en/en_items.json +6 -0
- package/languages/es/es_items.json +6 -0
- package/languages/fr/fr_items.json +6 -0
- package/languages/source/items.json +6 -0
- package/languages/zh/zh_items.json +6 -0
- package/package.json +1 -1
package/data/items.json
CHANGED
|
@@ -10102,6 +10102,9 @@
|
|
|
10102
10102
|
"weight": 80,
|
|
10103
10103
|
"gearScore": 20,
|
|
10104
10104
|
"blueprint": "personRahmaTelokPenjarah",
|
|
10105
|
+
"obtainable": [
|
|
10106
|
+
"foundersCache"
|
|
10107
|
+
],
|
|
10105
10108
|
"required": {
|
|
10106
10109
|
"greenheartPlank": 12,
|
|
10107
10110
|
"plateGlass": 10,
|
|
@@ -10115,7 +10118,7 @@
|
|
|
10115
10118
|
"densityFurnace"
|
|
10116
10119
|
],
|
|
10117
10120
|
"dateAdded": "2024-08-22",
|
|
10118
|
-
"lastUpdated": "
|
|
10121
|
+
"lastUpdated": "2026-02-11"
|
|
10119
10122
|
},
|
|
10120
10123
|
"langrageBarrels": {
|
|
10121
10124
|
"id": "langrageBarrels",
|
|
@@ -10558,7 +10561,8 @@
|
|
|
10558
10561
|
"obtainable": [
|
|
10559
10562
|
"hallowedGravestoneSaintAnne",
|
|
10560
10563
|
"reapersCache",
|
|
10561
|
-
"ascendedRequiemOfTheLostEventCache"
|
|
10564
|
+
"ascendedRequiemOfTheLostEventCache",
|
|
10565
|
+
"foundersCache"
|
|
10562
10566
|
],
|
|
10563
10567
|
"blueprint": "hallowedGravestoneSaintAnne",
|
|
10564
10568
|
"value": 1,
|
|
@@ -10583,7 +10587,7 @@
|
|
|
10583
10587
|
"burning2"
|
|
10584
10588
|
],
|
|
10585
10589
|
"dateAdded": "2024-08-22",
|
|
10586
|
-
"lastUpdated": "
|
|
10590
|
+
"lastUpdated": "2026-02-11"
|
|
10587
10591
|
},
|
|
10588
10592
|
"freemansEmbrace": {
|
|
10589
10593
|
"id": "freemansEmbrace",
|
|
@@ -10722,14 +10726,15 @@
|
|
|
10722
10726
|
"obtainable": [
|
|
10723
10727
|
"hallowedGravestoneSaintAnne",
|
|
10724
10728
|
"reapersCache",
|
|
10725
|
-
"darktideChest"
|
|
10729
|
+
"darktideChest",
|
|
10730
|
+
"foundersCache"
|
|
10726
10731
|
],
|
|
10727
10732
|
"blueprint": "hallowedGravestoneSaintAnne",
|
|
10728
10733
|
"perks": [
|
|
10729
10734
|
"quickIgnitingPowder"
|
|
10730
10735
|
],
|
|
10731
10736
|
"dateAdded": "2024-08-22",
|
|
10732
|
-
"lastUpdated": "
|
|
10737
|
+
"lastUpdated": "2026-02-11"
|
|
10733
10738
|
},
|
|
10734
10739
|
"ballistaFurnace1": {
|
|
10735
10740
|
"id": "ballistaFurnace1",
|
|
@@ -16008,5 +16013,19 @@
|
|
|
16008
16013
|
],
|
|
16009
16014
|
"dateAdded": "2026-02-10",
|
|
16010
16015
|
"lastUpdated": "2026-02-10"
|
|
16016
|
+
},
|
|
16017
|
+
"foundersCache": {
|
|
16018
|
+
"id": "foundersCache",
|
|
16019
|
+
"rarity": "epic",
|
|
16020
|
+
"season": "eyeOfTheBeast",
|
|
16021
|
+
"type": "chest",
|
|
16022
|
+
"event": "theFounding",
|
|
16023
|
+
"worldEvent": [
|
|
16024
|
+
"scurlocksPrecious"
|
|
16025
|
+
],
|
|
16026
|
+
"value": 1,
|
|
16027
|
+
"weight": 100,
|
|
16028
|
+
"dateAdded": "2026-02-10",
|
|
16029
|
+
"lastUpdated": "2026-02-10"
|
|
16011
16030
|
}
|
|
16012
16031
|
}
|
package/data/worldEvents.json
CHANGED
|
@@ -147,17 +147,20 @@
|
|
|
147
147
|
"payingDues": {
|
|
148
148
|
"id": "payingDues",
|
|
149
149
|
"type": "convoy",
|
|
150
|
-
"faction": "scavengers"
|
|
150
|
+
"faction": "scavengers",
|
|
151
|
+
"event": "theFounding"
|
|
151
152
|
},
|
|
152
153
|
"scurlocksPrecious": {
|
|
153
154
|
"id": "scurlocksPrecious",
|
|
154
155
|
"type": "convoy",
|
|
155
|
-
"faction": "scavengers"
|
|
156
|
+
"faction": "scavengers",
|
|
157
|
+
"event": "theFounding"
|
|
156
158
|
},
|
|
157
159
|
"thickAsThieves": {
|
|
158
160
|
"id": "thickAsThieves",
|
|
159
161
|
"type": "convoy",
|
|
160
|
-
"faction": "scavengers"
|
|
162
|
+
"faction": "scavengers",
|
|
163
|
+
"event": "theFounding"
|
|
161
164
|
},
|
|
162
165
|
"gloryAdorned": {
|
|
163
166
|
"id": "gloryAdorned",
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Jeder Bolzen ist mit Sturmruf-Glyphen versehen und wird durch Jade-Kondensatoren stabilisiert, wodurch die Waffe mehrere Gegner gleichzeitig treffen kann. Je mehr Ziele miteinander verbunden sind, desto unberechenbarer wird der Sturm, der vor himmlischer Wut nur so knistert."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|
|
@@ -3073,6 +3073,12 @@
|
|
|
3073
3073
|
"description": {
|
|
3074
3074
|
"general": "Each bolt inscribed with stormcall glyphs and stabilized by jade capacitors, allowing the weapon to arc across multiple enemies. The more targets linked, the more volatile the storm, crackling with celestial wrath."
|
|
3075
3075
|
}
|
|
3076
|
+
},
|
|
3077
|
+
"foundersCache": {
|
|
3078
|
+
"name": "Founder's Cache",
|
|
3079
|
+
"description": {
|
|
3080
|
+
"general": "An ornate chest containing spoils from formidable foes of seasons past."
|
|
3081
|
+
}
|
|
3076
3082
|
}
|
|
3077
3083
|
}
|
|
3078
3084
|
}
|