@skullandbonestools/snbdata 6.0.18 → 6.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.
Files changed (97) hide show
  1. package/languages/ar/ar_achievements.json +176 -0
  2. package/languages/ar/ar_commodities.json +288 -0
  3. package/languages/ar/ar_contracts.json +99 -0
  4. package/languages/ar/ar_cosmetics.json +17962 -0
  5. package/languages/ar/ar_events.json +15 -0
  6. package/languages/ar/ar_factions.json +67 -0
  7. package/languages/ar/ar_items.json +2620 -0
  8. package/languages/ar/ar_locations.json +233 -0
  9. package/languages/ar/ar_materials.json +624 -0
  10. package/languages/ar/ar_modifications.json +312 -0
  11. package/languages/ar/ar_perks.json +2789 -0
  12. package/languages/ar/ar_seasons.json +11 -0
  13. package/languages/ar/ar_sets.json +334 -0
  14. package/languages/ar/ar_ships.json +100 -0
  15. package/languages/ar/ar_ultimates.json +48 -0
  16. package/languages/ar/ar_worldEvents.json +68 -0
  17. package/languages/de/de_achievements.json +176 -0
  18. package/languages/de/de_commodities.json +288 -0
  19. package/languages/de/de_contracts.json +99 -0
  20. package/languages/de/de_cosmetics.json +17962 -0
  21. package/languages/de/de_events.json +15 -0
  22. package/languages/de/de_factions.json +67 -0
  23. package/languages/de/de_items.json +2620 -0
  24. package/languages/de/de_locations.json +233 -0
  25. package/languages/de/de_materials.json +624 -0
  26. package/languages/de/de_modifications.json +312 -0
  27. package/languages/de/de_perks.json +2789 -0
  28. package/languages/de/de_seasons.json +11 -0
  29. package/languages/de/de_sets.json +334 -0
  30. package/languages/de/de_ships.json +100 -0
  31. package/languages/de/de_ultimates.json +48 -0
  32. package/languages/de/de_worldEvents.json +68 -0
  33. package/languages/en/en_achievements.json +176 -0
  34. package/languages/en/en_commodities.json +288 -0
  35. package/languages/en/en_contracts.json +99 -0
  36. package/languages/en/en_cosmetics.json +17962 -0
  37. package/languages/en/en_events.json +15 -0
  38. package/languages/en/en_factions.json +67 -0
  39. package/languages/en/en_items.json +2620 -0
  40. package/languages/en/en_locations.json +233 -0
  41. package/languages/en/en_materials.json +624 -0
  42. package/languages/en/en_modifications.json +312 -0
  43. package/languages/en/en_perks.json +2789 -0
  44. package/languages/en/en_seasons.json +11 -0
  45. package/languages/en/en_sets.json +334 -0
  46. package/languages/en/en_ships.json +100 -0
  47. package/languages/en/en_ultimates.json +48 -0
  48. package/languages/en/en_worldEvents.json +68 -0
  49. package/languages/es/es_achievements.json +176 -0
  50. package/languages/es/es_commodities.json +288 -0
  51. package/languages/es/es_contracts.json +99 -0
  52. package/languages/es/es_cosmetics.json +17962 -0
  53. package/languages/es/es_events.json +15 -0
  54. package/languages/es/es_factions.json +67 -0
  55. package/languages/es/es_items.json +2620 -0
  56. package/languages/es/es_locations.json +233 -0
  57. package/languages/es/es_materials.json +624 -0
  58. package/languages/es/es_modifications.json +312 -0
  59. package/languages/es/es_perks.json +2789 -0
  60. package/languages/es/es_seasons.json +11 -0
  61. package/languages/es/es_sets.json +334 -0
  62. package/languages/es/es_ships.json +100 -0
  63. package/languages/es/es_ultimates.json +48 -0
  64. package/languages/es/es_worldEvents.json +68 -0
  65. package/languages/fr/fr_achievements.json +176 -0
  66. package/languages/fr/fr_commodities.json +288 -0
  67. package/languages/fr/fr_contracts.json +99 -0
  68. package/languages/fr/fr_cosmetics.json +17962 -0
  69. package/languages/fr/fr_events.json +15 -0
  70. package/languages/fr/fr_factions.json +67 -0
  71. package/languages/fr/fr_items.json +2620 -0
  72. package/languages/fr/fr_locations.json +233 -0
  73. package/languages/fr/fr_materials.json +624 -0
  74. package/languages/fr/fr_modifications.json +312 -0
  75. package/languages/fr/fr_perks.json +2789 -0
  76. package/languages/fr/fr_seasons.json +11 -0
  77. package/languages/fr/fr_sets.json +334 -0
  78. package/languages/fr/fr_ships.json +100 -0
  79. package/languages/fr/fr_ultimates.json +48 -0
  80. package/languages/fr/fr_worldEvents.json +68 -0
  81. package/languages/source/achievements.json +176 -0
  82. package/languages/source/commodities.json +288 -0
  83. package/languages/source/contracts.json +99 -0
  84. package/languages/source/cosmetics.json +17962 -0
  85. package/languages/source/events.json +15 -0
  86. package/languages/source/factions.json +67 -0
  87. package/languages/source/items.json +2620 -0
  88. package/languages/source/locations.json +233 -0
  89. package/languages/source/materials.json +624 -0
  90. package/languages/source/modifications.json +312 -0
  91. package/languages/source/perks.json +2789 -0
  92. package/languages/source/seasons.json +11 -0
  93. package/languages/source/sets.json +334 -0
  94. package/languages/source/ships.json +100 -0
  95. package/languages/source/ultimates.json +48 -0
  96. package/languages/source/worldEvents.json +68 -0
  97. package/package.json +2 -1
