@skullandbonestools/snbdata 8.0.11 → 8.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +105 -105
  3. package/data/achievements.json +738 -738
  4. package/data/commodities.json +367 -367
  5. package/data/contracts.json +287 -287
  6. package/data/cosmetics.json +31606 -31250
  7. package/data/events.json +49 -49
  8. package/data/factions.json +135 -135
  9. package/data/items.json +16089 -16076
  10. package/data/materials.json +937 -937
  11. package/data/modifications.json +1579 -1579
  12. package/data/regions.json +25 -25
  13. package/data/seasons.json +64 -64
  14. package/data/sets.json +1681 -1661
  15. package/data/ships.json +946 -946
  16. package/data/territories.json +407 -407
  17. package/data/ultimates.json +108 -108
  18. package/data/worldEvents.json +395 -383
  19. package/dist/data_providers/seasons.d.ts +16 -0
  20. package/dist/data_providers/seasons.d.ts.map +1 -0
  21. package/dist/data_providers/seasons.js +19 -0
  22. package/dist/data_providers/seasons.js.map +1 -0
  23. package/dist/data_providers/ships.d.ts +64 -0
  24. package/dist/data_providers/ships.d.ts.map +1 -0
  25. package/dist/data_providers/ships.js +45 -0
  26. package/dist/data_providers/ships.js.map +1 -0
  27. package/dist/types/ShipSize.d.ts +2 -0
  28. package/dist/types/ShipSize.d.ts.map +1 -0
  29. package/dist/types/ShipSize.js +2 -0
  30. package/dist/types/ShipSize.js.map +1 -0
  31. package/dist/types/SlotWithGunports.d.ts +8 -0
  32. package/dist/types/SlotWithGunports.d.ts.map +1 -0
  33. package/dist/types/SlotWithGunports.js +2 -0
  34. package/dist/types/SlotWithGunports.js.map +1 -0
  35. package/languages/ar/ar_achievements.json +271 -271
  36. package/languages/ar/ar_commodities.json +299 -299
  37. package/languages/ar/ar_contracts.json +98 -98
  38. package/languages/ar/ar_cosmetics.json +21771 -21543
  39. package/languages/ar/ar_events.json +15 -15
  40. package/languages/ar/ar_factions.json +69 -69
  41. package/languages/ar/ar_items.json +3113 -3107
  42. package/languages/ar/ar_locations.json +268 -261
  43. package/languages/ar/ar_materials.json +631 -631
  44. package/languages/ar/ar_modifications.json +446 -446
  45. package/languages/ar/ar_perks.json +3144 -3144
  46. package/languages/ar/ar_regions.json +15 -15
  47. package/languages/ar/ar_seasons.json +12 -12
  48. package/languages/ar/ar_sets.json +423 -418
  49. package/languages/ar/ar_ships.json +111 -111
  50. package/languages/ar/ar_territories.json +177 -177
  51. package/languages/ar/ar_ultimates.json +47 -47
  52. package/languages/ar/ar_worldEvents.json +82 -80
  53. package/languages/de/de_achievements.json +271 -271
  54. package/languages/de/de_commodities.json +299 -299
  55. package/languages/de/de_contracts.json +98 -98
  56. package/languages/de/de_cosmetics.json +21771 -21543
  57. package/languages/de/de_events.json +15 -15
  58. package/languages/de/de_factions.json +69 -69
  59. package/languages/de/de_items.json +3113 -3107
  60. package/languages/de/de_locations.json +268 -261
  61. package/languages/de/de_materials.json +631 -631
  62. package/languages/de/de_modifications.json +446 -446
  63. package/languages/de/de_perks.json +3144 -3144
  64. package/languages/de/de_seasons.json +12 -12
  65. package/languages/de/de_sets.json +423 -418
  66. package/languages/de/de_ships.json +111 -111
  67. package/languages/de/de_worldEvents.json +82 -80
  68. package/languages/en/en_achievements.json +271 -271
  69. package/languages/en/en_commodities.json +299 -299
  70. package/languages/en/en_contracts.json +98 -98
  71. package/languages/en/en_cosmetics.json +21771 -21543
  72. package/languages/en/en_events.json +15 -15
  73. package/languages/en/en_factions.json +69 -69
  74. package/languages/en/en_items.json +3113 -3107
  75. package/languages/en/en_locations.json +268 -261
  76. package/languages/en/en_materials.json +631 -631
  77. package/languages/en/en_modifications.json +446 -446
  78. package/languages/en/en_perks.json +3144 -3144
  79. package/languages/en/en_regions.json +15 -15
  80. package/languages/en/en_seasons.json +12 -12
  81. package/languages/en/en_sets.json +423 -418
  82. package/languages/en/en_ships.json +111 -111
  83. package/languages/en/en_territories.json +177 -177
  84. package/languages/en/en_ultimates.json +47 -47
  85. package/languages/en/en_worldEvents.json +82 -80
  86. package/languages/es/es_achievements.json +271 -271
  87. package/languages/es/es_commodities.json +299 -299
  88. package/languages/es/es_contracts.json +98 -98
  89. package/languages/es/es_cosmetics.json +21771 -21543
  90. package/languages/es/es_events.json +15 -15
  91. package/languages/es/es_factions.json +69 -69
  92. package/languages/es/es_items.json +3113 -3107
  93. package/languages/es/es_locations.json +268 -261
  94. package/languages/es/es_materials.json +631 -631
  95. package/languages/es/es_modifications.json +446 -446
  96. package/languages/es/es_perks.json +3144 -3144
  97. package/languages/es/es_regions.json +15 -15
  98. package/languages/es/es_seasons.json +12 -12
  99. package/languages/es/es_sets.json +423 -418
  100. package/languages/es/es_ships.json +111 -111
  101. package/languages/es/es_territories.json +177 -177
  102. package/languages/es/es_ultimates.json +47 -47
  103. package/languages/es/es_worldEvents.json +82 -80
  104. package/languages/fr/fr_achievements.json +271 -271
  105. package/languages/fr/fr_commodities.json +299 -299
  106. package/languages/fr/fr_contracts.json +98 -98
  107. package/languages/fr/fr_cosmetics.json +21771 -21543
  108. package/languages/fr/fr_events.json +15 -15
  109. package/languages/fr/fr_factions.json +69 -69
  110. package/languages/fr/fr_items.json +3113 -3107
  111. package/languages/fr/fr_locations.json +268 -261
  112. package/languages/fr/fr_materials.json +631 -631
  113. package/languages/fr/fr_modifications.json +446 -446
  114. package/languages/fr/fr_perks.json +3144 -3144
  115. package/languages/fr/fr_regions.json +15 -15
  116. package/languages/fr/fr_seasons.json +12 -12
  117. package/languages/fr/fr_sets.json +423 -418
  118. package/languages/fr/fr_ships.json +111 -111
  119. package/languages/fr/fr_territories.json +177 -177
  120. package/languages/fr/fr_ultimates.json +47 -47
  121. package/languages/fr/fr_worldEvents.json +82 -80
  122. package/languages/source/achievements.json +271 -271
  123. package/languages/source/commodities.json +299 -299
  124. package/languages/source/contracts.json +98 -98
  125. package/languages/source/cosmetics.json +21771 -21543
  126. package/languages/source/events.json +15 -15
  127. package/languages/source/factions.json +69 -69
  128. package/languages/source/items.json +3113 -3107
  129. package/languages/source/locations.json +268 -261
  130. package/languages/source/materials.json +631 -631
  131. package/languages/source/modifications.json +446 -446
  132. package/languages/source/perks.json +3144 -3144
  133. package/languages/source/regions.json +15 -15
  134. package/languages/source/seasons.json +12 -12
  135. package/languages/source/sets.json +423 -418
  136. package/languages/source/ships.json +111 -111
  137. package/languages/source/territories.json +177 -177
  138. package/languages/source/ultimates.json +47 -47
  139. package/languages/source/worldEvents.json +82 -80
  140. package/languages/zh/zh_achievements.json +271 -271
  141. package/languages/zh/zh_commodities.json +299 -299
  142. package/languages/zh/zh_contracts.json +98 -98
  143. package/languages/zh/zh_cosmetics.json +21771 -21543
  144. package/languages/zh/zh_events.json +15 -15
  145. package/languages/zh/zh_factions.json +69 -69
  146. package/languages/zh/zh_items.json +3113 -3107
  147. package/languages/zh/zh_locations.json +268 -261
  148. package/languages/zh/zh_materials.json +631 -631
  149. package/languages/zh/zh_modifications.json +446 -446
  150. package/languages/zh/zh_perks.json +3144 -3144
  151. package/languages/zh/zh_regions.json +15 -15
  152. package/languages/zh/zh_seasons.json +12 -12
  153. package/languages/zh/zh_sets.json +423 -418
  154. package/languages/zh/zh_ships.json +111 -111
  155. package/languages/zh/zh_territories.json +177 -177
  156. package/languages/zh/zh_ultimates.json +47 -47
  157. package/languages/zh/zh_worldEvents.json +82 -80
  158. package/package.json +42 -42
