@skullandbonestools/snbdata 8.0.10 → 8.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/LICENSE +661 -661
  2. package/README.md +105 -105
  3. package/data/achievements.json +738 -738
  4. package/data/commodities.json +367 -367
  5. package/data/contracts.json +287 -287
  6. package/data/cosmetics.json +31606 -31221
  7. package/data/events.json +49 -49
  8. package/data/factions.json +135 -135
  9. package/data/items.json +16089 -16076
  10. package/data/materials.json +937 -937
  11. package/data/modifications.json +1579 -1579
  12. package/data/regions.json +25 -25
  13. package/data/seasons.json +64 -64
  14. package/data/sets.json +1681 -1661
  15. package/data/ships.json +946 -946
  16. package/data/territories.json +407 -407
  17. package/data/ultimates.json +108 -108
  18. package/data/worldEvents.json +395 -383
  19. package/dist/data_providers/seasons.d.ts +16 -0
  20. package/dist/data_providers/seasons.d.ts.map +1 -0
  21. package/dist/data_providers/seasons.js +19 -0
  22. package/dist/data_providers/seasons.js.map +1 -0
  23. package/dist/data_providers/ships.d.ts +64 -0
  24. package/dist/data_providers/ships.d.ts.map +1 -0
  25. package/dist/data_providers/ships.js +45 -0
  26. package/dist/data_providers/ships.js.map +1 -0
  27. package/dist/types/ShipSize.d.ts +2 -0
  28. package/dist/types/ShipSize.d.ts.map +1 -0
  29. package/dist/types/ShipSize.js +2 -0
  30. package/dist/types/ShipSize.js.map +1 -0
  31. package/dist/types/SlotWithGunports.d.ts +8 -0
  32. package/dist/types/SlotWithGunports.d.ts.map +1 -0
  33. package/dist/types/SlotWithGunports.js +2 -0
  34. package/dist/types/SlotWithGunports.js.map +1 -0
  35. package/languages/ar/ar_achievements.json +271 -271
  36. package/languages/ar/ar_commodities.json +299 -299
  37. package/languages/ar/ar_contracts.json +98 -98
  38. package/languages/ar/ar_cosmetics.json +21771 -21543
  39. package/languages/ar/ar_events.json +15 -15
  40. package/languages/ar/ar_factions.json +69 -69
  41. package/languages/ar/ar_items.json +3113 -3107
  42. package/languages/ar/ar_locations.json +268 -261
  43. package/languages/ar/ar_materials.json +631 -631
  44. package/languages/ar/ar_modifications.json +446 -446
  45. package/languages/ar/ar_perks.json +3144 -3144
  46. package/languages/ar/ar_regions.json +15 -15
  47. package/languages/ar/ar_seasons.json +12 -12
  48. package/languages/ar/ar_sets.json +423 -418
  49. package/languages/ar/ar_ships.json +111 -111
  50. package/languages/ar/ar_territories.json +177 -177
  51. package/languages/ar/ar_ultimates.json +47 -47
  52. package/languages/ar/ar_worldEvents.json +82 -80
  53. package/languages/de/de_achievements.json +271 -271
  54. package/languages/de/de_commodities.json +299 -299
  55. package/languages/de/de_contracts.json +98 -98
  56. package/languages/de/de_cosmetics.json +21771 -21543
  57. package/languages/de/de_events.json +15 -15
  58. package/languages/de/de_factions.json +69 -69
  59. package/languages/de/de_items.json +3113 -3107
  60. package/languages/de/de_locations.json +268 -261
  61. package/languages/de/de_materials.json +631 -631
  62. package/languages/de/de_modifications.json +446 -446
  63. package/languages/de/de_perks.json +3144 -3144
  64. package/languages/de/de_seasons.json +12 -12
  65. package/languages/de/de_sets.json +423 -418
  66. package/languages/de/de_ships.json +111 -111
  67. package/languages/de/de_worldEvents.json +82 -80
  68. package/languages/en/en_achievements.json +271 -271
  69. package/languages/en/en_commodities.json +299 -299
  70. package/languages/en/en_contracts.json +98 -98
  71. package/languages/en/en_cosmetics.json +21771 -21543
  72. package/languages/en/en_events.json +15 -15
  73. package/languages/en/en_factions.json +69 -69
  74. package/languages/en/en_items.json +3113 -3107
  75. package/languages/en/en_locations.json +268 -261
  76. package/languages/en/en_materials.json +631 -631
  77. package/languages/en/en_modifications.json +446 -446
  78. package/languages/en/en_perks.json +3144 -3144
  79. package/languages/en/en_regions.json +15 -15
  80. package/languages/en/en_seasons.json +12 -12
  81. package/languages/en/en_sets.json +423 -418
  82. package/languages/en/en_ships.json +111 -111
  83. package/languages/en/en_territories.json +177 -177
  84. package/languages/en/en_ultimates.json +47 -47
  85. package/languages/en/en_worldEvents.json +82 -80
  86. package/languages/es/es_achievements.json +271 -271
  87. package/languages/es/es_commodities.json +299 -299
  88. package/languages/es/es_contracts.json +98 -98
  89. package/languages/es/es_cosmetics.json +21771 -21543
  90. package/languages/es/es_events.json +15 -15
  91. package/languages/es/es_factions.json +69 -69
  92. package/languages/es/es_items.json +3113 -3107
  93. package/languages/es/es_locations.json +268 -261
  94. package/languages/es/es_materials.json +631 -631
  95. package/languages/es/es_modifications.json +446 -446
  96. package/languages/es/es_perks.json +3144 -3144
  97. package/languages/es/es_regions.json +15 -15
  98. package/languages/es/es_seasons.json +12 -12
  99. package/languages/es/es_sets.json +423 -418
  100. package/languages/es/es_ships.json +111 -111
  101. package/languages/es/es_territories.json +177 -177
  102. package/languages/es/es_ultimates.json +47 -47
  103. package/languages/es/es_worldEvents.json +82 -80
  104. package/languages/fr/fr_achievements.json +271 -271
  105. package/languages/fr/fr_commodities.json +299 -299
  106. package/languages/fr/fr_contracts.json +98 -98
  107. package/languages/fr/fr_cosmetics.json +21771 -21543
  108. package/languages/fr/fr_events.json +15 -15
  109. package/languages/fr/fr_factions.json +69 -69
  110. package/languages/fr/fr_items.json +3113 -3107
  111. package/languages/fr/fr_locations.json +268 -261
  112. package/languages/fr/fr_materials.json +631 -631
  113. package/languages/fr/fr_modifications.json +446 -446
  114. package/languages/fr/fr_perks.json +3144 -3144
  115. package/languages/fr/fr_regions.json +15 -15
  116. package/languages/fr/fr_seasons.json +12 -12
  117. package/languages/fr/fr_sets.json +423 -418
  118. package/languages/fr/fr_ships.json +111 -111
  119. package/languages/fr/fr_territories.json +177 -177
  120. package/languages/fr/fr_ultimates.json +47 -47
  121. package/languages/fr/fr_worldEvents.json +82 -80
  122. package/languages/source/achievements.json +271 -271
  123. package/languages/source/commodities.json +299 -299
  124. package/languages/source/contracts.json +98 -98
  125. package/languages/source/cosmetics.json +21771 -21543
  126. package/languages/source/events.json +15 -15
  127. package/languages/source/factions.json +69 -69
  128. package/languages/source/items.json +3113 -3107
  129. package/languages/source/locations.json +268 -261
  130. package/languages/source/materials.json +631 -631
  131. package/languages/source/modifications.json +446 -446
  132. package/languages/source/perks.json +3144 -3144
  133. package/languages/source/regions.json +15 -15
  134. package/languages/source/seasons.json +12 -12
  135. package/languages/source/sets.json +423 -418
  136. package/languages/source/ships.json +111 -111
  137. package/languages/source/territories.json +177 -177
  138. package/languages/source/ultimates.json +47 -47
  139. package/languages/source/worldEvents.json +82 -80
  140. package/languages/zh/zh_achievements.json +271 -271
  141. package/languages/zh/zh_commodities.json +299 -299
  142. package/languages/zh/zh_contracts.json +98 -98
  143. package/languages/zh/zh_cosmetics.json +21771 -21543
  144. package/languages/zh/zh_events.json +15 -15
  145. package/languages/zh/zh_factions.json +69 -69
  146. package/languages/zh/zh_items.json +3113 -3107
  147. package/languages/zh/zh_locations.json +268 -261
  148. package/languages/zh/zh_materials.json +631 -631
  149. package/languages/zh/zh_modifications.json +446 -446
  150. package/languages/zh/zh_perks.json +3144 -3144
  151. package/languages/zh/zh_regions.json +15 -15
  152. package/languages/zh/zh_seasons.json +12 -12
  153. package/languages/zh/zh_sets.json +423 -418
  154. package/languages/zh/zh_ships.json +111 -111
  155. package/languages/zh/zh_territories.json +177 -177
  156. package/languages/zh/zh_ultimates.json +47 -47
  157. package/languages/zh/zh_worldEvents.json +82 -80
  158. package/package.json +42 -42
