@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": "Argent",
5
+ "description": "Silver coins used by all for trade and commerce."
6
+ },
7
+ "piecesOfEight": {
8
+ "name": "Pièces de Huit",
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": "Souverains",
13
+ "description": ""
14
+ },
15
+ "reapersToll": {
16
+ "name": "Le tribut de la Faucheuse",
17
+ "description": ""
18
+ },
19
+ "gold": {
20
+ "name": "Or",
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": "Gemme d'azurite",
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": "Noix de coco",
57
+ "description": "A stranded-island staple."
58
+ },
59
+ "fish": {
60
+ "name": "Poisson",
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": "Viande de crocodile",
69
+ "description": "Barely edible if eaten raw."
70
+ },
71
+ "primeCrocodileMeat": {
72
+ "name": "Viande de crocodile premium",
73
+ "description": "Best cut of meat from a Crocodile."
74
+ },
75
+ "sharkMeat": {
76
+ "name": "Viande de requin",
77
+ "description": "Strong, sour smell. Would taste better cooked."
78
+ },
79
+ "rawMutton": {
80
+ "name": "Mouton cru",
81
+ "description": "Cooking the mutton will reduce its strongly bitter taste."
82
+ },
83
+ "rawChicken": {
84
+ "name": "Poulet cru",
85
+ "description": "Bland and viscous."
86
+ },
87
+ "flour": {
88
+ "name": "Farine",
89
+ "description": "Crucial ingredient for many dishes."
90
+ },
91
+ "primeHippoMeat": {
92
+ "name": "Viande d'hippopotame premium",
93
+ "description": "Best cut of meat from a Hippo."
94
+ },
95
+ "screwpine": {
96
+ "name": "Vacoa",
97
+ "description": "The fruit can be boiled and ground into an edible, highly nutritious paste."
98
+ },
99
+ "rawBeef": {
100
+ "name": "Boeuf cru",
101
+ "description": "Would taste better cooked."
102
+ },
103
+ "rawVegetables": {
104
+ "name": "Légumes crus",
105
+ "description": "Plain and unassuming."
106
+ },
107
+ "hippoMeat": {
108
+ "name": "Viande d'hippopotame",
109
+ "description": "Bitter flavor and strong texture."
110
+ },
111
+ "waterFlask": {
112
+ "name": "Gourde d'eau",
113
+ "description": "Essential drink for a pirate."
114
+ },
115
+ "waterBarrel": {
116
+ "name": "Tonneau d'eau",
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": "Chair de tylosaure",
125
+ "description": "The meat of a beast that stalks the African Coast, feasting on unfortunate seafarers."
126
+ },
127
+ "pureIron": {
128
+ "name": "Fer pur",
129
+ "description": "Metal ore that contains much greater amounts of iron."
130
+ },
131
+ "ironwood": {
132
+ "name": "Bois de fer",
133
+ "description": "One of the hardest and heaviest woods."
134
+ },
135
+ "tornSail": {
136
+ "name": "Voile déchirée",
137
+ "description": "A piece of cloth that was torn off from a sail. Requires Crowbar to harvest from shipwrecks."
138
+ },
139
+ "scavengedWood": {
140
+ "name": "Bois de récupération",
141
+ "description": "A piece of wood removed from a ship hull. Requires Crowbar to harvest from shipwrecks."
142
+ },
143
+ "metalSalvage": {
144
+ "name": "Métal de récupération",
145
+ "description": "Sheet of metal that has been ripped from its ship hoardings. Requires Crowbar to harvest from shipwrecks."
146
+ },
147
+ "ironwoodPlank": {
148
+ "name": "Planche de bois de fer",
149
+ "description": "Flimsy, basic planks used to craft basic ships and equipment."
150
+ },
151
+ "crudeSaltpeter": {
152
+ "name": "Salpêtre brut",
153
+ "description": "Natural, muddy agent that is critical for gunpowder."
154
+ },
155
+ "shellac": {
156
+ "name": "Gomme laque",
157
+ "description": "Coating agent for wooden structures."
158
+ },
159
+ "rustyNail": {
160
+ "name": "Clou rouillé",
161
+ "description": "Pieces of nails that have rusted. Requires Crowbar to harvest from shipwrecks."
162
+ },
163
+ "copper": {
164
+ "name": "Cuivre",
165
+ "description": "Reddish, malleable metal that has a variety of uses."
166
+ },
167
+ "castIronIngot": {
168
+ "name": "Lingot de fonte",
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": "Peau de requin",
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": "Lingot de cobalt",
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": "Planche de teck",
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": "Chaux",
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": "Lingot d'acier",
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": "Planche d'iroko",
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": "Sable de moulage",
221
+ "description": "Metal sand for casting shapes in a blacksmith's foundry."
222
+ },
223
+ "acaciaPlank": {
224
+ "name": "Planches d'acacia",
225
+ "description": "Flimsy, basic planks used to craft basic ships and equipment."
226
+ },
227
+ "nickelIngot": {
228
+ "name": "Lingot de nickel",
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": "Fer des marais",
233
+ "description": "Iron ore typically found in low-lying areas."
234
+ },
235
+ "juniperPlank": {
236
+ "name": "Planche de genévrier",
237
+ "description": "Stronger, pliable wood used to craft advanced ships and equipment."
238
+ },
239
+ "fineAbaka": {
240
+ "name": "Abaka fin",
241
+ "description": "Refined fabric from Abaka plants. It is used in crafting ships, weapons, and furniture."
242
+ },
243
+ "screwMechanism": {
244
+ "name": "Mécanisme à vis",
245
+ "description": "A basic winding screw for binding metal and wood frames together."
246
+ },
247
+ "mopanePlank": {
248
+ "name": "Planche de mopane",
249
+ "description": "Wood planks used to craft basic ships and equipment."
250
+ },
251
+ "fineLinen": {
252
+ "name": "Lin fin",
253
+ "description": "Flexible and smooth fabric used to craft advanced ships and equipment."
254
+ },
255
+ "cogwheel": {
256
+ "name": "Rouage",
257
+ "description": "Simple turning wheel that can be slotted into wooden supports."
258
+ },
259
+ "woodTar": {
260
+ "name": "Goudron de bois",
261
+ "description": "Crude water sealant for ships, sails, and everything on them."
262
+ },
263
+ "fineJute": {
264
+ "name": "Jute fin",
265
+ "description": "Flexible but ugly fabric used to craft basic ships and equipment."
266
+ },
267
+ "fineSisal": {
268
+ "name": "Sisal fin",
269
+ "description": "Refined fabric from Sisal plants. It is used in crafting ships, weapons, and furniture."
270
+ },
271
+ "sharkLeather": {
272
+ "name": "Cuir de requin",
273
+ "description": "Very durable leather refined from Shark Skin. Can be used for crafting a variety of items."
274
+ },
275
+ "thickCrocodileHide": {
276
+ "name": "Peau de crocodile épais",
277
+ "description": ""
278
+ },
279
+ "thickCrocodileLeather": {
280
+ "name": "Cuir de crocodile épais",
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": "Peau de crocodile",
285
+ "description": ""
286
+ },
287
+ "crocodileLeather": {
288
+ "name": "Cuir de crocodile",
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": "Lingot de zinc",
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": "Planche cassée",
297
+ "description": "A piece of wood that has come loose from a hull. Requires Crowbar to harvest from shipwrecks."
298
+ },
299
+ "sheetGlass": {
300
+ "name": "Feuille de verre",
301
+ "description": "Thick glass for items that need sight-lines."
302
+ },
303
+ "fineHemp": {
304
+ "name": "Chanvre fin",
305
+ "description": "Incredibly strong fabric used to craft the finest ships and equipment."
306
+ },
307
+ "hippoHide": {
308
+ "name": "Peau d'hippopotame",
309
+ "description": ""
310
+ },
311
+ "hippoLeather": {
312
+ "name": "Cuir d'hippopotame",
313
+ "description": "Incredibly tough leather refined from Hippo Skin. Can be used for crafting a variety of items."
314
+ },
315
+ "greenheartPlank": {
316
+ "name": "Planche de cœur vert",
317
+ "description": "Incredibly strong wood used to craft advanced ships and equipment."
318
+ },
319
+ "roselleCloth": {
320
+ "name": "Tissu de roselle",
321
+ "description": "Incredibly strong fabric used to craft the finest ships and equipment."
322
+ },
323
+ "precisionDrillingBit": {
324
+ "name": "Foret de précision",
325
+ "description": "Hand-forged metal drill bit for accurate engineering work."
326
+ },
327
+ "greenheart": {
328
+ "name": "Cœur vert",
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": "Ramie fine",
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": "Teck",
345
+ "description": "A type o f wood known for its durability and water resistance."
346
+ },
347
+ "hemp": {
348
+ "name": "Chanvre",
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": "Genévrier",
357
+ "description": "A type of wood extremely strong for its weight."
358
+ },
359
+ "apexCrocodileHide": {
360
+ "name": "Peau de crocodile alpha",
361
+ "description": ""
362
+ },
363
+ "apexCrocodileLeather": {
364
+ "name": "Cuir de crocodile alpha",
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": "Peau d'hippopotame alpha",
369
+ "description": ""
370
+ },
371
+ "apexHippoLeather": {
372
+ "name": "Cuir d'hippopotame alpha",
373
+ "description": "Durable leather refined from Apex Hippo Skin. Can be used for crafting a variety of items."
374
+ },
375
+ "rubber": {
376
+ "name": "Caoutchouc",
377
+ "description": "A natural compound that is both stretchy and water-resistant."
378
+ },
379
+ "magnetite": {
380
+ "name": "Magnétite",
381
+ "description": "Iron ore that led to the discovery of magnetism in ancient times."
382
+ },
383
+ "magnetiteIngot": {
384
+ "name": "Lingot de magnétite",
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": "Lin",
393
+ "description": "A strong, absorbent textile made from the fibers of the flax plant."
394
+ },
395
+ "torsionSpring": {
396
+ "name": "Ressort à torsion",
397
+ "description": "An inhumanly large spring normally meant for industrial sites."
398
+ },
399
+ "bronzeIngot": {
400
+ "name": "Lingot de bronze",
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": "Kit de réparation I",
409
+ "description": "Mends a minimal amount of the ship's hull."
410
+ },
411
+ "repairKit2": {
412
+ "name": "Kit de réparation II",
413
+ "description": "Mends a modest amount of the ship's hull."
414
+ },
415
+ "repairKit3": {
416
+ "name": "Kit de réparation III",
417
+ "description": "Mends a moderate amount of the ship's hull."
418
+ },
419
+ "monstrousTooth": {
420
+ "name": "Dent monstrueuse",
421
+ "description": "Yanked from the maw of a beast dubbed \"Jaws of Vengeance\" by the Ungwana."
422
+ },
423
+ "vengefulEssence": {
424
+ "name": "Essence vengeresse",
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": "Cendres éthérées",
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": "Cordes des Anguilles",
433
+ "description": "Sturdy strings woven by the Eels, useful in crafting Ballistas."
434
+ },
435
+ "wyrmsBreath": {
436
+ "name": "Souffle de la Vouivre",
437
+ "description": "A highly flammable pitch and solvent for explosives concocted by the Wyrms."
438
+ },
439
+ "orcasMechanism": {
440
+ "name": "Mécanisme des Orques",
441
+ "description": "A circular linchpin designed by the Orcas. Used in construction where high tension is required."
442
+ },
443
+ "gannetsSaltpeter": {
444
+ "name": "Salpêtre des Fous de Bassan",
445
+ "description": "An immensely powerful chemical for gunpowder used in modern weapons, refined by the Gannets."
446
+ },
447
+ "dryCastingSand": {
448
+ "name": "Sable sec",
449
+ "description": "Casting sand that has been compacted to forge dense, heavy shapes."
450
+ },
451
+ "lacquer": {
452
+ "name": "Laque",
453
+ "description": "A stronger mix of shellac that is used to bind wood together and waterproofing."
454
+ },
455
+ "woodPitch": {
456
+ "name": "Sciure",
457
+ "description": "A purified sealent for hulls, sails, and anything exposed to the ocean."
458
+ },
459
+ "plateGlass": {
460
+ "name": "Feuille de verre",
461
+ "description": "Sealed and sheeted glass, which forms a nearly shatterproof bond."
462
+ },
463
+ "sinewString": {
464
+ "name": "Cordon en tendon",
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": "Pièces d'amélioration",
469
+ "description": "A set of master-crafted parts that can be used for upgrading."
470
+ },
471
+ "lestarisSkin": {
472
+ "name": "Peau de Lestari",
473
+ "description": "Tough hide hewn from the slain Lestari."
474
+ },
475
+ "hubacHeirloom": {
476
+ "name": "Héritage de Hubac",
477
+ "description": "Relic that has been passed down for generations within the Hubac family."
478
+ },
479
+ "units": {
480
+ "name": "Unités",
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": "Liège",
493
+ "description": "Left over from Yanita's concoctions. Highly valuable to some."
494
+ },
495
+ "ice": {
496
+ "name": "Glace",
497
+ "description": "A tropical wonder that's cold to the touch."
498
+ },
499
+ "lestarisMeat": {
500
+ "name": "Viande de Lestari",
501
+ "description": "Meat obtained from the sea monster Lestari."
502
+ },
503
+ "jadeDragon": {
504
+ "name": "Dragon de Jade",
505
+ "description": "An ornate token that can be used in the store for a special occasion."
506
+ },
507
+ "naphtha": {
508
+ "name": "Naphte",
509
+ "description": "A powerful solvent used to dissolve stubborn substances, including one's foes."
510
+ },
511
+ "zamaharibuScales": {
512
+ "name": "Écailles de Zamaharibu",
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": "Chaux vive",
517
+ "description": "Purified from coarse lime, which is far quicker to act and bond to different surfaces."
518
+ },
519
+ "purifiedSaltpeter": {
520
+ "name": "Salpêtre purifié",
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": "Train épicycloïdal",
525
+ "description": "A clock-like arrangement of cogwheels, common in construction of advanced turning mechanisms."
526
+ },
527
+ "wormDrive": {
528
+ "name": "Vis sans fin",
529
+ "description": "A compact gear system that translates rotations into smooth, precise movements."
530
+ },
531
+ "lightningDragonClaw": {
532
+ "name": "Griffe du Dragon de foudre",
533
+ "description": "A claw left behind by a lightning dragon. It oozes electrifying energy even in a dormant state."
534
+ },
535
+ "lightningDragonScale": {
536
+ "name": "Écaille du Dragon de foudre",
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": "Bec du Phénix",
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": "Plume de Phénix",
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": "Tête du Dragon Azur",
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": "Poussière de Peste",
553
+ "description": "A sinister, powdery substance, infused with the essence of venom and malice."
554
+ },
555
+ "blightedFuel": {
556
+ "name": "Carburant contaminé",
557
+ "description": "A toxic elixir harvested from the bowels of La Peste's flagship, which exudes a malevolent energy."
558
+ },
559
+ "yellowDragonBanner": {
560
+ "name": "Bannière du Dragon Jaune",
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": "Statue du Phénix de Jade",
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": "Cordes d'Anguille Solides",
569
+ "description": "Made by weaving twine together and processing it with other materials. Known for its reliability and resilience."
570
+ },
571
+ "wyrmVolatileNapalm": {
572
+ "name": "Napalm Explosif du Dragon",
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": "Appareil Complexe de l'Orque",
577
+ "description": "A system of complex mechanisms formed from gears and pieces. Put together, it achieves maximum efficiency."
578
+ },
579
+ "gannetDenseNiter": {
580
+ "name": "Salpêtre dense de Fou de Bassan",
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": "Pierre de Xanthous",
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": "Écailles putréfiées de Zamaharibu",
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": "Peau de Lestari putréfiée",
593
+ "description": "Decayed hide of Lestari. Marked by wounds that refuse to heal. Possibly resurrected by a mysterious power."
594
+ },
595
+ "artisansRefinementPack": {
596
+ "name": "Pack d'affinage de l'artisan",
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": "Pierre précieuse de Xanthous",
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
+ }