@@ -0,0 +1,624 @@
1
+ {
2
+ "materials": {
3
+ "silver": {
4
+ "name": "Silver",
5
+ "description": "Silver coins used by all for trade and commerce."
6
+ },
7
+ "piecesOfEight": {
8
+ "name": "Pieces of Eight",
9
+ "description": "An exclusive currency minted by the Helm. Deliver these to a haven to stash them for use in the Black Market, or your Helm Empire."
10
+ },
11
+ "sovereigns": {
12
+ "name": "Sovereigns",
13
+ "description": ""
14
+ },
15
+ "reapersToll": {
16
+ "name": "Reaper's Toll",
17
+ "description": ""
18
+ },
19
+ "gold": {
20
+ "name": "Gold",
21
+ "description": ""
22
+ },
23
+ "copperBars": {
24
+ "name": "Kupfer Bars",
25
+ "description": "A significant, high-grade metal from Europe, from refining copper to its highest purity. Makes it viable for applications for war."
26
+ },
27
+ "gildmarks": {
28
+ "name": "Gildmarks",
29
+ "description": "Thin pieces of an unknown material stamped with the symbol of balance and death. To the unknowing, they are curious oddities; to those in the know, they are not easily earned."
30
+ },
31
+ "azuriteGem": {
32
+ "name": "Azurite Gem",
33
+ "description": ""
34
+ },
35
+ "halfTaels": {
36
+ "name": "Half-Taels",
37
+ "description": ""
38
+ },
39
+ "silverLions": {
40
+ "name": "Silver Lions",
41
+ "description": "Silver coins designed personally by Scurlock, minted and shipped from their home countries. Perhaps they are intended currency for when Scurlock one day rules the Indian Ocean, or so he believes."
42
+ },
43
+ "bloodiedDoubloon": {
44
+ "name": "Bloodied Doubloon",
45
+ "description": ""
46
+ },
47
+ "illicitMoonshine": {
48
+ "name": "Illicit Moonshine",
49
+ "description": "This spirit's proof strength is beyond top notch. Its rich and oily texture shimmers brightly through its glass encapsule."
50
+ },
51
+ "smugglersMark": {
52
+ "name": "Smuggler's Mark",
53
+ "description": ""
54
+ },
55
+ "coconut": {
56
+ "name": "Coconut",
57
+ "description": "A stranded-island staple."
58
+ },
59
+ "fish": {
60
+ "name": "Fish",
61
+ "description": "Mild flavor with a soft texture."
62
+ },
63
+ "ndizi": {
64
+ "name": "Ndizi",
65
+ "description": "Popular for its sweet taste, those used for cooking are often called plantains."
66
+ },
67
+ "crocodileMeat": {
68
+ "name": "Crocodile Meat",
69
+ "description": "Barely edible if eaten raw."
70
+ },
71
+ "primeCrocodileMeat": {
72
+ "name": "Prime Crocodile Meat",
73
+ "description": "Best cut of meat from a Crocodile."
74
+ },
75
+ "sharkMeat": {
76
+ "name": "Shark Meat",
77
+ "description": "Strong, sour smell. Would taste better cooked."
78
+ },
79
+ "rawMutton": {
80
+ "name": "Raw Mutton",
81
+ "description": "Cooking the mutton will reduce its strongly bitter taste."
82
+ },
83
+ "rawChicken": {
84
+ "name": "Raw Chicken",
85
+ "description": "Bland and viscous."
86
+ },
87
+ "flour": {
88
+ "name": "Flour",
89
+ "description": "Crucial ingredient for many dishes."
90
+ },
91
+ "primeHippoMeat": {
92
+ "name": "Prime Hippo Meat",
93
+ "description": "Best cut of meat from a Hippo."
94
+ },
95
+ "screwpine": {
96
+ "name": "Screwpine",
97
+ "description": "The fruit can be boiled and ground into an edible, highly nutritious paste."
98
+ },
99
+ "rawBeef": {
100
+ "name": "Raw Beef",
101
+ "description": "Would taste better cooked."
102
+ },
103
+ "rawVegetables": {
104
+ "name": "Raw Vegetables",
105
+ "description": "Plain and unassuming."
106
+ },
107
+ "hippoMeat": {
108
+ "name": "Hippo Meat",
109
+ "description": "Bitter flavor and strong texture."
110
+ },
111
+ "waterFlask": {
112
+ "name": "Water Flask",
113
+ "description": "Essential drink for a pirate."
114
+ },
115
+ "waterBarrel": {
116
+ "name": "Water Barrel",
117
+ "description": "Refreshing drinking water."
118
+ },
119
+ "durian": {
120
+ "name": "Durian",
121
+ "description": "A large fruit with a strong odor and covered with thorns."
122
+ },
123
+ "tylosaurusFlesh": {
124
+ "name": "Tylosaurus Flesh",
125
+ "description": "The meat of a beast that stalks the African Coast, feasting on unfortunate seafarers."
126
+ },
127
+ "pureIron": {
128
+ "name": "Pure Iron",
129
+ "description": "Metal ore that contains much greater amounts of iron."
130
+ },
131
+ "ironwood": {
132
+ "name": "Ironwood",
133
+ "description": "One of the hardest and heaviest woods."
134
+ },
135
+ "tornSail": {
136
+ "name": "Torn Sail",
137
+ "description": "A piece of cloth that was torn off from a sail. Requires Crowbar to harvest from shipwrecks."
138
+ },
139
+ "scavengedWood": {
140
+ "name": "Scavenged Wood",
141
+ "description": "A piece of wood removed from a ship hull. Requires Crowbar to harvest from shipwrecks."
142
+ },
143
+ "metalSalvage": {
144
+ "name": "Metal Salvage",
145
+ "description": "Sheet of metal that has been ripped from its ship hoardings. Requires Crowbar to harvest from shipwrecks."
146
+ },
147
+ "ironwoodPlank": {
148
+ "name": "Ironwood Plank",
149
+ "description": "Flimsy, basic planks used to craft basic ships and equipment."
150
+ },
151
+ "crudeSaltpeter": {
152
+ "name": "Crude Saltpeter",
153
+ "description": "Natural, muddy agent that is critical for gunpowder."
154
+ },
155
+ "shellac": {
156
+ "name": "Shellac",
157
+ "description": "Coating agent for wooden structures."
158
+ },
159
+ "rustyNail": {
160
+ "name": "Rusty Nail",
161
+ "description": "Pieces of nails that have rusted. Requires Crowbar to harvest from shipwrecks."
162
+ },
163
+ "copper": {
164
+ "name": "Copper",
165
+ "description": "Reddish, malleable metal that has a variety of uses."
166
+ },
167
+ "castIronIngot": {
168
+ "name": "Cast Iron Ingot",
169
+ "description": "Sturdy but impure metal used to craft basic ships and equipment."
170
+ },
171
+ "acacia": {
172
+ "name": "Acacia",
173
+ "description": "A durable and rot-resistant wood."
174
+ },
175
+ "sharkSkin": {
176
+ "name": "Shark Skin",
177
+ "description": ""
178
+ },
179
+ "jute": {
180
+ "name": "Jute",
181
+ "description": "A soft, shiny fiber that has a variety of uses."
182
+ },
183
+ "cobaltIngot": {
184
+ "name": "Cobalt Ingot",
185
+ "description": "Refined Cobalt ore. It is smelted into an ingot. It is used in crafting ships, weapons, and furniture."
186
+ },
187
+ "teakPlank": {
188
+ "name": "Teak Plank",
189
+ "description": "Incredibly strong wood used to craft the finest ships and equipment."
190
+ },
191
+ "iroko": {
192
+ "name": "Iroko",
193
+ "description": "A type of wood believed to have healing properties."
194
+ },
195
+ "lime": {
196
+ "name": "Lime",
197
+ "description": "A strong building material which can be molded into bricks and mortar."
198
+ },
199
+ "nickel": {
200
+ "name": "Nickel",
201
+ "description": "Lustrous silver metal that is corrosion resistant."
202
+ },
203
+ "steelIngot": {
204
+ "name": "Steel Ingot",
205
+ "description": "Incredibly strong metal to craft the finest ships and equipment."
206
+ },
207
+ "cobalt": {
208
+ "name": "Cobalt",
209
+ "description": "Rare metal used since ancient times to add a blue tinge to glass and ceramics."
210
+ },
211
+ "irokoPlank": {
212
+ "name": "Iroko Plank",
213
+ "description": "Stronger, pliable wood used to craft advanced ships and equipment."
214
+ },
215
+ "sisal": {
216
+ "name": "Sisal",
217
+ "description": "A stiff, saltwater-resistant fiber that is very durable."
218
+ },
219
+ "castingSand": {
220
+ "name": "Casting Sand",
221
+ "description": "Metal sand for casting shapes in a blacksmith's foundry."
222
+ },
223
+ "acaciaPlank": {
224
+ "name": "Acacia Plank",
225
+ "description": "Flimsy, basic planks used to craft basic ships and equipment."
226
+ },
227
+ "nickelIngot": {
228
+ "name": "Nickel Ingot",
229
+ "description": "Refined Nickel ore. It is smelted into an ingot. It is used in crafting ships, weapons, and furniture."
230
+ },
231
+ "bogIron": {
232
+ "name": "Bog Iron",
233
+ "description": "Iron ore typically found in low-lying areas."
234
+ },
235
+ "juniperPlank": {
236
+ "name": "Juniper Plank",
237
+ "description": "Stronger, pliable wood used to craft advanced ships and equipment."
238
+ },
239
+ "fineAbaka": {
240
+ "name": "Fine Abaka",
241
+ "description": "Refined fabric from Abaka plants. It is used in crafting ships, weapons, and furniture."
242
+ },
243
+ "screwMechanism": {
244
+ "name": "Screw Mechanism",
245
+ "description": "A basic winding screw for binding metal and wood frames together."
246
+ },
247
+ "mopanePlank": {
248
+ "name": "Mopane Plank",
249
+ "description": "Wood planks used to craft basic ships and equipment."
250
+ },
251
+ "fineLinen": {
252
+ "name": "Fine Linen",
253
+ "description": "Flexible and smooth fabric used to craft advanced ships and equipment."
254
+ },
255
+ "cogwheel": {
256
+ "name": "Cogwheel",
257
+ "description": "Simple turning wheel that can be slotted into wooden supports."
258
+ },
259
+ "woodTar": {
260
+ "name": "Wood Tar",
261
+ "description": "Crude water sealant for ships, sails, and everything on them."
262
+ },
263
+ "fineJute": {
264
+ "name": "Fine Jute",
265
+ "description": "Flexible but ugly fabric used to craft basic ships and equipment."
266
+ },
267
+ "fineSisal": {
268
+ "name": "Fine Sisal",
269
+ "description": "Refined fabric from Sisal plants. It is used in crafting ships, weapons, and furniture."
270
+ },
271
+ "sharkLeather": {
272
+ "name": "Shark Leather",
273
+ "description": "Very durable leather refined from Shark Skin. Can be used for crafting a variety of items."
274
+ },
275
+ "thickCrocodileHide": {
276
+ "name": "Thick Crocodile Hide",
277
+ "description": ""
278
+ },
279
+ "thickCrocodileLeather": {
280
+ "name": "Thick Crocodile Leather",
281
+ "description": "Extremely strong and sturdy leather refined from Thick Crocodile Skin. Can be used for crafting a variety of items."
282
+ },
283
+ "crocodileHide": {
284
+ "name": "Crocodile Hide",
285
+ "description": ""
286
+ },
287
+ "crocodileLeather": {
288
+ "name": "Crocodile Leather",
289
+ "description": "Highly strong and sturdy leather refined from Crocodile Skin. Can be used for crafting a variety of items."
290
+ },
291
+ "zincIngot": {
292
+ "name": "Zinc Ingot",
293
+ "description": "Refined Zinc ore. It is smelted into an ingot. It is used in crafting ships, weapons, and furniture."
294
+ },
295
+ "brokenPlank": {
296
+ "name": "Broken Plank",
297
+ "description": "A piece of wood that has come loose from a hull. Requires Crowbar to harvest from shipwrecks."
298
+ },
299
+ "sheetGlass": {
300
+ "name": "Sheet Glass",
301
+ "description": "Thick glass for items that need sight-lines."
302
+ },
303
+ "fineHemp": {
304
+ "name": "Fine Hemp",
305
+ "description": "Incredibly strong fabric used to craft the finest ships and equipment."
306
+ },
307
+ "hippoHide": {
308
+ "name": "Hippo Hide",
309
+ "description": ""
310
+ },
311
+ "hippoLeather": {
312
+ "name": "Hippo Leather",
313
+ "description": "Incredibly tough leather refined from Hippo Skin. Can be used for crafting a variety of items."
314
+ },
315
+ "greenheartPlank": {
316
+ "name": "Greenheart Plank",
317
+ "description": "Incredibly strong wood used to craft advanced ships and equipment."
318
+ },
319
+ "roselleCloth": {
320
+ "name": "Roselle Cloth",
321
+ "description": "Incredibly strong fabric used to craft the finest ships and equipment."
322
+ },
323
+ "precisionDrillingBit": {
324
+ "name": "Precision Drilling Bit",
325
+ "description": "Hand-forged metal drill bit for accurate engineering work."
326
+ },
327
+ "greenheart": {
328
+ "name": "Greenheart",
329
+ "description": "Olive-colored wood resistant to rot and insect attacks."
330
+ },
331
+ "roselle": {
332
+ "name": "Roselle",
333
+ "description": "Fiber that has a high strength-to-weight ratio."
334
+ },
335
+ "fineRamie": {
336
+ "name": "Fine Ramie",
337
+ "description": "Refined fabric from ramie plants. It is used in crafting ships, weapons, and furniture."
338
+ },
339
+ "ramie": {
340
+ "name": "Ramie",
341
+ "description": "A strong, absorbent textile made from the fibers of the flax plant."
342
+ },
343
+ "teak": {
344
+ "name": "Teak",
345
+ "description": "A type o f wood known for its durability and water resistance."
346
+ },
347
+ "hemp": {
348
+ "name": "Hemp",
349
+ "description": "One of the first plants to be turned into usable fiber."
350
+ },
351
+ "abaka": {
352
+ "name": "Abaka",
353
+ "description": "Hard fiber obtained from a species of banana plant."
354
+ },
355
+ "juniper": {
356
+ "name": "Juniper",
357
+ "description": "A type of wood extremely strong for its weight."
358
+ },
359
+ "apexCrocodileHide": {
360
+ "name": "Apex Crocodile Hide",
361
+ "description": ""
362
+ },
363
+ "apexCrocodileLeather": {
364
+ "name": "Apex Crocodile Leather",
365
+ "description": "Strong and sturdy leather refined from Apex Crocodile Skin. Can be used for crafting a variety of items."
366
+ },
367
+ "apexHippoHide": {
368
+ "name": "Apex Hippo Hide",
369
+ "description": ""
370
+ },
371
+ "apexHippoLeather": {
372
+ "name": "Apex Hippo Leather",
373
+ "description": "Durable leather refined from Apex Hippo Skin. Can be used for crafting a variety of items."
374
+ },
375
+ "rubber": {
376
+ "name": "Rubber",
377
+ "description": "A natural compound that is both stretchy and water-resistant."
378
+ },
379
+ "magnetite": {
380
+ "name": "Magnetite",
381
+ "description": "Iron ore that led to the discovery of magnetism in ancient times."
382
+ },
383
+ "magnetiteIngot": {
384
+ "name": "Magnetite Ingot",
385
+ "description": "Incredibly strong metal to craft the finest ships and equipment."
386
+ },
387
+ "mopane": {
388
+ "name": "Mopane",
389
+ "description": "Exceptionally tough and dense wood."
390
+ },
391
+ "linen": {
392
+ "name": "Linen",
393
+ "description": "A strong, absorbent textile made from the fibers of the flax plant."
394
+ },
395
+ "torsionSpring": {
396
+ "name": "Torsion Spring",
397
+ "description": "An inhumanly large spring normally meant for industrial sites."
398
+ },
399
+ "bronzeIngot": {
400
+ "name": "Bronze Ingot",
401
+ "description": "Stronger, heavier metal used to craft advanced ships and equipment."
402
+ },
403
+ "zinc": {
404
+ "name": "Zinc",
405
+ "description": "Rare metal used since ancient times for alloying."
406
+ },
407
+ "repairKit1": {
408
+ "name": "Repair Kit I",
409
+ "description": "Mends a minimal amount of the ship's hull."
410
+ },
411
+ "repairKit2": {
412
+ "name": "Repair Kit II",
413
+ "description": "Mends a modest amount of the ship's hull."
414
+ },
415
+ "repairKit3": {
416
+ "name": "Repair Kit III",
417
+ "description": "Mends a moderate amount of the ship's hull."
418
+ },
419
+ "monstrousTooth": {
420
+ "name": "Monstrous Tooth",
421
+ "description": "Yanked from the maw of a beast dubbed \"Jaws of Vengeance\" by the Ungwana."
422
+ },
423
+ "vengefulEssence": {
424
+ "name": "Vengeful Essence",
425
+ "description": "An otherworldly fuel that releases constant waves of ominous energy. Touching it makes you feel as if you are being scorched by hellish flames, but they leave no trace on your skin after leaving your hands."
426
+ },
427
+ "etherealAshes": {
428
+ "name": "Ethereal Ashes",
429
+ "description": "A mound of nearly translucent ash that pulses with a spectral glow. You are unable to feel the fine grains with your fingers, but they send an inexplicable chill down your spine."
430
+ },
431
+ "eelsTwine": {
432
+ "name": "Eels' Twine",
433
+ "description": "Sturdy strings woven by the Eels, useful in crafting Ballistas."
434
+ },
435
+ "wyrmsBreath": {
436
+ "name": "Wyrm's Breath",
437
+ "description": "A highly flammable pitch and solvent for explosives concocted by the Wyrms."
438
+ },
439
+ "orcasMechanism": {
440
+ "name": "Orcas' Mechanism",
441
+ "description": "A circular linchpin designed by the Orcas. Used in construction where high tension is required."
442
+ },
443
+ "gannetsSaltpeter": {
444
+ "name": "Gannets' Saltpeter",
445
+ "description": "An immensely powerful chemical for gunpowder used in modern weapons, refined by the Gannets."
446
+ },
447
+ "dryCastingSand": {
448
+ "name": "Dry Sand",
449
+ "description": "Casting sand that has been compacted to forge dense, heavy shapes."
450
+ },
451
+ "lacquer": {
452
+ "name": "Lacquer",
453
+ "description": "A stronger mix of shellac that is used to bind wood together and waterproofing."
454
+ },
455
+ "woodPitch": {
456
+ "name": "Wood Pitch",
457
+ "description": "A purified sealent for hulls, sails, and anything exposed to the ocean."
458
+ },
459
+ "plateGlass": {
460
+ "name": "Plate Glass",
461
+ "description": "Sealed and sheeted glass, which forms a nearly shatterproof bond."
462
+ },
463
+ "sinewString": {
464
+ "name": "Sinew String",
465
+ "description": "An extremely tough string made by the Clan of Fara that can be used for crafting complex items. Generally found in the Red Isle."
466
+ },
467
+ "upgradeParts": {
468
+ "name": "Upgrade Parts",
469
+ "description": "A set of master-crafted parts that can be used for upgrading."
470
+ },
471
+ "lestarisSkin": {
472
+ "name": "Lestari's Skin",
473
+ "description": "Tough hide hewn from the slain Lestari."
474
+ },
475
+ "hubacHeirloom": {
476
+ "name": "Hubac Heirloom",
477
+ "description": "Relic that has been passed down for generations within the Hubac family."
478
+ },
479
+ "units": {
480
+ "name": "Units",
481
+ "description": ""
482
+ },
483
+ "blackAriaShipPart": {
484
+ "name": "Black Aria Sword",
485
+ "description": "A broken part taken from Armand Hubac's Black Aria. Looks like a sword."
486
+ },
487
+ "whiteAriaShipPart": {
488
+ "name": "White Aria Shield",
489
+ "description": "A part of Bertrand Hubac's White Aria flagship. Looks like a shield."
490
+ },
491
+ "cork": {
492
+ "name": "Cork",
493
+ "description": "Left over from Yanita's concoctions. Highly valuable to some."
494
+ },
495
+ "ice": {
496
+ "name": "Ice",
497
+ "description": "A tropical wonder that's cold to the touch."
498
+ },
499
+ "lestarisMeat": {
500
+ "name": "Lestari's Meat",
501
+ "description": "Meat obtained from the sea monster Lestari."
502
+ },
503
+ "jadeDragon": {
504
+ "name": "Jade Dragon",
505
+ "description": "An ornate token that can be used in the store for a special occasion."
506
+ },
507
+ "naphtha": {
508
+ "name": "Naphtha",
509
+ "description": "A powerful solvent used to dissolve stubborn substances, including one's foes."
510
+ },
511
+ "zamaharibuScales": {
512
+ "name": "Zamaharibu Scales",
513
+ "description": "The tough, leathery hide of a beast that's hard to kill and ferocious as a sea storm."
514
+ },
515
+ "quicklime": {
516
+ "name": "Quicklime",
517
+ "description": "Purified from coarse lime, which is far quicker to act and bond to different surfaces."
518
+ },
519
+ "purifiedSaltpeter": {
520
+ "name": "Purified Saltpeter",
521
+ "description": "A pure and potent form of Saltpeter known for its versatility and reliability. Remember to handle with care and respect."
522
+ },
523
+ "planetaryGearset": {
524
+ "name": "Planetary Gearset",
525
+ "description": "A clock-like arrangement of cogwheels, common in construction of advanced turning mechanisms."
526
+ },
527
+ "wormDrive": {
528
+ "name": "Worm Drive",
529
+ "description": "A compact gear system that translates rotations into smooth, precise movements."
530
+ },
531
+ "lightningDragonClaw": {
532
+ "name": "Lightning Dragon Claw",
533
+ "description": "A claw left behind by a lightning dragon. It oozes electrifying energy even in a dormant state."
534
+ },
535
+ "lightningDragonScale": {
536
+ "name": "Lightning Dragon Scale",
537
+ "description": "A magnificent scale left behind by a lightning dragon. It retains its radiance and luminosity even in a dormant state."
538
+ },
539
+ "phoenixBeak": {
540
+ "name": "Phoenix Beak",
541
+ "description": "A broken piece from the ram of Li Tian Ning's flagship. Can be repurposed due to its incredible resilience."
542
+ },
543
+ "phoenixPinion": {
544
+ "name": "Phoenix Pinion",
545
+ "description": "The studded sails from Li Tian Ning's flagship. It is capable of mending other objects due to its versatility."
546
+ },
547
+ "azureDragonHead": {
548
+ "name": "Azure Dragon Head",
549
+ "description": "The head of a dragon from Commander Zhang's flagship. Such a mighty beast beheaded signals the Emperor's coming wrath."
550
+ },
551
+ "plagueDust": {
552
+ "name": "Plague Dust",
553
+ "description": "A sinister, powdery substance, infused with the essence of venom and malice."
554
+ },
555
+ "blightedFuel": {
556
+ "name": "Blighted Fuel",
557
+ "description": "A toxic elixir harvested from the bowels of La Peste's flagship, which exudes a malevolent energy."
558
+ },
559
+ "yellowDragonBanner": {
560
+ "name": "Yellow Dragon Banner",
561
+ "description": "A banner ripped from Commander Zhang's flagship. It features a yellow dragon soaring high in the clouds."
562
+ },
563
+ "jadePhoenixStatue": {
564
+ "name": "Jade Phoenix Statue",
565
+ "description": "A statue of a phoenix made of pure jade. One of the few prized possessions of Li Tian Ning."
566
+ },
567
+ "eelSturdyRopes": {
568
+ "name": "Eel Sturdy Ropes",
569
+ "description": "Made by weaving twine together and processing it with other materials. Known for its reliability and resilience."
570
+ },
571
+ "wyrmVolatileNapalm": {
572
+ "name": "Wyrm Volatile Napalm",
573
+ "description": "A highly combustible fluid made from a long and complicated distillation process. A tiny spark can lead to mass destruction."
574
+ },
575
+ "orcaIntricateApparatus": {
576
+ "name": "Orca Intricate Apparatus",
577
+ "description": "A system of complex mechanisms formed from gears and pieces. Put together, it achieves maximum efficiency."
578
+ },
579
+ "gannetDenseNiter": {
580
+ "name": "Gannet Dense Niter",
581
+ "description": "Saltpeter refined further to achieve its purest state. Can be used as an ingredient for weapons and ammo."
582
+ },
583
+ "xanthousStone": {
584
+ "name": "Xanthous Stone",
585
+ "description": "A luminous golden shard that pulses with a spectral glow. You can almost hear faint echoes and voices up close."
586
+ },
587
+ "putrefiedZamaharibuScale": {
588
+ "name": "Putrefied Zamaharibu Scale",
589
+ "description": "Decayed scale of Zamaharibu. Gives off a putrid odor, with scars all over is surface. Possibly resurrected by a mysterious power."
590
+ },
591
+ "putrefiedLestariSkin": {
592
+ "name": "Putrefied Lestari Skin",
593
+ "description": "Decayed hide of Lestari. Marked by wounds that refuse to heal. Possibly resurrected by a mysterious power."
594
+ },
595
+ "artisansRefinementPack": {
596
+ "name": "Artisan's Refinement Pack",
597
+ "description": "A curated collection of rare tools and materials designed to upgrade cosmetic items to have more intricate details."
598
+ },
599
+ "xanthousGemstone": {
600
+ "name": "Xanthous Gemstone",
601
+ "description": "A gem of brilliance that emits a mesmerizing radiance. You can't quite place its shape and form."
602
+ },
603
+ "masterworkKit": {
604
+ "name": "Masterwork Kit",
605
+ "description": "A set of master-forged tools used to fully upgrade ship and equipment."
606
+ },
607
+ "ascensionModule": {
608
+ "name": "Ascension Module",
609
+ "description": "An advanced device that upgrades items, adding graded modification slots for customization with powerful and unique modifications."
610
+ },
611
+ "primevalFang": {
612
+ "name": "Primeval Fang",
613
+ "description": "A monstrous fang from a beast from the depths. Whoever possesses one must have braved its jaws."
614
+ },
615
+ "deepIron": {
616
+ "name": "Deep Iron",
617
+ "description": ""
618
+ },
619
+ "deepIronPlates": {
620
+ "name": "Deep Iron Plates",
621
+ "description": ""
622
+ }
623
+ }
624
+ }