@skullandbonestools/snbdata 8.0.11 → 8.0.12

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.
Files changed (158) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +105 -105
  3. package/data/achievements.json +738 -738
  4. package/data/commodities.json +367 -367
  5. package/data/contracts.json +287 -287
  6. package/data/cosmetics.json +31606 -31250
  7. package/data/events.json +49 -49
  8. package/data/factions.json +135 -135
  9. package/data/items.json +16089 -16076
  10. package/data/materials.json +937 -937
  11. package/data/modifications.json +1579 -1579
  12. package/data/regions.json +25 -25
  13. package/data/seasons.json +64 -64
  14. package/data/sets.json +1681 -1661
  15. package/data/ships.json +946 -946
  16. package/data/territories.json +407 -407
  17. package/data/ultimates.json +108 -108
  18. package/data/worldEvents.json +395 -383
  19. package/dist/data_providers/seasons.d.ts +16 -0
  20. package/dist/data_providers/seasons.d.ts.map +1 -0
  21. package/dist/data_providers/seasons.js +19 -0
  22. package/dist/data_providers/seasons.js.map +1 -0
  23. package/dist/data_providers/ships.d.ts +64 -0
  24. package/dist/data_providers/ships.d.ts.map +1 -0
  25. package/dist/data_providers/ships.js +45 -0
  26. package/dist/data_providers/ships.js.map +1 -0
  27. package/dist/types/ShipSize.d.ts +2 -0
  28. package/dist/types/ShipSize.d.ts.map +1 -0
  29. package/dist/types/ShipSize.js +2 -0
  30. package/dist/types/ShipSize.js.map +1 -0
  31. package/dist/types/SlotWithGunports.d.ts +8 -0
  32. package/dist/types/SlotWithGunports.d.ts.map +1 -0
  33. package/dist/types/SlotWithGunports.js +2 -0
  34. package/dist/types/SlotWithGunports.js.map +1 -0
  35. package/languages/ar/ar_achievements.json +271 -271
  36. package/languages/ar/ar_commodities.json +299 -299
  37. package/languages/ar/ar_contracts.json +98 -98
  38. package/languages/ar/ar_cosmetics.json +21771 -21543
  39. package/languages/ar/ar_events.json +15 -15
  40. package/languages/ar/ar_factions.json +69 -69
  41. package/languages/ar/ar_items.json +3113 -3107
  42. package/languages/ar/ar_locations.json +268 -261
  43. package/languages/ar/ar_materials.json +631 -631
  44. package/languages/ar/ar_modifications.json +446 -446
  45. package/languages/ar/ar_perks.json +3144 -3144
  46. package/languages/ar/ar_regions.json +15 -15
  47. package/languages/ar/ar_seasons.json +12 -12
  48. package/languages/ar/ar_sets.json +423 -418
  49. package/languages/ar/ar_ships.json +111 -111
  50. package/languages/ar/ar_territories.json +177 -177
  51. package/languages/ar/ar_ultimates.json +47 -47
  52. package/languages/ar/ar_worldEvents.json +82 -80
  53. package/languages/de/de_achievements.json +271 -271
  54. package/languages/de/de_commodities.json +299 -299
  55. package/languages/de/de_contracts.json +98 -98
  56. package/languages/de/de_cosmetics.json +21771 -21543
  57. package/languages/de/de_events.json +15 -15
  58. package/languages/de/de_factions.json +69 -69
  59. package/languages/de/de_items.json +3113 -3107
  60. package/languages/de/de_locations.json +268 -261
  61. package/languages/de/de_materials.json +631 -631
  62. package/languages/de/de_modifications.json +446 -446
  63. package/languages/de/de_perks.json +3144 -3144
  64. package/languages/de/de_seasons.json +12 -12
  65. package/languages/de/de_sets.json +423 -418
  66. package/languages/de/de_ships.json +111 -111
  67. package/languages/de/de_worldEvents.json +82 -80
  68. package/languages/en/en_achievements.json +271 -271
  69. package/languages/en/en_commodities.json +299 -299
  70. package/languages/en/en_contracts.json +98 -98
  71. package/languages/en/en_cosmetics.json +21771 -21543
  72. package/languages/en/en_events.json +15 -15
  73. package/languages/en/en_factions.json +69 -69
  74. package/languages/en/en_items.json +3113 -3107
  75. package/languages/en/en_locations.json +268 -261
  76. package/languages/en/en_materials.json +631 -631
  77. package/languages/en/en_modifications.json +446 -446
  78. package/languages/en/en_perks.json +3144 -3144
  79. package/languages/en/en_regions.json +15 -15
  80. package/languages/en/en_seasons.json +12 -12
  81. package/languages/en/en_sets.json +423 -418
  82. package/languages/en/en_ships.json +111 -111
  83. package/languages/en/en_territories.json +177 -177
  84. package/languages/en/en_ultimates.json +47 -47
  85. package/languages/en/en_worldEvents.json +82 -80
  86. package/languages/es/es_achievements.json +271 -271
  87. package/languages/es/es_commodities.json +299 -299
  88. package/languages/es/es_contracts.json +98 -98
  89. package/languages/es/es_cosmetics.json +21771 -21543
  90. package/languages/es/es_events.json +15 -15
  91. package/languages/es/es_factions.json +69 -69
  92. package/languages/es/es_items.json +3113 -3107
  93. package/languages/es/es_locations.json +268 -261
  94. package/languages/es/es_materials.json +631 -631
  95. package/languages/es/es_modifications.json +446 -446
  96. package/languages/es/es_perks.json +3144 -3144
  97. package/languages/es/es_regions.json +15 -15
  98. package/languages/es/es_seasons.json +12 -12
  99. package/languages/es/es_sets.json +423 -418
  100. package/languages/es/es_ships.json +111 -111
  101. package/languages/es/es_territories.json +177 -177
  102. package/languages/es/es_ultimates.json +47 -47
  103. package/languages/es/es_worldEvents.json +82 -80
  104. package/languages/fr/fr_achievements.json +271 -271
  105. package/languages/fr/fr_commodities.json +299 -299
  106. package/languages/fr/fr_contracts.json +98 -98
  107. package/languages/fr/fr_cosmetics.json +21771 -21543
  108. package/languages/fr/fr_events.json +15 -15
  109. package/languages/fr/fr_factions.json +69 -69
  110. package/languages/fr/fr_items.json +3113 -3107
  111. package/languages/fr/fr_locations.json +268 -261
  112. package/languages/fr/fr_materials.json +631 -631
  113. package/languages/fr/fr_modifications.json +446 -446
  114. package/languages/fr/fr_perks.json +3144 -3144
  115. package/languages/fr/fr_regions.json +15 -15
  116. package/languages/fr/fr_seasons.json +12 -12
  117. package/languages/fr/fr_sets.json +423 -418
  118. package/languages/fr/fr_ships.json +111 -111
  119. package/languages/fr/fr_territories.json +177 -177
  120. package/languages/fr/fr_ultimates.json +47 -47
  121. package/languages/fr/fr_worldEvents.json +82 -80
  122. package/languages/source/achievements.json +271 -271
  123. package/languages/source/commodities.json +299 -299
  124. package/languages/source/contracts.json +98 -98
  125. package/languages/source/cosmetics.json +21771 -21543
  126. package/languages/source/events.json +15 -15
  127. package/languages/source/factions.json +69 -69
  128. package/languages/source/items.json +3113 -3107
  129. package/languages/source/locations.json +268 -261
  130. package/languages/source/materials.json +631 -631
  131. package/languages/source/modifications.json +446 -446
  132. package/languages/source/perks.json +3144 -3144
  133. package/languages/source/regions.json +15 -15
  134. package/languages/source/seasons.json +12 -12
  135. package/languages/source/sets.json +423 -418
  136. package/languages/source/ships.json +111 -111
  137. package/languages/source/territories.json +177 -177
  138. package/languages/source/ultimates.json +47 -47
  139. package/languages/source/worldEvents.json +82 -80
  140. package/languages/zh/zh_achievements.json +271 -271
  141. package/languages/zh/zh_commodities.json +299 -299
  142. package/languages/zh/zh_contracts.json +98 -98
  143. package/languages/zh/zh_cosmetics.json +21771 -21543
  144. package/languages/zh/zh_events.json +15 -15
  145. package/languages/zh/zh_factions.json +69 -69
  146. package/languages/zh/zh_items.json +3113 -3107
  147. package/languages/zh/zh_locations.json +268 -261
  148. package/languages/zh/zh_materials.json +631 -631
  149. package/languages/zh/zh_modifications.json +446 -446
  150. package/languages/zh/zh_perks.json +3144 -3144
  151. package/languages/zh/zh_regions.json +15 -15
  152. package/languages/zh/zh_seasons.json +12 -12
  153. package/languages/zh/zh_sets.json +423 -418
  154. package/languages/zh/zh_ships.json +111 -111
  155. package/languages/zh/zh_territories.json +177 -177
  156. package/languages/zh/zh_ultimates.json +47 -47
  157. package/languages/zh/zh_worldEvents.json +82 -80
  158. package/package.json +42 -42
