@skullandbonestools/snbdata 6.0.17 → 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,176 @@
1
+ {
2
+ "achievements": {
3
+ "ballistaMastery": {
4
+ "name": "Ballista Mastery",
5
+ "description": "Deal %s damage using Ballista."
6
+ },
7
+ "mortarMastery": {
8
+ "name": "Mortar Mastery",
9
+ "description": "Deal %s damage using Mortar."
10
+ },
11
+ "seaFireMastery": {
12
+ "name": "Sea Fire Mastery",
13
+ "description": "Deal %s damage using Sea Fire."
14
+ },
15
+ "springloaderMastery": {
16
+ "name": "Springloader Mastery",
17
+ "description": "Deal %s damage using Springloader."
18
+ },
19
+ "torpedoMastery": {
20
+ "name": "Torpedo Mastery",
21
+ "description": "Deal %s damage using Torpedoes."
22
+ },
23
+ "bombardMastery": {
24
+ "name": "Bombard Mastery",
25
+ "description": "Deal %s damage using Bombard."
26
+ },
27
+ "culverinMastery": {
28
+ "name": "Culverin Mastery",
29
+ "description": "Deal %s damage using Culverin."
30
+ },
31
+ "demicannonMastery": {
32
+ "name": "Demi-Cannon Mastery",
33
+ "description": "Deal %s damage using Demi-Cannon."
34
+ },
35
+ "longGunMastery": {
36
+ "name": "Long Gun Mastery",
37
+ "description": "Deal %s damage using Long Gun."
38
+ },
39
+ "rocketMastery": {
40
+ "name": "Rocket Mastery",
41
+ "description": "Deal %s damage using Rocket."
42
+ },
43
+ "explosiveLongGunMastery": {
44
+ "name": "Explosive Long Gun Mastery",
45
+ "description": "Deal %s damage using Lange Kartouwe."
46
+ },
47
+ "unisonCulverinMastery": {
48
+ "name": "Unison Culverin Mastery",
49
+ "description": "Deal %s damage using Urban's Great Gun."
50
+ },
51
+ "explosiveDemicannonMastery": {
52
+ "name": "Explosive Demi-Cannon Mastery",
53
+ "description": "Deal %s damage using Kleine Kartouwe."
54
+ },
55
+ "weaponAscension": {
56
+ "name": "Weapon Ascension",
57
+ "description": "Ascend %s weapons."
58
+ },
59
+ "weaponModification": {
60
+ "name": "Weapon Modification",
61
+ "description": "Modify %s weapons."
62
+ },
63
+ "burningBallistaMastery": {
64
+ "name": "Burning Ballista Mastery",
65
+ "description": "Deal %s damage using Alecto."
66
+ },
67
+ "lightningBombardMastery": {
68
+ "name": "Lightning Bombard Mastery",
69
+ "description": "Deal %s damage using Divine Wind."
70
+ },
71
+ "lumberjack": {
72
+ "name": "Lumberjack",
73
+ "description": "Gather %s Wood."
74
+ },
75
+ "masterChef": {
76
+ "name": "Master Chef",
77
+ "description": "Gather %s Food."
78
+ },
79
+ "masterHarvester": {
80
+ "name": "Master Harvester",
81
+ "description": "Gather %s Fiber."
82
+ },
83
+ "masterSmith": {
84
+ "name": "Master Smith",
85
+ "description": "Craft %s Metal."
86
+ },
87
+ "silversmith": {
88
+ "name": "Silversmith",
89
+ "description": "Earn %s Silver."
90
+ },
91
+ "fortuneFinder": {
92
+ "name": "Fortune Finder",
93
+ "description": "Complete %s Treasure Maps."
94
+ },
95
+ "keeperOfEights": {
96
+ "name": "Keeper of Eights",
97
+ "description": "Earn %s Pieces of Eight."
98
+ },
99
+ "plagueEnder": {
100
+ "name": "Plague Ender",
101
+ "description": "Complete the \"The Plague King\" world event %s times."
102
+ },
103
+ "cursebreaker": {
104
+ "name": "Cursebreaker",
105
+ "description": "Complete the \"The Looming Schadow\" world event %s times."
106
+ },
107
+ "redeemer": {
108
+ "name": "Redeemer",
109
+ "description": "Complete the \"The Great Schadow\" world event %s times."
110
+ },
111
+ "showstopper": {
112
+ "name": "Showstopper",
113
+ "description": "Complete the \"Chorus of Havoc\" world event %s times."
114
+ },
115
+ "unsighted": {
116
+ "name": "Unsighted",
117
+ "description": "Complete the \"The Glorious Phoenix\" world event %s times."
118
+ },
119
+ "plunderer": {
120
+ "name": "Plunderer",
121
+ "description": "Complete %s plunders while in a group."
122
+ },
123
+ "wolfpack": {
124
+ "name": "Wolfpack",
125
+ "description": "Land the final hit on %s ships while sailing in a group."
126
+ },
127
+ "handOfJudgment": {
128
+ "name": "Hand of Judgment",
129
+ "description": "Use %s Bloodied Strongbox"
130
+ },
131
+ "azureTidings": {
132
+ "name": "Azure Tidings",
133
+ "description": "Use %s Azure Cache"
134
+ },
135
+ "claimToFame": {
136
+ "name": "Claim to Fame (Y2S1)",
137
+ "description": "Gain %s Infamy in Year 2 Season 1"
138
+ },
139
+ "enterTheNian": {
140
+ "name": "Enter the Nian",
141
+ "description": "Use %s Nian Strongbox"
142
+ },
143
+ "ghoulsBane": {
144
+ "name": "Ghoul's Bane",
145
+ "description": "Use %s Reaper's Cache"
146
+ },
147
+ "claimToFameY2S2": {
148
+ "name": "Claim to Fame (Y2S2)",
149
+ "description": "Gain %s Infamy in Year 2 Season 2"
150
+ },
151
+ "darktideSurvivor": {
152
+ "name": "Darktide Survivor",
153
+ "description": "Use %s Darktide Lullaby caches"
154
+ },
155
+ "moonshineRaider": {
156
+ "name": "Moonshine Raider",
157
+ "description": "Use %s Moonshine Larceny caches"
158
+ },
159
+ "fleetMaster": {
160
+ "name": "Fleet Master",
161
+ "description": "Build %s ships"
162
+ },
163
+ "stormSailor": {
164
+ "name": "Storm Sailor",
165
+ "description": "Sail through storms for %s minutes"
166
+ },
167
+ "colossalVessel": {
168
+ "name": "Colossal Vessel",
169
+ "description": "Build %s Large Frigate"
170
+ },
171
+ "pirateKnight": {
172
+ "name": "Pirate Knight",
173
+ "description": "Loot %s Merchant Convoys"
174
+ }
175
+ }
176
+ }
@@ -0,0 +1,288 @@
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
+ }
288
+ }
@@ -0,0 +1,99 @@
1
+ {
2
+ "contracts": {
3
+ "oceansApart": "Oceans Apart",
4
+ "fromTheDeep": "From the Deep",
5
+ "theRoyaleExit": "The Royale Exit",
6
+ "theForeignMenace": "The Foreign Menace",
7
+ "newHorizons": "New Horizons",
8
+ "aPiratesDeal": "A Pirate's Deal",
9
+ "aSeaworthyShip": "A Seaworthy Ship",
10
+ "armsAndGuns": "Arms and Guns",
11
+ "unwelcomeAboard": "Unwelcome Aboard",
12
+ "dressedToKill": "Dressed to Kill",
13
+ "theEnchroachingEpidemic": "The Enchroaching Epidemic",
14
+ "thePersuingPlague": "The Persuing Plague",
15
+ "brokeredGround": "Brokered Ground",
16
+ "thrillOfTheHunt": "Thrill of the Hunt",
17
+ "thePirateRound": "The Pirate Round",
18
+ "heighSeasHeist": "High Seas Heist",
19
+ "strikeTheIron": "Strike the Iron",
20
+ "hammerAndPlunder": "Hammer & Plunder",
21
+ "delicateAlliance": "Delicate Alliance",
22
+ "theAfricanAilment": "The African Ailment",
23
+ "relicsOfThePast": "Relics of the Past",
24
+ "fatesInTheStars": "Fates in the Stars",
25
+ "overtureOfHavoc": "Overture of Havoc",
26
+ "rhythemicRetrieval": "Rhythemic Retrieval",
27
+ "rhapsodyInRed": "Rhapsody in Red",
28
+ "balladOfDestruction": "Ballad of Destruction",
29
+ "licenseToLease": "License to Lease",
30
+ "argentRefrain": "Argent Refrain",
31
+ "sableRefrain": "Sable Refrain",
32
+ "symphonyOfCannons": "Symphony of Cannons",
33
+ "clashingCadence": "Clashing Cadence",
34
+ "balladOfTheBlitz": "Ballad of the Blitz",
35
+ "shieldOfTheHelm": "Shield of the Helm",
36
+ "balladBearer": "Ballad Bearer",
37
+ "rhapsodyRaids": "Rhapsody Raids",
38
+ "sirensRefrain": "Siren's Refrain",
39
+ "appropriatedAria": "Appropriated Aria",
40
+ "stolenCrescendo": "Stolen Crescendo",
41
+ "balladOfTheRaid": "Ballad of the Raid",
42
+ "consistentCadence": "Consistent Cadence",
43
+ "melodicMayhem": "Melodic Mayhem",
44
+ "curtainCall": "Curtain Call",
45
+ "theShadowSonata": "The Shadow Sonata",
46
+ "defendersOverture": "Defender's Overture",
47
+ "vengefulVerses": "Vengeful Verses",
48
+ "ragingMelody": "Raging Melody",
49
+ "serpentSchemes": "Serpent Schemes",
50
+ "icyInterception": "Icy Interception",
51
+ "summerSpoils": "Summer Spoils",
52
+ "heatwaveHeist": "Heatwave Heist",
53
+ "heatedPursuit": "Heated Pursuit",
54
+ "thePiratesOverture": "The Pirate's Overture",
55
+ "tropicalTreason": "Tropical Treason",
56
+ "grandOperasEnd": "Grand Opera's End",
57
+ "summerSabotage": "Summer Sabotage",
58
+ "blastYeTowers": "Blast Ye Towers",
59
+ "unchartedWaters": "Uncharted Waters",
60
+ "economicEspionage": "Economic Espionage",
61
+ "idleEarls": "Idle Earls",
62
+ "hungryMermaids": "Hungry Mermaids",
63
+ "poorCompagnie": "Poor Compagnie",
64
+ "ancestralRights": "Ancestral Rights",
65
+ "boTelORhum": "Bo' tel o' Rhum",
66
+ "weSeekWarriors": "We Seek Warriors",
67
+ "untoldTreasures": "Untold Treasures",
68
+ "supplyAndDemand": "Supply and Demand",
69
+ "cutthroatJacks": "Cutthroat Jacks",
70
+ "inForSkins": "In for Skins",
71
+ "smugglersCurse": "Smuggler's Curse",
72
+ "theMarquis": "The Marquis",
73
+ "flamingQuarry": "Flaming Quarry",
74
+ "dragonAndPhoenix": "Dragon and Phoenix",
75
+ "flickerOfDestiny": "Flicker of Destiny",
76
+ "engulfingStorm": "Engulfing Storm",
77
+ "aTrailOfAshes": "A Trail of Ashes",
78
+ "scorchedHorizon": "Scorched Horizon",
79
+ "theMooncakeRegatta3": "The Mooncake Regatta III",
80
+ "ourInheritedLand": "Our Inherited Land",
81
+ "ragingInferno": "Raging Inferno",
82
+ "lostAndHaunted": "Lost and Haunted",
83
+ "callOfTheAzure": "Call of the Azure",
84
+ "wolvesInTheWater": "Wolves in the Water",
85
+ "edgeOfDarkness": "Edge of Darkness",
86
+ "aPrizedPosession": "A Prized Possession",
87
+ "voicesFromThePast": "Voices from the Past",
88
+ "aVictoryLap": "A Victory Lap",
89
+ "theExeterCollection": "The Exeter Collection",
90
+ "theDutchDispatch": "The Dutch Dispatch",
91
+ "foilsOfPeace": "Foils of Peace",
92
+ "allureOfPower": "Allure of Power",
93
+ "theHonorless": "The Honorless",
94
+ "reachTheFirmament": "Reach the Firmament",
95
+ "wolvesAtWar": "Wolves at War",
96
+ "plunderAndPeril": "Plunder and Peril",
97
+ "riskOfRuin": "Risk of Ruin"
98
+ }
99
+ }