@@ -1,288 +1,288 @@
1
- {
2
- "oceansApart": {
3
- "id": "oceansApart"
4
- },
5
- "fromTheDeep": {
6
- "id": "fromTheDeep"
7
- },
8
- "theRoyaleExit": {
9
- "id": "theRoyaleExit"
10
- },
11
- "theForeignMenace": {
12
- "id": "theForeignMenace"
13
- },
14
- "newHorizons": {
15
- "id": "newHorizons"
16
- },
17
- "aPiratesDeal": {
18
- "id": "aPiratesDeal"
19
- },
20
- "aSeaworthyShip": {
21
- "id": "aSeaworthyShip"
22
- },
23
- "armsAndGuns": {
24
- "id": "armsAndGuns"
25
- },
26
- "unwelcomeAboard": {
27
- "id": "unwelcomeAboard"
28
- },
29
- "dressedToKill": {
30
- "id": "dressedToKill"
31
- },
32
- "theEnchroachingEpidemic": {
33
- "id": "theEnchroachingEpidemic"
34
- },
35
- "thePersuingPlague": {
36
- "id": "thePersuingPlague"
37
- },
38
- "brokeredGround": {
39
- "id": "brokeredGround"
40
- },
41
- "thrillOfTheHunt": {
42
- "id": "thrillOfTheHunt"
43
- },
44
- "thePirateRound": {
45
- "id": "thePirateRound"
46
- },
47
- "heighSeasHeist": {
48
- "id": "heighSeasHeist"
49
- },
50
- "strikeTheIron": {
51
- "id": "strikeTheIron"
52
- },
53
- "hammerAndPlunder": {
54
- "id": "hammerAndPlunder"
55
- },
56
- "delicateAlliance": {
57
- "id": "delicateAlliance"
58
- },
59
- "theAfricanAilment": {
60
- "id": "theAfricanAilment"
61
- },
62
- "relicsOfThePast": {
63
- "id": "relicsOfThePast"
64
- },
65
- "fatesInTheStars": {
66
- "id": "fatesInTheStars"
67
- },
68
- "overtureOfHavoc": {
69
- "id": "overtureOfHavoc"
70
- },
71
- "rhythemicRetrieval": {
72
- "id": "rhythemicRetrieval"
73
- },
74
- "rhapsodyInRed": {
75
- "id": "rhapsodyInRed"
76
- },
77
- "balladOfDestruction": {
78
- "id": "balladOfDestruction"
79
- },
80
- "licenseToLease": {
81
- "id": "licenseToLease"
82
- },
83
- "argentRefrain": {
84
- "id": "argentRefrain"
85
- },
86
- "sableRefrain": {
87
- "id": "sableRefrain"
88
- },
89
- "symphonyOfCannons": {
90
- "id": "symphonyOfCannons"
91
- },
92
- "clashingCadence": {
93
- "id": "clashingCadence"
94
- },
95
- "balladOfTheBlitz": {
96
- "id": "balladOfTheBlitz"
97
- },
98
- "shieldOfTheHelm": {
99
- "id": "shieldOfTheHelm"
100
- },
101
- "balladBearer": {
102
- "id": "balladBearer"
103
- },
104
- "rhapsodyRaids": {
105
- "id": "rhapsodyRaids"
106
- },
107
- "sirensRefrain": {
108
- "id": "sirensRefrain"
109
- },
110
- "appropriatedAria": {
111
- "id": "appropriatedAria"
112
- },
113
- "stolenCrescendo": {
114
- "id": "stolenCrescendo"
115
- },
116
- "balladOfTheRaid": {
117
- "id": "balladOfTheRaid"
118
- },
119
- "consistentCadence": {
120
- "id": "consistentCadence"
121
- },
122
- "melodicMayhem": {
123
- "id": "melodicMayhem"
124
- },
125
- "curtainCall": {
126
- "id": "curtainCall"
127
- },
128
- "theShadowSonata": {
129
- "id": "theShadowSonata"
130
- },
131
- "defendersOverture": {
132
- "id": "defendersOverture"
133
- },
134
- "vengefulVerses": {
135
- "id": "vengefulVerses"
136
- },
137
- "ragingMelody": {
138
- "id": "ragingMelody"
139
- },
140
- "serpentSchemes": {
141
- "id": "serpentSchemes"
142
- },
143
- "icyInterception": {
144
- "id": "icyInterception"
145
- },
146
- "summerSpoils": {
147
- "id": "summerSpoils"
148
- },
149
- "heatwaveHeist": {
150
- "id": "heatwaveHeist"
151
- },
152
- "heatedPursuit": {
153
- "id": "heatedPursuit"
154
- },
155
- "thePiratesOverture": {
156
- "id": "thePiratesOverture"
157
- },
158
- "tropicalTreason": {
159
- "id": "tropicalTreason"
160
- },
161
- "grandOperasEnd": {
162
- "id": "grandOperasEnd"
163
- },
164
- "summerSabotage": {
165
- "id": "summerSabotage"
166
- },
167
- "blastYeTowers": {
168
- "id": "blastYeTowers"
169
- },
170
- "unchartedWaters": {
171
- "id": "unchartedWaters"
172
- },
173
- "economicEspionage": {
174
- "id": "economicEspionage"
175
- },
176
- "idleEarls": {
177
- "id": "idleEarls"
178
- },
179
- "hungryMermaids": {
180
- "id": "hungryMermaids"
181
- },
182
- "poorCompagnie": {
183
- "id": "poorCompagnie"
184
- },
185
- "ancestralRights": {
186
- "id": "ancestralRights"
187
- },
188
- "boTelORhum": {
189
- "id": "boTelORhum"
190
- },
191
- "weSeekWarriors": {
192
- "id": "weSeekWarriors"
193
- },
194
- "untoldTreasures": {
195
- "id": "untoldTreasures"
196
- },
197
- "supplyAndDemand": {
198
- "id": "supplyAndDemand"
199
- },
200
- "cutthroatJacks": {
201
- "id": "cutthroatJacks"
202
- },
203
- "inForSkins": {
204
- "id": "inForSkins"
205
- },
206
- "smugglersCurse": {
207
- "id": "smugglersCurse"
208
- },
209
- "theMarquis": {
210
- "id": "theMarquis"
211
- },
212
- "flamingQuarry": {
213
- "id": "flamingQuarry"
214
- },
215
- "dragonAndPhoenix": {
216
- "id": "dragonAndPhoenix"
217
- },
218
- "flickerOfDestiny": {
219
- "id": "flickerOfDestiny"
220
- },
221
- "engulfingStorm": {
222
- "id": "engulfingStorm"
223
- },
224
- "aTrailOfAshes": {
225
- "id": "aTrailOfAshes"
226
- },
227
- "scorchedHorizon": {
228
- "id": "scorchedHorizon"
229
- },
230
- "theMooncakeRegatta3": {
231
- "id": "theMooncakeRegatta3"
232
- },
233
- "ourInheritedLand": {
234
- "id": "ourInheritedLand"
235
- },
236
- "ragingInferno": {
237
- "id": "ragingInferno"
238
- },
239
- "lostAndHaunted": {
240
- "id": "lostAndHaunted"
241
- },
242
- "callOfTheAzure": {
243
- "id": "callOfTheAzure"
244
- },
245
- "wolvesInTheWater": {
246
- "id": "wolvesInTheWater"
247
- },
248
- "edgeOfDarkness": {
249
- "id": "edgeOfDarkness"
250
- },
251
- "aPrizedPosession": {
252
- "id": "aPrizedPosession"
253
- },
254
- "voicesFromThePast": {
255
- "id": "voicesFromThePast"
256
- },
257
- "aVictoryLap": {
258
- "id": "aVictoryLap"
259
- },
260
- "theExeterCollection": {
261
- "id": "theExeterCollection"
262
- },
263
- "theDutchDispatch": {
264
- "id": "theDutchDispatch"
265
- },
266
- "foilsOfPeace": {
267
- "id": "foilsOfPeace"
268
- },
269
- "allureOfPower": {
270
- "id": "allureOfPower"
271
- },
272
- "theHonorless": {
273
- "id": "theHonorless"
274
- },
275
- "reachTheFirmament": {
276
- "id": "reachTheFirmament"
277
- },
278
- "wolvesAtWar": {
279
- "id": "wolvesAtWar"
280
- },
281
- "plunderAndPeril": {
282
- "id": "plunderAndPeril"
283
- },
284
- "riskOfRuin": {
285
- "id": "riskOfRuin",
286
- "type": "main"
287
- }
1
+ {
2
+ "oceansApart": {
3
+ "id": "oceansApart"
4
+ },
5
+ "fromTheDeep": {
6
+ "id": "fromTheDeep"
7
+ },
8
+ "theRoyaleExit": {
9
+ "id": "theRoyaleExit"
10
+ },
11
+ "theForeignMenace": {
12
+ "id": "theForeignMenace"
13
+ },
14
+ "newHorizons": {
15
+ "id": "newHorizons"
16
+ },
17
+ "aPiratesDeal": {
18
+ "id": "aPiratesDeal"
19
+ },
20
+ "aSeaworthyShip": {
21
+ "id": "aSeaworthyShip"
22
+ },
23
+ "armsAndGuns": {
24
+ "id": "armsAndGuns"
25
+ },
26
+ "unwelcomeAboard": {
27
+ "id": "unwelcomeAboard"
28
+ },
29
+ "dressedToKill": {
30
+ "id": "dressedToKill"
31
+ },
32
+ "theEnchroachingEpidemic": {
33
+ "id": "theEnchroachingEpidemic"
34
+ },
35
+ "thePersuingPlague": {
36
+ "id": "thePersuingPlague"
37
+ },
38
+ "brokeredGround": {
39
+ "id": "brokeredGround"
40
+ },
41
+ "thrillOfTheHunt": {
42
+ "id": "thrillOfTheHunt"
43
+ },
44
+ "thePirateRound": {
45
+ "id": "thePirateRound"
46
+ },
47
+ "heighSeasHeist": {
48
+ "id": "heighSeasHeist"
49
+ },
50
+ "strikeTheIron": {
51
+ "id": "strikeTheIron"
52
+ },
53
+ "hammerAndPlunder": {
54
+ "id": "hammerAndPlunder"
55
+ },
56
+ "delicateAlliance": {
57
+ "id": "delicateAlliance"
58
+ },
59
+ "theAfricanAilment": {
60
+ "id": "theAfricanAilment"
61
+ },
62
+ "relicsOfThePast": {
63
+ "id": "relicsOfThePast"
64
+ },
65
+ "fatesInTheStars": {
66
+ "id": "fatesInTheStars"
67
+ },
68
+ "overtureOfHavoc": {
69
+ "id": "overtureOfHavoc"
70
+ },
71
+ "rhythemicRetrieval": {
72
+ "id": "rhythemicRetrieval"
73
+ },
74
+ "rhapsodyInRed": {
75
+ "id": "rhapsodyInRed"
76
+ },
77
+ "balladOfDestruction": {
78
+ "id": "balladOfDestruction"
79
+ },
80
+ "licenseToLease": {
81
+ "id": "licenseToLease"
82
+ },
83
+ "argentRefrain": {
84
+ "id": "argentRefrain"
85
+ },
86
+ "sableRefrain": {
87
+ "id": "sableRefrain"
88
+ },
89
+ "symphonyOfCannons": {
90
+ "id": "symphonyOfCannons"
91
+ },
92
+ "clashingCadence": {
93
+ "id": "clashingCadence"
94
+ },
95
+ "balladOfTheBlitz": {
96
+ "id": "balladOfTheBlitz"
97
+ },
98
+ "shieldOfTheHelm": {
99
+ "id": "shieldOfTheHelm"
100
+ },
101
+ "balladBearer": {
102
+ "id": "balladBearer"
103
+ },
104
+ "rhapsodyRaids": {
105
+ "id": "rhapsodyRaids"
106
+ },
107
+ "sirensRefrain": {
108
+ "id": "sirensRefrain"
109
+ },
110
+ "appropriatedAria": {
111
+ "id": "appropriatedAria"
112
+ },
113
+ "stolenCrescendo": {
114
+ "id": "stolenCrescendo"
115
+ },
116
+ "balladOfTheRaid": {
117
+ "id": "balladOfTheRaid"
118
+ },
119
+ "consistentCadence": {
120
+ "id": "consistentCadence"
121
+ },
122
+ "melodicMayhem": {
123
+ "id": "melodicMayhem"
124
+ },
125
+ "curtainCall": {
126
+ "id": "curtainCall"
127
+ },
128
+ "theShadowSonata": {
129
+ "id": "theShadowSonata"
130
+ },
131
+ "defendersOverture": {
132
+ "id": "defendersOverture"
133
+ },
134
+ "vengefulVerses": {
135
+ "id": "vengefulVerses"
136
+ },
137
+ "ragingMelody": {
138
+ "id": "ragingMelody"
139
+ },
140
+ "serpentSchemes": {
141
+ "id": "serpentSchemes"
142
+ },
143
+ "icyInterception": {
144
+ "id": "icyInterception"
145
+ },
146
+ "summerSpoils": {
147
+ "id": "summerSpoils"
148
+ },
149
+ "heatwaveHeist": {
150
+ "id": "heatwaveHeist"
151
+ },
152
+ "heatedPursuit": {
153
+ "id": "heatedPursuit"
154
+ },
155
+ "thePiratesOverture": {
156
+ "id": "thePiratesOverture"
157
+ },
158
+ "tropicalTreason": {
159
+ "id": "tropicalTreason"
160
+ },
161
+ "grandOperasEnd": {
162
+ "id": "grandOperasEnd"
163
+ },
164
+ "summerSabotage": {
165
+ "id": "summerSabotage"
166
+ },
167
+ "blastYeTowers": {
168
+ "id": "blastYeTowers"
169
+ },
170
+ "unchartedWaters": {
171
+ "id": "unchartedWaters"
172
+ },
173
+ "economicEspionage": {
174
+ "id": "economicEspionage"
175
+ },
176
+ "idleEarls": {
177
+ "id": "idleEarls"
178
+ },
179
+ "hungryMermaids": {
180
+ "id": "hungryMermaids"
181
+ },
182
+ "poorCompagnie": {
183
+ "id": "poorCompagnie"
184
+ },
185
+ "ancestralRights": {
186
+ "id": "ancestralRights"
187
+ },
188
+ "boTelORhum": {
189
+ "id": "boTelORhum"
190
+ },
191
+ "weSeekWarriors": {
192
+ "id": "weSeekWarriors"
193
+ },
194
+ "untoldTreasures": {
195
+ "id": "untoldTreasures"
196
+ },
197
+ "supplyAndDemand": {
198
+ "id": "supplyAndDemand"
199
+ },
200
+ "cutthroatJacks": {
201
+ "id": "cutthroatJacks"
202
+ },
203
+ "inForSkins": {
204
+ "id": "inForSkins"
205
+ },
206
+ "smugglersCurse": {
207
+ "id": "smugglersCurse"
208
+ },
209
+ "theMarquis": {
210
+ "id": "theMarquis"
211
+ },
212
+ "flamingQuarry": {
213
+ "id": "flamingQuarry"
214
+ },
215
+ "dragonAndPhoenix": {
216
+ "id": "dragonAndPhoenix"
217
+ },
218
+ "flickerOfDestiny": {
219
+ "id": "flickerOfDestiny"
220
+ },
221
+ "engulfingStorm": {
222
+ "id": "engulfingStorm"
223
+ },
224
+ "aTrailOfAshes": {
225
+ "id": "aTrailOfAshes"
226
+ },
227
+ "scorchedHorizon": {
228
+ "id": "scorchedHorizon"
229
+ },
230
+ "theMooncakeRegatta3": {
231
+ "id": "theMooncakeRegatta3"
232
+ },
233
+ "ourInheritedLand": {
234
+ "id": "ourInheritedLand"
235
+ },
236
+ "ragingInferno": {
237
+ "id": "ragingInferno"
238
+ },
239
+ "lostAndHaunted": {
240
+ "id": "lostAndHaunted"
241
+ },
242
+ "callOfTheAzure": {
243
+ "id": "callOfTheAzure"
244
+ },
245
+ "wolvesInTheWater": {
246
+ "id": "wolvesInTheWater"
247
+ },
248
+ "edgeOfDarkness": {
249
+ "id": "edgeOfDarkness"
250
+ },
251
+ "aPrizedPosession": {
252
+ "id": "aPrizedPosession"
253
+ },
254
+ "voicesFromThePast": {
255
+ "id": "voicesFromThePast"
256
+ },
257
+ "aVictoryLap": {
258
+ "id": "aVictoryLap"
259
+ },
260
+ "theExeterCollection": {
261
+ "id": "theExeterCollection"
262
+ },
263
+ "theDutchDispatch": {
264
+ "id": "theDutchDispatch"
265
+ },
266
+ "foilsOfPeace": {
267
+ "id": "foilsOfPeace"
268
+ },
269
+ "allureOfPower": {
270
+ "id": "allureOfPower"
271
+ },
272
+ "theHonorless": {
273
+ "id": "theHonorless"
274
+ },
275
+ "reachTheFirmament": {
276
+ "id": "reachTheFirmament"
277
+ },
278
+ "wolvesAtWar": {
279
+ "id": "wolvesAtWar"
280
+ },
281
+ "plunderAndPeril": {
282
+ "id": "plunderAndPeril"
283
+ },
284
+ "riskOfRuin": {
285
+ "id": "riskOfRuin",
286
+ "type": "main"
287
+ }
288
288
  }