@@ -1,384 +1,396 @@
1
- {
2
- "anguishFromTheAbyss": {
3
- "id": "anguishFromTheAbyss",
4
- "type": "spectralShip",
5
- "faction": "dutchMerchantCompany"
6
- },
7
- "tidesOfTerror": {
8
- "id": "tidesOfTerror",
9
- "type": "eliteWarship",
10
- "faction": "fleetOfPestilence"
11
- },
12
- "theMizerja": {
13
- "id": "theMizerja",
14
- "type": "eliteWarship",
15
- "faction": "clanOfFara"
16
- },
17
- "theOpwelling": {
18
- "id": "theOpwelling",
19
- "type": "eliteWarship",
20
- "faction": "dutchMerchantCompany"
21
- },
22
- "thePlagueKing": {
23
- "id": "thePlagueKing",
24
- "type": "eliteWarship",
25
- "faction": "fleetOfPestilence"
26
- },
27
- "caperingTheCape": {
28
- "id": "caperingTheCape",
29
- "type": "convoy",
30
- "faction": "clanOfFara"
31
- },
32
- "anAllianceOfConvenience": {
33
- "id": "anAllianceOfConvenience",
34
- "type": "convoy"
35
- },
36
- "theRempahResupply": {
37
- "id": "theRempahResupply",
38
- "type": "convoy",
39
- "faction": "dominionOfRempah"
40
- },
41
- "guidedByGuile": {
42
- "id": "guidedByGuile",
43
- "type": "convoy",
44
- "faction": "dominionOfRempah"
45
- },
46
- "symphonieMortelle": {
47
- "id": "symphonieMortelle",
48
- "type": "eliteWarship",
49
- "faction": "compagnieRoyale"
50
- },
51
- "verseOfVengeance": {
52
- "id": "verseOfVengeance",
53
- "type": "eliteWarship",
54
- "faction": "chorusFleet"
55
- },
56
- "verseOfRemorse": {
57
- "id": "verseOfRemorse",
58
- "type": "eliteWarship",
59
- "faction": "chorusFleet"
60
- },
61
- "riskTheRisingTide": {
62
- "id": "riskTheRisingTide",
63
- "type": "convoy"
64
- },
65
- "iceAndEasy": {
66
- "id": "iceAndEasy",
67
- "type": "convoy",
68
- "faction": "dutchMerchantCompany",
69
- "event": "summerFiesta"
70
- },
71
- "chorusOfHavoc": {
72
- "id": "chorusOfHavoc",
73
- "type": "eliteWarship",
74
- "faction": "chorusFleet"
75
- },
76
- "divineRetribution": {
77
- "id": "divineRetribution",
78
- "type": "seaMonster"
79
- },
80
- "opulentOpportunity": {
81
- "id": "opulentOpportunity",
82
- "type": "convoy",
83
- "faction": "confederationOfUngwana"
84
- },
85
- "easternExchange": {
86
- "id": "easternExchange",
87
- "type": "convoy"
88
- },
89
- "flamesOfTheDragon": {
90
- "id": "flamesOfTheDragon",
91
- "type": "eliteWarship"
92
- },
93
- "theGloriousPhoenix": {
94
- "id": "theGloriousPhoenix",
95
- "type": "eliteWarship",
96
- "faction": "phoenixsTalon"
97
- },
98
- "theSerpentsWrath": {
99
- "id": "theSerpentsWrath",
100
- "type": "eliteWarship",
101
- "faction": "dragonsClaw"
102
- },
103
- "flamesOfThePhoenix": {
104
- "id": "flamesOfThePhoenix",
105
- "type": "eliteWarship",
106
- "faction": "phoenixsTalon"
107
- },
108
- "baitAndSwitch": {
109
- "id": "baitAndSwitch",
110
- "type": "convoy"
111
- },
112
- "stolenTreasures": {
113
- "id": "stolenTreasures",
114
- "type": "convoy"
115
- },
116
- "curseOfTheSchaduw": {
117
- "id": "curseOfTheSchaduw",
118
- "type": "eliteWarship",
119
- "faction": "shadowLegion"
120
- },
121
- "theLoomingShadow": {
122
- "id": "theLoomingShadow",
123
- "type": "eliteWarship",
124
- "faction": "shadowLegion"
125
- },
126
- "reaversVengeance": {
127
- "id": "reaversVengeance",
128
- "type": "seaMonster"
129
- },
130
- "theWolfHunter": {
131
- "id": "theWolfHunter",
132
- "type": "eliteWarship",
133
- "faction": "dutchMerchantCompany"
134
- },
135
- "theAzureRoyale": {
136
- "id": "theAzureRoyale",
137
- "type": "eliteWarship",
138
- "faction": "azureFleet",
139
- "event": "azureSolstice"
140
- },
141
- "theGreatShadow": {
142
- "id": "theGreatShadow",
143
- "type": "eliteWarship",
144
- "faction": "shadowLegion"
145
- },
146
- "undyingMaw": {
147
- "id": "undyingMaw",
148
- "type": "seaMonster"
149
- },
150
- "payingDues": {
151
- "id": "payingDues",
152
- "type": "convoy",
153
- "faction": "scavengers",
154
- "event": "theFounding"
155
- },
156
- "scurlocksPrecious": {
157
- "id": "scurlocksPrecious",
158
- "type": "convoy",
159
- "faction": "scavengers",
160
- "event": "theFounding"
161
- },
162
- "thickAsThieves": {
163
- "id": "thickAsThieves",
164
- "type": "convoy",
165
- "faction": "scavengers",
166
- "event": "theFounding"
167
- },
168
- "gloryAdorned": {
169
- "id": "gloryAdorned",
170
- "type": "convoy",
171
- "faction": "dominionOfRempah"
172
- },
173
- "theHonorlessMizerja": {
174
- "id": "theHonorlessMizerja",
175
- "type": "eliteWarship",
176
- "faction": "clanOfFara",
177
- "event": "theHonorless"
178
- },
179
- "theHonorlessDianSinaga": {
180
- "id": "theHonorlessDianSinaga",
181
- "type": "eliteWarship",
182
- "faction": "dominionOfRempah",
183
- "event": "theHonorless"
184
- },
185
- "theHonorlessAhPak": {
186
- "id": "theHonorlessAhPak",
187
- "type": "eliteWarship",
188
- "faction": "pirates",
189
- "event": "theHonorless"
190
- },
191
- "shadesOfTheRonin": {
192
- "id": "shadesOfTheRonin",
193
- "type": "convoy"
194
- },
195
- "fangsOfTheFara": {
196
- "id": "fangsOfTheFara",
197
- "type": "eliteWarship",
198
- "faction": "clanOfFara"
199
- },
200
- "hunterHunted": {
201
- "id": "hunterHunted",
202
- "type": "eliteWarship",
203
- "faction": "confederationOfUngwana"
204
- },
205
- "watchTheThrone": {
206
- "id": "watchTheThrone",
207
- "type": "eliteWarship",
208
- "faction": "pirates"
209
- },
210
- "aTreacherousTurn": {
211
- "id": "aTreacherousTurn",
212
- "type": "eliteWarship",
213
- "faction": "dominionOfRempah"
214
- },
215
- "aShowOfStrength": {
216
- "id": "aShowOfStrength",
217
- "type": "eliteWarship",
218
- "faction": "dutchMerchantCompany"
219
- },
220
- "fromTheDeep": {
221
- "id": "fromTheDeep",
222
- "type": "seaMonster"
223
- },
224
- "profitablePoison": {
225
- "id": "profitablePoison",
226
- "type": "convoy",
227
- "faction": "confederationOfUngwana"
228
- },
229
- "farReachesForTheFara": {
230
- "id": "farReachesForTheFara",
231
- "type": "convoy",
232
- "faction": "clanOfFara"
233
- },
234
- "drownedSorrows": {
235
- "id": "drownedSorrows",
236
- "type": "convoy",
237
- "faction": "shadowLegion"
238
- },
239
- "aHushedHold": {
240
- "id": "aHushedHold",
241
- "type": "convoy",
242
- "faction": "dutchMerchantCompany"
243
- },
244
- "theVanishing": {
245
- "id": "theVanishing",
246
- "type": "seaMonster"
247
- },
248
- "silentDeath": {
249
- "id": "silentDeath",
250
- "type": "seaMonster"
251
- },
252
- "convoyOfHighSpirits": {
253
- "id": "convoyOfHighSpirits",
254
- "type": "convoy",
255
- "faction": "compagnieRoyale"
256
- },
257
- "shapesInTheWater": {
258
- "id": "shapesInTheWater",
259
- "type": "convoy",
260
- "faction": "shadowLegion"
261
- },
262
- "spoilsOfWar": {
263
- "id": "spoilsOfWar",
264
- "type": "convoy",
265
- "faction": "clanOfFara"
266
- },
267
- "aPerilousPathToProfits": {
268
- "id": "aPerilousPathToProfits",
269
- "type": "convoy",
270
- "faction": "dominionOfRempah"
271
- },
272
- "maladiousMeasures": {
273
- "id": "maladiousMeasures",
274
- "type": "convoy",
275
- "faction": "dutchMerchantCompany"
276
- },
277
- "colonialShipment": {
278
- "id": "colonialShipment",
279
- "type": "convoy",
280
- "faction": "compagnieRoyale"
281
- },
282
- "apparativeApparitions": {
283
- "id": "apparativeApparitions",
284
- "type": "convoy",
285
- "faction": "dutchMerchantCompany"
286
- },
287
- "violentTendencies": {
288
- "id": "violentTendencies",
289
- "type": "convoy",
290
- "faction": "shadowLegion"
291
- },
292
- "aLongMarch": {
293
- "id": "aLongMarch",
294
- "type": "convoy",
295
- "faction": "dutchMerchantCompany"
296
- },
297
- "theManicMoonshinerFleet": {
298
- "id": "theManicMoonshinerFleet",
299
- "type": "eliteWarship",
300
- "faction": "pirates",
301
- "event": "moonshineLarceny"
302
- },
303
- "deadMansMoonshine": {
304
- "id": "deadMansMoonshine",
305
- "type": "convoy",
306
- "faction": "pirates",
307
- "event": "moonshineLarceny"
308
- },
309
- "moonshineMadness": {
310
- "id": "moonshineMadness",
311
- "type": "convoy",
312
- "faction": "pirates",
313
- "event": "moonshineLarceny"
314
- },
315
- "bloodDrunk": {
316
- "id": "bloodDrunk",
317
- "type": "eliteWarship",
318
- "faction": "compagnieRoyale"
319
- },
320
- "theWeepingMother": {
321
- "id": "theWeepingMother",
322
- "type": "eliteWarship",
323
- "faction": "weepingSpecters",
324
- "event": "darktideLullaby"
325
- },
326
- "soleilRoyal": {
327
- "id": "soleilRoyal",
328
- "type": "eliteWarship",
329
- "faction": "compagnieRoyale"
330
- },
331
- "reapItAndWeep": {
332
- "id": "reapItAndWeep",
333
- "type": "eliteWarship",
334
- "faction": "theUnhallowed",
335
- "event": "requiemOfTheLost"
336
- },
337
- "reaperOfTheLost": {
338
- "id": "reaperOfTheLost",
339
- "type": "eliteWarship",
340
- "faction": "theUnhallowed",
341
- "event": "requiemOfTheLost"
342
- },
343
- "azureHarbinger": {
344
- "id": "azureHarbinger",
345
- "type": "eliteWarship",
346
- "faction": "azureFleet",
347
- "event": "azureSolstice"
348
- },
349
- "warCargo": {
350
- "id": "warCargo",
351
- "type": "warEvent"
352
- },
353
- "warConvoy": {
354
- "id": "warConvoy",
355
- "type": "warEvent"
356
- },
357
- "opstuwing": {
358
- "id": "opstuwing",
359
- "type": "warEvent",
360
- "faction": "dutchMerchantCompany"
361
- },
362
- "soleilImperial": {
363
- "id": "soleilImperial",
364
- "type": "warEvent",
365
- "faction": "compagnieRoyale"
366
- },
367
- "kraken": {
368
- "id": "kraken",
369
- "type": "seaMonster"
370
- },
371
- "theDrowningPlague": {
372
- "id": "theDrowningPlague",
373
- "type": "eliteWarship"
374
- },
375
- "jawsOfRetribution": {
376
- "id": "jawsOfRetribution",
377
- "type": "seaMonster"
378
- },
379
- "megafortWolvenhol": {
380
- "id": "megafortWolvenhol",
381
- "type": "militaryBase",
382
- "faction": "dutchMerchantCompany"
383
- }
1
+ {
2
+ "anguishFromTheAbyss": {
3
+ "id": "anguishFromTheAbyss",
4
+ "type": "spectralShip",
5
+ "faction": "dutchMerchantCompany"
6
+ },
7
+ "tidesOfTerror": {
8
+ "id": "tidesOfTerror",
9
+ "type": "eliteWarship",
10
+ "faction": "fleetOfPestilence"
11
+ },
12
+ "theMizerja": {
13
+ "id": "theMizerja",
14
+ "type": "eliteWarship",
15
+ "faction": "clanOfFara"
16
+ },
17
+ "theOpwelling": {
18
+ "id": "theOpwelling",
19
+ "type": "eliteWarship",
20
+ "faction": "dutchMerchantCompany"
21
+ },
22
+ "thePlagueKing": {
23
+ "id": "thePlagueKing",
24
+ "type": "eliteWarship",
25
+ "faction": "fleetOfPestilence"
26
+ },
27
+ "caperingTheCape": {
28
+ "id": "caperingTheCape",
29
+ "type": "convoy",
30
+ "faction": "clanOfFara"
31
+ },
32
+ "anAllianceOfConvenience": {
33
+ "id": "anAllianceOfConvenience",
34
+ "type": "convoy"
35
+ },
36
+ "theRempahResupply": {
37
+ "id": "theRempahResupply",
38
+ "type": "convoy",
39
+ "faction": "dominionOfRempah"
40
+ },
41
+ "guidedByGuile": {
42
+ "id": "guidedByGuile",
43
+ "type": "convoy",
44
+ "faction": "dominionOfRempah"
45
+ },
46
+ "symphonieMortelle": {
47
+ "id": "symphonieMortelle",
48
+ "type": "eliteWarship",
49
+ "faction": "compagnieRoyale"
50
+ },
51
+ "verseOfVengeance": {
52
+ "id": "verseOfVengeance",
53
+ "type": "eliteWarship",
54
+ "faction": "chorusFleet"
55
+ },
56
+ "verseOfRemorse": {
57
+ "id": "verseOfRemorse",
58
+ "type": "eliteWarship",
59
+ "faction": "chorusFleet"
60
+ },
61
+ "riskTheRisingTide": {
62
+ "id": "riskTheRisingTide",
63
+ "type": "convoy"
64
+ },
65
+ "iceAndEasy": {
66
+ "id": "iceAndEasy",
67
+ "type": "convoy",
68
+ "faction": "dutchMerchantCompany",
69
+ "event": "summerFiesta"
70
+ },
71
+ "chorusOfHavoc": {
72
+ "id": "chorusOfHavoc",
73
+ "type": "eliteWarship",
74
+ "faction": "chorusFleet"
75
+ },
76
+ "divineRetribution": {
77
+ "id": "divineRetribution",
78
+ "type": "seaMonster"
79
+ },
80
+ "opulentOpportunity": {
81
+ "id": "opulentOpportunity",
82
+ "type": "convoy",
83
+ "faction": "confederationOfUngwana"
84
+ },
85
+ "easternExchange": {
86
+ "id": "easternExchange",
87
+ "type": "convoy"
88
+ },
89
+ "flamesOfTheDragon": {
90
+ "id": "flamesOfTheDragon",
91
+ "type": "eliteWarship"
92
+ },
93
+ "theGloriousPhoenix": {
94
+ "id": "theGloriousPhoenix",
95
+ "type": "eliteWarship",
96
+ "faction": "phoenixsTalon"
97
+ },
98
+ "theSerpentsWrath": {
99
+ "id": "theSerpentsWrath",
100
+ "type": "eliteWarship",
101
+ "faction": "dragonsClaw"
102
+ },
103
+ "flamesOfThePhoenix": {
104
+ "id": "flamesOfThePhoenix",
105
+ "type": "eliteWarship",
106
+ "faction": "phoenixsTalon"
107
+ },
108
+ "baitAndSwitch": {
109
+ "id": "baitAndSwitch",
110
+ "type": "convoy"
111
+ },
112
+ "stolenTreasures": {
113
+ "id": "stolenTreasures",
114
+ "type": "convoy"
115
+ },
116
+ "curseOfTheSchaduw": {
117
+ "id": "curseOfTheSchaduw",
118
+ "type": "eliteWarship",
119
+ "faction": "shadowLegion"
120
+ },
121
+ "theLoomingShadow": {
122
+ "id": "theLoomingShadow",
123
+ "type": "eliteWarship",
124
+ "faction": "shadowLegion"
125
+ },
126
+ "reaversVengeance": {
127
+ "id": "reaversVengeance",
128
+ "type": "seaMonster"
129
+ },
130
+ "theWolfHunter": {
131
+ "id": "theWolfHunter",
132
+ "type": "eliteWarship",
133
+ "faction": "dutchMerchantCompany"
134
+ },
135
+ "theAzureRoyale": {
136
+ "id": "theAzureRoyale",
137
+ "type": "eliteWarship",
138
+ "faction": "azureFleet",
139
+ "event": "azureSolstice"
140
+ },
141
+ "theGreatShadow": {
142
+ "id": "theGreatShadow",
143
+ "type": "eliteWarship",
144
+ "faction": "shadowLegion"
145
+ },
146
+ "undyingMaw": {
147
+ "id": "undyingMaw",
148
+ "type": "seaMonster"
149
+ },
150
+ "payingDues": {
151
+ "id": "payingDues",
152
+ "type": "convoy",
153
+ "faction": "scavengers",
154
+ "event": "theFounding"
155
+ },
156
+ "scurlocksPrecious": {
157
+ "id": "scurlocksPrecious",
158
+ "type": "convoy",
159
+ "faction": "scavengers",
160
+ "event": "theFounding"
161
+ },
162
+ "thickAsThieves": {
163
+ "id": "thickAsThieves",
164
+ "type": "convoy",
165
+ "faction": "scavengers",
166
+ "event": "theFounding"
167
+ },
168
+ "gloryAdorned": {
169
+ "id": "gloryAdorned",
170
+ "type": "convoy",
171
+ "faction": "dominionOfRempah"
172
+ },
173
+ "theHonorlessMizerja": {
174
+ "id": "theHonorlessMizerja",
175
+ "type": "eliteWarship",
176
+ "faction": "clanOfFara",
177
+ "event": "theHonorless"
178
+ },
179
+ "theHonorlessDianSinaga": {
180
+ "id": "theHonorlessDianSinaga",
181
+ "type": "eliteWarship",
182
+ "faction": "dominionOfRempah",
183
+ "event": "theHonorless"
184
+ },
185
+ "theHonorlessAhPak": {
186
+ "id": "theHonorlessAhPak",
187
+ "type": "eliteWarship",
188
+ "faction": "pirates",
189
+ "event": "theHonorless"
190
+ },
191
+ "shadesOfTheRonin": {
192
+ "id": "shadesOfTheRonin",
193
+ "type": "convoy"
194
+ },
195
+ "fangsOfTheFara": {
196
+ "id": "fangsOfTheFara",
197
+ "type": "eliteWarship",
198
+ "faction": "clanOfFara"
199
+ },
200
+ "hunterHunted": {
201
+ "id": "hunterHunted",
202
+ "type": "eliteWarship",
203
+ "faction": "confederationOfUngwana"
204
+ },
205
+ "watchTheThrone": {
206
+ "id": "watchTheThrone",
207
+ "type": "eliteWarship",
208
+ "faction": "pirates"
209
+ },
210
+ "aTreacherousTurn": {
211
+ "id": "aTreacherousTurn",
212
+ "type": "eliteWarship",
213
+ "faction": "dominionOfRempah"
214
+ },
215
+ "aShowOfStrength": {
216
+ "id": "aShowOfStrength",
217
+ "type": "eliteWarship",
218
+ "faction": "dutchMerchantCompany"
219
+ },
220
+ "fromTheDeep": {
221
+ "id": "fromTheDeep",
222
+ "type": "seaMonster"
223
+ },
224
+ "profitablePoison": {
225
+ "id": "profitablePoison",
226
+ "type": "convoy",
227
+ "faction": "confederationOfUngwana"
228
+ },
229
+ "farReachesForTheFara": {
230
+ "id": "farReachesForTheFara",
231
+ "type": "convoy",
232
+ "faction": "clanOfFara"
233
+ },
234
+ "drownedSorrows": {
235
+ "id": "drownedSorrows",
236
+ "type": "convoy",
237
+ "faction": "shadowLegion"
238
+ },
239
+ "aHushedHold": {
240
+ "id": "aHushedHold",
241
+ "type": "convoy",
242
+ "faction": "dutchMerchantCompany"
243
+ },
244
+ "theVanishing": {
245
+ "id": "theVanishing",
246
+ "type": "seaMonster"
247
+ },
248
+ "silentDeath": {
249
+ "id": "silentDeath",
250
+ "type": "seaMonster"
251
+ },
252
+ "convoyOfHighSpirits": {
253
+ "id": "convoyOfHighSpirits",
254
+ "type": "convoy",
255
+ "faction": "compagnieRoyale"
256
+ },
257
+ "shapesInTheWater": {
258
+ "id": "shapesInTheWater",
259
+ "type": "convoy",
260
+ "faction": "shadowLegion"
261
+ },
262
+ "spoilsOfWar": {
263
+ "id": "spoilsOfWar",
264
+ "type": "convoy",
265
+ "faction": "clanOfFara"
266
+ },
267
+ "aPerilousPathToProfits": {
268
+ "id": "aPerilousPathToProfits",
269
+ "type": "convoy",
270
+ "faction": "dominionOfRempah"
271
+ },
272
+ "maladiousMeasures": {
273
+ "id": "maladiousMeasures",
274
+ "type": "convoy",
275
+ "faction": "dutchMerchantCompany"
276
+ },
277
+ "colonialShipment": {
278
+ "id": "colonialShipment",
279
+ "type": "convoy",
280
+ "faction": "compagnieRoyale"
281
+ },
282
+ "apparativeApparitions": {
283
+ "id": "apparativeApparitions",
284
+ "type": "convoy",
285
+ "faction": "dutchMerchantCompany"
286
+ },
287
+ "violentTendencies": {
288
+ "id": "violentTendencies",
289
+ "type": "convoy",
290
+ "faction": "shadowLegion"
291
+ },
292
+ "aLongMarch": {
293
+ "id": "aLongMarch",
294
+ "type": "convoy",
295
+ "faction": "dutchMerchantCompany"
296
+ },
297
+ "theManicMoonshinerFleet": {
298
+ "id": "theManicMoonshinerFleet",
299
+ "type": "eliteWarship",
300
+ "faction": "pirates",
301
+ "event": "moonshineLarceny"
302
+ },
303
+ "deadMansMoonshine": {
304
+ "id": "deadMansMoonshine",
305
+ "type": "convoy",
306
+ "faction": "pirates",
307
+ "event": "moonshineLarceny"
308
+ },
309
+ "moonshineMadness": {
310
+ "id": "moonshineMadness",
311
+ "type": "convoy",
312
+ "faction": "pirates",
313
+ "event": "moonshineLarceny"
314
+ },
315
+ "bloodDrunk": {
316
+ "id": "bloodDrunk",
317
+ "type": "eliteWarship",
318
+ "faction": "compagnieRoyale"
319
+ },
320
+ "theWeepingMother": {
321
+ "id": "theWeepingMother",
322
+ "type": "eliteWarship",
323
+ "faction": "weepingSpecters",
324
+ "event": "darktideLullaby"
325
+ },
326
+ "soleilRoyal": {
327
+ "id": "soleilRoyal",
328
+ "type": "eliteWarship",
329
+ "faction": "compagnieRoyale"
330
+ },
331
+ "reapItAndWeep": {
332
+ "id": "reapItAndWeep",
333
+ "type": "eliteWarship",
334
+ "faction": "theUnhallowed",
335
+ "event": "requiemOfTheLost"
336
+ },
337
+ "reaperOfTheLost": {
338
+ "id": "reaperOfTheLost",
339
+ "type": "eliteWarship",
340
+ "faction": "theUnhallowed",
341
+ "event": "requiemOfTheLost"
342
+ },
343
+ "azureHarbinger": {
344
+ "id": "azureHarbinger",
345
+ "type": "eliteWarship",
346
+ "faction": "azureFleet",
347
+ "event": "azureSolstice"
348
+ },
349
+ "warCargo": {
350
+ "id": "warCargo",
351
+ "type": "warEvent"
352
+ },
353
+ "warConvoy": {
354
+ "id": "warConvoy",
355
+ "type": "warEvent"
356
+ },
357
+ "opstuwing": {
358
+ "id": "opstuwing",
359
+ "type": "warEvent",
360
+ "faction": "dutchMerchantCompany"
361
+ },
362
+ "soleilImperial": {
363
+ "id": "soleilImperial",
364
+ "type": "warEvent",
365
+ "faction": "compagnieRoyale"
366
+ },
367
+ "kraken": {
368
+ "id": "kraken",
369
+ "type": "seaMonster"
370
+ },
371
+ "theDrowningPlague": {
372
+ "id": "theDrowningPlague",
373
+ "type": "eliteWarship"
374
+ },
375
+ "jawsOfRetribution": {
376
+ "id": "jawsOfRetribution",
377
+ "type": "seaMonster"
378
+ },
379
+ "megafortWolvenhol": {
380
+ "id": "megafortWolvenhol",
381
+ "type": "militaryBase",
382
+ "faction": "dutchMerchantCompany"
383
+ },
384
+ "legendOfTheNian": {
385
+ "id": "legendOfTheNian",
386
+ "type": "eliteWarship",
387
+ "faction": "pirates",
388
+ "event": "enterTheNian"
389
+ },
390
+ "crazedNian": {
391
+ "id": "crazedNian",
392
+ "type": "eliteWarship",
393
+ "faction": "pirates",
394
+ "event": "legendOfTheNian"
395
+ }
384
396
  }