@@ -1,938 +1,938 @@
1
- {
2
- "silver": {
3
- "rarity": "common",
4
- "category": "currency"
5
- },
6
- "piecesOfEight": {
7
- "rarity": "legendary",
8
- "category": "currency",
9
- "faction": "theHelm"
10
- },
11
- "sovereigns": {
12
- "rarity": "legendary",
13
- "category": "currency",
14
- "faction": "theHelm"
15
- },
16
- "reapersToll": {
17
- "rarity": "epic",
18
- "category": "currency",
19
- "faction": "theUnhallowed",
20
- "event": "requiemOfTheLost"
21
- },
22
- "azuriteGem": {
23
- "rarity": "rare",
24
- "category": "currency",
25
- "faction": "azureFleet",
26
- "event": "azureSolstice"
27
- },
28
- "halfTaels": {
29
- "rarity": "legendary",
30
- "category": "currency",
31
- "event": "enterTheNian"
32
- },
33
- "silverLions": {
34
- "rarity": "epic",
35
- "category": "currency",
36
- "event": "theFounding"
37
- },
38
- "illicitMoonshine": {
39
- "rarity": "epic",
40
- "category": "currency",
41
- "faction": "pirates",
42
- "event": "moonshineLarceny"
43
- },
44
- "smugglersMark": {
45
- "rarity": "legendary",
46
- "category": "currency"
47
- },
48
- "copperBars": {
49
- "rarity": "epic",
50
- "category": "helm",
51
- "faction": "theHelm",
52
- "deprecated": true
53
- },
54
- "gildmarks": {
55
- "rarity": "epic",
56
- "category": "currency",
57
- "faction": "theHelm"
58
- },
59
- "units": {
60
- "rarity": "common",
61
- "category": "currency"
62
- },
63
- "jadeDragon": {
64
- "rarity": "common",
65
- "category": "currency",
66
- "event": "dragonsRegatta"
67
- },
68
- "cork": {
69
- "rarity": "common",
70
- "category": "currency",
71
- "event": "summerFiesta"
72
- },
73
- "gold": {
74
- "rarity": "legendary",
75
- "category": "currency"
76
- },
77
- "bloodiedDoubloon": {
78
- "rarity": "epic",
79
- "category": "currency",
80
- "event": "theHonorless"
81
- },
82
- "heartfeltWish": {
83
- "rarity": "epic",
84
- "category": "currency",
85
- "event": "darktideLullaby"
86
- },
87
- "eventPassPoints": {
88
- "rarity": "common",
89
- "category": "currency"
90
- },
91
- "jute": {
92
- "rarity": "common",
93
- "category": "raw"
94
- },
95
- "sisal": {
96
- "rarity": "common",
97
- "category": "raw",
98
- "deprecated": true
99
- },
100
- "linen": {
101
- "rarity": "common",
102
- "category": "raw",
103
- "deprecated": true
104
- },
105
- "hemp": {
106
- "rarity": "common",
107
- "category": "raw"
108
- },
109
- "ramie": {
110
- "rarity": "common",
111
- "category": "raw",
112
- "deprecated": true
113
- },
114
- "abaka": {
115
- "rarity": "common",
116
- "category": "raw"
117
- },
118
- "roselle": {
119
- "rarity": "common",
120
- "category": "raw"
121
- },
122
- "bogIron": {
123
- "rarity": "common",
124
- "category": "raw"
125
- },
126
- "nickel": {
127
- "rarity": "common",
128
- "category": "raw",
129
- "deprecated": true
130
- },
131
- "pureIron": {
132
- "rarity": "common",
133
- "category": "raw",
134
- "deprecated": true
135
- },
136
- "copper": {
137
- "rarity": "common",
138
- "category": "raw",
139
- "deprecated": true
140
- },
141
- "cobalt": {
142
- "rarity": "common",
143
- "category": "raw"
144
- },
145
- "zinc": {
146
- "rarity": "common",
147
- "category": "raw"
148
- },
149
- "magnetite": {
150
- "rarity": "common",
151
- "category": "raw"
152
- },
153
- "acacia": {
154
- "rarity": "common",
155
- "category": "raw"
156
- },
157
- "teak": {
158
- "rarity": "common",
159
- "category": "raw"
160
- },
161
- "iroko": {
162
- "rarity": "common",
163
- "category": "raw",
164
- "deprecated": true
165
- },
166
- "mopane": {
167
- "rarity": "common",
168
- "category": "raw",
169
- "deprecated": true
170
- },
171
- "ironwood": {
172
- "rarity": "common",
173
- "category": "raw",
174
- "deprecated": true
175
- },
176
- "juniper": {
177
- "rarity": "common",
178
- "category": "raw"
179
- },
180
- "greenheart": {
181
- "rarity": "common",
182
- "category": "raw"
183
- },
184
- "crocodileHide": {
185
- "rarity": "common",
186
- "category": "raw"
187
- },
188
- "hippoHide": {
189
- "rarity": "common",
190
- "category": "raw"
191
- },
192
- "sharkSkin": {
193
- "rarity": "common",
194
- "category": "raw"
195
- },
196
- "thickCrocodileHide": {
197
- "rarity": "common",
198
- "category": "raw"
199
- },
200
- "apexCrocodileHide": {
201
- "rarity": "common",
202
- "category": "raw"
203
- },
204
- "apexHippoHide": {
205
- "rarity": "common",
206
- "category": "raw"
207
- },
208
- "coconut": {
209
- "rarity": "common",
210
- "category": "raw"
211
- },
212
- "fish": {
213
- "rarity": "common",
214
- "category": "raw"
215
- },
216
- "ndizi": {
217
- "rarity": "common",
218
- "category": "raw"
219
- },
220
- "crocodileMeat": {
221
- "rarity": "common",
222
- "category": "raw"
223
- },
224
- "sharkMeat": {
225
- "rarity": "common",
226
- "category": "raw"
227
- },
228
- "rawMutton": {
229
- "rarity": "common",
230
- "category": "raw",
231
- "requiredRank": "scoundrel1"
232
- },
233
- "rawChicken": {
234
- "rarity": "common",
235
- "category": "raw",
236
- "requiredRank": "scoundrel1"
237
- },
238
- "flour": {
239
- "rarity": "common",
240
- "category": "raw"
241
- },
242
- "primeHippoMeat": {
243
- "rarity": "common",
244
- "category": "raw"
245
- },
246
- "durian": {
247
- "rarity": "common",
248
- "category": "raw"
249
- },
250
- "primeCrocodileMeat": {
251
- "rarity": "common",
252
- "category": "raw"
253
- },
254
- "tylosaurusFlesh": {
255
- "rarity": "rare",
256
- "category": "raw"
257
- },
258
- "screwpine": {
259
- "rarity": "common",
260
- "category": "raw"
261
- },
262
- "rawBeef": {
263
- "rarity": "common",
264
- "category": "raw",
265
- "requiredRank": "scoundrel1"
266
- },
267
- "rawVegetables": {
268
- "rarity": "common",
269
- "category": "raw",
270
- "requiredRank": "scoundrel1"
271
- },
272
- "hippoMeat": {
273
- "rarity": "common",
274
- "category": "raw"
275
- },
276
- "waterFlask": {
277
- "rarity": "common",
278
- "category": "raw"
279
- },
280
- "waterBarrel": {
281
- "rarity": "rare",
282
- "category": "raw"
283
- },
284
- "repairKit1": {
285
- "rarity": "common",
286
- "category": "refined",
287
- "raw": {
288
- "metalSalvage": 1,
289
- "scavengedWood": 1
290
- }
291
- },
292
- "repairKit2": {
293
- "rarity": "common",
294
- "category": "refined",
295
- "raw": {
296
- "scavengedWood": 3,
297
- "rustyNail": 3
298
- }
299
- },
300
- "repairKit3": {
301
- "rarity": "common",
302
- "category": "refined",
303
- "raw": {
304
- "metalSalvage": 2,
305
- "brokenPlank": 2,
306
- "tornSail": 3
307
- }
308
- },
309
- "fineJute": {
310
- "rarity": "uncommon",
311
- "category": "refined",
312
- "raw": {
313
- "jute": 5
314
- }
315
- },
316
- "fineSisal": {
317
- "rarity": "uncommon",
318
- "category": "refined",
319
- "raw": {
320
- "sisal": 5
321
- },
322
- "deprecated": true
323
- },
324
- "fineLinen": {
325
- "rarity": "uncommon",
326
- "category": "refined",
327
- "raw": {
328
- "linen": 5
329
- },
330
- "deprecated": true
331
- },
332
- "fineHemp": {
333
- "rarity": "uncommon",
334
- "category": "refined",
335
- "raw": {
336
- "hemp": 5
337
- }
338
- },
339
- "fineRamie": {
340
- "rarity": "uncommon",
341
- "category": "refined",
342
- "raw": {
343
- "ramie": 5
344
- },
345
- "deprecated": true
346
- },
347
- "fineAbaka": {
348
- "rarity": "uncommon",
349
- "category": "refined",
350
- "raw": {
351
- "abaka": 5
352
- }
353
- },
354
- "roselleCloth": {
355
- "rarity": "uncommon",
356
- "category": "refined",
357
- "raw": {
358
- "roselle": 5
359
- }
360
- },
361
- "castIronIngot": {
362
- "rarity": "uncommon",
363
- "category": "refined",
364
- "raw": {
365
- "bogIron": 3
366
- }
367
- },
368
- "nickelIngot": {
369
- "rarity": "uncommon",
370
- "category": "refined",
371
- "raw": {
372
- "nickel": 3
373
- },
374
- "deprecated": true
375
- },
376
- "steelIngot": {
377
- "rarity": "uncommon",
378
- "category": "refined",
379
- "raw": {
380
- "pureIron": 3
381
- },
382
- "deprecated": true
383
- },
384
- "bronzeIngot": {
385
- "rarity": "uncommon",
386
- "category": "refined",
387
- "raw": {
388
- "copper": 3
389
- },
390
- "deprecated": true
391
- },
392
- "cobaltIngot": {
393
- "rarity": "uncommon",
394
- "category": "refined",
395
- "raw": {
396
- "cobalt": 3
397
- }
398
- },
399
- "zincIngot": {
400
- "rarity": "uncommon",
401
- "category": "refined",
402
- "raw": {
403
- "zinc": 3
404
- }
405
- },
406
- "magnetiteIngot": {
407
- "rarity": "uncommon",
408
- "category": "refined",
409
- "raw": {
410
- "magnetite": 3
411
- }
412
- },
413
- "acaciaPlank": {
414
- "rarity": "uncommon",
415
- "category": "refined",
416
- "raw": {
417
- "acacia": 5
418
- }
419
- },
420
- "teakPlank": {
421
- "rarity": "uncommon",
422
- "category": "refined",
423
- "raw": {
424
- "teak": 5
425
- }
426
- },
427
- "irokoPlank": {
428
- "rarity": "uncommon",
429
- "category": "refined",
430
- "raw": {
431
- "iroko": 5
432
- },
433
- "deprecated": true
434
- },
435
- "mopanePlank": {
436
- "rarity": "uncommon",
437
- "category": "refined",
438
- "raw": {
439
- "mopane": 5
440
- },
441
- "deprecated": true
442
- },
443
- "ironwoodPlank": {
444
- "rarity": "uncommon",
445
- "category": "refined",
446
- "raw": {
447
- "ironwood": 5
448
- },
449
- "deprecated": true
450
- },
451
- "juniperPlank": {
452
- "rarity": "uncommon",
453
- "category": "refined",
454
- "raw": {
455
- "juniper": 5
456
- }
457
- },
458
- "greenheartPlank": {
459
- "rarity": "uncommon",
460
- "category": "refined",
461
- "raw": {
462
- "greenheart": 5
463
- }
464
- },
465
- "crocodileLeather": {
466
- "rarity": "uncommon",
467
- "category": "refined",
468
- "raw": {
469
- "crocodileHide": 1
470
- }
471
- },
472
- "hippoLeather": {
473
- "rarity": "uncommon",
474
- "category": "refined",
475
- "raw": {
476
- "hippoHide": 1
477
- }
478
- },
479
- "sharkLeather": {
480
- "rarity": "uncommon",
481
- "category": "refined",
482
- "raw": {
483
- "sharkSkin": 1
484
- }
485
- },
486
- "thickCrocodileLeather": {
487
- "rarity": "uncommon",
488
- "category": "refined",
489
- "raw": {
490
- "thickCrocodileHide": 1
491
- }
492
- },
493
- "apexCrocodileLeather": {
494
- "rarity": "uncommon",
495
- "category": "refined",
496
- "raw": {
497
- "apexCrocodileHide": 1
498
- }
499
- },
500
- "apexHippoLeather": {
501
- "rarity": "uncommon",
502
- "category": "refined",
503
- "raw": {
504
- "apexHippoHide": 1
505
- }
506
- },
507
- "castingSand": {
508
- "rarity": "rare",
509
- "category": "specialized",
510
- "faction": "confederationOfUngwana",
511
- "raw": {
512
- "teakPlank": 5,
513
- "nickelIngot": 5,
514
- "fineSisal": 5
515
- }
516
- },
517
- "shellac": {
518
- "rarity": "rare",
519
- "category": "specialized",
520
- "faction": "dominionOfRempah",
521
- "raw": {
522
- "fineRamie": 5,
523
- "ironwoodPlank": 5,
524
- "steelIngot": 5
525
- },
526
- "deprecated": true
527
- },
528
- "woodTar": {
529
- "rarity": "rare",
530
- "category": "specialized",
531
- "faction": "compagnieRoyale",
532
- "raw": {
533
- "mopanePlank": 5,
534
- "cobaltIngot": 5,
535
- "fineHemp": 5
536
- },
537
- "deprecated": true
538
- },
539
- "sheetGlass": {
540
- "rarity": "rare",
541
- "category": "specialized",
542
- "faction": "dutchMerchantCompany",
543
- "raw": {
544
- "zincIngot": 5,
545
- "fineAbaka": 5,
546
- "juniperPlank": 5
547
- },
548
- "deprecated": true
549
- },
550
- "lime": {
551
- "rarity": "rare",
552
- "category": "specialized",
553
- "faction": "confederationOfUngwana",
554
- "raw": {
555
- "teakPlank": 5,
556
- "nickelIngot": 5,
557
- "fineSisal": 5
558
- },
559
- "deprecated": true
560
- },
561
- "crudeSaltpeter": {
562
- "rarity": "rare",
563
- "category": "specialized",
564
- "faction": "dominionOfRempah",
565
- "raw": {
566
- "fineRamie": 5,
567
- "ironwoodPlank": 5,
568
- "steelIngot": 5
569
- }
570
- },
571
- "cogwheel": {
572
- "rarity": "rare",
573
- "category": "specialized",
574
- "faction": "compagnieRoyale",
575
- "raw": {
576
- "mopanePlank": 5,
577
- "cobaltIngot": 5,
578
- "fineHemp": 5
579
- }
580
- },
581
- "screwMechanism": {
582
- "rarity": "rare",
583
- "category": "specialized",
584
- "faction": "dutchMerchantCompany",
585
- "raw": {
586
- "zincIngot": 5,
587
- "fineAbaka": 5,
588
- "juniperPlank": 5
589
- }
590
- },
591
- "torsionSpring": {
592
- "rarity": "legendary",
593
- "category": "exotic",
594
- "faction": "compagnieRoyale",
595
- "raw": {
596
- "planetaryGearset": 3,
597
- "woodPitch": 5
598
- }
599
- },
600
- "rubber": {
601
- "rarity": "legendary",
602
- "category": "exotic",
603
- "faction": "dominionOfRempah",
604
- "raw": {
605
- "lacquer": 3,
606
- "purifiedSaltpeter": 3
607
- }
608
- },
609
- "precisionDrillingBit": {
610
- "rarity": "legendary",
611
- "category": "exotic",
612
- "faction": "dutchMerchantCompany",
613
- "raw": {
614
- "plateGlass": 3,
615
- "wormDrive": 3
616
- }
617
- },
618
- "tornSail": {
619
- "rarity": "common",
620
- "category": "scrap"
621
- },
622
- "brokenPlank": {
623
- "rarity": "common",
624
- "category": "scrap"
625
- },
626
- "scavengedWood": {
627
- "rarity": "common",
628
- "category": "scrap"
629
- },
630
- "rustyNail": {
631
- "rarity": "common",
632
- "category": "scrap"
633
- },
634
- "metalSalvage": {
635
- "rarity": "common",
636
- "category": "scrap"
637
- },
638
- "charcoal": {
639
- "rarity": "common",
640
- "category": "scrap"
641
- },
642
- "eelsTwine": {
643
- "rarity": "legendary",
644
- "category": "helm",
645
- "faction": "rogues"
646
- },
647
- "wyrmsBreath": {
648
- "rarity": "legendary",
649
- "category": "helm",
650
- "faction": "rogues"
651
- },
652
- "orcasMechanism": {
653
- "rarity": "legendary",
654
- "category": "helm",
655
- "faction": "rogues"
656
- },
657
- "gannetsSaltpeter": {
658
- "rarity": "legendary",
659
- "category": "helm",
660
- "faction": "rogues"
661
- },
662
- "etherealAshes": {
663
- "rarity": "rare",
664
- "category": "specialized"
665
- },
666
- "vengefulEssence": {
667
- "rarity": "epic",
668
- "category": "specialized"
669
- },
670
- "monstrousTooth": {
671
- "rarity": "rare",
672
- "category": "specialized"
673
- },
674
- "woodPitch": {
675
- "rarity": "epic",
676
- "category": "specialized",
677
- "faction": "compagnieRoyale",
678
- "raw": {
679
- "woodTar": 5
680
- },
681
- "deprecated": true
682
- },
683
- "plateGlass": {
684
- "rarity": "epic",
685
- "category": "specialized",
686
- "faction": "dutchMerchantCompany",
687
- "raw": {
688
- "sheetGlass": 5
689
- },
690
- "deprecated": true
691
- },
692
- "dryCastingSand": {
693
- "rarity": "epic",
694
- "category": "specialized",
695
- "faction": "confederationOfUngwana",
696
- "raw": {
697
- "castingSand": 5
698
- }
699
- },
700
- "lacquer": {
701
- "rarity": "epic",
702
- "category": "specialized",
703
- "faction": "dominionOfRempah",
704
- "raw": {
705
- "shellac": 5
706
- },
707
- "deprecated": true
708
- },
709
- "sinewString": {
710
- "rarity": "epic",
711
- "category": "specialized",
712
- "faction": "clanOfFara",
713
- "raw": {
714
- "fineHemp": 2,
715
- "fineSisal": 3,
716
- "fineLinen": 2,
717
- "fineJute": 3
718
- }
719
- },
720
- "upgradeParts": {
721
- "rarity": "legendary",
722
- "category": "exotic"
723
- },
724
- "zamaharibuScales": {
725
- "rarity": "rare",
726
- "category": "specialized"
727
- },
728
- "lestarisSkin": {
729
- "rarity": "rare",
730
- "category": "specialized"
731
- },
732
- "hubacHeirloom": {
733
- "rarity": "legendary",
734
- "category": "exotic",
735
- "faction": "chorusFleet"
736
- },
737
- "whiteAriaShipPart": {
738
- "rarity": "epic",
739
- "category": "specialized",
740
- "faction": "chorusFleet"
741
- },
742
- "blackAriaShipPart": {
743
- "rarity": "epic",
744
- "category": "specialized",
745
- "faction": "chorusFleet"
746
- },
747
- "ice": {
748
- "rarity": "rare",
749
- "category": "specialized"
750
- },
751
- "lestarisMeat": {
752
- "rarity": "rare",
753
- "category": "specialized"
754
- },
755
- "naphtha": {
756
- "rarity": "legendary",
757
- "category": "exotic",
758
- "faction": "confederationOfUngwana",
759
- "raw": {
760
- "quicklime": 3,
761
- "dryCastingSand": 3
762
- }
763
- },
764
- "quicklime": {
765
- "rarity": "rare",
766
- "category": "specialized",
767
- "faction": "confederationOfUngwana",
768
- "raw": {
769
- "lime": 5
770
- },
771
- "deprecated": true
772
- },
773
- "purifiedSaltpeter": {
774
- "rarity": "rare",
775
- "category": "specialized",
776
- "faction": "dominionOfRempah",
777
- "raw": {
778
- "crudeSaltpeter": 5
779
- }
780
- },
781
- "planetaryGearset": {
782
- "rarity": "epic",
783
- "category": "specialized",
784
- "faction": "compagnieRoyale",
785
- "raw": {
786
- "cogwheel": 5
787
- }
788
- },
789
- "wormDrive": {
790
- "rarity": "epic",
791
- "category": "specialized",
792
- "faction": "dutchMerchantCompany",
793
- "raw": {
794
- "screwMechanism": 5
795
- }
796
- },
797
- "lightningDragonClaw": {
798
- "rarity": "rare",
799
- "category": "specialized"
800
- },
801
- "lightningDragonScale": {
802
- "rarity": "rare",
803
- "category": "specialized"
804
- },
805
- "phoenixBeak": {
806
- "rarity": "epic",
807
- "category": "specialized",
808
- "faction": "phoenixsTalon"
809
- },
810
- "phoenixPinion": {
811
- "rarity": "epic",
812
- "category": "specialized",
813
- "faction": "phoenixsTalon"
814
- },
815
- "azureDragonHead": {
816
- "rarity": "epic",
817
- "category": "specialized",
818
- "faction": "dragonsClaw"
819
- },
820
- "plagueDust": {
821
- "rarity": "epic",
822
- "category": "specialized",
823
- "faction": "fleetOfPestilence"
824
- },
825
- "blightedFuel": {
826
- "rarity": "legendary",
827
- "category": "exotic",
828
- "faction": "fleetOfPestilence"
829
- },
830
- "yellowDragonBanner": {
831
- "rarity": "legendary",
832
- "category": "exotic",
833
- "faction": "dragonsClaw"
834
- },
835
- "jadePhoenixStatue": {
836
- "rarity": "legendary",
837
- "category": "exotic",
838
- "faction": "phoenixsTalon"
839
- },
840
- "eelSturdyRopes": {
841
- "rarity": "legendary",
842
- "category": "helm",
843
- "faction": "rogues",
844
- "raw": {
845
- "eelsTwine": 5,
846
- "sinewString": 3,
847
- "wormDrive": 2,
848
- "plateGlass": 2
849
- }
850
- },
851
- "wyrmVolatileNapalm": {
852
- "rarity": "legendary",
853
- "category": "helm",
854
- "faction": "rogues",
855
- "raw": {
856
- "wyrmsBreath": 5,
857
- "naphtha": 3,
858
- "quicklime": 2,
859
- "dryCastingSand": 2
860
- }
861
- },
862
- "orcaIntricateApparatus": {
863
- "rarity": "legendary",
864
- "category": "helm",
865
- "faction": "rogues",
866
- "raw": {
867
- "orcasMechanism": 5,
868
- "torsionSpring": 3,
869
- "planetaryGearset": 2,
870
- "woodPitch": 2
871
- }
872
- },
873
- "gannetDenseNiter": {
874
- "rarity": "legendary",
875
- "category": "helm",
876
- "faction": "rogues",
877
- "raw": {
878
- "gannetsSaltpeter": 5,
879
- "rubber": 3,
880
- "purifiedSaltpeter": 2,
881
- "lacquer": 2
882
- }
883
- },
884
- "xanthousStone": {
885
- "rarity": "epic",
886
- "category": "specialized",
887
- "faction": "shadowLegion"
888
- },
889
- "putrefiedZamaharibuScale": {
890
- "rarity": "epic",
891
- "category": "specialized",
892
- "raw": {
893
- "zamaharibuScales": 3,
894
- "xanthousStone": 2
895
- }
896
- },
897
- "putrefiedLestariSkin": {
898
- "rarity": "epic",
899
- "category": "specialized",
900
- "raw": {
901
- "lestarisSkin": 3,
902
- "xanthousStone": 2
903
- }
904
- },
905
- "artisansRefinementPack": {
906
- "rarity": "legendary",
907
- "category": "exotic"
908
- },
909
- "xanthousGemstone": {
910
- "rarity": "legendary",
911
- "category": "exotic",
912
- "faction": "shadowLegion"
913
- },
914
- "primevalFang": {
915
- "rarity": "epic",
916
- "category": "specialized"
917
- },
918
- "ascensionModule": {
919
- "rarity": "legendary",
920
- "category": "exotic"
921
- },
922
- "masterworkKit": {
923
- "rarity": "legendary",
924
- "category": "exotic"
925
- },
926
- "deepIron": {
927
- "rarity": "epic",
928
- "category": "specialized"
929
- },
930
- "deepIronPlates": {
931
- "rarity": "epic",
932
- "category": "specialized",
933
- "raw": {
934
- "deepIron": 5,
935
- "masterworkKit": 1
936
- }
937
- }
1
+ {
2
+ "silver": {
3
+ "rarity": "common",
4
+ "category": "currency"
5
+ },
6
+ "piecesOfEight": {
7
+ "rarity": "legendary",
8
+ "category": "currency",
9
+ "faction": "theHelm"
10
+ },
11
+ "sovereigns": {
12
+ "rarity": "legendary",
13
+ "category": "currency",
14
+ "faction": "theHelm"
15
+ },
16
+ "reapersToll": {
17
+ "rarity": "epic",
18
+ "category": "currency",
19
+ "faction": "theUnhallowed",
20
+ "event": "requiemOfTheLost"
21
+ },
22
+ "azuriteGem": {
23
+ "rarity": "rare",
24
+ "category": "currency",
25
+ "faction": "azureFleet",
26
+ "event": "azureSolstice"
27
+ },
28
+ "halfTaels": {
29
+ "rarity": "legendary",
30
+ "category": "currency",
31
+ "event": "enterTheNian"
32
+ },
33
+ "silverLions": {
34
+ "rarity": "epic",
35
+ "category": "currency",
36
+ "event": "theFounding"
37
+ },
38
+ "illicitMoonshine": {
39
+ "rarity": "epic",
40
+ "category": "currency",
41
+ "faction": "pirates",
42
+ "event": "moonshineLarceny"
43
+ },
44
+ "smugglersMark": {
45
+ "rarity": "legendary",
46
+ "category": "currency"
47
+ },
48
+ "copperBars": {
49
+ "rarity": "epic",
50
+ "category": "helm",
51
+ "faction": "theHelm",
52
+ "deprecated": true
53
+ },
54
+ "gildmarks": {
55
+ "rarity": "epic",
56
+ "category": "currency",
57
+ "faction": "theHelm"
58
+ },
59
+ "units": {
60
+ "rarity": "common",
61
+ "category": "currency"
62
+ },
63
+ "jadeDragon": {
64
+ "rarity": "common",
65
+ "category": "currency",
66
+ "event": "dragonsRegatta"
67
+ },
68
+ "cork": {
69
+ "rarity": "common",
70
+ "category": "currency",
71
+ "event": "summerFiesta"
72
+ },
73
+ "gold": {
74
+ "rarity": "legendary",
75
+ "category": "currency"
76
+ },
77
+ "bloodiedDoubloon": {
78
+ "rarity": "epic",
79
+ "category": "currency",
80
+ "event": "theHonorless"
81
+ },
82
+ "heartfeltWish": {
83
+ "rarity": "epic",
84
+ "category": "currency",
85
+ "event": "darktideLullaby"
86
+ },
87
+ "eventPassPoints": {
88
+ "rarity": "common",
89
+ "category": "currency"
90
+ },
91
+ "jute": {
92
+ "rarity": "common",
93
+ "category": "raw"
94
+ },
95
+ "sisal": {
96
+ "rarity": "common",
97
+ "category": "raw",
98
+ "deprecated": true
99
+ },
100
+ "linen": {
101
+ "rarity": "common",
102
+ "category": "raw",
103
+ "deprecated": true
104
+ },
105
+ "hemp": {
106
+ "rarity": "common",
107
+ "category": "raw"
108
+ },
109
+ "ramie": {
110
+ "rarity": "common",
111
+ "category": "raw",
112
+ "deprecated": true
113
+ },
114
+ "abaka": {
115
+ "rarity": "common",
116
+ "category": "raw"
117
+ },
118
+ "roselle": {
119
+ "rarity": "common",
120
+ "category": "raw"
121
+ },
122
+ "bogIron": {
123
+ "rarity": "common",
124
+ "category": "raw"
125
+ },
126
+ "nickel": {
127
+ "rarity": "common",
128
+ "category": "raw",
129
+ "deprecated": true
130
+ },
131
+ "pureIron": {
132
+ "rarity": "common",
133
+ "category": "raw",
134
+ "deprecated": true
135
+ },
136
+ "copper": {
137
+ "rarity": "common",
138
+ "category": "raw",
139
+ "deprecated": true
140
+ },
141
+ "cobalt": {
142
+ "rarity": "common",
143
+ "category": "raw"
144
+ },
145
+ "zinc": {
146
+ "rarity": "common",
147
+ "category": "raw"
148
+ },
149
+ "magnetite": {
150
+ "rarity": "common",
151
+ "category": "raw"
152
+ },
153
+ "acacia": {
154
+ "rarity": "common",
155
+ "category": "raw"
156
+ },
157
+ "teak": {
158
+ "rarity": "common",
159
+ "category": "raw"
160
+ },
161
+ "iroko": {
162
+ "rarity": "common",
163
+ "category": "raw",
164
+ "deprecated": true
165
+ },
166
+ "mopane": {
167
+ "rarity": "common",
168
+ "category": "raw",
169
+ "deprecated": true
170
+ },
171
+ "ironwood": {
172
+ "rarity": "common",
173
+ "category": "raw",
174
+ "deprecated": true
175
+ },
176
+ "juniper": {
177
+ "rarity": "common",
178
+ "category": "raw"
179
+ },
180
+ "greenheart": {
181
+ "rarity": "common",
182
+ "category": "raw"
183
+ },
184
+ "crocodileHide": {
185
+ "rarity": "common",
186
+ "category": "raw"
187
+ },
188
+ "hippoHide": {
189
+ "rarity": "common",
190
+ "category": "raw"
191
+ },
192
+ "sharkSkin": {
193
+ "rarity": "common",
194
+ "category": "raw"
195
+ },
196
+ "thickCrocodileHide": {
197
+ "rarity": "common",
198
+ "category": "raw"
199
+ },
200
+ "apexCrocodileHide": {
201
+ "rarity": "common",
202
+ "category": "raw"
203
+ },
204
+ "apexHippoHide": {
205
+ "rarity": "common",
206
+ "category": "raw"
207
+ },
208
+ "coconut": {
209
+ "rarity": "common",
210
+ "category": "raw"
211
+ },
212
+ "fish": {
213
+ "rarity": "common",
214
+ "category": "raw"
215
+ },
216
+ "ndizi": {
217
+ "rarity": "common",
218
+ "category": "raw"
219
+ },
220
+ "crocodileMeat": {
221
+ "rarity": "common",
222
+ "category": "raw"
223
+ },
224
+ "sharkMeat": {
225
+ "rarity": "common",
226
+ "category": "raw"
227
+ },
228
+ "rawMutton": {
229
+ "rarity": "common",
230
+ "category": "raw",
231
+ "requiredRank": "scoundrel1"
232
+ },
233
+ "rawChicken": {
234
+ "rarity": "common",
235
+ "category": "raw",
236
+ "requiredRank": "scoundrel1"
237
+ },
238
+ "flour": {
239
+ "rarity": "common",
240
+ "category": "raw"
241
+ },
242
+ "primeHippoMeat": {
243
+ "rarity": "common",
244
+ "category": "raw"
245
+ },
246
+ "durian": {
247
+ "rarity": "common",
248
+ "category": "raw"
249
+ },
250
+ "primeCrocodileMeat": {
251
+ "rarity": "common",
252
+ "category": "raw"
253
+ },
254
+ "tylosaurusFlesh": {
255
+ "rarity": "rare",
256
+ "category": "raw"
257
+ },
258
+ "screwpine": {
259
+ "rarity": "common",
260
+ "category": "raw"
261
+ },
262
+ "rawBeef": {
263
+ "rarity": "common",
264
+ "category": "raw",
265
+ "requiredRank": "scoundrel1"
266
+ },
267
+ "rawVegetables": {
268
+ "rarity": "common",
269
+ "category": "raw",
270
+ "requiredRank": "scoundrel1"
271
+ },
272
+ "hippoMeat": {
273
+ "rarity": "common",
274
+ "category": "raw"
275
+ },
276
+ "waterFlask": {
277
+ "rarity": "common",
278
+ "category": "raw"
279
+ },
280
+ "waterBarrel": {
281
+ "rarity": "rare",
282
+ "category": "raw"
283
+ },
284
+ "repairKit1": {
285
+ "rarity": "common",
286
+ "category": "refined",
287
+ "raw": {
288
+ "metalSalvage": 1,
289
+ "scavengedWood": 1
290
+ }
291
+ },
292
+ "repairKit2": {
293
+ "rarity": "common",
294
+ "category": "refined",
295
+ "raw": {
296
+ "scavengedWood": 3,
297
+ "rustyNail": 3
298
+ }
299
+ },
300
+ "repairKit3": {
301
+ "rarity": "common",
302
+ "category": "refined",
303
+ "raw": {
304
+ "metalSalvage": 2,
305
+ "brokenPlank": 2,
306
+ "tornSail": 3
307
+ }
308
+ },
309
+ "fineJute": {
310
+ "rarity": "uncommon",
311
+ "category": "refined",
312
+ "raw": {
313
+ "jute": 5
314
+ }
315
+ },
316
+ "fineSisal": {
317
+ "rarity": "uncommon",
318
+ "category": "refined",
319
+ "raw": {
320
+ "sisal": 5
321
+ },
322
+ "deprecated": true
323
+ },
324
+ "fineLinen": {
325
+ "rarity": "uncommon",
326
+ "category": "refined",
327
+ "raw": {
328
+ "linen": 5
329
+ },
330
+ "deprecated": true
331
+ },
332
+ "fineHemp": {
333
+ "rarity": "uncommon",
334
+ "category": "refined",
335
+ "raw": {
336
+ "hemp": 5
337
+ }
338
+ },
339
+ "fineRamie": {
340
+ "rarity": "uncommon",
341
+ "category": "refined",
342
+ "raw": {
343
+ "ramie": 5
344
+ },
345
+ "deprecated": true
346
+ },
347
+ "fineAbaka": {
348
+ "rarity": "uncommon",
349
+ "category": "refined",
350
+ "raw": {
351
+ "abaka": 5
352
+ }
353
+ },
354
+ "roselleCloth": {
355
+ "rarity": "uncommon",
356
+ "category": "refined",
357
+ "raw": {
358
+ "roselle": 5
359
+ }
360
+ },
361
+ "castIronIngot": {
362
+ "rarity": "uncommon",
363
+ "category": "refined",
364
+ "raw": {
365
+ "bogIron": 3
366
+ }
367
+ },
368
+ "nickelIngot": {
369
+ "rarity": "uncommon",
370
+ "category": "refined",
371
+ "raw": {
372
+ "nickel": 3
373
+ },
374
+ "deprecated": true
375
+ },
376
+ "steelIngot": {
377
+ "rarity": "uncommon",
378
+ "category": "refined",
379
+ "raw": {
380
+ "pureIron": 3
381
+ },
382
+ "deprecated": true
383
+ },
384
+ "bronzeIngot": {
385
+ "rarity": "uncommon",
386
+ "category": "refined",
387
+ "raw": {
388
+ "copper": 3
389
+ },
390
+ "deprecated": true
391
+ },
392
+ "cobaltIngot": {
393
+ "rarity": "uncommon",
394
+ "category": "refined",
395
+ "raw": {
396
+ "cobalt": 3
397
+ }
398
+ },
399
+ "zincIngot": {
400
+ "rarity": "uncommon",
401
+ "category": "refined",
402
+ "raw": {
403
+ "zinc": 3
404
+ }
405
+ },
406
+ "magnetiteIngot": {
407
+ "rarity": "uncommon",
408
+ "category": "refined",
409
+ "raw": {
410
+ "magnetite": 3
411
+ }
412
+ },
413
+ "acaciaPlank": {
414
+ "rarity": "uncommon",
415
+ "category": "refined",
416
+ "raw": {
417
+ "acacia": 5
418
+ }
419
+ },
420
+ "teakPlank": {
421
+ "rarity": "uncommon",
422
+ "category": "refined",
423
+ "raw": {
424
+ "teak": 5
425
+ }
426
+ },
427
+ "irokoPlank": {
428
+ "rarity": "uncommon",
429
+ "category": "refined",
430
+ "raw": {
431
+ "iroko": 5
432
+ },
433
+ "deprecated": true
434
+ },
435
+ "mopanePlank": {
436
+ "rarity": "uncommon",
437
+ "category": "refined",
438
+ "raw": {
439
+ "mopane": 5
440
+ },
441
+ "deprecated": true
442
+ },
443
+ "ironwoodPlank": {
444
+ "rarity": "uncommon",
445
+ "category": "refined",
446
+ "raw": {
447
+ "ironwood": 5
448
+ },
449
+ "deprecated": true
450
+ },
451
+ "juniperPlank": {
452
+ "rarity": "uncommon",
453
+ "category": "refined",
454
+ "raw": {
455
+ "juniper": 5
456
+ }
457
+ },
458
+ "greenheartPlank": {
459
+ "rarity": "uncommon",
460
+ "category": "refined",
461
+ "raw": {
462
+ "greenheart": 5
463
+ }
464
+ },
465
+ "crocodileLeather": {
466
+ "rarity": "uncommon",
467
+ "category": "refined",
468
+ "raw": {
469
+ "crocodileHide": 1
470
+ }
471
+ },
472
+ "hippoLeather": {
473
+ "rarity": "uncommon",
474
+ "category": "refined",
475
+ "raw": {
476
+ "hippoHide": 1
477
+ }
478
+ },
479
+ "sharkLeather": {
480
+ "rarity": "uncommon",
481
+ "category": "refined",
482
+ "raw": {
483
+ "sharkSkin": 1
484
+ }
485
+ },
486
+ "thickCrocodileLeather": {
487
+ "rarity": "uncommon",
488
+ "category": "refined",
489
+ "raw": {
490
+ "thickCrocodileHide": 1
491
+ }
492
+ },
493
+ "apexCrocodileLeather": {
494
+ "rarity": "uncommon",
495
+ "category": "refined",
496
+ "raw": {
497
+ "apexCrocodileHide": 1
498
+ }
499
+ },
500
+ "apexHippoLeather": {
501
+ "rarity": "uncommon",
502
+ "category": "refined",
503
+ "raw": {
504
+ "apexHippoHide": 1
505
+ }
506
+ },
507
+ "castingSand": {
508
+ "rarity": "rare",
509
+ "category": "specialized",
510
+ "faction": "confederationOfUngwana",
511
+ "raw": {
512
+ "teakPlank": 5,
513
+ "nickelIngot": 5,
514
+ "fineSisal": 5
515
+ }
516
+ },
517
+ "shellac": {
518
+ "rarity": "rare",
519
+ "category": "specialized",
520
+ "faction": "dominionOfRempah",
521
+ "raw": {
522
+ "fineRamie": 5,
523
+ "ironwoodPlank": 5,
524
+ "steelIngot": 5
525
+ },
526
+ "deprecated": true
527
+ },
528
+ "woodTar": {
529
+ "rarity": "rare",
530
+ "category": "specialized",
531
+ "faction": "compagnieRoyale",
532
+ "raw": {
533
+ "mopanePlank": 5,
534
+ "cobaltIngot": 5,
535
+ "fineHemp": 5
536
+ },
537
+ "deprecated": true
538
+ },
539
+ "sheetGlass": {
540
+ "rarity": "rare",
541
+ "category": "specialized",
542
+ "faction": "dutchMerchantCompany",
543
+ "raw": {
544
+ "zincIngot": 5,
545
+ "fineAbaka": 5,
546
+ "juniperPlank": 5
547
+ },
548
+ "deprecated": true
549
+ },
550
+ "lime": {
551
+ "rarity": "rare",
552
+ "category": "specialized",
553
+ "faction": "confederationOfUngwana",
554
+ "raw": {
555
+ "teakPlank": 5,
556
+ "nickelIngot": 5,
557
+ "fineSisal": 5
558
+ },
559
+ "deprecated": true
560
+ },
561
+ "crudeSaltpeter": {
562
+ "rarity": "rare",
563
+ "category": "specialized",
564
+ "faction": "dominionOfRempah",
565
+ "raw": {
566
+ "fineRamie": 5,
567
+ "ironwoodPlank": 5,
568
+ "steelIngot": 5
569
+ }
570
+ },
571
+ "cogwheel": {
572
+ "rarity": "rare",
573
+ "category": "specialized",
574
+ "faction": "compagnieRoyale",
575
+ "raw": {
576
+ "mopanePlank": 5,
577
+ "cobaltIngot": 5,
578
+ "fineHemp": 5
579
+ }
580
+ },
581
+ "screwMechanism": {
582
+ "rarity": "rare",
583
+ "category": "specialized",
584
+ "faction": "dutchMerchantCompany",
585
+ "raw": {
586
+ "zincIngot": 5,
587
+ "fineAbaka": 5,
588
+ "juniperPlank": 5
589
+ }
590
+ },
591
+ "torsionSpring": {
592
+ "rarity": "legendary",
593
+ "category": "exotic",
594
+ "faction": "compagnieRoyale",
595
+ "raw": {
596
+ "planetaryGearset": 3,
597
+ "woodPitch": 5
598
+ }
599
+ },
600
+ "rubber": {
601
+ "rarity": "legendary",
602
+ "category": "exotic",
603
+ "faction": "dominionOfRempah",
604
+ "raw": {
605
+ "lacquer": 3,
606
+ "purifiedSaltpeter": 3
607
+ }
608
+ },
609
+ "precisionDrillingBit": {
610
+ "rarity": "legendary",
611
+ "category": "exotic",
612
+ "faction": "dutchMerchantCompany",
613
+ "raw": {
614
+ "plateGlass": 3,
615
+ "wormDrive": 3
616
+ }
617
+ },
618
+ "tornSail": {
619
+ "rarity": "common",
620
+ "category": "scrap"
621
+ },
622
+ "brokenPlank": {
623
+ "rarity": "common",
624
+ "category": "scrap"
625
+ },
626
+ "scavengedWood": {
627
+ "rarity": "common",
628
+ "category": "scrap"
629
+ },
630
+ "rustyNail": {
631
+ "rarity": "common",
632
+ "category": "scrap"
633
+ },
634
+ "metalSalvage": {
635
+ "rarity": "common",
636
+ "category": "scrap"
637
+ },
638
+ "charcoal": {
639
+ "rarity": "common",
640
+ "category": "scrap"
641
+ },
642
+ "eelsTwine": {
643
+ "rarity": "legendary",
644
+ "category": "helm",
645
+ "faction": "rogues"
646
+ },
647
+ "wyrmsBreath": {
648
+ "rarity": "legendary",
649
+ "category": "helm",
650
+ "faction": "rogues"
651
+ },
652
+ "orcasMechanism": {
653
+ "rarity": "legendary",
654
+ "category": "helm",
655
+ "faction": "rogues"
656
+ },
657
+ "gannetsSaltpeter": {
658
+ "rarity": "legendary",
659
+ "category": "helm",
660
+ "faction": "rogues"
661
+ },
662
+ "etherealAshes": {
663
+ "rarity": "rare",
664
+ "category": "specialized"
665
+ },
666
+ "vengefulEssence": {
667
+ "rarity": "epic",
668
+ "category": "specialized"
669
+ },
670
+ "monstrousTooth": {
671
+ "rarity": "rare",
672
+ "category": "specialized"
673
+ },
674
+ "woodPitch": {
675
+ "rarity": "epic",
676
+ "category": "specialized",
677
+ "faction": "compagnieRoyale",
678
+ "raw": {
679
+ "woodTar": 5
680
+ },
681
+ "deprecated": true
682
+ },
683
+ "plateGlass": {
684
+ "rarity": "epic",
685
+ "category": "specialized",
686
+ "faction": "dutchMerchantCompany",
687
+ "raw": {
688
+ "sheetGlass": 5
689
+ },
690
+ "deprecated": true
691
+ },
692
+ "dryCastingSand": {
693
+ "rarity": "epic",
694
+ "category": "specialized",
695
+ "faction": "confederationOfUngwana",
696
+ "raw": {
697
+ "castingSand": 5
698
+ }
699
+ },
700
+ "lacquer": {
701
+ "rarity": "epic",
702
+ "category": "specialized",
703
+ "faction": "dominionOfRempah",
704
+ "raw": {
705
+ "shellac": 5
706
+ },
707
+ "deprecated": true
708
+ },
709
+ "sinewString": {
710
+ "rarity": "epic",
711
+ "category": "specialized",
712
+ "faction": "clanOfFara",
713
+ "raw": {
714
+ "fineHemp": 2,
715
+ "fineSisal": 3,
716
+ "fineLinen": 2,
717
+ "fineJute": 3
718
+ }
719
+ },
720
+ "upgradeParts": {
721
+ "rarity": "legendary",
722
+ "category": "exotic"
723
+ },
724
+ "zamaharibuScales": {
725
+ "rarity": "rare",
726
+ "category": "specialized"
727
+ },
728
+ "lestarisSkin": {
729
+ "rarity": "rare",
730
+ "category": "specialized"
731
+ },
732
+ "hubacHeirloom": {
733
+ "rarity": "legendary",
734
+ "category": "exotic",
735
+ "faction": "chorusFleet"
736
+ },
737
+ "whiteAriaShipPart": {
738
+ "rarity": "epic",
739
+ "category": "specialized",
740
+ "faction": "chorusFleet"
741
+ },
742
+ "blackAriaShipPart": {
743
+ "rarity": "epic",
744
+ "category": "specialized",
745
+ "faction": "chorusFleet"
746
+ },
747
+ "ice": {
748
+ "rarity": "rare",
749
+ "category": "specialized"
750
+ },
751
+ "lestarisMeat": {
752
+ "rarity": "rare",
753
+ "category": "specialized"
754
+ },
755
+ "naphtha": {
756
+ "rarity": "legendary",
757
+ "category": "exotic",
758
+ "faction": "confederationOfUngwana",
759
+ "raw": {
760
+ "quicklime": 3,
761
+ "dryCastingSand": 3
762
+ }
763
+ },
764
+ "quicklime": {
765
+ "rarity": "rare",
766
+ "category": "specialized",
767
+ "faction": "confederationOfUngwana",
768
+ "raw": {
769
+ "lime": 5
770
+ },
771
+ "deprecated": true
772
+ },
773
+ "purifiedSaltpeter": {
774
+ "rarity": "rare",
775
+ "category": "specialized",
776
+ "faction": "dominionOfRempah",
777
+ "raw": {
778
+ "crudeSaltpeter": 5
779
+ }
780
+ },
781
+ "planetaryGearset": {
782
+ "rarity": "epic",
783
+ "category": "specialized",
784
+ "faction": "compagnieRoyale",
785
+ "raw": {
786
+ "cogwheel": 5
787
+ }
788
+ },
789
+ "wormDrive": {
790
+ "rarity": "epic",
791
+ "category": "specialized",
792
+ "faction": "dutchMerchantCompany",
793
+ "raw": {
794
+ "screwMechanism": 5
795
+ }
796
+ },
797
+ "lightningDragonClaw": {
798
+ "rarity": "rare",
799
+ "category": "specialized"
800
+ },
801
+ "lightningDragonScale": {
802
+ "rarity": "rare",
803
+ "category": "specialized"
804
+ },
805
+ "phoenixBeak": {
806
+ "rarity": "epic",
807
+ "category": "specialized",
808
+ "faction": "phoenixsTalon"
809
+ },
810
+ "phoenixPinion": {
811
+ "rarity": "epic",
812
+ "category": "specialized",
813
+ "faction": "phoenixsTalon"
814
+ },
815
+ "azureDragonHead": {
816
+ "rarity": "epic",
817
+ "category": "specialized",
818
+ "faction": "dragonsClaw"
819
+ },
820
+ "plagueDust": {
821
+ "rarity": "epic",
822
+ "category": "specialized",
823
+ "faction": "fleetOfPestilence"
824
+ },
825
+ "blightedFuel": {
826
+ "rarity": "legendary",
827
+ "category": "exotic",
828
+ "faction": "fleetOfPestilence"
829
+ },
830
+ "yellowDragonBanner": {
831
+ "rarity": "legendary",
832
+ "category": "exotic",
833
+ "faction": "dragonsClaw"
834
+ },
835
+ "jadePhoenixStatue": {
836
+ "rarity": "legendary",
837
+ "category": "exotic",
838
+ "faction": "phoenixsTalon"
839
+ },
840
+ "eelSturdyRopes": {
841
+ "rarity": "legendary",
842
+ "category": "helm",
843
+ "faction": "rogues",
844
+ "raw": {
845
+ "eelsTwine": 5,
846
+ "sinewString": 3,
847
+ "wormDrive": 2,
848
+ "plateGlass": 2
849
+ }
850
+ },
851
+ "wyrmVolatileNapalm": {
852
+ "rarity": "legendary",
853
+ "category": "helm",
854
+ "faction": "rogues",
855
+ "raw": {
856
+ "wyrmsBreath": 5,
857
+ "naphtha": 3,
858
+ "quicklime": 2,
859
+ "dryCastingSand": 2
860
+ }
861
+ },
862
+ "orcaIntricateApparatus": {
863
+ "rarity": "legendary",
864
+ "category": "helm",
865
+ "faction": "rogues",
866
+ "raw": {
867
+ "orcasMechanism": 5,
868
+ "torsionSpring": 3,
869
+ "planetaryGearset": 2,
870
+ "woodPitch": 2
871
+ }
872
+ },
873
+ "gannetDenseNiter": {
874
+ "rarity": "legendary",
875
+ "category": "helm",
876
+ "faction": "rogues",
877
+ "raw": {
878
+ "gannetsSaltpeter": 5,
879
+ "rubber": 3,
880
+ "purifiedSaltpeter": 2,
881
+ "lacquer": 2
882
+ }
883
+ },
884
+ "xanthousStone": {
885
+ "rarity": "epic",
886
+ "category": "specialized",
887
+ "faction": "shadowLegion"
888
+ },
889
+ "putrefiedZamaharibuScale": {
890
+ "rarity": "epic",
891
+ "category": "specialized",
892
+ "raw": {
893
+ "zamaharibuScales": 3,
894
+ "xanthousStone": 2
895
+ }
896
+ },
897
+ "putrefiedLestariSkin": {
898
+ "rarity": "epic",
899
+ "category": "specialized",
900
+ "raw": {
901
+ "lestarisSkin": 3,
902
+ "xanthousStone": 2
903
+ }
904
+ },
905
+ "artisansRefinementPack": {
906
+ "rarity": "legendary",
907
+ "category": "exotic"
908
+ },
909
+ "xanthousGemstone": {
910
+ "rarity": "legendary",
911
+ "category": "exotic",
912
+ "faction": "shadowLegion"
913
+ },
914
+ "primevalFang": {
915
+ "rarity": "epic",
916
+ "category": "specialized"
917
+ },
918
+ "ascensionModule": {
919
+ "rarity": "legendary",
920
+ "category": "exotic"
921
+ },
922
+ "masterworkKit": {
923
+ "rarity": "legendary",
924
+ "category": "exotic"
925
+ },
926
+ "deepIron": {
927
+ "rarity": "epic",
928
+ "category": "specialized"
929
+ },
930
+ "deepIronPlates": {
931
+ "rarity": "epic",
932
+ "category": "specialized",
933
+ "raw": {
934
+ "deepIron": 5,
935
+ "masterworkKit": 1
936
+ }
937
+ }
938
938
  }