@skullandbonestools/snbdata 8.0.10 → 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 -31221
  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,300 +1,300 @@
1
- {
2
- "commodities": {
3
- "lambaCloth": {
4
- "name": "Lamba Cloth",
5
- "description": "Traditional garment from the Red Isle. Has value to the right buyer. Produced by the Sea People to be traded in the region."
6
- },
7
- "uncutGarnet": {
8
- "name": "Uncut Garnet",
9
- "description": "A deep maroon hints at its value. It is prized as a gem by many. Produced by the Sea People to be exported from the region."
10
- },
11
- "fineSeaPeopleRelic": {
12
- "name": "Fine Sea People Relic",
13
- "description": "A precious article from the Sea People. They could be sold for a good amount of silver."
14
- },
15
- "capitalSeaPeopleRelic": {
16
- "name": "Capital Sea People Relic",
17
- "description": "An invaluable article from the Sea People. They could be sold for a huge amount of silver."
18
- },
19
- "cloves": {
20
- "name": "Cloves",
21
- "description": "Cloves are dried flower buds used both as a spice and a medicinal ingredient. Produced and traded by the Fara in the region of the Red Isle."
22
- },
23
- "frankincense": {
24
- "name": "Frankincense",
25
- "description": "An aromatic resin obtained from a shrub that grows in the region of the Arabian Straits. It is burnt in various rituals, both in the East and West. Produced by the Fara to be exported out of the region."
26
- },
27
- "uncutSapphire": {
28
- "name": "Uncut Sapphire",
29
- "description": "A crude, valuable blue gem that can be found in the Red Isle. Unearthed by the Fara for trades beyond the Indian Ocean."
30
- },
31
- "fineFaraRelic": {
32
- "name": "Fine Fara Relic",
33
- "description": "A precious article from the Fara. They could be sold for a good amount of silver."
34
- },
35
- "capitalFaraRelic": {
36
- "name": "Capital Fara Relic",
37
- "description": "An invaluable article from the Fara. They could be sold for a huge amount of silver."
38
- },
39
- "snuff": {
40
- "name": "Snuff",
41
- "description": "In the hands of a connoisseur, it brings joy for its flavor. produced by the Ungwana to be traded in the region."
42
- },
43
- "ivory": {
44
- "name": "Ivory",
45
- "description": "A priceless commodity prized by artisans for its beauty and range of items that can be crafted from it. Produced by the Ungwana to be exported out of the region."
46
- },
47
- "uncutDiamond": {
48
- "name": "Uncut Diamond",
49
- "description": "Prized by many, this commodity is valued for its beauty and price in the hands of the right person. Produced by the Ungwana to be exported out of the region."
50
- },
51
- "fineUngwanaRelic": {
52
- "name": "Fine Ungwana Relic",
53
- "description": "A precious article from the Ungwana. They could be sold for a good amount of silver."
54
- },
55
- "capitalUngwanaRelic": {
56
- "name": "Capital Ungwana Relic",
57
- "description": "An invaluable article from the Ungwana. They could be sold for a huge amount of silver."
58
- },
59
- "spice": {
60
- "name": "Spice",
61
- "description": "Ground spices highly valued for its culinary and medical utility. Wars have been fought over them. Produced by the Rempah to be exported from the region."
62
- },
63
- "batik": {
64
- "name": "Batik",
65
- "description": "Intricate dyed cloth manufactured by the Rempah. Produced to be traded in the region."
66
- },
67
- "uncutRuby": {
68
- "name": "Uncut Ruby",
69
- "description": "An unprocessed gem of fire red to be fitted into the cane of a nobleman or the ring of a Kingpin. Produced by the Rempah to be exported from the region."
70
- },
71
- "fineRempahRelic": {
72
- "name": "Fine Rempah Relic",
73
- "description": "A precious article from the Rempah. They could be sold for a good amount of silver."
74
- },
75
- "capitalRempahRelic": {
76
- "name": "Capital Rempah Relic",
77
- "description": "An invaluable article from the Rempah. They could be sold for a huge amount of silver."
78
- },
79
- "ale": {
80
- "name": "Ale",
81
- "description": "More stuff to make people drunk. A pirate's favorite drink."
82
- },
83
- "tobacco": {
84
- "name": "Tobacco",
85
- "description": "Dried leaves from a plant in the West Indies. Highly addictive, it is smoked, chewed, or snuffed as a leisure drug, and mistakenly considered beneficial for health. Produced by the Compagnie to be exported out of the region."
86
- },
87
- "ambergris": {
88
- "name": "Ambergris",
89
- "description": "Found ashore or floating at sea near the Red Isle, ambergris is a fragrant substance used in perfumery and a byproduct of digesting giant squids by sperm whales. Produced by the Compagnie to be exported out of the region."
90
- },
91
- "vanilla": {
92
- "name": "Vanilla",
93
- "description": "A sweet spice for flavoring and medicine. Produced by the Compagnie to be exported out of the region."
94
- },
95
- "wine": {
96
- "name": "Wine",
97
- "description": "A classic alcoholic beverage made from fermented grapes and enjoyed by people from all continents. Imported by the Compagnie to be traded in the region."
98
- },
99
- "brandy": {
100
- "name": "Brandy",
101
- "description": "A strong liquor distilled from wine and aged in wooden casks, which give it a distinct flavor and scent. Imported by the Compagnie to be traded in the region."
102
- },
103
- "ornatePistols": {
104
- "name": "Ornate Pistols",
105
- "description": "Pistols desirable for officers and pirates who like to be conspicuous with their wealth."
106
- },
107
- "militaryCompagnieRelic": {
108
- "name": "Military Compagnie Relic",
109
- "description": "A fortification component from the Compagnie. They could be sold for a huge amount of silver."
110
- },
111
- "fineCompagnieRelic": {
112
- "name": "Fine Compagnie Relic",
113
- "description": "A precious article from the Compagnie. They could be sold for a good amount of silver."
114
- },
115
- "basicCompagnieRelic": {
116
- "name": "Basic Compagnie Relic",
117
- "description": "An article from the Compagnie. They could be sold for a decent amount of silver."
118
- },
119
- "capitalCompagnieRelic": {
120
- "name": "Capital Compagnie Relic",
121
- "description": "An invaluable article from the Compagnie. They could be sold for a huge amount of silver."
122
- },
123
- "nutmeg": {
124
- "name": "Nutmeg",
125
- "description": "The fruit of a rare tree that only grows in the islands of the East Indies. Nutmeg is a priceless spice produced by the DMC to be traded in the region."
126
- },
127
- "cacao": {
128
- "name": "Cacao",
129
- "description": "A popular bean used in a variety of food and beverages, and imported from Europe. Has value to the right buyer. Produced by the DMC to be traded in the region."
130
- },
131
- "camphor": {
132
- "name": "Camphor",
133
- "description": "A fragrant substance contained in the vapors from burning trees in the East Indies. It is used both in perfumery and as a medicinal ingredient. Produced by the DMC to be traded in the region."
134
- },
135
- "gin": {
136
- "name": "Gin",
137
- "description": "Originally created as a medicinal liquor by monks and alchemists in Europe. Imported by the DMC to be traded in the region."
138
- },
139
- "painting": {
140
- "name": "Painting",
141
- "description": "A beautiful oil canvas painting framed by mahogany. This will fetch the right price from the right buyer. Imported by the DMC to be traded in the region."
142
- },
143
- "militaryDmcRelic": {
144
- "name": "Military DMC Relic",
145
- "description": "A fortification component from the DMC. They could be sold for a huge amount of silver."
146
- },
147
- "fineDmcRelic": {
148
- "name": "Fine DMC Relic",
149
- "description": "A precious article from the DMC. They could be sold for a good amount of silver."
150
- },
151
- "capitalDmcRelic": {
152
- "name": "Capital DMC Relic",
153
- "description": "An invaluable article from the DMC. They could be sold for a huge amount of silver."
154
- },
155
- "rum": {
156
- "name": "Rum",
157
- "description": "Distilled from sugarcane molasses. Truly the pirate's drink of choice. Imported by Scurlock to be traded in the region."
158
- },
159
- "cannonPowder": {
160
- "name": "Cannon Powder",
161
- "description": "The sheer explosive power of this chemical concoction means your enemies won't just be leaving with a bruised ego. Imported by Scurlock to be traded in the region."
162
- },
163
- "firearms": {
164
- "name": "Firearms",
165
- "description": "A cache of illegally procured weapons to bolster any pirate's arsenal. Imported by Scurlock to be traded in the region."
166
- },
167
- "ginseng": {
168
- "name": "Ginseng",
169
- "description": "One of the most famous herbs in the world. Often used by Rahma for its medicinal benefits. Imported by Rahma to be traded in the region."
170
- },
171
- "jade": {
172
- "name": "Jade",
173
- "description": "Prized mineral from the East, Jade is worn as jewelry and ornaments in certain cultures. Imported by Rahma to be traded in the region."
174
- },
175
- "porcelain": {
176
- "name": "Porcelain",
177
- "description": "Priceless ceramic artifacts originating from the Far East. Imported by Rahma to be traded in the region."
178
- },
179
- "poppy": {
180
- "name": "Poppy",
181
- "description": "Refined into Blue Lotus Opium at the laboratory in Telok Penjarah."
182
- },
183
- "sugarCane": {
184
- "name": "Sugar Cane",
185
- "description": "Refines into White Skull Rum in Sainte-Anne's Helm office."
186
- },
187
- "juniperBerries": {
188
- "name": "Juniper Berries",
189
- "description": "Refined into White Skull Gin in Sainte-Anne's Helm office."
190
- },
191
- "tobaccoLeaves": {
192
- "name": "Tobacco Leaves",
193
- "description": "Refined into Black Snuff in Telok Penjarah's Helm office."
194
- },
195
- "rawImperialJade": {
196
- "name": "Raw Imperial Jade",
197
- "description": "A raw form of Imperial Jade, a valuable piece of contraband from the East. Refines into Imperial Jade at the Telok Penjarah Office."
198
- },
199
- "blackSnuff": {
200
- "name": "Black Snuff",
201
- "description": "High-quality black snuff refined from Tobacco Leaves by Helm members."
202
- },
203
- "blueLotusOpium": {
204
- "name": "Blue Lotus Opium",
205
- "description": "High-quality opium refined from Poppy by the Helm members."
206
- },
207
- "whiteSkullRum": {
208
- "name": "White Skull Rum",
209
- "description": "High-quality white rum refined from Sugar Cane by the Helm members."
210
- },
211
- "whiteSkullGin": {
212
- "name": "White Skull Gin",
213
- "description": "High-quality white gin refined from Juniper Berries by the Helm members."
214
- },
215
- "imperialJade": {
216
- "name": "Imperial Jade",
217
- "description": "Imperial Jade is a precious, highly valuable form of jade from the Far East, also known as the Middle Kingdom."
218
- },
219
- "silverSnuff": {
220
- "name": "Silver Snuff",
221
- "description": "The highest-quality white snuff obtainable from Black Snuff by Helm members."
222
- },
223
- "blackLotusOpium": {
224
- "name": "Black Lotus Opium",
225
- "description": "The highest-quality opium obtainable from Blue Lotus Opium by Helm members."
226
- },
227
- "goldSkullRum": {
228
- "name": "Gold Skull Rum",
229
- "description": "The highest-quality gold rum obtainable from White Skull Rum by Helm members."
230
- },
231
- "goldSkullGin": {
232
- "name": "Gold Skull Gin",
233
- "description": "The highest-quality gold gin obtainable from White Skull Gin by Helm members."
234
- },
235
- "carvedImperialJade": {
236
- "name": "Carved Imperial Jade",
237
- "description": "An artful carving of Imperial Jade from the East, coveted by collectors. Obtainable from Imperial Jade and members of the Helm."
238
- },
239
- "copperBars": {
240
- "name": "Kupfer Bars",
241
- "description": "A significant, high-grade metal from Europe, from refining copper to its highest purity. Makes it viable for applications for war."
242
- },
243
- "gildmarks": {
244
- "name": "Gildmarks",
245
- "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."
246
- },
247
- "helmLeaseOpen": {
248
- "name": "Helm Lease (Open)",
249
- "description": "An unrestricted certificate of ownership stamped by Helm contacts for any Manufactory of your choosing."
250
- },
251
- "crystalizedTaintedWood": {
252
- "name": "Crystalized Tainted Wood",
253
- "description": "Rumored to be from Sathanur, the wood has been hardened by petrification and the undying passage of time."
254
- },
255
- "sigilFlare": {
256
- "name": "Sigil Flare",
257
- "description": "An ornate flare that shines brightly when ignited. This is the calling card of the Honorless for their hallucinogen supply drops."
258
- },
259
- "roseWater": {
260
- "name": "Rose Water",
261
- "description": "The flavor of love, empathy, attraction, and femininity."
262
- },
263
- "soothingBalm": {
264
- "name": "Soothing Balm",
265
- "description": "A fragrant oilment guaranteed to relief sores and aches."
266
- },
267
- "shipInABottle": {
268
- "name": "Ship in a Bottle",
269
- "description": "An intricate miniature of a ship in a bottle."
270
- },
271
- "luxuryDice": {
272
- "name": "Luxury Dice",
273
- "description": "An exotic set marked for a passion of randomness."
274
- },
275
- "phoenixPouch": {
276
- "name": "Phoenix Pouch",
277
- "description": "An embroidered pouch of intricate design, filled with an unknown substance. Belonged to the leader of the Phoenix's Talon."
278
- },
279
- "pulsingSchaduwRemnant": {
280
- "name": "Pulsing Schaduw Remnant",
281
- "description": "Debris of the Schaduw, powered by Vikram's influence."
282
- },
283
- "grainFlare": {
284
- "name": "Grain Flare",
285
- "description": "Sorghum packed with explosive materials, tightly woven into a singular piece. Setting this off brings about the wrath of the Moonshiners."
286
- },
287
- "jasmineIncenseFlare": {
288
- "name": "Jasmine Incense Flare",
289
- "description": "When lit, it gives off a sickly yet pleasant aroma."
290
- },
291
- "azureFlare": {
292
- "name": "Azure Flare",
293
- "description": "This flare has a terrifying shimmer to it. Perhaps it has some connection to a greater curse..."
294
- },
295
- "hallowedFlare": {
296
- "name": "Hallowed Flare",
297
- "description": "This flare has an air that is disturbing yet whimsical. It almost seems to be cackling at you."
298
- }
299
- }
1
+ {
2
+ "commodities": {
3
+ "lambaCloth": {
4
+ "name": "Lamba Cloth",
5
+ "description": "Traditional garment from the Red Isle. Has value to the right buyer. Produced by the Sea People to be traded in the region."
6
+ },
7
+ "uncutGarnet": {
8
+ "name": "Uncut Garnet",
9
+ "description": "A deep maroon hints at its value. It is prized as a gem by many. Produced by the Sea People to be exported from the region."
10
+ },
11
+ "fineSeaPeopleRelic": {
12
+ "name": "Fine Sea People Relic",
13
+ "description": "A precious article from the Sea People. They could be sold for a good amount of silver."
14
+ },
15
+ "capitalSeaPeopleRelic": {
16
+ "name": "Capital Sea People Relic",
17
+ "description": "An invaluable article from the Sea People. They could be sold for a huge amount of silver."
18
+ },
19
+ "cloves": {
20
+ "name": "Cloves",
21
+ "description": "Cloves are dried flower buds used both as a spice and a medicinal ingredient. Produced and traded by the Fara in the region of the Red Isle."
22
+ },
23
+ "frankincense": {
24
+ "name": "Frankincense",
25
+ "description": "An aromatic resin obtained from a shrub that grows in the region of the Arabian Straits. It is burnt in various rituals, both in the East and West. Produced by the Fara to be exported out of the region."
26
+ },
27
+ "uncutSapphire": {
28
+ "name": "Uncut Sapphire",
29
+ "description": "A crude, valuable blue gem that can be found in the Red Isle. Unearthed by the Fara for trades beyond the Indian Ocean."
30
+ },
31
+ "fineFaraRelic": {
32
+ "name": "Fine Fara Relic",
33
+ "description": "A precious article from the Fara. They could be sold for a good amount of silver."
34
+ },
35
+ "capitalFaraRelic": {
36
+ "name": "Capital Fara Relic",
37
+ "description": "An invaluable article from the Fara. They could be sold for a huge amount of silver."
38
+ },
39
+ "snuff": {
40
+ "name": "Snuff",
41
+ "description": "In the hands of a connoisseur, it brings joy for its flavor. produced by the Ungwana to be traded in the region."
42
+ },
43
+ "ivory": {
44
+ "name": "Ivory",
45
+ "description": "A priceless commodity prized by artisans for its beauty and range of items that can be crafted from it. Produced by the Ungwana to be exported out of the region."
46
+ },
47
+ "uncutDiamond": {
48
+ "name": "Uncut Diamond",
49
+ "description": "Prized by many, this commodity is valued for its beauty and price in the hands of the right person. Produced by the Ungwana to be exported out of the region."
50
+ },
51
+ "fineUngwanaRelic": {
52
+ "name": "Fine Ungwana Relic",
53
+ "description": "A precious article from the Ungwana. They could be sold for a good amount of silver."
54
+ },
55
+ "capitalUngwanaRelic": {
56
+ "name": "Capital Ungwana Relic",
57
+ "description": "An invaluable article from the Ungwana. They could be sold for a huge amount of silver."
58
+ },
59
+ "spice": {
60
+ "name": "Spice",
61
+ "description": "Ground spices highly valued for its culinary and medical utility. Wars have been fought over them. Produced by the Rempah to be exported from the region."
62
+ },
63
+ "batik": {
64
+ "name": "Batik",
65
+ "description": "Intricate dyed cloth manufactured by the Rempah. Produced to be traded in the region."
66
+ },
67
+ "uncutRuby": {
68
+ "name": "Uncut Ruby",
69
+ "description": "An unprocessed gem of fire red to be fitted into the cane of a nobleman or the ring of a Kingpin. Produced by the Rempah to be exported from the region."
70
+ },
71
+ "fineRempahRelic": {
72
+ "name": "Fine Rempah Relic",
73
+ "description": "A precious article from the Rempah. They could be sold for a good amount of silver."
74
+ },
75
+ "capitalRempahRelic": {
76
+ "name": "Capital Rempah Relic",
77
+ "description": "An invaluable article from the Rempah. They could be sold for a huge amount of silver."
78
+ },
79
+ "ale": {
80
+ "name": "Ale",
81
+ "description": "More stuff to make people drunk. A pirate's favorite drink."
82
+ },
83
+ "tobacco": {
84
+ "name": "Tobacco",
85
+ "description": "Dried leaves from a plant in the West Indies. Highly addictive, it is smoked, chewed, or snuffed as a leisure drug, and mistakenly considered beneficial for health. Produced by the Compagnie to be exported out of the region."
86
+ },
87
+ "ambergris": {
88
+ "name": "Ambergris",
89
+ "description": "Found ashore or floating at sea near the Red Isle, ambergris is a fragrant substance used in perfumery and a byproduct of digesting giant squids by sperm whales. Produced by the Compagnie to be exported out of the region."
90
+ },
91
+ "vanilla": {
92
+ "name": "Vanilla",
93
+ "description": "A sweet spice for flavoring and medicine. Produced by the Compagnie to be exported out of the region."
94
+ },
95
+ "wine": {
96
+ "name": "Wine",
97
+ "description": "A classic alcoholic beverage made from fermented grapes and enjoyed by people from all continents. Imported by the Compagnie to be traded in the region."
98
+ },
99
+ "brandy": {
100
+ "name": "Brandy",
101
+ "description": "A strong liquor distilled from wine and aged in wooden casks, which give it a distinct flavor and scent. Imported by the Compagnie to be traded in the region."
102
+ },
103
+ "ornatePistols": {
104
+ "name": "Ornate Pistols",
105
+ "description": "Pistols desirable for officers and pirates who like to be conspicuous with their wealth."
106
+ },
107
+ "militaryCompagnieRelic": {
108
+ "name": "Military Compagnie Relic",
109
+ "description": "A fortification component from the Compagnie. They could be sold for a huge amount of silver."
110
+ },
111
+ "fineCompagnieRelic": {
112
+ "name": "Fine Compagnie Relic",
113
+ "description": "A precious article from the Compagnie. They could be sold for a good amount of silver."
114
+ },
115
+ "basicCompagnieRelic": {
116
+ "name": "Basic Compagnie Relic",
117
+ "description": "An article from the Compagnie. They could be sold for a decent amount of silver."
118
+ },
119
+ "capitalCompagnieRelic": {
120
+ "name": "Capital Compagnie Relic",
121
+ "description": "An invaluable article from the Compagnie. They could be sold for a huge amount of silver."
122
+ },
123
+ "nutmeg": {
124
+ "name": "Nutmeg",
125
+ "description": "The fruit of a rare tree that only grows in the islands of the East Indies. Nutmeg is a priceless spice produced by the DMC to be traded in the region."
126
+ },
127
+ "cacao": {
128
+ "name": "Cacao",
129
+ "description": "A popular bean used in a variety of food and beverages, and imported from Europe. Has value to the right buyer. Produced by the DMC to be traded in the region."
130
+ },
131
+ "camphor": {
132
+ "name": "Camphor",
133
+ "description": "A fragrant substance contained in the vapors from burning trees in the East Indies. It is used both in perfumery and as a medicinal ingredient. Produced by the DMC to be traded in the region."
134
+ },
135
+ "gin": {
136
+ "name": "Gin",
137
+ "description": "Originally created as a medicinal liquor by monks and alchemists in Europe. Imported by the DMC to be traded in the region."
138
+ },
139
+ "painting": {
140
+ "name": "Painting",
141
+ "description": "A beautiful oil canvas painting framed by mahogany. This will fetch the right price from the right buyer. Imported by the DMC to be traded in the region."
142
+ },
143
+ "militaryDmcRelic": {
144
+ "name": "Military DMC Relic",
145
+ "description": "A fortification component from the DMC. They could be sold for a huge amount of silver."
146
+ },
147
+ "fineDmcRelic": {
148
+ "name": "Fine DMC Relic",
149
+ "description": "A precious article from the DMC. They could be sold for a good amount of silver."
150
+ },
151
+ "capitalDmcRelic": {
152
+ "name": "Capital DMC Relic",
153
+ "description": "An invaluable article from the DMC. They could be sold for a huge amount of silver."
154
+ },
155
+ "rum": {
156
+ "name": "Rum",
157
+ "description": "Distilled from sugarcane molasses. Truly the pirate's drink of choice. Imported by Scurlock to be traded in the region."
158
+ },
159
+ "cannonPowder": {
160
+ "name": "Cannon Powder",
161
+ "description": "The sheer explosive power of this chemical concoction means your enemies won't just be leaving with a bruised ego. Imported by Scurlock to be traded in the region."
162
+ },
163
+ "firearms": {
164
+ "name": "Firearms",
165
+ "description": "A cache of illegally procured weapons to bolster any pirate's arsenal. Imported by Scurlock to be traded in the region."
166
+ },
167
+ "ginseng": {
168
+ "name": "Ginseng",
169
+ "description": "One of the most famous herbs in the world. Often used by Rahma for its medicinal benefits. Imported by Rahma to be traded in the region."
170
+ },
171
+ "jade": {
172
+ "name": "Jade",
173
+ "description": "Prized mineral from the East, Jade is worn as jewelry and ornaments in certain cultures. Imported by Rahma to be traded in the region."
174
+ },
175
+ "porcelain": {
176
+ "name": "Porcelain",
177
+ "description": "Priceless ceramic artifacts originating from the Far East. Imported by Rahma to be traded in the region."
178
+ },
179
+ "poppy": {
180
+ "name": "Poppy",
181
+ "description": "Refined into Blue Lotus Opium at the laboratory in Telok Penjarah."
182
+ },
183
+ "sugarCane": {
184
+ "name": "Sugar Cane",
185
+ "description": "Refines into White Skull Rum in Sainte-Anne's Helm office."
186
+ },
187
+ "juniperBerries": {
188
+ "name": "Juniper Berries",
189
+ "description": "Refined into White Skull Gin in Sainte-Anne's Helm office."
190
+ },
191
+ "tobaccoLeaves": {
192
+ "name": "Tobacco Leaves",
193
+ "description": "Refined into Black Snuff in Telok Penjarah's Helm office."
194
+ },
195
+ "rawImperialJade": {
196
+ "name": "Raw Imperial Jade",
197
+ "description": "A raw form of Imperial Jade, a valuable piece of contraband from the East. Refines into Imperial Jade at the Telok Penjarah Office."
198
+ },
199
+ "blackSnuff": {
200
+ "name": "Black Snuff",
201
+ "description": "High-quality black snuff refined from Tobacco Leaves by Helm members."
202
+ },
203
+ "blueLotusOpium": {
204
+ "name": "Blue Lotus Opium",
205
+ "description": "High-quality opium refined from Poppy by the Helm members."
206
+ },
207
+ "whiteSkullRum": {
208
+ "name": "White Skull Rum",
209
+ "description": "High-quality white rum refined from Sugar Cane by the Helm members."
210
+ },
211
+ "whiteSkullGin": {
212
+ "name": "White Skull Gin",
213
+ "description": "High-quality white gin refined from Juniper Berries by the Helm members."
214
+ },
215
+ "imperialJade": {
216
+ "name": "Imperial Jade",
217
+ "description": "Imperial Jade is a precious, highly valuable form of jade from the Far East, also known as the Middle Kingdom."
218
+ },
219
+ "silverSnuff": {
220
+ "name": "Silver Snuff",
221
+ "description": "The highest-quality white snuff obtainable from Black Snuff by Helm members."
222
+ },
223
+ "blackLotusOpium": {
224
+ "name": "Black Lotus Opium",
225
+ "description": "The highest-quality opium obtainable from Blue Lotus Opium by Helm members."
226
+ },
227
+ "goldSkullRum": {
228
+ "name": "Gold Skull Rum",
229
+ "description": "The highest-quality gold rum obtainable from White Skull Rum by Helm members."
230
+ },
231
+ "goldSkullGin": {
232
+ "name": "Gold Skull Gin",
233
+ "description": "The highest-quality gold gin obtainable from White Skull Gin by Helm members."
234
+ },
235
+ "carvedImperialJade": {
236
+ "name": "Carved Imperial Jade",
237
+ "description": "An artful carving of Imperial Jade from the East, coveted by collectors. Obtainable from Imperial Jade and members of the Helm."
238
+ },
239
+ "copperBars": {
240
+ "name": "Kupfer Bars",
241
+ "description": "A significant, high-grade metal from Europe, from refining copper to its highest purity. Makes it viable for applications for war."
242
+ },
243
+ "gildmarks": {
244
+ "name": "Gildmarks",
245
+ "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."
246
+ },
247
+ "helmLeaseOpen": {
248
+ "name": "Helm Lease (Open)",
249
+ "description": "An unrestricted certificate of ownership stamped by Helm contacts for any Manufactory of your choosing."
250
+ },
251
+ "crystalizedTaintedWood": {
252
+ "name": "Crystalized Tainted Wood",
253
+ "description": "Rumored to be from Sathanur, the wood has been hardened by petrification and the undying passage of time."
254
+ },
255
+ "sigilFlare": {
256
+ "name": "Sigil Flare",
257
+ "description": "An ornate flare that shines brightly when ignited. This is the calling card of the Honorless for their hallucinogen supply drops."
258
+ },
259
+ "roseWater": {
260
+ "name": "Rose Water",
261
+ "description": "The flavor of love, empathy, attraction, and femininity."
262
+ },
263
+ "soothingBalm": {
264
+ "name": "Soothing Balm",
265
+ "description": "A fragrant oilment guaranteed to relief sores and aches."
266
+ },
267
+ "shipInABottle": {
268
+ "name": "Ship in a Bottle",
269
+ "description": "An intricate miniature of a ship in a bottle."
270
+ },
271
+ "luxuryDice": {
272
+ "name": "Luxury Dice",
273
+ "description": "An exotic set marked for a passion of randomness."
274
+ },
275
+ "phoenixPouch": {
276
+ "name": "Phoenix Pouch",
277
+ "description": "An embroidered pouch of intricate design, filled with an unknown substance. Belonged to the leader of the Phoenix's Talon."
278
+ },
279
+ "pulsingSchaduwRemnant": {
280
+ "name": "Pulsing Schaduw Remnant",
281
+ "description": "Debris of the Schaduw, powered by Vikram's influence."
282
+ },
283
+ "grainFlare": {
284
+ "name": "Grain Flare",
285
+ "description": "Sorghum packed with explosive materials, tightly woven into a singular piece. Setting this off brings about the wrath of the Moonshiners."
286
+ },
287
+ "jasmineIncenseFlare": {
288
+ "name": "Jasmine Incense Flare",
289
+ "description": "When lit, it gives off a sickly yet pleasant aroma."
290
+ },
291
+ "azureFlare": {
292
+ "name": "Azure Flare",
293
+ "description": "This flare has a terrifying shimmer to it. Perhaps it has some connection to a greater curse..."
294
+ },
295
+ "hallowedFlare": {
296
+ "name": "Hallowed Flare",
297
+ "description": "This flare has an air that is disturbing yet whimsical. It almost seems to be cackling at you."
298
+ }
299
+ }
300
300
  }