@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
package/data/sets.json CHANGED
@@ -1,1662 +1,1682 @@
1
- {
2
- "crownedPrince": {
3
- "id": "crownedPrince",
4
- "type": "ship"
5
- },
6
- "easternTiger": {
7
- "id": "easternTiger",
8
- "type": "ship"
9
- },
10
- "ashenCorsair": {
11
- "id": "ashenCorsair",
12
- "type": "ship"
13
- },
14
- "contentCreator": {
15
- "id": "contentCreator",
16
- "type": "ship"
17
- },
18
- "welcomeBundle": {
19
- "id": "welcomeBundle",
20
- "type": "ship"
21
- },
22
- "wrecker": {
23
- "id": "wrecker",
24
- "type": "ship"
25
- },
26
- "elDorado": {
27
- "id": "elDorado",
28
- "type": "ship"
29
- },
30
- "despoiler": {
31
- "id": "despoiler",
32
- "type": "ship"
33
- },
34
- "oceanReavers": {
35
- "id": "oceanReavers",
36
- "type": "ship"
37
- },
38
- "ashenLady": {
39
- "id": "ashenLady",
40
- "type": "ship"
41
- },
42
- "pillager": {
43
- "id": "pillager",
44
- "type": "ship"
45
- },
46
- "theLongDark": {
47
- "id": "theLongDark",
48
- "type": "ship"
49
- },
50
- "suaveSeadog": {
51
- "id": "suaveSeadog",
52
- "type": "player"
53
- },
54
- "caliban": {
55
- "id": "caliban",
56
- "type": "ship"
57
- },
58
- "ironWill": {
59
- "id": "ironWill",
60
- "type": "ship"
61
- },
62
- "europeanLuxuryCosmetics": {
63
- "id": "europeanLuxuryCosmetics",
64
- "type": "ship"
65
- },
66
- "seaPeoplesWays": {
67
- "id": "seaPeoplesWays",
68
- "type": "ship"
69
- },
70
- "ungwanaHunter": {
71
- "id": "ungwanaHunter",
72
- "type": "ship"
73
- },
74
- "sacredPlumage": {
75
- "id": "sacredPlumage",
76
- "type": "ship"
77
- },
78
- "rempahCosmetics": {
79
- "id": "rempahCosmetics",
80
- "type": "ship"
81
- },
82
- "compagnieCosmetics": {
83
- "id": "compagnieCosmetics",
84
- "type": "ship"
85
- },
86
- "fara": {
87
- "id": "fara",
88
- "type": "ship"
89
- },
90
- "pathfinder": {
91
- "id": "pathfinder",
92
- "type": "ship"
93
- },
94
- "scurlocks": {
95
- "id": "scurlocks",
96
- "type": "ship"
97
- },
98
- "pioneer": {
99
- "id": "pioneer",
100
- "type": "ship"
101
- },
102
- "dmcCosmetics": {
103
- "id": "dmcCosmetics",
104
- "type": "ship"
105
- },
106
- "sainteAnneCosmetics": {
107
- "id": "sainteAnneCosmetics",
108
- "type": "ship"
109
- },
110
- "twitchDrop": {
111
- "id": "twitchDrop",
112
- "type": "ship"
113
- },
114
- "theAvowed": {
115
- "id": "theAvowed",
116
- "type": "ship"
117
- },
118
- "insider": {
119
- "id": "insider",
120
- "type": "ship"
121
- },
122
- "callOfTheHydra": {
123
- "id": "callOfTheHydra",
124
- "type": "ship"
125
- },
126
- "theFoolTarot": {
127
- "id": "theFoolTarot",
128
- "type": "ship"
129
- },
130
- "eyeOfHorror": {
131
- "id": "eyeOfHorror",
132
- "type": "ship"
133
- },
134
- "compagniesLament": {
135
- "id": "compagniesLament",
136
- "type": "ship"
137
- },
138
- "theLionsDuty": {
139
- "id": "theLionsDuty",
140
- "type": "ship"
141
- },
142
- "lastDawn": {
143
- "id": "lastDawn",
144
- "type": "ship"
145
- },
146
- "anpakasRot": {
147
- "id": "anpakasRot",
148
- "type": "ship"
149
- },
150
- "opulentScion": {
151
- "id": "opulentScion",
152
- "type": "ship"
153
- },
154
- "crowPrince": {
155
- "id": "crowPrince",
156
- "type": "ship"
157
- },
158
- "mutuallyAssured": {
159
- "id": "mutuallyAssured",
160
- "type": "ship"
161
- },
162
- "serpentsDue": {
163
- "id": "serpentsDue",
164
- "type": "ship"
165
- },
166
- "divineIntervention": {
167
- "id": "divineIntervention",
168
- "type": "ship"
169
- },
170
- "theMagicianTarot": {
171
- "id": "theMagicianTarot",
172
- "type": "ship"
173
- },
174
- "risenDregs": {
175
- "id": "risenDregs",
176
- "type": "ship"
177
- },
178
- "bloodyAngel": {
179
- "id": "bloodyAngel",
180
- "type": "ship"
181
- },
182
- "theBrazenHealer": {
183
- "id": "theBrazenHealer",
184
- "type": "ship"
185
- },
186
- "fishersOfMen": {
187
- "id": "fishersOfMen",
188
- "type": "ship"
189
- },
190
- "darkDescent": {
191
- "id": "darkDescent",
192
- "type": "ship"
193
- },
194
- "predator": {
195
- "id": "predator",
196
- "type": "ship"
197
- },
198
- "ghostShip": {
199
- "id": "ghostShip",
200
- "type": "ship"
201
- },
202
- "primordialBeast": {
203
- "id": "primordialBeast",
204
- "type": "player"
205
- },
206
- "hessels": {
207
- "id": "hessels",
208
- "type": "ship"
209
- },
210
- "viciousJackal": {
211
- "id": "viciousJackal",
212
- "type": "ship"
213
- },
214
- "springWhisper": {
215
- "id": "springWhisper",
216
- "type": "ship"
217
- },
218
- "threeDragonSecret": {
219
- "id": "threeDragonSecret",
220
- "type": "ship"
221
- },
222
- "servantOfHades": {
223
- "id": "servantOfHades",
224
- "type": "ship"
225
- },
226
- "moonstruck": {
227
- "id": "moonstruck",
228
- "type": "ship"
229
- },
230
- "theOgreKingsGlory": {
231
- "id": "theOgreKingsGlory",
232
- "type": "ship"
233
- },
234
- "ogreKingsRegalia": {
235
- "id": "ogreKingsRegalia",
236
- "type": "player"
237
- },
238
- "feastOfAncestors": {
239
- "id": "feastOfAncestors",
240
- "type": "ship"
241
- },
242
- "thePriestessTarot": {
243
- "id": "thePriestessTarot",
244
- "type": "ship"
245
- },
246
- "scionOfDagon": {
247
- "id": "scionOfDagon",
248
- "type": "player"
249
- },
250
- "libertine": {
251
- "id": "libertine",
252
- "type": "player"
253
- },
254
- "paramour": {
255
- "id": "paramour",
256
- "type": "ship"
257
- },
258
- "bloodAndFortune": {
259
- "id": "bloodAndFortune",
260
- "type": "ship"
261
- },
262
- "springBlossom": {
263
- "id": "springBlossom",
264
- "type": "ship"
265
- },
266
- "nobleEnvoy": {
267
- "id": "nobleEnvoy",
268
- "type": "player"
269
- },
270
- "indigoGlory": {
271
- "id": "indigoGlory",
272
- "type": "player"
273
- },
274
- "balladOfBloodyBones": {
275
- "id": "balladOfBloodyBones",
276
- "type": "player"
277
- },
278
- "oceanReaversPlayer": {
279
- "id": "oceanReaversPlayer",
280
- "type": "player"
281
- },
282
- "notorietyGarb": {
283
- "id": "notorietyGarb",
284
- "type": "player"
285
- },
286
- "prosperoPlayer": {
287
- "id": "prosperoPlayer",
288
- "type": "player"
289
- },
290
- "niceToMeatYou": {
291
- "id": "niceToMeatYou",
292
- "type": "player"
293
- },
294
- "mariniere": {
295
- "id": "mariniere",
296
- "type": "player"
297
- },
298
- "anpakasDespair": {
299
- "id": "anpakasDespair",
300
- "type": "ship"
301
- },
302
- "eastIndiesBrigand": {
303
- "id": "eastIndiesBrigand",
304
- "type": "player"
305
- },
306
- "compagnieElite": {
307
- "id": "compagnieElite",
308
- "type": "player"
309
- },
310
- "captainMustard": {
311
- "id": "captainMustard",
312
- "type": "player"
313
- },
314
- "saberRattler": {
315
- "id": "saberRattler",
316
- "type": "player"
317
- },
318
- "savvyCaptain": {
319
- "id": "savvyCaptain",
320
- "type": "player"
321
- },
322
- "sanguine": {
323
- "id": "sanguine",
324
- "type": "player"
325
- },
326
- "blockadeRunner": {
327
- "id": "blockadeRunner",
328
- "type": "player"
329
- },
330
- "theTrickster": {
331
- "id": "theTrickster",
332
- "type": "player"
333
- },
334
- "kayaRaya": {
335
- "id": "kayaRaya",
336
- "type": "player"
337
- },
338
- "faraFury": {
339
- "id": "faraFury",
340
- "type": "player"
341
- },
342
- "rempahRaider": {
343
- "id": "rempahRaider",
344
- "type": "player"
345
- },
346
- "untamedFury": {
347
- "id": "untamedFury",
348
- "type": "player"
349
- },
350
- "masina": {
351
- "id": "masina",
352
- "type": "player"
353
- },
354
- "imara": {
355
- "id": "imara",
356
- "type": "player"
357
- },
358
- "carmineLord": {
359
- "id": "carmineLord",
360
- "type": "player"
361
- },
362
- "predatorPrey": {
363
- "id": "predatorPrey",
364
- "type": "player"
365
- },
366
- "deepSlayer": {
367
- "id": "deepSlayer",
368
- "type": "player"
369
- },
370
- "bountyHunter": {
371
- "id": "bountyHunter",
372
- "type": "player"
373
- },
374
- "pinkysRevenge": {
375
- "id": "pinkysRevenge",
376
- "type": "player"
377
- },
378
- "calibanPlayer": {
379
- "id": "calibanPlayer",
380
- "type": "player"
381
- },
382
- "shadowSeeker": {
383
- "id": "shadowSeeker",
384
- "type": "player"
385
- },
386
- "abyssalRaider": {
387
- "id": "abyssalRaider",
388
- "type": "player"
389
- },
390
- "crystalline": {
391
- "id": "crystalline",
392
- "type": "ship"
393
- },
394
- "laPotence": {
395
- "id": "laPotence",
396
- "type": "ship"
397
- },
398
- "cadaverFleet": {
399
- "id": "cadaverFleet",
400
- "type": "player"
401
- },
402
- "heartOfThorns": {
403
- "id": "heartOfThorns",
404
- "type": "ship"
405
- },
406
- "statig": {
407
- "id": "statig",
408
- "type": "player"
409
- },
410
- "treasureKeeper": {
411
- "id": "treasureKeeper",
412
- "type": "ship"
413
- },
414
- "treasureHunter": {
415
- "id": "treasureHunter",
416
- "type": "player"
417
- },
418
- "ironReaver": {
419
- "id": "ironReaver",
420
- "type": "player"
421
- },
422
- "suaveSeadogPlayer": {
423
- "id": "suaveSeadogPlayer",
424
- "type": "ship"
425
- },
426
- "legendOfLestari": {
427
- "id": "legendOfLestari",
428
- "type": "ship"
429
- },
430
- "lestariHunter": {
431
- "id": "lestariHunter",
432
- "type": "player"
433
- },
434
- "gildedSin": {
435
- "id": "gildedSin",
436
- "type": "player"
437
- },
438
- "crimsonCorsair": {
439
- "id": "crimsonCorsair",
440
- "type": "ship"
441
- },
442
- "seaTiger": {
443
- "id": "seaTiger",
444
- "type": "ship"
445
- },
446
- "doomsdayKingpin": {
447
- "id": "doomsdayKingpin",
448
- "type": "player"
449
- },
450
- "mythicalBeast": {
451
- "id": "mythicalBeast",
452
- "type": "ship"
453
- },
454
- "ebonVessel": {
455
- "id": "ebonVessel",
456
- "type": "ship"
457
- },
458
- "wickedsRest": {
459
- "id": "wickedsRest",
460
- "type": "ship"
461
- },
462
- "theWorldTarot": {
463
- "id": "theWorldTarot",
464
- "type": "ship"
465
- },
466
- "duanYangShip": {
467
- "id": "duanYangShip",
468
- "type": "ship"
469
- },
470
- "demiseWrought": {
471
- "id": "demiseWrought",
472
- "type": "ship"
473
- },
474
- "demiseBringer": {
475
- "id": "demiseBringer",
476
- "type": "player"
477
- },
478
- "crabbyBonnet": {
479
- "id": "crabbyBonnet",
480
- "type": "ship"
481
- },
482
- "duanYangRogue": {
483
- "id": "duanYangRogue",
484
- "type": "player"
485
- },
486
- "royaleWarmaster": {
487
- "id": "royaleWarmaster",
488
- "type": "player"
489
- },
490
- "darkSwindler": {
491
- "id": "darkSwindler",
492
- "type": "player"
493
- },
494
- "luxeTiger": {
495
- "id": "luxeTiger",
496
- "type": "player"
497
- },
498
- "duskSwashbuckler": {
499
- "id": "duskSwashbuckler",
500
- "type": "player"
501
- },
502
- "musique": {
503
- "id": "musique",
504
- "type": "ship"
505
- },
506
- "engineer": {
507
- "id": "engineer",
508
- "type": "ship"
509
- },
510
- "versailles": {
511
- "id": "versailles",
512
- "type": "ship"
513
- },
514
- "versaillesPlayer": {
515
- "id": "versaillesPlayer",
516
- "type": "player"
517
- },
518
- "wanderingBlade": {
519
- "id": "wanderingBlade",
520
- "type": "player"
521
- },
522
- "sunWukong": {
523
- "id": "sunWukong",
524
- "type": "player"
525
- },
526
- "roninRaiders": {
527
- "id": "roninRaiders",
528
- "type": "player"
529
- },
530
- "ebonPirate": {
531
- "id": "ebonPirate",
532
- "type": "player"
533
- },
534
- "journeyToTheWest": {
535
- "id": "journeyToTheWest",
536
- "type": "ship"
537
- },
538
- "silverPhantomShip": {
539
- "id": "silverPhantomShip",
540
- "type": "ship"
541
- },
542
- "theEmpressTarot": {
543
- "id": "theEmpressTarot",
544
- "type": "ship"
545
- },
546
- "hellfestShip": {
547
- "id": "hellfestShip",
548
- "type": "ship"
549
- },
550
- "hellfestFiend": {
551
- "id": "hellfestFiend",
552
- "type": "player"
553
- },
554
- "jestersShip": {
555
- "id": "jestersShip",
556
- "type": "ship"
557
- },
558
- "dragonWave": {
559
- "id": "dragonWave",
560
- "type": "ship"
561
- },
562
- "jestersGarb": {
563
- "id": "jestersGarb",
564
- "type": "player"
565
- },
566
- "darknessBeckons": {
567
- "id": "darknessBeckons",
568
- "type": "player"
569
- },
570
- "tropicana": {
571
- "id": "tropicana",
572
- "type": "player"
573
- },
574
- "summerSun": {
575
- "id": "summerSun",
576
- "type": "player"
577
- },
578
- "midsummerShip": {
579
- "id": "midsummerShip",
580
- "type": "ship"
581
- },
582
- "leopardKing": {
583
- "id": "leopardKing",
584
- "type": "player"
585
- },
586
- "legendaryLivery": {
587
- "id": "legendaryLivery",
588
- "type": "player"
589
- },
590
- "captainCrank": {
591
- "id": "captainCrank",
592
- "type": "ship"
593
- },
594
- "hubrisAndFolly": {
595
- "id": "hubrisAndFolly",
596
- "type": "ship"
597
- },
598
- "exaltedVessel": {
599
- "id": "exaltedVessel",
600
- "type": "ship"
601
- },
602
- "exaltedCaptain": {
603
- "id": "exaltedCaptain",
604
- "type": "player"
605
- },
606
- "yulongSteers": {
607
- "id": "yulongSteers",
608
- "type": "ship"
609
- },
610
- "roninShip": {
611
- "id": "roninShip",
612
- "type": "ship"
613
- },
614
- "jioTheLemur": {
615
- "id": "jioTheLemur",
616
- "type": "ship"
617
- },
618
- "grandGameShip": {
619
- "id": "grandGameShip",
620
- "type": "ship"
621
- },
622
- "divineDragon": {
623
- "id": "divineDragon",
624
- "type": "ship"
625
- },
626
- "clawHunter": {
627
- "id": "clawHunter",
628
- "type": "player"
629
- },
630
- "grandGamemaster": {
631
- "id": "grandGamemaster",
632
- "type": "player"
633
- },
634
- "horridClutches": {
635
- "id": "horridClutches",
636
- "type": "ship"
637
- },
638
- "skullTrio": {
639
- "id": "skullTrio",
640
- "type": "ship"
641
- },
642
- "theDevilLurks": {
643
- "id": "theDevilLurks",
644
- "type": "ship"
645
- },
646
- "midAutumnAtSea": {
647
- "id": "midAutumnAtSea",
648
- "type": "ship"
649
- },
650
- "shipOfDragons": {
651
- "id": "shipOfDragons",
652
- "type": "ship"
653
- },
654
- "theEmperorTarot": {
655
- "id": "theEmperorTarot",
656
- "type": "ship"
657
- },
658
- "skullpiercer": {
659
- "id": "skullpiercer",
660
- "type": "ship"
661
- },
662
- "pointedFate": {
663
- "id": "pointedFate",
664
- "type": "ship"
665
- },
666
- "almightyBeast": {
667
- "id": "almightyBeast",
668
- "type": "ship"
669
- },
670
- "deadlyCurrents": {
671
- "id": "deadlyCurrents",
672
- "type": "ship"
673
- },
674
- "dragonShrine": {
675
- "id": "dragonShrine",
676
- "type": "ship"
677
- },
678
- "scyllaScorned": {
679
- "id": "scyllaScorned",
680
- "type": "player"
681
- },
682
- "dragonChaser": {
683
- "id": "dragonChaser",
684
- "type": "player"
685
- },
686
- "captainDeath": {
687
- "id": "captainDeath",
688
- "type": "ship"
689
- },
690
- "theBattleJunk": {
691
- "id": "theBattleJunk",
692
- "type": "ship"
693
- },
694
- "blackBazaar": {
695
- "id": "blackBazaar",
696
- "type": "ship"
697
- },
698
- "medusaScorned": {
699
- "id": "medusaScorned",
700
- "type": "ship"
701
- },
702
- "flamingFuryShip": {
703
- "id": "flamingFuryShip",
704
- "type": "ship"
705
- },
706
- "flamingFuryGarb": {
707
- "id": "flamingFuryGarb",
708
- "type": "player"
709
- },
710
- "starsAbove": {
711
- "id": "starsAbove",
712
- "type": "ship"
713
- },
714
- "bitterNotes": {
715
- "id": "bitterNotes",
716
- "type": "ship"
717
- },
718
- "spawnOfCarcinus": {
719
- "id": "spawnOfCarcinus",
720
- "type": "ship"
721
- },
722
- "burntMetal": {
723
- "id": "burntMetal",
724
- "type": "ship"
725
- },
726
- "devilInDisguise": {
727
- "id": "devilInDisguise",
728
- "type": "ship"
729
- },
730
- "phoenixWings": {
731
- "id": "phoenixWings",
732
- "type": "ship"
733
- },
734
- "theSkyGoddess": {
735
- "id": "theSkyGoddess",
736
- "type": "player"
737
- },
738
- "twistedDuality": {
739
- "id": "twistedDuality",
740
- "type": "player"
741
- },
742
- "justiceTarot": {
743
- "id": "justiceTarot",
744
- "type": "ship"
745
- },
746
- "twoFacedSnake": {
747
- "id": "twoFacedSnake",
748
- "type": "ship"
749
- },
750
- "eyeOfTheBeholder": {
751
- "id": "eyeOfTheBeholder",
752
- "type": "ship"
753
- },
754
- "pompousChicken": {
755
- "id": "pompousChicken",
756
- "type": "ship"
757
- },
758
- "celticArtifice": {
759
- "id": "celticArtifice",
760
- "type": "ship"
761
- },
762
- "anneBonny": {
763
- "id": "anneBonny",
764
- "type": "ship"
765
- },
766
- "casablancaShip": {
767
- "id": "casablancaShip",
768
- "type": "ship"
769
- },
770
- "taintedDepths": {
771
- "id": "taintedDepths",
772
- "type": "ship"
773
- },
774
- "steelMightShip": {
775
- "id": "steelMightShip",
776
- "type": "ship"
777
- },
778
- "skyPhoenix": {
779
- "id": "skyPhoenix",
780
- "type": "ship"
781
- },
782
- "imperialSeer": {
783
- "id": "imperialSeer",
784
- "type": "player"
785
- },
786
- "legendOfAnne": {
787
- "id": "legendOfAnne",
788
- "type": "player"
789
- },
790
- "steelyAndMighty": {
791
- "id": "steelyAndMighty",
792
- "type": "player"
793
- },
794
- "depthsForged": {
795
- "id": "depthsForged",
796
- "type": "player"
797
- },
798
- "kumihoShip": {
799
- "id": "kumihoShip",
800
- "type": "ship"
801
- },
802
- "gladiusShip": {
803
- "id": "gladiusShip",
804
- "type": "ship"
805
- },
806
- "agaricKingdomShip": {
807
- "id": "agaricKingdomShip",
808
- "type": "ship"
809
- },
810
- "seamistKumiho": {
811
- "id": "seamistKumiho",
812
- "type": "player"
813
- },
814
- "gladius": {
815
- "id": "gladius",
816
- "type": "player"
817
- },
818
- "jianOfDestiny": {
819
- "id": "jianOfDestiny",
820
- "type": "ship"
821
- },
822
- "hallowsEveGarb": {
823
- "id": "hallowsEveGarb",
824
- "type": "player"
825
- },
826
- "hallowsEveShip": {
827
- "id": "hallowsEveShip",
828
- "type": "ship"
829
- },
830
- "wintersBite": {
831
- "id": "wintersBite",
832
- "type": "ship"
833
- },
834
- "madCollectorShip": {
835
- "id": "madCollectorShip",
836
- "type": "player"
837
- },
838
- "zeussChariot": {
839
- "id": "zeussChariot",
840
- "type": "ship"
841
- },
842
- "gingerbreadShip": {
843
- "id": "gingerbreadShip",
844
- "type": "ship"
845
- },
846
- "sailingSeraphim": {
847
- "id": "sailingSeraphim",
848
- "type": "ship"
849
- },
850
- "lordGaruda": {
851
- "id": "lordGaruda",
852
- "type": "ship"
853
- },
854
- "zeussFavored": {
855
- "id": "zeussFavored",
856
- "type": "player"
857
- },
858
- "madCollector": {
859
- "id": "madCollector",
860
- "type": "ship"
861
- },
862
- "azureTouched": {
863
- "id": "azureTouched",
864
- "type": "player"
865
- },
866
- "maharaja": {
867
- "id": "maharaja",
868
- "type": "player"
869
- },
870
- "maharajaShip": {
871
- "id": "maharajaShip",
872
- "type": "ship"
873
- },
874
- "vortigernsDragon": {
875
- "id": "vortigernsDragon",
876
- "type": "ship"
877
- },
878
- "theSchaduw": {
879
- "id": "theSchaduw",
880
- "type": "ship"
881
- },
882
- "risenZamaharibu": {
883
- "id": "risenZamaharibu",
884
- "type": "ship"
885
- },
886
- "theWolvenjager": {
887
- "id": "theWolvenjager",
888
- "type": "ship"
889
- },
890
- "vikramRajan": {
891
- "id": "vikramRajan",
892
- "type": "player"
893
- },
894
- "violetAftermath": {
895
- "id": "violetAftermath",
896
- "type": "ship"
897
- },
898
- "soulOfDarkness": {
899
- "id": "soulOfDarkness",
900
- "type": "ship"
901
- },
902
- "satisfaction": {
903
- "id": "satisfaction",
904
- "type": "ship"
905
- },
906
- "deadeye": {
907
- "id": "deadeye",
908
- "type": "ship"
909
- },
910
- "blackguard": {
911
- "id": "blackguard",
912
- "type": "player"
913
- },
914
- "rajputShip": {
915
- "id": "rajputShip",
916
- "type": "ship"
917
- },
918
- "rakshasa": {
919
- "id": "rakshasa",
920
- "type": "ship"
921
- },
922
- "rakshasaCaptain": {
923
- "id": "rakshasaCaptain",
924
- "type": "player"
925
- },
926
- "gildedSinShip": {
927
- "id": "gildedSinShip",
928
- "type": "ship"
929
- },
930
- "theDevilTarot": {
931
- "id": "theDevilTarot",
932
- "type": "ship"
933
- },
934
- "theStrengthTarot": {
935
- "id": "theStrengthTarot",
936
- "type": "ship"
937
- },
938
- "mythicDragonheart": {
939
- "id": "mythicDragonheart",
940
- "type": "player"
941
- },
942
- "fragnantDead": {
943
- "id": "fragnantDead",
944
- "type": "ship"
945
- },
946
- "goddessOfRuin": {
947
- "id": "goddessOfRuin",
948
- "type": "ship"
949
- },
950
- "watersOfGowa": {
951
- "id": "watersOfGowa",
952
- "type": "ship"
953
- },
954
- "sultanOfGowa": {
955
- "id": "sultanOfGowa",
956
- "type": "player"
957
- },
958
- "nautilian": {
959
- "id": "nautilian",
960
- "type": "ship"
961
- },
962
- "theShadowArk": {
963
- "id": "theShadowArk",
964
- "type": "ship"
965
- },
966
- "nanaChitra": {
967
- "id": "nanaChitra",
968
- "type": "ship"
969
- },
970
- "nobleDaku": {
971
- "id": "nobleDaku",
972
- "type": "player"
973
- },
974
- "theGreatShadow": {
975
- "id": "theGreatShadow",
976
- "type": "player"
977
- },
978
- "nautilianRogue": {
979
- "id": "nautilianRogue",
980
- "type": "player"
981
- },
982
- "hantuBelangkas": {
983
- "id": "hantuBelangkas",
984
- "type": "ship"
985
- },
986
- "seeingHeart": {
987
- "id": "seeingHeart",
988
- "type": "ship"
989
- },
990
- "rajaUdang": {
991
- "id": "rajaUdang",
992
- "type": "ship"
993
- },
994
- "soulOfLight": {
995
- "id": "soulOfLight",
996
- "type": "ship"
997
- },
998
- "insectManiaShip": {
999
- "id": "insectManiaShip",
1000
- "type": "ship"
1001
- },
1002
- "theNianAwakens": {
1003
- "id": "theNianAwakens",
1004
- "type": "ship"
1005
- },
1006
- "lunarSnake": {
1007
- "id": "lunarSnake",
1008
- "type": "player"
1009
- },
1010
- "jiangshisQuest": {
1011
- "id": "jiangshisQuest",
1012
- "type": "ship"
1013
- },
1014
- "risenMegaLestari": {
1015
- "id": "risenMegaLestari",
1016
- "type": "ship"
1017
- },
1018
- "phantomHalo": {
1019
- "id": "phantomHalo",
1020
- "type": "ship"
1021
- },
1022
- "illustriousFounding": {
1023
- "id": "illustriousFounding",
1024
- "type": "ship"
1025
- },
1026
- "monsoonWarlord": {
1027
- "id": "monsoonWarlord",
1028
- "type": "ship"
1029
- },
1030
- "eternalWill": {
1031
- "id": "eternalWill",
1032
- "type": "ship"
1033
- },
1034
- "firesOfIndustry": {
1035
- "id": "firesOfIndustry",
1036
- "type": "ship"
1037
- },
1038
- "dreadnought": {
1039
- "id": "dreadnought",
1040
- "type": "ship"
1041
- },
1042
- "danceOfDeath": {
1043
- "id": "danceOfDeath",
1044
- "type": "ship"
1045
- },
1046
- "oranjeFury": {
1047
- "id": "oranjeFury",
1048
- "type": "ship"
1049
- },
1050
- "goddessOfWar": {
1051
- "id": "goddessOfWar",
1052
- "type": "ship"
1053
- },
1054
- "warbringer": {
1055
- "id": "warbringer",
1056
- "type": "ship"
1057
- },
1058
- "bloodScavenger": {
1059
- "id": "bloodScavenger",
1060
- "type": "ship"
1061
- },
1062
- "dreadhunter": {
1063
- "id": "dreadhunter",
1064
- "type": "player"
1065
- },
1066
- "ladyOfTheVeil": {
1067
- "id": "ladyOfTheVeil",
1068
- "type": "player"
1069
- },
1070
- "corsairsFolly": {
1071
- "id": "corsairsFolly",
1072
- "type": "player"
1073
- },
1074
- "honorAndJudgment": {
1075
- "id": "honorAndJudgment",
1076
- "type": "ship"
1077
- },
1078
- "uponMyHonor": {
1079
- "id": "uponMyHonor",
1080
- "type": "ship"
1081
- },
1082
- "fateWaits": {
1083
- "id": "fateWaits",
1084
- "type": "ship"
1085
- },
1086
- "graceFromAfar": {
1087
- "id": "graceFromAfar",
1088
- "type": "ship"
1089
- },
1090
- "astralTrails": {
1091
- "id": "astralTrails",
1092
- "type": "ship"
1093
- },
1094
- "blackTorch": {
1095
- "id": "blackTorch",
1096
- "type": "ship"
1097
- },
1098
- "fallenOfficier": {
1099
- "id": "fallenOfficier",
1100
- "type": "ship"
1101
- },
1102
- "gloryOfEmpires": {
1103
- "id": "gloryOfEmpires",
1104
- "type": "player"
1105
- },
1106
- "spectralHour": {
1107
- "id": "spectralHour",
1108
- "type": "ship"
1109
- },
1110
- "arkOfTheGrotesque": {
1111
- "id": "arkOfTheGrotesque",
1112
- "type": "ship"
1113
- },
1114
- "cursedMasquerade": {
1115
- "id": "cursedMasquerade",
1116
- "type": "player"
1117
- },
1118
- "innerDepths": {
1119
- "id": "innerDepths",
1120
- "type": "ship"
1121
- },
1122
- "depthDweller": {
1123
- "id": "depthDweller",
1124
- "type": "player"
1125
- },
1126
- "buccaneersBones": {
1127
- "id": "buccaneersBones",
1128
- "type": "ship"
1129
- },
1130
- "sharkRider": {
1131
- "id": "sharkRider",
1132
- "type": "ship"
1133
- },
1134
- "maneater": {
1135
- "id": "maneater",
1136
- "type": "player"
1137
- },
1138
- "fortuneFounders": {
1139
- "id": "fortuneFounders",
1140
- "type": "ship"
1141
- },
1142
- "brillianceBegets": {
1143
- "id": "brillianceBegets",
1144
- "type": "player"
1145
- },
1146
- "lostBastion": {
1147
- "id": "lostBastion",
1148
- "type": "ship"
1149
- },
1150
- "sengokuNights": {
1151
- "id": "sengokuNights",
1152
- "type": "ship"
1153
- },
1154
- "envyFreedom": {
1155
- "id": "envyFreedom",
1156
- "type": "ship"
1157
- },
1158
- "theRedHorseman": {
1159
- "id": "theRedHorseman",
1160
- "type": "ship"
1161
- },
1162
- "inquisitiveDawn": {
1163
- "id": "inquisitiveDawn",
1164
- "type": "player"
1165
- },
1166
- "emberWolf": {
1167
- "id": "emberWolf",
1168
- "type": "ship"
1169
- },
1170
- "sinfulNature": {
1171
- "id": "sinfulNature",
1172
- "type": "player"
1173
- },
1174
- "highStation": {
1175
- "id": "highStation",
1176
- "type": "ship"
1177
- },
1178
- "crownsJustice": {
1179
- "id": "crownsJustice",
1180
- "type": "ship"
1181
- },
1182
- "fleetsEyes": {
1183
- "id": "fleetsEyes",
1184
- "type": "ship"
1185
- },
1186
- "hellHaul": {
1187
- "id": "hellHaul",
1188
- "type": "ship"
1189
- },
1190
- "deathBecomesUs": {
1191
- "id": "deathBecomesUs",
1192
- "type": "ship"
1193
- },
1194
- "aDeadlyBet": {
1195
- "id": "aDeadlyBet",
1196
- "type": "ship"
1197
- },
1198
- "drownedWitch": {
1199
- "id": "drownedWitch",
1200
- "type": "ship"
1201
- },
1202
- "nightRavager": {
1203
- "id": "nightRavager",
1204
- "type": "player"
1205
- },
1206
- "kingOfGamblers": {
1207
- "id": "kingOfGamblers",
1208
- "type": "player"
1209
- },
1210
- "bewitched": {
1211
- "id": "bewitched",
1212
- "type": "player"
1213
- },
1214
- "wickedCorsair": {
1215
- "id": "wickedCorsair",
1216
- "type": "ship"
1217
- },
1218
- "fangsOfJustice": {
1219
- "id": "fangsOfJustice",
1220
- "type": "ship"
1221
- },
1222
- "cloudWalker": {
1223
- "id": "cloudWalker",
1224
- "type": "player"
1225
- },
1226
- "inquisitorsCharge": {
1227
- "id": "inquisitorsCharge",
1228
- "type": "ship"
1229
- },
1230
- "holyOffice": {
1231
- "id": "holyOffice",
1232
- "type": "player"
1233
- },
1234
- "bloodAndBone": {
1235
- "id": "bloodAndBone",
1236
- "type": "ship"
1237
- },
1238
- "bloodAndBones": {
1239
- "id": "bloodAndBones",
1240
- "type": "player"
1241
- },
1242
- "hexFiend": {
1243
- "id": "hexFiend",
1244
- "type": "ship"
1245
- },
1246
- "serveTheSpirits": {
1247
- "id": "serveTheSpirits",
1248
- "type": "player"
1249
- },
1250
- "dreadedChimera": {
1251
- "id": "dreadedChimera",
1252
- "type": "ship"
1253
- },
1254
- "enchantingAgony": {
1255
- "id": "enchantingAgony",
1256
- "type": "ship"
1257
- },
1258
- "vengeanceIsMine": {
1259
- "id": "vengeanceIsMine",
1260
- "type": "ship"
1261
- },
1262
- "crownsBlade": {
1263
- "id": "crownsBlade",
1264
- "type": "ship"
1265
- },
1266
- "deathToPiracy": {
1267
- "id": "deathToPiracy",
1268
- "type": "player"
1269
- },
1270
- "bootlegBill": {
1271
- "id": "bootlegBill",
1272
- "type": "ship"
1273
- },
1274
- "carnivalOfCool": {
1275
- "id": "carnivalOfCool",
1276
- "type": "player"
1277
- },
1278
- "emissaryOfDeath": {
1279
- "id": "emissaryOfDeath",
1280
- "type": "ship"
1281
- },
1282
- "godOfThunder": {
1283
- "id": "godOfThunder",
1284
- "type": "ship"
1285
- },
1286
- "mournfulTruth": {
1287
- "id": "mournfulTruth",
1288
- "type": "ship"
1289
- },
1290
- "divineSight": {
1291
- "id": "divineSight",
1292
- "type": "ship"
1293
- },
1294
- "legacyInBlood": {
1295
- "id": "legacyInBlood",
1296
- "type": "ship"
1297
- },
1298
- "gloryGuardians": {
1299
- "id": "gloryGuardians",
1300
- "type": "ship"
1301
- },
1302
- "doOrDie": {
1303
- "id": "doOrDie",
1304
- "type": "ship"
1305
- },
1306
- "devilsMirth": {
1307
- "id": "devilsMirth",
1308
- "type": "ship"
1309
- },
1310
- "talonStrike": {
1311
- "id": "talonStrike",
1312
- "type": "ship"
1313
- },
1314
- "swiftTrigger": {
1315
- "id": "swiftTrigger",
1316
- "type": "ship"
1317
- },
1318
- "cardsOfFate": {
1319
- "id": "cardsOfFate",
1320
- "type": "ship"
1321
- },
1322
- "darktideMother": {
1323
- "id": "darktideMother",
1324
- "type": "ship"
1325
- },
1326
- "cagedFury": {
1327
- "id": "cagedFury",
1328
- "type": "ship"
1329
- },
1330
- "creatureOfNight": {
1331
- "id": "creatureOfNight",
1332
- "type": "player"
1333
- },
1334
- "paleMother": {
1335
- "id": "paleMother",
1336
- "type": "ship"
1337
- },
1338
- "xianYuan": {
1339
- "id": "xianYuan",
1340
- "type": "ship"
1341
- },
1342
- "plagueReaper": {
1343
- "id": "plagueReaper",
1344
- "type": "ship"
1345
- },
1346
- "nocturnesGrace": {
1347
- "id": "nocturnesGrace",
1348
- "type": "ship"
1349
- },
1350
- "seaScavengers": {
1351
- "id": "seaScavengers",
1352
- "type": "ship"
1353
- },
1354
- "deathStrides": {
1355
- "id": "deathStrides",
1356
- "type": "ship"
1357
- },
1358
- "redPrivateer": {
1359
- "id": "redPrivateer",
1360
- "type": "player"
1361
- },
1362
- "nocturnesChampion": {
1363
- "id": "nocturnesChampion",
1364
- "type": "player"
1365
- },
1366
- "forTheHoard": {
1367
- "id": "forTheHoard",
1368
- "type": "ship"
1369
- },
1370
- "harbingerOfDeath": {
1371
- "id": "harbingerOfDeath",
1372
- "type": "player"
1373
- },
1374
- "kingOfChains": {
1375
- "id": "kingOfChains",
1376
- "type": "ship"
1377
- },
1378
- "2024HellfestShip": {
1379
- "id": "2024HellfestShip",
1380
- "type": "ship"
1381
- },
1382
- "theAnchorborn": {
1383
- "id": "theAnchorborn",
1384
- "type": "ship"
1385
- },
1386
- "gustsOfWar": {
1387
- "id": "gustsOfWar",
1388
- "type": "ship"
1389
- },
1390
- "daggersOath": {
1391
- "id": "daggersOath",
1392
- "type": "ship"
1393
- },
1394
- "goldenGlory": {
1395
- "id": "goldenGlory",
1396
- "type": "ship"
1397
- },
1398
- "bonehooked": {
1399
- "id": "bonehooked",
1400
- "type": "ship"
1401
- },
1402
- "deathsMuse": {
1403
- "id": "deathsMuse",
1404
- "type": "ship"
1405
- },
1406
- "flamesOfWar": {
1407
- "id": "flamesOfWar",
1408
- "type": "ship"
1409
- },
1410
- "hallowedChildren": {
1411
- "id": "hallowedChildren",
1412
- "type": "ship"
1413
- },
1414
- "hallowedShadow": {
1415
- "id": "hallowedShadow",
1416
- "type": "player"
1417
- },
1418
- "cursedSteel": {
1419
- "id": "cursedSteel",
1420
- "type": "ship"
1421
- },
1422
- "joyfulReaper": {
1423
- "id": "joyfulReaper",
1424
- "type": "ship"
1425
- },
1426
- "cursedFortunes": {
1427
- "id": "cursedFortunes",
1428
- "type": "ship"
1429
- },
1430
- "devilsPact": {
1431
- "id": "devilsPact",
1432
- "type": "ship"
1433
- },
1434
- "saintOfWrath": {
1435
- "id": "saintOfWrath",
1436
- "type": "ship"
1437
- },
1438
- "nightWight": {
1439
- "id": "nightWight",
1440
- "type": "player"
1441
- },
1442
- "goldDrunk": {
1443
- "id": "goldDrunk",
1444
- "type": "player"
1445
- },
1446
- "bardsSoul": {
1447
- "id": "bardsSoul",
1448
- "type": "player"
1449
- },
1450
- "rumAndGold": {
1451
- "id": "rumAndGold",
1452
- "type": "player"
1453
- },
1454
- "ashesOfMemories": {
1455
- "id": "ashesOfMemories",
1456
- "type": "player"
1457
- },
1458
- "bladeBallet": {
1459
- "id": "bladeBallet",
1460
- "type": "ship"
1461
- },
1462
- "majesticMadness": {
1463
- "id": "majesticMadness",
1464
- "type": "ship"
1465
- },
1466
- "rawFury": {
1467
- "id": "rawFury",
1468
- "type": "ship"
1469
- },
1470
- "wolfheartsSeas": {
1471
- "id": "wolfheartsSeas",
1472
- "type": "ship"
1473
- },
1474
- "valiantBlood": {
1475
- "id": "valiantBlood",
1476
- "type": "ship"
1477
- },
1478
- "sinnersGrasp": {
1479
- "id": "sinnersGrasp",
1480
- "type": "ship"
1481
- },
1482
- "theLastHowl": {
1483
- "id": "theLastHowl",
1484
- "type": "player"
1485
- },
1486
- "bloodQueen": {
1487
- "id": "bloodQueen",
1488
- "type": "player"
1489
- },
1490
- "waveConqueror": {
1491
- "id": "waveConqueror",
1492
- "type": "ship"
1493
- },
1494
- "coilsOfFate": {
1495
- "id": "coilsOfFate",
1496
- "type": "ship"
1497
- },
1498
- "seaOfKingdoms": {
1499
- "id": "seaOfKingdoms",
1500
- "type": "ship"
1501
- },
1502
- "theFaceless": {
1503
- "id": "theFaceless",
1504
- "type": "ship"
1505
- },
1506
- "kingdomsWarrior": {
1507
- "id": "kingdomsWarrior",
1508
- "type": "player"
1509
- },
1510
- "eyeOfMadness": {
1511
- "id": "eyeOfMadness",
1512
- "type": "ship"
1513
- },
1514
- "burningWhispers": {
1515
- "id": "burningWhispers",
1516
- "type": "ship"
1517
- },
1518
- "legsOfDoom": {
1519
- "id": "legsOfDoom",
1520
- "type": "ship"
1521
- },
1522
- "marchingMenace": {
1523
- "id": "marchingMenace",
1524
- "type": "player"
1525
- },
1526
- "aCloseStep": {
1527
- "id": "aCloseStep",
1528
- "type": "player"
1529
- },
1530
- "connoisseurOfWar": {
1531
- "id": "connoisseurOfWar",
1532
- "type": "player"
1533
- },
1534
- "monopolyOfTrade": {
1535
- "id": "monopolyOfTrade",
1536
- "type": "player"
1537
- },
1538
- "abyssalSlayer": {
1539
- "id": "abyssalSlayer",
1540
- "type": "ship"
1541
- },
1542
- "silkenPromises": {
1543
- "id": "silkenPromises",
1544
- "type": "ship"
1545
- },
1546
- "mutinyMostFoul": {
1547
- "id": "mutinyMostFoul",
1548
- "type": "ship"
1549
- },
1550
- "wickedGreen": {
1551
- "id": "wickedGreen",
1552
- "type": "ship"
1553
- },
1554
- "theDrownedOnes": {
1555
- "id": "theDrownedOnes",
1556
- "type": "ship"
1557
- },
1558
- "cultOfTheKraken": {
1559
- "id": "cultOfTheKraken",
1560
- "type": "player"
1561
- },
1562
- "mutinysChild": {
1563
- "id": "mutinysChild",
1564
- "type": "player"
1565
- },
1566
- "gildedCoronation": {
1567
- "id": "gildedCoronation",
1568
- "type": "ship"
1569
- },
1570
- "jewelsOfTheSeas": {
1571
- "id": "jewelsOfTheSeas",
1572
- "type": "ship"
1573
- },
1574
- "eveOfRetribution": {
1575
- "id": "eveOfRetribution",
1576
- "type": "player"
1577
- },
1578
- "cursedEight": {
1579
- "id": "cursedEight",
1580
- "type": "ship"
1581
- },
1582
- "krakenSlayer": {
1583
- "id": "krakenSlayer",
1584
- "type": "ship"
1585
- },
1586
- "primordialTerror": {
1587
- "id": "primordialTerror",
1588
- "type": "ship"
1589
- },
1590
- "sunkenWatchers": {
1591
- "id": "sunkenWatchers",
1592
- "type": "ship"
1593
- },
1594
- "widowsEmbrace": {
1595
- "id": "widowsEmbrace",
1596
- "type": "ship"
1597
- },
1598
- "jaegersPursuit": {
1599
- "id": "jaegersPursuit",
1600
- "type": "ship"
1601
- },
1602
- "sunkenWatchersPlayer": {
1603
- "id": "sunkenWatchersPlayer",
1604
- "type": "player"
1605
- },
1606
- "mythicHowl": {
1607
- "id": "mythicHowl",
1608
- "type": "player"
1609
- },
1610
- "midnightMarquis": {
1611
- "id": "midnightMarquis",
1612
- "type": "player"
1613
- },
1614
- "oceansBrood": {
1615
- "id": "oceansBrood",
1616
- "type": "ship"
1617
- },
1618
- "friendlyFoes": {
1619
- "id": "friendlyFoes",
1620
- "type": "ship"
1621
- },
1622
- "cutthroatsCreed": {
1623
- "id": "cutthroatsCreed",
1624
- "type": "player"
1625
- },
1626
- "silverSpectre": {
1627
- "id": "silverSpectre",
1628
- "type": "ship"
1629
- },
1630
- "abyssalRegalia": {
1631
- "id": "abyssalRegalia",
1632
- "type": "ship"
1633
- },
1634
- "headHunter": {
1635
- "id": "headHunter",
1636
- "type": "ship"
1637
- },
1638
- "emberhound": {
1639
- "id": "emberhound",
1640
- "type": "ship"
1641
- },
1642
- "purveyorOfWar": {
1643
- "id": "purveyorOfWar",
1644
- "type": "ship"
1645
- },
1646
- "argentWarden": {
1647
- "id": "argentWarden",
1648
- "type": "player"
1649
- },
1650
- "crimsonStreak": {
1651
- "id": "crimsonStreak",
1652
- "type": "player"
1653
- },
1654
- "apexTitan": {
1655
- "id": "apexTitan",
1656
- "type": "ship"
1657
- },
1658
- "badAndBaroque": {
1659
- "id": "badAndBaroque",
1660
- "type": "ship"
1661
- }
1
+ {
2
+ "crownedPrince": {
3
+ "id": "crownedPrince",
4
+ "type": "ship"
5
+ },
6
+ "easternTiger": {
7
+ "id": "easternTiger",
8
+ "type": "ship"
9
+ },
10
+ "ashenCorsair": {
11
+ "id": "ashenCorsair",
12
+ "type": "ship"
13
+ },
14
+ "contentCreator": {
15
+ "id": "contentCreator",
16
+ "type": "ship"
17
+ },
18
+ "welcomeBundle": {
19
+ "id": "welcomeBundle",
20
+ "type": "ship"
21
+ },
22
+ "wrecker": {
23
+ "id": "wrecker",
24
+ "type": "ship"
25
+ },
26
+ "elDorado": {
27
+ "id": "elDorado",
28
+ "type": "ship"
29
+ },
30
+ "despoiler": {
31
+ "id": "despoiler",
32
+ "type": "ship"
33
+ },
34
+ "oceanReavers": {
35
+ "id": "oceanReavers",
36
+ "type": "ship"
37
+ },
38
+ "ashenLady": {
39
+ "id": "ashenLady",
40
+ "type": "ship"
41
+ },
42
+ "pillager": {
43
+ "id": "pillager",
44
+ "type": "ship"
45
+ },
46
+ "theLongDark": {
47
+ "id": "theLongDark",
48
+ "type": "ship"
49
+ },
50
+ "suaveSeadog": {
51
+ "id": "suaveSeadog",
52
+ "type": "player"
53
+ },
54
+ "caliban": {
55
+ "id": "caliban",
56
+ "type": "ship"
57
+ },
58
+ "ironWill": {
59
+ "id": "ironWill",
60
+ "type": "ship"
61
+ },
62
+ "europeanLuxuryCosmetics": {
63
+ "id": "europeanLuxuryCosmetics",
64
+ "type": "ship"
65
+ },
66
+ "seaPeoplesWays": {
67
+ "id": "seaPeoplesWays",
68
+ "type": "ship"
69
+ },
70
+ "ungwanaHunter": {
71
+ "id": "ungwanaHunter",
72
+ "type": "ship"
73
+ },
74
+ "sacredPlumage": {
75
+ "id": "sacredPlumage",
76
+ "type": "ship"
77
+ },
78
+ "rempahCosmetics": {
79
+ "id": "rempahCosmetics",
80
+ "type": "ship"
81
+ },
82
+ "compagnieCosmetics": {
83
+ "id": "compagnieCosmetics",
84
+ "type": "ship"
85
+ },
86
+ "fara": {
87
+ "id": "fara",
88
+ "type": "ship"
89
+ },
90
+ "pathfinder": {
91
+ "id": "pathfinder",
92
+ "type": "ship"
93
+ },
94
+ "scurlocks": {
95
+ "id": "scurlocks",
96
+ "type": "ship"
97
+ },
98
+ "pioneer": {
99
+ "id": "pioneer",
100
+ "type": "ship"
101
+ },
102
+ "dmcCosmetics": {
103
+ "id": "dmcCosmetics",
104
+ "type": "ship"
105
+ },
106
+ "sainteAnneCosmetics": {
107
+ "id": "sainteAnneCosmetics",
108
+ "type": "ship"
109
+ },
110
+ "twitchDrop": {
111
+ "id": "twitchDrop",
112
+ "type": "ship"
113
+ },
114
+ "theAvowed": {
115
+ "id": "theAvowed",
116
+ "type": "ship"
117
+ },
118
+ "insider": {
119
+ "id": "insider",
120
+ "type": "ship"
121
+ },
122
+ "callOfTheHydra": {
123
+ "id": "callOfTheHydra",
124
+ "type": "ship"
125
+ },
126
+ "theFoolTarot": {
127
+ "id": "theFoolTarot",
128
+ "type": "ship"
129
+ },
130
+ "eyeOfHorror": {
131
+ "id": "eyeOfHorror",
132
+ "type": "ship"
133
+ },
134
+ "compagniesLament": {
135
+ "id": "compagniesLament",
136
+ "type": "ship"
137
+ },
138
+ "theLionsDuty": {
139
+ "id": "theLionsDuty",
140
+ "type": "ship"
141
+ },
142
+ "lastDawn": {
143
+ "id": "lastDawn",
144
+ "type": "ship"
145
+ },
146
+ "anpakasRot": {
147
+ "id": "anpakasRot",
148
+ "type": "ship"
149
+ },
150
+ "opulentScion": {
151
+ "id": "opulentScion",
152
+ "type": "ship"
153
+ },
154
+ "crowPrince": {
155
+ "id": "crowPrince",
156
+ "type": "ship"
157
+ },
158
+ "mutuallyAssured": {
159
+ "id": "mutuallyAssured",
160
+ "type": "ship"
161
+ },
162
+ "serpentsDue": {
163
+ "id": "serpentsDue",
164
+ "type": "ship"
165
+ },
166
+ "divineIntervention": {
167
+ "id": "divineIntervention",
168
+ "type": "ship"
169
+ },
170
+ "theMagicianTarot": {
171
+ "id": "theMagicianTarot",
172
+ "type": "ship"
173
+ },
174
+ "risenDregs": {
175
+ "id": "risenDregs",
176
+ "type": "ship"
177
+ },
178
+ "bloodyAngel": {
179
+ "id": "bloodyAngel",
180
+ "type": "ship"
181
+ },
182
+ "theBrazenHealer": {
183
+ "id": "theBrazenHealer",
184
+ "type": "ship"
185
+ },
186
+ "fishersOfMen": {
187
+ "id": "fishersOfMen",
188
+ "type": "ship"
189
+ },
190
+ "darkDescent": {
191
+ "id": "darkDescent",
192
+ "type": "ship"
193
+ },
194
+ "predator": {
195
+ "id": "predator",
196
+ "type": "ship"
197
+ },
198
+ "ghostShip": {
199
+ "id": "ghostShip",
200
+ "type": "ship"
201
+ },
202
+ "primordialBeast": {
203
+ "id": "primordialBeast",
204
+ "type": "player"
205
+ },
206
+ "hessels": {
207
+ "id": "hessels",
208
+ "type": "ship"
209
+ },
210
+ "viciousJackal": {
211
+ "id": "viciousJackal",
212
+ "type": "ship"
213
+ },
214
+ "springWhisper": {
215
+ "id": "springWhisper",
216
+ "type": "ship"
217
+ },
218
+ "threeDragonSecret": {
219
+ "id": "threeDragonSecret",
220
+ "type": "ship"
221
+ },
222
+ "servantOfHades": {
223
+ "id": "servantOfHades",
224
+ "type": "ship"
225
+ },
226
+ "moonstruck": {
227
+ "id": "moonstruck",
228
+ "type": "ship"
229
+ },
230
+ "theOgreKingsGlory": {
231
+ "id": "theOgreKingsGlory",
232
+ "type": "ship"
233
+ },
234
+ "ogreKingsRegalia": {
235
+ "id": "ogreKingsRegalia",
236
+ "type": "player"
237
+ },
238
+ "feastOfAncestors": {
239
+ "id": "feastOfAncestors",
240
+ "type": "ship"
241
+ },
242
+ "thePriestessTarot": {
243
+ "id": "thePriestessTarot",
244
+ "type": "ship"
245
+ },
246
+ "scionOfDagon": {
247
+ "id": "scionOfDagon",
248
+ "type": "player"
249
+ },
250
+ "libertine": {
251
+ "id": "libertine",
252
+ "type": "player"
253
+ },
254
+ "paramour": {
255
+ "id": "paramour",
256
+ "type": "ship"
257
+ },
258
+ "bloodAndFortune": {
259
+ "id": "bloodAndFortune",
260
+ "type": "ship"
261
+ },
262
+ "springBlossom": {
263
+ "id": "springBlossom",
264
+ "type": "ship"
265
+ },
266
+ "nobleEnvoy": {
267
+ "id": "nobleEnvoy",
268
+ "type": "player"
269
+ },
270
+ "indigoGlory": {
271
+ "id": "indigoGlory",
272
+ "type": "player"
273
+ },
274
+ "balladOfBloodyBones": {
275
+ "id": "balladOfBloodyBones",
276
+ "type": "player"
277
+ },
278
+ "oceanReaversPlayer": {
279
+ "id": "oceanReaversPlayer",
280
+ "type": "player"
281
+ },
282
+ "notorietyGarb": {
283
+ "id": "notorietyGarb",
284
+ "type": "player"
285
+ },
286
+ "prosperoPlayer": {
287
+ "id": "prosperoPlayer",
288
+ "type": "player"
289
+ },
290
+ "niceToMeatYou": {
291
+ "id": "niceToMeatYou",
292
+ "type": "player"
293
+ },
294
+ "mariniere": {
295
+ "id": "mariniere",
296
+ "type": "player"
297
+ },
298
+ "anpakasDespair": {
299
+ "id": "anpakasDespair",
300
+ "type": "ship"
301
+ },
302
+ "eastIndiesBrigand": {
303
+ "id": "eastIndiesBrigand",
304
+ "type": "player"
305
+ },
306
+ "compagnieElite": {
307
+ "id": "compagnieElite",
308
+ "type": "player"
309
+ },
310
+ "captainMustard": {
311
+ "id": "captainMustard",
312
+ "type": "player"
313
+ },
314
+ "saberRattler": {
315
+ "id": "saberRattler",
316
+ "type": "player"
317
+ },
318
+ "savvyCaptain": {
319
+ "id": "savvyCaptain",
320
+ "type": "player"
321
+ },
322
+ "sanguine": {
323
+ "id": "sanguine",
324
+ "type": "player"
325
+ },
326
+ "blockadeRunner": {
327
+ "id": "blockadeRunner",
328
+ "type": "player"
329
+ },
330
+ "theTrickster": {
331
+ "id": "theTrickster",
332
+ "type": "player"
333
+ },
334
+ "kayaRaya": {
335
+ "id": "kayaRaya",
336
+ "type": "player"
337
+ },
338
+ "faraFury": {
339
+ "id": "faraFury",
340
+ "type": "player"
341
+ },
342
+ "rempahRaider": {
343
+ "id": "rempahRaider",
344
+ "type": "player"
345
+ },
346
+ "untamedFury": {
347
+ "id": "untamedFury",
348
+ "type": "player"
349
+ },
350
+ "masina": {
351
+ "id": "masina",
352
+ "type": "player"
353
+ },
354
+ "imara": {
355
+ "id": "imara",
356
+ "type": "player"
357
+ },
358
+ "carmineLord": {
359
+ "id": "carmineLord",
360
+ "type": "player"
361
+ },
362
+ "predatorPrey": {
363
+ "id": "predatorPrey",
364
+ "type": "player"
365
+ },
366
+ "deepSlayer": {
367
+ "id": "deepSlayer",
368
+ "type": "player"
369
+ },
370
+ "bountyHunter": {
371
+ "id": "bountyHunter",
372
+ "type": "player"
373
+ },
374
+ "pinkysRevenge": {
375
+ "id": "pinkysRevenge",
376
+ "type": "player"
377
+ },
378
+ "calibanPlayer": {
379
+ "id": "calibanPlayer",
380
+ "type": "player"
381
+ },
382
+ "shadowSeeker": {
383
+ "id": "shadowSeeker",
384
+ "type": "player"
385
+ },
386
+ "abyssalRaider": {
387
+ "id": "abyssalRaider",
388
+ "type": "player"
389
+ },
390
+ "crystalline": {
391
+ "id": "crystalline",
392
+ "type": "ship"
393
+ },
394
+ "laPotence": {
395
+ "id": "laPotence",
396
+ "type": "ship"
397
+ },
398
+ "cadaverFleet": {
399
+ "id": "cadaverFleet",
400
+ "type": "player"
401
+ },
402
+ "heartOfThorns": {
403
+ "id": "heartOfThorns",
404
+ "type": "ship"
405
+ },
406
+ "statig": {
407
+ "id": "statig",
408
+ "type": "player"
409
+ },
410
+ "treasureKeeper": {
411
+ "id": "treasureKeeper",
412
+ "type": "ship"
413
+ },
414
+ "treasureHunter": {
415
+ "id": "treasureHunter",
416
+ "type": "player"
417
+ },
418
+ "ironReaver": {
419
+ "id": "ironReaver",
420
+ "type": "player"
421
+ },
422
+ "suaveSeadogPlayer": {
423
+ "id": "suaveSeadogPlayer",
424
+ "type": "ship"
425
+ },
426
+ "legendOfLestari": {
427
+ "id": "legendOfLestari",
428
+ "type": "ship"
429
+ },
430
+ "lestariHunter": {
431
+ "id": "lestariHunter",
432
+ "type": "player"
433
+ },
434
+ "gildedSin": {
435
+ "id": "gildedSin",
436
+ "type": "player"
437
+ },
438
+ "crimsonCorsair": {
439
+ "id": "crimsonCorsair",
440
+ "type": "ship"
441
+ },
442
+ "seaTiger": {
443
+ "id": "seaTiger",
444
+ "type": "ship"
445
+ },
446
+ "doomsdayKingpin": {
447
+ "id": "doomsdayKingpin",
448
+ "type": "player"
449
+ },
450
+ "mythicalBeast": {
451
+ "id": "mythicalBeast",
452
+ "type": "ship"
453
+ },
454
+ "ebonVessel": {
455
+ "id": "ebonVessel",
456
+ "type": "ship"
457
+ },
458
+ "wickedsRest": {
459
+ "id": "wickedsRest",
460
+ "type": "ship"
461
+ },
462
+ "theWorldTarot": {
463
+ "id": "theWorldTarot",
464
+ "type": "ship"
465
+ },
466
+ "duanYangShip": {
467
+ "id": "duanYangShip",
468
+ "type": "ship"
469
+ },
470
+ "demiseWrought": {
471
+ "id": "demiseWrought",
472
+ "type": "ship"
473
+ },
474
+ "demiseBringer": {
475
+ "id": "demiseBringer",
476
+ "type": "player"
477
+ },
478
+ "crabbyBonnet": {
479
+ "id": "crabbyBonnet",
480
+ "type": "ship"
481
+ },
482
+ "duanYangRogue": {
483
+ "id": "duanYangRogue",
484
+ "type": "player"
485
+ },
486
+ "royaleWarmaster": {
487
+ "id": "royaleWarmaster",
488
+ "type": "player"
489
+ },
490
+ "darkSwindler": {
491
+ "id": "darkSwindler",
492
+ "type": "player"
493
+ },
494
+ "luxeTiger": {
495
+ "id": "luxeTiger",
496
+ "type": "player"
497
+ },
498
+ "duskSwashbuckler": {
499
+ "id": "duskSwashbuckler",
500
+ "type": "player"
501
+ },
502
+ "musique": {
503
+ "id": "musique",
504
+ "type": "ship"
505
+ },
506
+ "engineer": {
507
+ "id": "engineer",
508
+ "type": "ship"
509
+ },
510
+ "versailles": {
511
+ "id": "versailles",
512
+ "type": "ship"
513
+ },
514
+ "versaillesPlayer": {
515
+ "id": "versaillesPlayer",
516
+ "type": "player"
517
+ },
518
+ "wanderingBlade": {
519
+ "id": "wanderingBlade",
520
+ "type": "player"
521
+ },
522
+ "sunWukong": {
523
+ "id": "sunWukong",
524
+ "type": "player"
525
+ },
526
+ "roninRaiders": {
527
+ "id": "roninRaiders",
528
+ "type": "player"
529
+ },
530
+ "ebonPirate": {
531
+ "id": "ebonPirate",
532
+ "type": "player"
533
+ },
534
+ "journeyToTheWest": {
535
+ "id": "journeyToTheWest",
536
+ "type": "ship"
537
+ },
538
+ "silverPhantomShip": {
539
+ "id": "silverPhantomShip",
540
+ "type": "ship"
541
+ },
542
+ "theEmpressTarot": {
543
+ "id": "theEmpressTarot",
544
+ "type": "ship"
545
+ },
546
+ "hellfestShip": {
547
+ "id": "hellfestShip",
548
+ "type": "ship"
549
+ },
550
+ "hellfestFiend": {
551
+ "id": "hellfestFiend",
552
+ "type": "player"
553
+ },
554
+ "jestersShip": {
555
+ "id": "jestersShip",
556
+ "type": "ship"
557
+ },
558
+ "dragonWave": {
559
+ "id": "dragonWave",
560
+ "type": "ship"
561
+ },
562
+ "jestersGarb": {
563
+ "id": "jestersGarb",
564
+ "type": "player"
565
+ },
566
+ "darknessBeckons": {
567
+ "id": "darknessBeckons",
568
+ "type": "player"
569
+ },
570
+ "tropicana": {
571
+ "id": "tropicana",
572
+ "type": "player"
573
+ },
574
+ "summerSun": {
575
+ "id": "summerSun",
576
+ "type": "player"
577
+ },
578
+ "midsummerShip": {
579
+ "id": "midsummerShip",
580
+ "type": "ship"
581
+ },
582
+ "leopardKing": {
583
+ "id": "leopardKing",
584
+ "type": "player"
585
+ },
586
+ "legendaryLivery": {
587
+ "id": "legendaryLivery",
588
+ "type": "player"
589
+ },
590
+ "captainCrank": {
591
+ "id": "captainCrank",
592
+ "type": "ship"
593
+ },
594
+ "hubrisAndFolly": {
595
+ "id": "hubrisAndFolly",
596
+ "type": "ship"
597
+ },
598
+ "exaltedVessel": {
599
+ "id": "exaltedVessel",
600
+ "type": "ship"
601
+ },
602
+ "exaltedCaptain": {
603
+ "id": "exaltedCaptain",
604
+ "type": "player"
605
+ },
606
+ "yulongSteers": {
607
+ "id": "yulongSteers",
608
+ "type": "ship"
609
+ },
610
+ "roninShip": {
611
+ "id": "roninShip",
612
+ "type": "ship"
613
+ },
614
+ "jioTheLemur": {
615
+ "id": "jioTheLemur",
616
+ "type": "ship"
617
+ },
618
+ "grandGameShip": {
619
+ "id": "grandGameShip",
620
+ "type": "ship"
621
+ },
622
+ "divineDragon": {
623
+ "id": "divineDragon",
624
+ "type": "ship"
625
+ },
626
+ "clawHunter": {
627
+ "id": "clawHunter",
628
+ "type": "player"
629
+ },
630
+ "grandGamemaster": {
631
+ "id": "grandGamemaster",
632
+ "type": "player"
633
+ },
634
+ "horridClutches": {
635
+ "id": "horridClutches",
636
+ "type": "ship"
637
+ },
638
+ "skullTrio": {
639
+ "id": "skullTrio",
640
+ "type": "ship"
641
+ },
642
+ "theDevilLurks": {
643
+ "id": "theDevilLurks",
644
+ "type": "ship"
645
+ },
646
+ "midAutumnAtSea": {
647
+ "id": "midAutumnAtSea",
648
+ "type": "ship"
649
+ },
650
+ "shipOfDragons": {
651
+ "id": "shipOfDragons",
652
+ "type": "ship"
653
+ },
654
+ "theEmperorTarot": {
655
+ "id": "theEmperorTarot",
656
+ "type": "ship"
657
+ },
658
+ "skullpiercer": {
659
+ "id": "skullpiercer",
660
+ "type": "ship"
661
+ },
662
+ "pointedFate": {
663
+ "id": "pointedFate",
664
+ "type": "ship"
665
+ },
666
+ "almightyBeast": {
667
+ "id": "almightyBeast",
668
+ "type": "ship"
669
+ },
670
+ "deadlyCurrents": {
671
+ "id": "deadlyCurrents",
672
+ "type": "ship"
673
+ },
674
+ "dragonShrine": {
675
+ "id": "dragonShrine",
676
+ "type": "ship"
677
+ },
678
+ "scyllaScorned": {
679
+ "id": "scyllaScorned",
680
+ "type": "player"
681
+ },
682
+ "dragonChaser": {
683
+ "id": "dragonChaser",
684
+ "type": "player"
685
+ },
686
+ "captainDeath": {
687
+ "id": "captainDeath",
688
+ "type": "ship"
689
+ },
690
+ "theBattleJunk": {
691
+ "id": "theBattleJunk",
692
+ "type": "ship"
693
+ },
694
+ "blackBazaar": {
695
+ "id": "blackBazaar",
696
+ "type": "ship"
697
+ },
698
+ "medusaScorned": {
699
+ "id": "medusaScorned",
700
+ "type": "ship"
701
+ },
702
+ "flamingFuryShip": {
703
+ "id": "flamingFuryShip",
704
+ "type": "ship"
705
+ },
706
+ "flamingFuryGarb": {
707
+ "id": "flamingFuryGarb",
708
+ "type": "player"
709
+ },
710
+ "starsAbove": {
711
+ "id": "starsAbove",
712
+ "type": "ship"
713
+ },
714
+ "bitterNotes": {
715
+ "id": "bitterNotes",
716
+ "type": "ship"
717
+ },
718
+ "spawnOfCarcinus": {
719
+ "id": "spawnOfCarcinus",
720
+ "type": "ship"
721
+ },
722
+ "burntMetal": {
723
+ "id": "burntMetal",
724
+ "type": "ship"
725
+ },
726
+ "devilInDisguise": {
727
+ "id": "devilInDisguise",
728
+ "type": "ship"
729
+ },
730
+ "phoenixWings": {
731
+ "id": "phoenixWings",
732
+ "type": "ship"
733
+ },
734
+ "theSkyGoddess": {
735
+ "id": "theSkyGoddess",
736
+ "type": "player"
737
+ },
738
+ "twistedDuality": {
739
+ "id": "twistedDuality",
740
+ "type": "player"
741
+ },
742
+ "justiceTarot": {
743
+ "id": "justiceTarot",
744
+ "type": "ship"
745
+ },
746
+ "twoFacedSnake": {
747
+ "id": "twoFacedSnake",
748
+ "type": "ship"
749
+ },
750
+ "eyeOfTheBeholder": {
751
+ "id": "eyeOfTheBeholder",
752
+ "type": "ship"
753
+ },
754
+ "pompousChicken": {
755
+ "id": "pompousChicken",
756
+ "type": "ship"
757
+ },
758
+ "celticArtifice": {
759
+ "id": "celticArtifice",
760
+ "type": "ship"
761
+ },
762
+ "anneBonny": {
763
+ "id": "anneBonny",
764
+ "type": "ship"
765
+ },
766
+ "casablancaShip": {
767
+ "id": "casablancaShip",
768
+ "type": "ship"
769
+ },
770
+ "taintedDepths": {
771
+ "id": "taintedDepths",
772
+ "type": "ship"
773
+ },
774
+ "steelMightShip": {
775
+ "id": "steelMightShip",
776
+ "type": "ship"
777
+ },
778
+ "skyPhoenix": {
779
+ "id": "skyPhoenix",
780
+ "type": "ship"
781
+ },
782
+ "imperialSeer": {
783
+ "id": "imperialSeer",
784
+ "type": "player"
785
+ },
786
+ "legendOfAnne": {
787
+ "id": "legendOfAnne",
788
+ "type": "player"
789
+ },
790
+ "steelyAndMighty": {
791
+ "id": "steelyAndMighty",
792
+ "type": "player"
793
+ },
794
+ "depthsForged": {
795
+ "id": "depthsForged",
796
+ "type": "player"
797
+ },
798
+ "kumihoShip": {
799
+ "id": "kumihoShip",
800
+ "type": "ship"
801
+ },
802
+ "gladiusShip": {
803
+ "id": "gladiusShip",
804
+ "type": "ship"
805
+ },
806
+ "agaricKingdomShip": {
807
+ "id": "agaricKingdomShip",
808
+ "type": "ship"
809
+ },
810
+ "seamistKumiho": {
811
+ "id": "seamistKumiho",
812
+ "type": "player"
813
+ },
814
+ "gladius": {
815
+ "id": "gladius",
816
+ "type": "player"
817
+ },
818
+ "jianOfDestiny": {
819
+ "id": "jianOfDestiny",
820
+ "type": "ship"
821
+ },
822
+ "hallowsEveGarb": {
823
+ "id": "hallowsEveGarb",
824
+ "type": "player"
825
+ },
826
+ "hallowsEveShip": {
827
+ "id": "hallowsEveShip",
828
+ "type": "ship"
829
+ },
830
+ "wintersBite": {
831
+ "id": "wintersBite",
832
+ "type": "ship"
833
+ },
834
+ "madCollectorShip": {
835
+ "id": "madCollectorShip",
836
+ "type": "player"
837
+ },
838
+ "zeussChariot": {
839
+ "id": "zeussChariot",
840
+ "type": "ship"
841
+ },
842
+ "gingerbreadShip": {
843
+ "id": "gingerbreadShip",
844
+ "type": "ship"
845
+ },
846
+ "sailingSeraphim": {
847
+ "id": "sailingSeraphim",
848
+ "type": "ship"
849
+ },
850
+ "lordGaruda": {
851
+ "id": "lordGaruda",
852
+ "type": "ship"
853
+ },
854
+ "zeussFavored": {
855
+ "id": "zeussFavored",
856
+ "type": "player"
857
+ },
858
+ "madCollector": {
859
+ "id": "madCollector",
860
+ "type": "ship"
861
+ },
862
+ "azureTouched": {
863
+ "id": "azureTouched",
864
+ "type": "player"
865
+ },
866
+ "maharaja": {
867
+ "id": "maharaja",
868
+ "type": "player"
869
+ },
870
+ "maharajaShip": {
871
+ "id": "maharajaShip",
872
+ "type": "ship"
873
+ },
874
+ "vortigernsDragon": {
875
+ "id": "vortigernsDragon",
876
+ "type": "ship"
877
+ },
878
+ "theSchaduw": {
879
+ "id": "theSchaduw",
880
+ "type": "ship"
881
+ },
882
+ "risenZamaharibu": {
883
+ "id": "risenZamaharibu",
884
+ "type": "ship"
885
+ },
886
+ "theWolvenjager": {
887
+ "id": "theWolvenjager",
888
+ "type": "ship"
889
+ },
890
+ "vikramRajan": {
891
+ "id": "vikramRajan",
892
+ "type": "player"
893
+ },
894
+ "violetAftermath": {
895
+ "id": "violetAftermath",
896
+ "type": "ship"
897
+ },
898
+ "soulOfDarkness": {
899
+ "id": "soulOfDarkness",
900
+ "type": "ship"
901
+ },
902
+ "satisfaction": {
903
+ "id": "satisfaction",
904
+ "type": "ship"
905
+ },
906
+ "deadeye": {
907
+ "id": "deadeye",
908
+ "type": "ship"
909
+ },
910
+ "blackguard": {
911
+ "id": "blackguard",
912
+ "type": "player"
913
+ },
914
+ "rajputShip": {
915
+ "id": "rajputShip",
916
+ "type": "ship"
917
+ },
918
+ "rakshasa": {
919
+ "id": "rakshasa",
920
+ "type": "ship"
921
+ },
922
+ "rakshasaCaptain": {
923
+ "id": "rakshasaCaptain",
924
+ "type": "player"
925
+ },
926
+ "gildedSinShip": {
927
+ "id": "gildedSinShip",
928
+ "type": "ship"
929
+ },
930
+ "theDevilTarot": {
931
+ "id": "theDevilTarot",
932
+ "type": "ship"
933
+ },
934
+ "theStrengthTarot": {
935
+ "id": "theStrengthTarot",
936
+ "type": "ship"
937
+ },
938
+ "mythicDragonheart": {
939
+ "id": "mythicDragonheart",
940
+ "type": "player"
941
+ },
942
+ "fragnantDead": {
943
+ "id": "fragnantDead",
944
+ "type": "ship"
945
+ },
946
+ "goddessOfRuin": {
947
+ "id": "goddessOfRuin",
948
+ "type": "ship"
949
+ },
950
+ "watersOfGowa": {
951
+ "id": "watersOfGowa",
952
+ "type": "ship"
953
+ },
954
+ "sultanOfGowa": {
955
+ "id": "sultanOfGowa",
956
+ "type": "player"
957
+ },
958
+ "nautilian": {
959
+ "id": "nautilian",
960
+ "type": "ship"
961
+ },
962
+ "theShadowArk": {
963
+ "id": "theShadowArk",
964
+ "type": "ship"
965
+ },
966
+ "nanaChitra": {
967
+ "id": "nanaChitra",
968
+ "type": "ship"
969
+ },
970
+ "nobleDaku": {
971
+ "id": "nobleDaku",
972
+ "type": "player"
973
+ },
974
+ "theGreatShadow": {
975
+ "id": "theGreatShadow",
976
+ "type": "player"
977
+ },
978
+ "nautilianRogue": {
979
+ "id": "nautilianRogue",
980
+ "type": "player"
981
+ },
982
+ "hantuBelangkas": {
983
+ "id": "hantuBelangkas",
984
+ "type": "ship"
985
+ },
986
+ "seeingHeart": {
987
+ "id": "seeingHeart",
988
+ "type": "ship"
989
+ },
990
+ "rajaUdang": {
991
+ "id": "rajaUdang",
992
+ "type": "ship"
993
+ },
994
+ "soulOfLight": {
995
+ "id": "soulOfLight",
996
+ "type": "ship"
997
+ },
998
+ "insectManiaShip": {
999
+ "id": "insectManiaShip",
1000
+ "type": "ship"
1001
+ },
1002
+ "theNianAwakens": {
1003
+ "id": "theNianAwakens",
1004
+ "type": "ship"
1005
+ },
1006
+ "lunarSnake": {
1007
+ "id": "lunarSnake",
1008
+ "type": "player"
1009
+ },
1010
+ "jiangshisQuest": {
1011
+ "id": "jiangshisQuest",
1012
+ "type": "ship"
1013
+ },
1014
+ "risenMegaLestari": {
1015
+ "id": "risenMegaLestari",
1016
+ "type": "ship"
1017
+ },
1018
+ "phantomHalo": {
1019
+ "id": "phantomHalo",
1020
+ "type": "ship"
1021
+ },
1022
+ "illustriousFounding": {
1023
+ "id": "illustriousFounding",
1024
+ "type": "ship"
1025
+ },
1026
+ "monsoonWarlord": {
1027
+ "id": "monsoonWarlord",
1028
+ "type": "ship"
1029
+ },
1030
+ "eternalWill": {
1031
+ "id": "eternalWill",
1032
+ "type": "ship"
1033
+ },
1034
+ "firesOfIndustry": {
1035
+ "id": "firesOfIndustry",
1036
+ "type": "ship"
1037
+ },
1038
+ "dreadnought": {
1039
+ "id": "dreadnought",
1040
+ "type": "ship"
1041
+ },
1042
+ "danceOfDeath": {
1043
+ "id": "danceOfDeath",
1044
+ "type": "ship"
1045
+ },
1046
+ "oranjeFury": {
1047
+ "id": "oranjeFury",
1048
+ "type": "ship"
1049
+ },
1050
+ "goddessOfWar": {
1051
+ "id": "goddessOfWar",
1052
+ "type": "ship"
1053
+ },
1054
+ "warbringer": {
1055
+ "id": "warbringer",
1056
+ "type": "ship"
1057
+ },
1058
+ "bloodScavenger": {
1059
+ "id": "bloodScavenger",
1060
+ "type": "ship"
1061
+ },
1062
+ "dreadhunter": {
1063
+ "id": "dreadhunter",
1064
+ "type": "player"
1065
+ },
1066
+ "ladyOfTheVeil": {
1067
+ "id": "ladyOfTheVeil",
1068
+ "type": "player"
1069
+ },
1070
+ "corsairsFolly": {
1071
+ "id": "corsairsFolly",
1072
+ "type": "player"
1073
+ },
1074
+ "honorAndJudgment": {
1075
+ "id": "honorAndJudgment",
1076
+ "type": "ship"
1077
+ },
1078
+ "uponMyHonor": {
1079
+ "id": "uponMyHonor",
1080
+ "type": "ship"
1081
+ },
1082
+ "fateWaits": {
1083
+ "id": "fateWaits",
1084
+ "type": "ship"
1085
+ },
1086
+ "graceFromAfar": {
1087
+ "id": "graceFromAfar",
1088
+ "type": "ship"
1089
+ },
1090
+ "astralTrails": {
1091
+ "id": "astralTrails",
1092
+ "type": "ship"
1093
+ },
1094
+ "blackTorch": {
1095
+ "id": "blackTorch",
1096
+ "type": "ship"
1097
+ },
1098
+ "fallenOfficier": {
1099
+ "id": "fallenOfficier",
1100
+ "type": "ship"
1101
+ },
1102
+ "gloryOfEmpires": {
1103
+ "id": "gloryOfEmpires",
1104
+ "type": "player"
1105
+ },
1106
+ "spectralHour": {
1107
+ "id": "spectralHour",
1108
+ "type": "ship"
1109
+ },
1110
+ "arkOfTheGrotesque": {
1111
+ "id": "arkOfTheGrotesque",
1112
+ "type": "ship"
1113
+ },
1114
+ "cursedMasquerade": {
1115
+ "id": "cursedMasquerade",
1116
+ "type": "player"
1117
+ },
1118
+ "innerDepths": {
1119
+ "id": "innerDepths",
1120
+ "type": "ship"
1121
+ },
1122
+ "depthDweller": {
1123
+ "id": "depthDweller",
1124
+ "type": "player"
1125
+ },
1126
+ "buccaneersBones": {
1127
+ "id": "buccaneersBones",
1128
+ "type": "ship"
1129
+ },
1130
+ "sharkRider": {
1131
+ "id": "sharkRider",
1132
+ "type": "ship"
1133
+ },
1134
+ "maneater": {
1135
+ "id": "maneater",
1136
+ "type": "player"
1137
+ },
1138
+ "fortuneFounders": {
1139
+ "id": "fortuneFounders",
1140
+ "type": "ship"
1141
+ },
1142
+ "brillianceBegets": {
1143
+ "id": "brillianceBegets",
1144
+ "type": "player"
1145
+ },
1146
+ "lostBastion": {
1147
+ "id": "lostBastion",
1148
+ "type": "ship"
1149
+ },
1150
+ "sengokuNights": {
1151
+ "id": "sengokuNights",
1152
+ "type": "ship"
1153
+ },
1154
+ "envyFreedom": {
1155
+ "id": "envyFreedom",
1156
+ "type": "ship"
1157
+ },
1158
+ "theRedHorseman": {
1159
+ "id": "theRedHorseman",
1160
+ "type": "ship"
1161
+ },
1162
+ "inquisitiveDawn": {
1163
+ "id": "inquisitiveDawn",
1164
+ "type": "player"
1165
+ },
1166
+ "emberWolf": {
1167
+ "id": "emberWolf",
1168
+ "type": "ship"
1169
+ },
1170
+ "sinfulNature": {
1171
+ "id": "sinfulNature",
1172
+ "type": "player"
1173
+ },
1174
+ "highStation": {
1175
+ "id": "highStation",
1176
+ "type": "ship"
1177
+ },
1178
+ "crownsJustice": {
1179
+ "id": "crownsJustice",
1180
+ "type": "ship"
1181
+ },
1182
+ "fleetsEyes": {
1183
+ "id": "fleetsEyes",
1184
+ "type": "ship"
1185
+ },
1186
+ "hellHaul": {
1187
+ "id": "hellHaul",
1188
+ "type": "ship"
1189
+ },
1190
+ "deathBecomesUs": {
1191
+ "id": "deathBecomesUs",
1192
+ "type": "ship"
1193
+ },
1194
+ "aDeadlyBet": {
1195
+ "id": "aDeadlyBet",
1196
+ "type": "ship"
1197
+ },
1198
+ "drownedWitch": {
1199
+ "id": "drownedWitch",
1200
+ "type": "ship"
1201
+ },
1202
+ "nightRavager": {
1203
+ "id": "nightRavager",
1204
+ "type": "player"
1205
+ },
1206
+ "kingOfGamblers": {
1207
+ "id": "kingOfGamblers",
1208
+ "type": "player"
1209
+ },
1210
+ "bewitched": {
1211
+ "id": "bewitched",
1212
+ "type": "player"
1213
+ },
1214
+ "wickedCorsair": {
1215
+ "id": "wickedCorsair",
1216
+ "type": "ship"
1217
+ },
1218
+ "fangsOfJustice": {
1219
+ "id": "fangsOfJustice",
1220
+ "type": "ship"
1221
+ },
1222
+ "cloudWalker": {
1223
+ "id": "cloudWalker",
1224
+ "type": "player"
1225
+ },
1226
+ "inquisitorsCharge": {
1227
+ "id": "inquisitorsCharge",
1228
+ "type": "ship"
1229
+ },
1230
+ "holyOffice": {
1231
+ "id": "holyOffice",
1232
+ "type": "player"
1233
+ },
1234
+ "bloodAndBone": {
1235
+ "id": "bloodAndBone",
1236
+ "type": "ship"
1237
+ },
1238
+ "bloodAndBones": {
1239
+ "id": "bloodAndBones",
1240
+ "type": "player"
1241
+ },
1242
+ "hexFiend": {
1243
+ "id": "hexFiend",
1244
+ "type": "ship"
1245
+ },
1246
+ "serveTheSpirits": {
1247
+ "id": "serveTheSpirits",
1248
+ "type": "player"
1249
+ },
1250
+ "dreadedChimera": {
1251
+ "id": "dreadedChimera",
1252
+ "type": "ship"
1253
+ },
1254
+ "enchantingAgony": {
1255
+ "id": "enchantingAgony",
1256
+ "type": "ship"
1257
+ },
1258
+ "vengeanceIsMine": {
1259
+ "id": "vengeanceIsMine",
1260
+ "type": "ship"
1261
+ },
1262
+ "crownsBlade": {
1263
+ "id": "crownsBlade",
1264
+ "type": "ship"
1265
+ },
1266
+ "deathToPiracy": {
1267
+ "id": "deathToPiracy",
1268
+ "type": "player"
1269
+ },
1270
+ "bootlegBill": {
1271
+ "id": "bootlegBill",
1272
+ "type": "ship"
1273
+ },
1274
+ "carnivalOfCool": {
1275
+ "id": "carnivalOfCool",
1276
+ "type": "player"
1277
+ },
1278
+ "emissaryOfDeath": {
1279
+ "id": "emissaryOfDeath",
1280
+ "type": "ship"
1281
+ },
1282
+ "godOfThunder": {
1283
+ "id": "godOfThunder",
1284
+ "type": "ship"
1285
+ },
1286
+ "mournfulTruth": {
1287
+ "id": "mournfulTruth",
1288
+ "type": "ship"
1289
+ },
1290
+ "divineSight": {
1291
+ "id": "divineSight",
1292
+ "type": "ship"
1293
+ },
1294
+ "legacyInBlood": {
1295
+ "id": "legacyInBlood",
1296
+ "type": "ship"
1297
+ },
1298
+ "gloryGuardians": {
1299
+ "id": "gloryGuardians",
1300
+ "type": "ship"
1301
+ },
1302
+ "doOrDie": {
1303
+ "id": "doOrDie",
1304
+ "type": "ship"
1305
+ },
1306
+ "devilsMirth": {
1307
+ "id": "devilsMirth",
1308
+ "type": "ship"
1309
+ },
1310
+ "talonStrike": {
1311
+ "id": "talonStrike",
1312
+ "type": "ship"
1313
+ },
1314
+ "swiftTrigger": {
1315
+ "id": "swiftTrigger",
1316
+ "type": "ship"
1317
+ },
1318
+ "cardsOfFate": {
1319
+ "id": "cardsOfFate",
1320
+ "type": "ship"
1321
+ },
1322
+ "darktideMother": {
1323
+ "id": "darktideMother",
1324
+ "type": "ship"
1325
+ },
1326
+ "cagedFury": {
1327
+ "id": "cagedFury",
1328
+ "type": "ship"
1329
+ },
1330
+ "creatureOfNight": {
1331
+ "id": "creatureOfNight",
1332
+ "type": "player"
1333
+ },
1334
+ "paleMother": {
1335
+ "id": "paleMother",
1336
+ "type": "ship"
1337
+ },
1338
+ "xianYuan": {
1339
+ "id": "xianYuan",
1340
+ "type": "ship"
1341
+ },
1342
+ "plagueReaper": {
1343
+ "id": "plagueReaper",
1344
+ "type": "ship"
1345
+ },
1346
+ "nocturnesGrace": {
1347
+ "id": "nocturnesGrace",
1348
+ "type": "ship"
1349
+ },
1350
+ "seaScavengers": {
1351
+ "id": "seaScavengers",
1352
+ "type": "ship"
1353
+ },
1354
+ "deathStrides": {
1355
+ "id": "deathStrides",
1356
+ "type": "ship"
1357
+ },
1358
+ "redPrivateer": {
1359
+ "id": "redPrivateer",
1360
+ "type": "player"
1361
+ },
1362
+ "nocturnesChampion": {
1363
+ "id": "nocturnesChampion",
1364
+ "type": "player"
1365
+ },
1366
+ "forTheHoard": {
1367
+ "id": "forTheHoard",
1368
+ "type": "ship"
1369
+ },
1370
+ "harbingerOfDeath": {
1371
+ "id": "harbingerOfDeath",
1372
+ "type": "player"
1373
+ },
1374
+ "kingOfChains": {
1375
+ "id": "kingOfChains",
1376
+ "type": "ship"
1377
+ },
1378
+ "2024HellfestShip": {
1379
+ "id": "2024HellfestShip",
1380
+ "type": "ship"
1381
+ },
1382
+ "theAnchorborn": {
1383
+ "id": "theAnchorborn",
1384
+ "type": "ship"
1385
+ },
1386
+ "gustsOfWar": {
1387
+ "id": "gustsOfWar",
1388
+ "type": "ship"
1389
+ },
1390
+ "daggersOath": {
1391
+ "id": "daggersOath",
1392
+ "type": "ship"
1393
+ },
1394
+ "goldenGlory": {
1395
+ "id": "goldenGlory",
1396
+ "type": "ship"
1397
+ },
1398
+ "bonehooked": {
1399
+ "id": "bonehooked",
1400
+ "type": "ship"
1401
+ },
1402
+ "deathsMuse": {
1403
+ "id": "deathsMuse",
1404
+ "type": "ship"
1405
+ },
1406
+ "flamesOfWar": {
1407
+ "id": "flamesOfWar",
1408
+ "type": "ship"
1409
+ },
1410
+ "hallowedChildren": {
1411
+ "id": "hallowedChildren",
1412
+ "type": "ship"
1413
+ },
1414
+ "hallowedShadow": {
1415
+ "id": "hallowedShadow",
1416
+ "type": "player"
1417
+ },
1418
+ "cursedSteel": {
1419
+ "id": "cursedSteel",
1420
+ "type": "ship"
1421
+ },
1422
+ "joyfulReaper": {
1423
+ "id": "joyfulReaper",
1424
+ "type": "ship"
1425
+ },
1426
+ "cursedFortunes": {
1427
+ "id": "cursedFortunes",
1428
+ "type": "ship"
1429
+ },
1430
+ "devilsPact": {
1431
+ "id": "devilsPact",
1432
+ "type": "ship"
1433
+ },
1434
+ "saintOfWrath": {
1435
+ "id": "saintOfWrath",
1436
+ "type": "ship"
1437
+ },
1438
+ "nightWight": {
1439
+ "id": "nightWight",
1440
+ "type": "player"
1441
+ },
1442
+ "goldDrunk": {
1443
+ "id": "goldDrunk",
1444
+ "type": "player"
1445
+ },
1446
+ "bardsSoul": {
1447
+ "id": "bardsSoul",
1448
+ "type": "player"
1449
+ },
1450
+ "rumAndGold": {
1451
+ "id": "rumAndGold",
1452
+ "type": "player"
1453
+ },
1454
+ "ashesOfMemories": {
1455
+ "id": "ashesOfMemories",
1456
+ "type": "player"
1457
+ },
1458
+ "bladeBallet": {
1459
+ "id": "bladeBallet",
1460
+ "type": "ship"
1461
+ },
1462
+ "majesticMadness": {
1463
+ "id": "majesticMadness",
1464
+ "type": "ship"
1465
+ },
1466
+ "rawFury": {
1467
+ "id": "rawFury",
1468
+ "type": "ship"
1469
+ },
1470
+ "wolfheartsSeas": {
1471
+ "id": "wolfheartsSeas",
1472
+ "type": "ship"
1473
+ },
1474
+ "valiantBlood": {
1475
+ "id": "valiantBlood",
1476
+ "type": "ship"
1477
+ },
1478
+ "sinnersGrasp": {
1479
+ "id": "sinnersGrasp",
1480
+ "type": "ship"
1481
+ },
1482
+ "theLastHowl": {
1483
+ "id": "theLastHowl",
1484
+ "type": "player"
1485
+ },
1486
+ "bloodQueen": {
1487
+ "id": "bloodQueen",
1488
+ "type": "player"
1489
+ },
1490
+ "waveConqueror": {
1491
+ "id": "waveConqueror",
1492
+ "type": "ship"
1493
+ },
1494
+ "coilsOfFate": {
1495
+ "id": "coilsOfFate",
1496
+ "type": "ship"
1497
+ },
1498
+ "seaOfKingdoms": {
1499
+ "id": "seaOfKingdoms",
1500
+ "type": "ship"
1501
+ },
1502
+ "theFaceless": {
1503
+ "id": "theFaceless",
1504
+ "type": "ship"
1505
+ },
1506
+ "kingdomsWarrior": {
1507
+ "id": "kingdomsWarrior",
1508
+ "type": "player"
1509
+ },
1510
+ "eyeOfMadness": {
1511
+ "id": "eyeOfMadness",
1512
+ "type": "ship"
1513
+ },
1514
+ "burningWhispers": {
1515
+ "id": "burningWhispers",
1516
+ "type": "ship"
1517
+ },
1518
+ "legsOfDoom": {
1519
+ "id": "legsOfDoom",
1520
+ "type": "ship"
1521
+ },
1522
+ "marchingMenace": {
1523
+ "id": "marchingMenace",
1524
+ "type": "player"
1525
+ },
1526
+ "aCloseStep": {
1527
+ "id": "aCloseStep",
1528
+ "type": "player"
1529
+ },
1530
+ "connoisseurOfWar": {
1531
+ "id": "connoisseurOfWar",
1532
+ "type": "player"
1533
+ },
1534
+ "monopolyOfTrade": {
1535
+ "id": "monopolyOfTrade",
1536
+ "type": "player"
1537
+ },
1538
+ "abyssalSlayer": {
1539
+ "id": "abyssalSlayer",
1540
+ "type": "ship"
1541
+ },
1542
+ "silkenPromises": {
1543
+ "id": "silkenPromises",
1544
+ "type": "ship"
1545
+ },
1546
+ "mutinyMostFoul": {
1547
+ "id": "mutinyMostFoul",
1548
+ "type": "ship"
1549
+ },
1550
+ "wickedGreen": {
1551
+ "id": "wickedGreen",
1552
+ "type": "ship"
1553
+ },
1554
+ "theDrownedOnes": {
1555
+ "id": "theDrownedOnes",
1556
+ "type": "ship"
1557
+ },
1558
+ "cultOfTheKraken": {
1559
+ "id": "cultOfTheKraken",
1560
+ "type": "player"
1561
+ },
1562
+ "mutinysChild": {
1563
+ "id": "mutinysChild",
1564
+ "type": "player"
1565
+ },
1566
+ "gildedCoronation": {
1567
+ "id": "gildedCoronation",
1568
+ "type": "ship"
1569
+ },
1570
+ "jewelsOfTheSeas": {
1571
+ "id": "jewelsOfTheSeas",
1572
+ "type": "ship"
1573
+ },
1574
+ "eveOfRetribution": {
1575
+ "id": "eveOfRetribution",
1576
+ "type": "player"
1577
+ },
1578
+ "cursedEight": {
1579
+ "id": "cursedEight",
1580
+ "type": "ship"
1581
+ },
1582
+ "krakenSlayer": {
1583
+ "id": "krakenSlayer",
1584
+ "type": "ship"
1585
+ },
1586
+ "primordialTerror": {
1587
+ "id": "primordialTerror",
1588
+ "type": "ship"
1589
+ },
1590
+ "sunkenWatchers": {
1591
+ "id": "sunkenWatchers",
1592
+ "type": "ship"
1593
+ },
1594
+ "widowsEmbrace": {
1595
+ "id": "widowsEmbrace",
1596
+ "type": "ship"
1597
+ },
1598
+ "jaegersPursuit": {
1599
+ "id": "jaegersPursuit",
1600
+ "type": "ship"
1601
+ },
1602
+ "sunkenWatchersPlayer": {
1603
+ "id": "sunkenWatchersPlayer",
1604
+ "type": "player"
1605
+ },
1606
+ "mythicHowl": {
1607
+ "id": "mythicHowl",
1608
+ "type": "player"
1609
+ },
1610
+ "midnightMarquis": {
1611
+ "id": "midnightMarquis",
1612
+ "type": "player"
1613
+ },
1614
+ "oceansBrood": {
1615
+ "id": "oceansBrood",
1616
+ "type": "ship"
1617
+ },
1618
+ "friendlyFoes": {
1619
+ "id": "friendlyFoes",
1620
+ "type": "ship"
1621
+ },
1622
+ "cutthroatsCreed": {
1623
+ "id": "cutthroatsCreed",
1624
+ "type": "player"
1625
+ },
1626
+ "silverSpectre": {
1627
+ "id": "silverSpectre",
1628
+ "type": "ship"
1629
+ },
1630
+ "abyssalRegalia": {
1631
+ "id": "abyssalRegalia",
1632
+ "type": "ship"
1633
+ },
1634
+ "headHunter": {
1635
+ "id": "headHunter",
1636
+ "type": "ship"
1637
+ },
1638
+ "emberhound": {
1639
+ "id": "emberhound",
1640
+ "type": "ship"
1641
+ },
1642
+ "purveyorOfWar": {
1643
+ "id": "purveyorOfWar",
1644
+ "type": "ship"
1645
+ },
1646
+ "argentWarden": {
1647
+ "id": "argentWarden",
1648
+ "type": "player"
1649
+ },
1650
+ "crimsonStreak": {
1651
+ "id": "crimsonStreak",
1652
+ "type": "player"
1653
+ },
1654
+ "apexTitan": {
1655
+ "id": "apexTitan",
1656
+ "type": "ship"
1657
+ },
1658
+ "badAndBaroque": {
1659
+ "id": "badAndBaroque",
1660
+ "type": "ship"
1661
+ },
1662
+ "greaterNian": {
1663
+ "id": "greaterNian",
1664
+ "type": "ship"
1665
+ },
1666
+ "crocodillo": {
1667
+ "id": "crocodillo",
1668
+ "type": "ship"
1669
+ },
1670
+ "chimpCrazy": {
1671
+ "id": "chimpCrazy",
1672
+ "type": "ship"
1673
+ },
1674
+ "deathsGlow": {
1675
+ "id": "deathsGlow",
1676
+ "type": "ship"
1677
+ },
1678
+ "deathlyWishes": {
1679
+ "id": "deathlyWishes",
1680
+ "type": "player"
1681
+ }
1662
1682
  }