@skullandbonestools/snbdata 5.0.17 → 5.0.19
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/commodities.json +144 -57
- package/data/factions.json +112 -0
- package/data/items.json +97 -23
- package/data/materials.json +57 -20
- package/data/modifications.json +1 -1
- package/data/worldEvents.json +3 -0
- package/dist/daos/commodities.d.ts +6 -1
- package/dist/daos/commodities.d.ts.map +1 -1
- package/dist/daos/commodities.js +11 -2
- package/dist/daos/commodities.js.map +1 -1
- package/dist/daos/factions.d.ts +19 -0
- package/dist/daos/factions.d.ts.map +1 -0
- package/dist/daos/factions.js +26 -0
- package/dist/daos/factions.js.map +1 -0
- package/dist/daos/materials.d.ts +3 -1
- package/dist/daos/materials.d.ts.map +1 -1
- package/dist/daos/materials.js +5 -2
- package/dist/daos/materials.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types/Category.d.ts +1 -1
- package/dist/types/Category.d.ts.map +1 -1
- package/package.json +1 -1
package/data/commodities.json
CHANGED
|
@@ -1,155 +1,193 @@
|
|
|
1
1
|
{
|
|
2
2
|
"lambaCloth": {
|
|
3
3
|
"rarity": "rare",
|
|
4
|
-
"category": "localFaction"
|
|
4
|
+
"category": "localFaction",
|
|
5
|
+
"faction": "seaPeople"
|
|
5
6
|
},
|
|
6
7
|
"uncutGarnet": {
|
|
7
8
|
"rarity": "epic",
|
|
8
|
-
"category": "localFaction"
|
|
9
|
+
"category": "localFaction",
|
|
10
|
+
"faction": "seaPeople"
|
|
9
11
|
},
|
|
10
12
|
"fineSeaPeopleRelic": {
|
|
11
13
|
"rarity": "epic",
|
|
12
|
-
"category": "localFaction"
|
|
14
|
+
"category": "localFaction",
|
|
15
|
+
"faction": "seaPeople"
|
|
13
16
|
},
|
|
14
17
|
"capitalSeaPeopleRelic": {
|
|
15
18
|
"rarity": "legendary",
|
|
16
|
-
"category": "localFaction"
|
|
19
|
+
"category": "localFaction",
|
|
20
|
+
"faction": "seaPeople"
|
|
17
21
|
},
|
|
18
22
|
"cloves": {
|
|
19
23
|
"rarity": "common",
|
|
20
|
-
"category": "localFaction"
|
|
24
|
+
"category": "localFaction",
|
|
25
|
+
"faction": "clanOfFara"
|
|
21
26
|
},
|
|
22
27
|
"frankincense": {
|
|
23
28
|
"rarity": "uncommon",
|
|
24
|
-
"category": "localFaction"
|
|
29
|
+
"category": "localFaction",
|
|
30
|
+
"faction": "clanOfFara"
|
|
25
31
|
},
|
|
26
32
|
"uncutSapphire": {
|
|
27
33
|
"rarity": "epic",
|
|
28
|
-
"category": "localFaction"
|
|
34
|
+
"category": "localFaction",
|
|
35
|
+
"faction": "clanOfFara"
|
|
29
36
|
},
|
|
30
37
|
"fineFaraRelic": {
|
|
31
38
|
"rarity": "epic",
|
|
32
|
-
"category": "localFaction"
|
|
39
|
+
"category": "localFaction",
|
|
40
|
+
"faction": "clanOfFara"
|
|
33
41
|
},
|
|
34
42
|
"capitalFaraRelic": {
|
|
35
43
|
"rarity": "legendary",
|
|
36
|
-
"category": "localFaction"
|
|
44
|
+
"category": "localFaction",
|
|
45
|
+
"faction": "clanOfFara"
|
|
37
46
|
},
|
|
38
47
|
"snuff": {
|
|
39
48
|
"rarity": "uncommon",
|
|
40
|
-
"category": "localFaction"
|
|
49
|
+
"category": "localFaction",
|
|
50
|
+
"faction": "confederationOfUngwana"
|
|
41
51
|
},
|
|
42
52
|
"ivory": {
|
|
43
53
|
"rarity": "rare",
|
|
44
|
-
"category": "localFaction"
|
|
54
|
+
"category": "localFaction",
|
|
55
|
+
"faction": "confederationOfUngwana"
|
|
45
56
|
},
|
|
46
57
|
"uncutDiamond": {
|
|
47
58
|
"rarity": "epic",
|
|
48
|
-
"category": "localFaction"
|
|
59
|
+
"category": "localFaction",
|
|
60
|
+
"faction": "confederationOfUngwana"
|
|
49
61
|
},
|
|
50
62
|
"fineUngwanaRelic": {
|
|
51
63
|
"rarity": "epic",
|
|
52
|
-
"category": "localFaction"
|
|
64
|
+
"category": "localFaction",
|
|
65
|
+
"faction": "confederationOfUngwana"
|
|
53
66
|
},
|
|
54
67
|
"capitalUngwanaRelic": {
|
|
55
68
|
"rarity": "legendary",
|
|
56
|
-
"category": "localFaction"
|
|
69
|
+
"category": "localFaction",
|
|
70
|
+
"faction": "confederationOfUngwana"
|
|
57
71
|
},
|
|
58
72
|
"spice": {
|
|
59
73
|
"rarity": "common",
|
|
60
|
-
"category": "localFaction"
|
|
74
|
+
"category": "localFaction",
|
|
75
|
+
"faction": "dominionOfRempah"
|
|
61
76
|
},
|
|
62
77
|
"batik": {
|
|
63
78
|
"rarity": "rare",
|
|
64
|
-
"category": "localFaction"
|
|
79
|
+
"category": "localFaction",
|
|
80
|
+
"faction": "dominionOfRempah"
|
|
65
81
|
},
|
|
66
82
|
"uncutRuby": {
|
|
67
83
|
"rarity": "epic",
|
|
68
|
-
"category": "localFaction"
|
|
84
|
+
"category": "localFaction",
|
|
85
|
+
"faction": "dominionOfRempah"
|
|
69
86
|
},
|
|
70
87
|
"fineRempahRelic": {
|
|
71
88
|
"rarity": "epic",
|
|
72
|
-
"category": "localFaction"
|
|
89
|
+
"category": "localFaction",
|
|
90
|
+
"faction": "dominionOfRempah"
|
|
73
91
|
},
|
|
74
92
|
"capitalRempahRelic": {
|
|
75
93
|
"rarity": "legendary",
|
|
76
|
-
"category": "localFaction"
|
|
94
|
+
"category": "localFaction",
|
|
95
|
+
"faction": "dominionOfRempah"
|
|
77
96
|
},
|
|
78
97
|
"ale": {
|
|
79
98
|
"rarity": "common",
|
|
80
|
-
"category": "megacorp"
|
|
99
|
+
"category": "megacorp",
|
|
100
|
+
"faction": "compagnieRoyale"
|
|
81
101
|
},
|
|
82
102
|
"tobacco": {
|
|
83
103
|
"rarity": "uncommon",
|
|
84
|
-
"category": "megacorp"
|
|
104
|
+
"category": "megacorp",
|
|
105
|
+
"faction": "compagnieRoyale"
|
|
85
106
|
},
|
|
86
107
|
"ambergris": {
|
|
87
108
|
"rarity": "uncommon",
|
|
88
|
-
"category": "megacorp"
|
|
109
|
+
"category": "megacorp",
|
|
110
|
+
"faction": "compagnieRoyale"
|
|
89
111
|
},
|
|
90
112
|
"vanilla": {
|
|
91
113
|
"rarity": "uncommon",
|
|
92
|
-
"category": "megacorp"
|
|
114
|
+
"category": "megacorp",
|
|
115
|
+
"faction": "compagnieRoyale"
|
|
93
116
|
},
|
|
94
117
|
"wine": {
|
|
95
118
|
"rarity": "uncommon",
|
|
96
|
-
"category": "megacorp"
|
|
119
|
+
"category": "megacorp",
|
|
120
|
+
"faction": "compagnieRoyale"
|
|
97
121
|
},
|
|
98
122
|
"brandy": {
|
|
99
123
|
"rarity": "uncommon",
|
|
100
|
-
"category": "megacorp"
|
|
124
|
+
"category": "megacorp",
|
|
125
|
+
"faction": "compagnieRoyale"
|
|
101
126
|
},
|
|
102
127
|
"ornatePistols": {
|
|
103
128
|
"rarity": "epic",
|
|
104
|
-
"category": "megacorp"
|
|
129
|
+
"category": "megacorp",
|
|
130
|
+
"faction": "compagnieRoyale"
|
|
105
131
|
},
|
|
106
132
|
"militaryCompagnieRelic": {
|
|
107
133
|
"rarity": "epic",
|
|
108
|
-
"category": "megacorp"
|
|
134
|
+
"category": "megacorp",
|
|
135
|
+
"faction": "compagnieRoyale"
|
|
109
136
|
},
|
|
110
137
|
"fineCompagnieRelic": {
|
|
111
138
|
"rarity": "epic",
|
|
112
|
-
"category": "megacorp"
|
|
139
|
+
"category": "megacorp",
|
|
140
|
+
"faction": "compagnieRoyale"
|
|
113
141
|
},
|
|
114
142
|
"basicCompagnieRelic": {
|
|
115
143
|
"rarity": "epic",
|
|
116
|
-
"category": "megacorp"
|
|
144
|
+
"category": "megacorp",
|
|
145
|
+
"faction": "compagnieRoyale"
|
|
117
146
|
},
|
|
118
147
|
"capitalCompagnieRelic": {
|
|
119
148
|
"rarity": "legendary",
|
|
120
|
-
"category": "megacorp"
|
|
149
|
+
"category": "megacorp",
|
|
150
|
+
"faction": "compagnieRoyale"
|
|
121
151
|
},
|
|
122
152
|
"nutmeg": {
|
|
123
153
|
"rarity": "common",
|
|
124
|
-
"category": "megacorp"
|
|
154
|
+
"category": "megacorp",
|
|
155
|
+
"faction": "dutchMerchantCompany"
|
|
125
156
|
},
|
|
126
157
|
"cacao": {
|
|
127
158
|
"rarity": "uncommon",
|
|
128
|
-
"category": "megacorp"
|
|
159
|
+
"category": "megacorp",
|
|
160
|
+
"faction": "dutchMerchantCompany"
|
|
129
161
|
},
|
|
130
162
|
"camphor": {
|
|
131
163
|
"rarity": "uncommon",
|
|
132
|
-
"category": "megacorp"
|
|
164
|
+
"category": "megacorp",
|
|
165
|
+
"faction": "dutchMerchantCompany"
|
|
133
166
|
},
|
|
134
167
|
"gin": {
|
|
135
168
|
"rarity": "uncommon",
|
|
136
|
-
"category": "megacorp"
|
|
169
|
+
"category": "megacorp",
|
|
170
|
+
"faction": "dutchMerchantCompany"
|
|
137
171
|
},
|
|
138
172
|
"painting": {
|
|
139
173
|
"rarity": "epic",
|
|
140
|
-
"category": "megacorp"
|
|
174
|
+
"category": "megacorp",
|
|
175
|
+
"faction": "dutchMerchantCompany"
|
|
141
176
|
},
|
|
142
177
|
"militaryDmcRelic": {
|
|
143
178
|
"rarity": "epic",
|
|
144
|
-
"category": "megacorp"
|
|
179
|
+
"category": "megacorp",
|
|
180
|
+
"faction": "dutchMerchantCompany"
|
|
145
181
|
},
|
|
146
182
|
"fineDmcRelic": {
|
|
147
183
|
"rarity": "epic",
|
|
148
|
-
"category": "megacorp"
|
|
184
|
+
"category": "megacorp",
|
|
185
|
+
"faction": "dutchMerchantCompany"
|
|
149
186
|
},
|
|
150
187
|
"capitalDmcRelic": {
|
|
151
188
|
"rarity": "legendary",
|
|
152
|
-
"category": "megacorp"
|
|
189
|
+
"category": "megacorp",
|
|
190
|
+
"faction": "dutchMerchantCompany"
|
|
153
191
|
},
|
|
154
192
|
"rum": {
|
|
155
193
|
"rarity": "uncommon",
|
|
@@ -177,78 +215,127 @@
|
|
|
177
215
|
},
|
|
178
216
|
"poppy": {
|
|
179
217
|
"rarity": "rare",
|
|
180
|
-
"category": "theHelm"
|
|
218
|
+
"category": "theHelm",
|
|
219
|
+
"faction": "theHelm"
|
|
181
220
|
},
|
|
182
221
|
"sugarCane": {
|
|
183
222
|
"rarity": "rare",
|
|
184
|
-
"category": "theHelm"
|
|
223
|
+
"category": "theHelm",
|
|
224
|
+
"faction": "theHelm"
|
|
185
225
|
},
|
|
186
226
|
"juniperBerries": {
|
|
187
227
|
"rarity": "rare",
|
|
188
|
-
"category": "theHelm"
|
|
228
|
+
"category": "theHelm",
|
|
229
|
+
"faction": "theHelm"
|
|
189
230
|
},
|
|
190
231
|
"tobaccoLeaves": {
|
|
191
232
|
"rarity": "rare",
|
|
192
|
-
"category": "theHelm"
|
|
233
|
+
"category": "theHelm",
|
|
234
|
+
"faction": "theHelm"
|
|
193
235
|
},
|
|
194
236
|
"rawImperialJade": {
|
|
195
237
|
"rarity": "rare",
|
|
196
|
-
"category": "theHelm"
|
|
238
|
+
"category": "theHelm",
|
|
239
|
+
"faction": "theHelm"
|
|
197
240
|
},
|
|
198
241
|
"blackSnuff": {
|
|
199
242
|
"rarity": "epic",
|
|
200
|
-
"category": "theHelm"
|
|
243
|
+
"category": "theHelm",
|
|
244
|
+
"faction": "theHelm"
|
|
201
245
|
},
|
|
202
246
|
"blueLotusOpium": {
|
|
203
247
|
"rarity": "epic",
|
|
204
|
-
"category": "theHelm"
|
|
248
|
+
"category": "theHelm",
|
|
249
|
+
"faction": "theHelm"
|
|
205
250
|
},
|
|
206
251
|
"whiteSkullRum": {
|
|
207
252
|
"rarity": "epic",
|
|
208
|
-
"category": "theHelm"
|
|
253
|
+
"category": "theHelm",
|
|
254
|
+
"faction": "theHelm"
|
|
209
255
|
},
|
|
210
256
|
"whiteSkullGin": {
|
|
211
257
|
"rarity": "epic",
|
|
212
|
-
"category": "theHelm"
|
|
258
|
+
"category": "theHelm",
|
|
259
|
+
"faction": "theHelm"
|
|
213
260
|
},
|
|
214
261
|
"imperialJade": {
|
|
215
262
|
"rarity": "epic",
|
|
216
|
-
"category": "theHelm"
|
|
263
|
+
"category": "theHelm",
|
|
264
|
+
"faction": "phoenixsTalon"
|
|
217
265
|
},
|
|
218
266
|
"copperBars": {
|
|
219
267
|
"rarity": "epic",
|
|
220
|
-
"category": "theHelm"
|
|
268
|
+
"category": "theHelm",
|
|
269
|
+
"faction": "theHelm"
|
|
221
270
|
},
|
|
222
271
|
"crystalizedTaintedWood": {
|
|
223
272
|
"rarity": "epic",
|
|
224
|
-
"category": "theHelm"
|
|
273
|
+
"category": "theHelm",
|
|
274
|
+
"faction": "shadowLegion"
|
|
225
275
|
},
|
|
226
276
|
"silverSnuff": {
|
|
227
277
|
"rarity": "legendary",
|
|
228
|
-
"category": "theHelm"
|
|
278
|
+
"category": "theHelm",
|
|
279
|
+
"faction": "theHelm"
|
|
229
280
|
},
|
|
230
281
|
"blackLotusOpium": {
|
|
231
282
|
"rarity": "legendary",
|
|
232
|
-
"category": "theHelm"
|
|
283
|
+
"category": "theHelm",
|
|
284
|
+
"faction": "theHelm"
|
|
233
285
|
},
|
|
234
286
|
"goldSkullRum": {
|
|
235
287
|
"rarity": "legendary",
|
|
236
|
-
"category": "theHelm"
|
|
288
|
+
"category": "theHelm",
|
|
289
|
+
"faction": "theHelm"
|
|
237
290
|
},
|
|
238
291
|
"goldSkullGin": {
|
|
239
292
|
"rarity": "legendary",
|
|
240
|
-
"category": "theHelm"
|
|
293
|
+
"category": "theHelm",
|
|
294
|
+
"faction": "theHelm"
|
|
241
295
|
},
|
|
242
296
|
"carvedImperialJade": {
|
|
243
297
|
"rarity": "legendary",
|
|
244
|
-
"category": "theHelm"
|
|
298
|
+
"category": "theHelm",
|
|
299
|
+
"faction": "theHelm"
|
|
245
300
|
},
|
|
246
301
|
"helmLeaseOpen": {
|
|
247
302
|
"rarity": "legendary",
|
|
248
|
-
"category": "theHelm"
|
|
303
|
+
"category": "theHelm",
|
|
304
|
+
"faction": "theHelm"
|
|
249
305
|
},
|
|
250
306
|
"sigilFlare": {
|
|
251
307
|
"rarity": "epic",
|
|
252
|
-
"category": "
|
|
308
|
+
"category": "summoningBell",
|
|
309
|
+
"event": "theHonorless"
|
|
310
|
+
},
|
|
311
|
+
"roseWater": {
|
|
312
|
+
"rarity": "epic",
|
|
313
|
+
"category": "event",
|
|
314
|
+
"event": "azureSolstice"
|
|
315
|
+
},
|
|
316
|
+
"soothingBalm": {
|
|
317
|
+
"rarity": "epic",
|
|
318
|
+
"category": "event",
|
|
319
|
+
"event": "azureSolstice"
|
|
320
|
+
},
|
|
321
|
+
"shipInABottle": {
|
|
322
|
+
"rarity": "epic",
|
|
323
|
+
"category": "event",
|
|
324
|
+
"event": "azureSolstice"
|
|
325
|
+
},
|
|
326
|
+
"luxuryDice": {
|
|
327
|
+
"rarity": "epic",
|
|
328
|
+
"category": "event",
|
|
329
|
+
"event": "azureSolstice"
|
|
330
|
+
},
|
|
331
|
+
"phoenixPouch": {
|
|
332
|
+
"rarity": "epic",
|
|
333
|
+
"category": "unique",
|
|
334
|
+
"faction": "phoenixsTalon"
|
|
335
|
+
},
|
|
336
|
+
"pulsingSchaduwRemnant": {
|
|
337
|
+
"rarity": "epic",
|
|
338
|
+
"category": "unique",
|
|
339
|
+
"faction": "shadowLegion"
|
|
253
340
|
}
|
|
254
341
|
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compagnieRoyale": {
|
|
3
|
+
"id": "compagnieRoyale",
|
|
4
|
+
"firstAppearingSeason": "release",
|
|
5
|
+
"dateAdded": "2025-05-23",
|
|
6
|
+
"lastUpdated": "2025-05-23"
|
|
7
|
+
},
|
|
8
|
+
"dutchMerchantCompany": {
|
|
9
|
+
"id": "dutchMerchantCompany",
|
|
10
|
+
"firstAppearingSeason": "release",
|
|
11
|
+
"dateAdded": "2025-05-23",
|
|
12
|
+
"lastUpdated": "2025-05-23"
|
|
13
|
+
},
|
|
14
|
+
"britishTradingAlliance": {
|
|
15
|
+
"id": "britishTradingAlliance",
|
|
16
|
+
"firstAppearingSeason": "release",
|
|
17
|
+
"dateAdded": "2025-05-23",
|
|
18
|
+
"lastUpdated": "2025-05-23"
|
|
19
|
+
},
|
|
20
|
+
"confederationOfUngwana": {
|
|
21
|
+
"id": "confederationOfUngwana",
|
|
22
|
+
"firstAppearingSeason": "release",
|
|
23
|
+
"dateAdded": "2025-05-23",
|
|
24
|
+
"lastUpdated": "2025-05-23"
|
|
25
|
+
},
|
|
26
|
+
"clanOfFara": {
|
|
27
|
+
"id": "clanOfFara",
|
|
28
|
+
"firstAppearingSeason": "release",
|
|
29
|
+
"dateAdded": "2025-05-23",
|
|
30
|
+
"lastUpdated": "2025-05-23"
|
|
31
|
+
},
|
|
32
|
+
"chorusFleet": {
|
|
33
|
+
"id": "chorusFleet",
|
|
34
|
+
"firstAppearingSeason": "chorusOfHavoc",
|
|
35
|
+
"dateAdded": "2025-05-23",
|
|
36
|
+
"lastUpdated": "2025-05-23"
|
|
37
|
+
},
|
|
38
|
+
"pirates": {
|
|
39
|
+
"id": "pirates",
|
|
40
|
+
"firstAppearingSeason": "release",
|
|
41
|
+
"dateAdded": "2025-05-23",
|
|
42
|
+
"lastUpdated": "2025-05-23"
|
|
43
|
+
},
|
|
44
|
+
"phoenixsTalon": {
|
|
45
|
+
"id": "phoenixsTalon",
|
|
46
|
+
"firstAppearingSeason": "intoTheDragonsWake",
|
|
47
|
+
"dateAdded": "2025-05-23",
|
|
48
|
+
"lastUpdated": "2025-05-23"
|
|
49
|
+
},
|
|
50
|
+
"dragonsClaw": {
|
|
51
|
+
"id": "dragonsClaw",
|
|
52
|
+
"firstAppearingSeason": "intoTheDragonsWake",
|
|
53
|
+
"dateAdded": "2025-05-23",
|
|
54
|
+
"lastUpdated": "2025-05-23"
|
|
55
|
+
},
|
|
56
|
+
"privateers": {
|
|
57
|
+
"id": "privateers",
|
|
58
|
+
"firstAppearingSeason": "release",
|
|
59
|
+
"dateAdded": "2025-05-23",
|
|
60
|
+
"lastUpdated": "2025-05-23"
|
|
61
|
+
},
|
|
62
|
+
"shadowLegion": {
|
|
63
|
+
"id": "shadowLegion",
|
|
64
|
+
"firstAppearingSeason": "shadowsOfTheDeep",
|
|
65
|
+
"dateAdded": "2025-05-23",
|
|
66
|
+
"lastUpdated": "2025-05-23"
|
|
67
|
+
},
|
|
68
|
+
"dominionOfRempah": {
|
|
69
|
+
"id": "dominionOfRempah",
|
|
70
|
+
"firstAppearingSeason": "release",
|
|
71
|
+
"dateAdded": "2025-05-23",
|
|
72
|
+
"lastUpdated": "2025-05-23"
|
|
73
|
+
},
|
|
74
|
+
"fleetOfPestilence": {
|
|
75
|
+
"id": "fleetOfPestilence",
|
|
76
|
+
"firstAppearingSeason": "ragingTides",
|
|
77
|
+
"dateAdded": "2025-05-23",
|
|
78
|
+
"lastUpdated": "2025-05-23"
|
|
79
|
+
},
|
|
80
|
+
"azureFleet": {
|
|
81
|
+
"id": "azureFleet",
|
|
82
|
+
"firstAppearingSeason": "shadowsOfTheDeep",
|
|
83
|
+
"event": "azureSolstice",
|
|
84
|
+
"dateAdded": "2025-05-23",
|
|
85
|
+
"lastUpdated": "2025-05-23"
|
|
86
|
+
},
|
|
87
|
+
"theUnhallowed": {
|
|
88
|
+
"id": "theUnhallowed",
|
|
89
|
+
"firstAppearingSeason": "intoTheDragonsWake",
|
|
90
|
+
"event": "requiemOfTheLost",
|
|
91
|
+
"dateAdded": "2025-05-23",
|
|
92
|
+
"lastUpdated": "2025-05-23"
|
|
93
|
+
},
|
|
94
|
+
"seaPeople": {
|
|
95
|
+
"id": "seaPeople",
|
|
96
|
+
"firstAppearingSeason": "release",
|
|
97
|
+
"dateAdded": "2025-05-23",
|
|
98
|
+
"lastUpdated": "2025-05-23"
|
|
99
|
+
},
|
|
100
|
+
"rogues": {
|
|
101
|
+
"id": "rogues",
|
|
102
|
+
"firstAppearingSeason": "release",
|
|
103
|
+
"dateAdded": "2025-05-23",
|
|
104
|
+
"lastUpdated": "2025-05-23"
|
|
105
|
+
},
|
|
106
|
+
"theHelm": {
|
|
107
|
+
"id": "theHelm",
|
|
108
|
+
"firstAppearingSeason": "release",
|
|
109
|
+
"dateAdded": "2025-05-23",
|
|
110
|
+
"lastUpdated": "2025-05-23"
|
|
111
|
+
}
|
|
112
|
+
}
|