coh-content-db-homecoming 2.0.0-rc.13 → 2.0.0-rc.14

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 (96) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/dist/bundle.head.json +1 -1
  3. package/dist/bundle.json +1 -1
  4. package/dist/coh-content-db-homecoming.js +370 -115
  5. package/dist/coh-content-db-homecoming.js.map +1 -1
  6. package/dist/coh-content-db-homecoming.mjs +371 -116
  7. package/dist/coh-content-db-homecoming.mjs.map +1 -1
  8. package/package.json +2 -2
  9. package/src/main/ts/zone/_zones.ts +0 -2
  10. package/src/main/ts/zone/abandoned-sewer-network.ts +3 -0
  11. package/src/main/ts/zone/abandoned-sewers-trial.ts +3 -0
  12. package/src/main/ts/zone/architect-entertainment-buildings.ts +1 -0
  13. package/src/main/ts/zone/arena-cage-match.ts +2 -0
  14. package/src/main/ts/zone/atlas-park.ts +3 -0
  15. package/src/main/ts/zone/black-shroud-dimension.ts +5 -1
  16. package/src/main/ts/zone/bloody-bay.ts +3 -0
  17. package/src/main/ts/zone/boomtown.ts +3 -0
  18. package/src/main/ts/zone/breakout.ts +3 -0
  19. package/src/main/ts/zone/brickstown.ts +3 -0
  20. package/src/main/ts/zone/cap-au-diable.ts +3 -0
  21. package/src/main/ts/zone/cascade-archipelago.ts +3 -0
  22. package/src/main/ts/zone/cimerora.ts +3 -0
  23. package/src/main/ts/zone/creys-folly.ts +3 -0
  24. package/src/main/ts/zone/croatoa.ts +3 -0
  25. package/src/main/ts/zone/dark-astoria.ts +3 -0
  26. package/src/main/ts/zone/echo-atlas-park.ts +7 -1
  27. package/src/main/ts/zone/echo-dark-astoria.ts +3 -0
  28. package/src/main/ts/zone/echo-faultline.ts +7 -1
  29. package/src/main/ts/zone/echo-galaxy-city.ts +3 -0
  30. package/src/main/ts/zone/echo-rikti-crash-site.ts +4 -1
  31. package/src/main/ts/zone/eden.ts +3 -0
  32. package/src/main/ts/zone/faultline.ts +3 -0
  33. package/src/main/ts/zone/firebase-zulu.ts +3 -0
  34. package/src/main/ts/zone/first-ward.ts +3 -0
  35. package/src/main/ts/zone/founders-falls.ts +3 -0
  36. package/src/main/ts/zone/grandville.ts +3 -0
  37. package/src/main/ts/zone/hydra-missions.ts +7 -1
  38. package/src/main/ts/zone/imperial-city.ts +3 -0
  39. package/src/main/ts/zone/independence-port.ts +3 -0
  40. package/src/main/ts/zone/kallisti-wharf.ts +4 -0
  41. package/src/main/ts/zone/kings-row.ts +3 -0
  42. package/src/main/ts/zone/mayhem-atlas-park.ts +3 -0
  43. package/src/main/ts/zone/mayhem-brickstown.ts +3 -0
  44. package/src/main/ts/zone/mayhem-founders-falls.ts +3 -0
  45. package/src/main/ts/zone/mayhem-independence-port.ts +3 -0
  46. package/src/main/ts/zone/mayhem-kings-row.ts +3 -0
  47. package/src/main/ts/zone/mayhem-peregrine-island.ts +3 -0
  48. package/src/main/ts/zone/mayhem-skyway-city.ts +3 -0
  49. package/src/main/ts/zone/mayhem-steel-canyon.ts +3 -0
  50. package/src/main/ts/zone/mayhem-talos-island.ts +3 -0
  51. package/src/main/ts/zone/mercy-island.ts +3 -0
  52. package/src/main/ts/zone/midnighter-club.ts +3 -0
  53. package/src/main/ts/zone/monster-island.ts +3 -0
  54. package/src/main/ts/zone/nerva-archipelago.ts +3 -0
  55. package/src/main/ts/zone/neutropolis.ts +3 -0
  56. package/src/main/ts/zone/night-ward.ts +3 -0
  57. package/src/main/ts/zone/nova-praetoria.ts +3 -0
  58. package/src/main/ts/zone/ouroboros.ts +3 -0
  59. package/src/main/ts/zone/paragon-dance-party.ts +3 -0
  60. package/src/main/ts/zone/peregrine-island.ts +3 -0
  61. package/src/main/ts/zone/perez-park.ts +3 -0
  62. package/src/main/ts/zone/phone.ts +2 -0
  63. package/src/main/ts/zone/pocket-d.ts +3 -0
  64. package/src/main/ts/zone/port-oakes.ts +3 -0
  65. package/src/main/ts/zone/recluses-victory.ts +3 -0
  66. package/src/main/ts/zone/rikti-war-zone.ts +3 -0
  67. package/src/main/ts/zone/safeguard-atlas-park.ts +3 -0
  68. package/src/main/ts/zone/safeguard-brickstown.ts +3 -0
  69. package/src/main/ts/zone/safeguard-founders-falls.ts +3 -0
  70. package/src/main/ts/zone/safeguard-independence-port.ts +3 -0
  71. package/src/main/ts/zone/safeguard-kings-row.ts +3 -0
  72. package/src/main/ts/zone/safeguard-peregrine-island.ts +3 -0
  73. package/src/main/ts/zone/safeguard-skyway-city.ts +3 -0
  74. package/src/main/ts/zone/safeguard-steel-canyon.ts +3 -0
  75. package/src/main/ts/zone/safeguard-talos-island.ts +3 -0
  76. package/src/main/ts/zone/sewer-network.ts +3 -0
  77. package/src/main/ts/zone/sharkhead-isle.ts +3 -0
  78. package/src/main/ts/zone/sirens-call.ts +3 -0
  79. package/src/main/ts/zone/skyway-city.ts +3 -0
  80. package/src/main/ts/zone/st-martial.ts +3 -0
  81. package/src/main/ts/zone/steel-canyon.ts +3 -0
  82. package/src/main/ts/zone/striga-isle.ts +3 -0
  83. package/src/main/ts/zone/studio-55.ts +6 -1
  84. package/src/main/ts/zone/talos-island.ts +3 -0
  85. package/src/main/ts/zone/terra-volta.ts +3 -0
  86. package/src/main/ts/zone/the-abyss.ts +3 -0
  87. package/src/main/ts/zone/the-chantry.ts +3 -0
  88. package/src/main/ts/zone/the-hive.ts +3 -0
  89. package/src/main/ts/zone/the-hollows.ts +3 -0
  90. package/src/main/ts/zone/the-labyrinth-of-fog.ts +3 -0
  91. package/src/main/ts/zone/the-storm-palace.ts +3 -0
  92. package/src/main/ts/zone/underground-imperial.ts +3 -0
  93. package/src/main/ts/zone/underground-neutropolis.ts +3 -0
  94. package/src/main/ts/zone/underground-nova.ts +3 -0
  95. package/src/main/ts/zone/warburg.ts +3 -0
  96. package/src/main/ts/zone/praetoria.ts +0 -7
@@ -1,521 +1,865 @@
1
- import { contactLink, zoneLink, badgeLink, missionLink, missionUri } from 'coh-content-db';
1
+ import { missionLink, zoneLink, contactLink, badgeLink, missionUri } from 'coh-content-db';
2
2
 
3
3
  const AbandonedSewerNetwork = {
4
4
  key: "abandoned-sewer-network",
5
5
  name: "Abandoned Sewer Network",
6
+ type: "trial",
7
+ morality: "heroic",
8
+ levelRange: [36, 40],
6
9
  links: [{ title: "Abandoned Sewer Network", href: "https://homecoming.wiki/wiki/Abandoned_Sewer_Network" }]
7
10
  };
8
11
 
9
12
  const AbandonedSewersTrial$1 = {
10
13
  key: "abandoned-sewers-trial",
11
14
  name: "Abandoned Sewers Trial",
15
+ type: "trial",
16
+ morality: "heroic",
17
+ levelRange: 38,
12
18
  links: [{ title: "Abandoned Sewers Trial", href: "https://homecoming.wiki/wiki/Abandoned_Sewers_Trial" }]
13
19
  };
14
20
 
15
21
  const ArchitectEntertainmentBuildings = {
16
22
  key: "architect-entertainment-buildings",
17
23
  name: "Architect Entertainment Buildings",
24
+ type: "building",
18
25
  links: [{ title: "Architect Entertainment Buildings", href: "https://homecoming.wiki/wiki/Architect_Entertainment_Buildings" }]
19
26
  };
20
27
 
21
28
  const ArenaCageMatch = {
22
29
  key: "arena-cage-match",
23
- name: "Arena: Cage Match"
30
+ name: "Arena: Cage Match",
31
+ type: "arena",
32
+ links: [{ title: "Arena", href: "https://homecoming.wiki/wiki/Arena" }]
24
33
  };
25
34
 
26
35
  const AtlasPark = {
27
36
  key: "atlas-park",
28
37
  name: "Atlas Park",
38
+ type: "city",
39
+ morality: "heroic",
40
+ levelRange: [1, 6],
29
41
  links: [{ title: "Atlas Park", href: "https://homecoming.wiki/wiki/Atlas_Park" }]
30
42
  };
31
43
 
44
+ const PeregrineIsland = {
45
+ key: "peregrine-island",
46
+ name: "Peregrine Island",
47
+ type: "city",
48
+ morality: "heroic",
49
+ levelRange: [41, 50],
50
+ links: [{ title: "Peregrine Island", href: "https://homecoming.wiki/wiki/Peregrine_Island" }]
51
+ };
52
+
53
+ const MariaJenkins = {
54
+ key: "maria-jenkins",
55
+ name: "Maria Jenkins",
56
+ title: "Former Heroine",
57
+ morality: "heroic",
58
+ location: { zoneKey: PeregrineIsland.key, coords: [-1043, 0, -2783] },
59
+ levelRange: [45, 50],
60
+ links: [{ title: "Maria Jenkins", href: "https://homecoming.wiki/wiki/Maria_Jenkins" }]
61
+ };
62
+
63
+ const TakeDownNightstar = {
64
+ key: "take-down-nightstar",
65
+ name: "Take down Nightstar",
66
+ type: "mission",
67
+ morality: "heroic",
68
+ contactKeys: MariaJenkins.key,
69
+ levelRange: [45, 50],
70
+ links: [
71
+ { title: "Take down Nightstar", href: "https://homecoming.wiki/wiki/Maria_Jenkins#Take_down_Nightstar" }
72
+ ]
73
+ };
74
+
75
+ const CapAuDiable = {
76
+ key: "cap-au-diable",
77
+ name: "Cap Au Diable",
78
+ type: "city",
79
+ morality: "villainous",
80
+ levelRange: [8, 20],
81
+ links: [{ title: "Cap Au Diable", href: "https://homecoming.wiki/wiki/Cap_au_Diable" }]
82
+ };
83
+
84
+ const DmitriKrylov = {
85
+ key: "dmitri-krylov",
86
+ name: "Dmitri Krylov",
87
+ title: "Metahuman Researcher",
88
+ morality: "villainous",
89
+ location: { zoneKey: CapAuDiable.key, coords: [2878, -72, -182] },
90
+ levelRange: [10, 14],
91
+ links: [{ title: "Dmitri Krylov", href: "https://homecoming.wiki/wiki/Dmitri_Krylov" }]
92
+ };
93
+
94
+ const BringCitizensToVahzilokSurgeons = {
95
+ key: "bring-citizens-to-vahzilok-surgeons",
96
+ name: "Bring citizens to Vahzilok surgeons",
97
+ type: "mission",
98
+ morality: "villainous",
99
+ contactKeys: DmitriKrylov.key,
100
+ levelRange: [10, 14],
101
+ links: [
102
+ { title: "Bring citizens to Vahzilok surgeons", href: "https://homecoming.wiki/wiki/Dmitri_Krylov#Bring_citizens_to_Vahzilok_surgeons" }
103
+ ]
104
+ };
105
+
32
106
  const BlackShroudDimension = {
33
107
  key: "black-shroud-dimension",
34
108
  name: "Black Shroud Dimension",
109
+ type: "mission",
110
+ notes: `Located in the ${missionLink(TakeDownNightstar)} and ${missionLink(BringCitizensToVahzilokSurgeons)} missions.`,
35
111
  links: [{ title: "Shrouded Badge", href: "https://homecoming.wiki/wiki/Shrouded_Badge" }]
36
112
  };
37
113
 
38
114
  const BloodyBay = {
39
115
  key: "bloody-bay",
40
116
  name: "Bloody Bay",
117
+ type: "pvp",
118
+ morality: "all",
119
+ levelRange: [25, 25],
41
120
  links: [{ title: "Bloody Bay", href: "https://homecoming.wiki/wiki/Bloody_Bay" }]
42
121
  };
43
122
 
44
123
  const Boomtown = {
45
124
  key: "boomtown",
46
125
  name: "Boomtown",
126
+ type: "hazard",
127
+ morality: "heroic",
128
+ levelRange: [11, 19],
47
129
  links: [{ title: "Boomtown", href: "https://homecoming.wiki/wiki/Boomtown" }]
48
130
  };
49
131
 
50
132
  const Breakout = {
51
133
  key: "breakout",
52
134
  name: "Breakout",
135
+ type: "tutorial",
136
+ morality: "villain",
137
+ levelRange: [1, 1],
53
138
  links: [{ title: "Breakout", href: "https://homecoming.wiki/wiki/Breakout" }]
54
139
  };
55
140
 
56
141
  const Brickstown = {
57
142
  key: "brickstown",
58
143
  name: "Brickstown",
144
+ type: "city",
145
+ morality: "heroic",
146
+ levelRange: [30, 38],
59
147
  links: [{ title: "Brickstown", href: "https://homecoming.wiki/wiki/Brickstown" }]
60
148
  };
61
149
 
62
- const CapAuDiable = {
63
- key: "cap-au-diable",
64
- name: "Cap Au Diable",
65
- links: [{ title: "Cap Au Diable", href: "https://homecoming.wiki/wiki/Cap_au_Diable" }]
66
- };
67
-
68
150
  const CascadeArchipelago = {
69
151
  key: "cascade-archipelago",
70
152
  name: "Cascade Archipelago",
153
+ type: "hazard",
154
+ morality: "heroic",
155
+ levelRange: [40, 44],
71
156
  links: [{ title: "Cascade Archipelago", href: "https://homecoming.wiki/wiki/Cascade_Archipelago" }]
72
157
  };
73
158
 
74
159
  const Cimerora = {
75
160
  key: "cimerora",
76
161
  name: "Cimerora",
162
+ type: "co-op",
163
+ morality: "all",
164
+ levelRange: 35,
77
165
  links: [{ title: "Cimerora", href: "https://homecoming.wiki/wiki/Cimerora" }]
78
166
  };
79
167
 
80
168
  const CreysFolly = {
81
169
  key: "creys-folly",
82
170
  name: `Crey's Folly`,
171
+ type: "hazard",
172
+ morality: "heroic",
173
+ levelRange: [31, 39],
83
174
  links: [{ title: `Crey's Folly`, href: "https://homecoming.wiki/wiki/Crey%27s_Folly" }]
84
175
  };
85
176
 
86
177
  const Croatoa = {
87
178
  key: "croatoa",
88
179
  name: "Croatoa",
180
+ type: "city",
181
+ morality: "heroic",
182
+ levelRange: [25, 34],
89
183
  links: [{ title: "Croatoa", href: "https://homecoming.wiki/wiki/Croatoa" }]
90
184
  };
91
185
 
92
186
  const DarkAstoria = {
93
187
  key: "dark-astoria",
94
188
  name: "Dark Astoria",
189
+ type: "co-op",
190
+ morality: "all",
191
+ levelRange: [50, 54],
95
192
  links: [{ title: "Dark Astoria", href: "https://homecoming.wiki/wiki/Dark_Astoria" }]
96
193
  };
97
194
 
98
195
  const EchoAtlasPark = {
99
196
  key: "echo-atlas-park",
100
197
  name: "Echo: Atlas Park",
101
- links: [{ title: "Echo: Atlas Park Badge Guide", href: "https://forums.homecomingservers.com/topic/881-echo-atlas-park-badge-guide/" }]
198
+ type: "echo",
199
+ morality: "heroic",
200
+ levelRange: [1, 6],
201
+ links: [
202
+ { title: "Echo: Atlas Park", href: "https://homecoming.wiki/wiki/Echo:_Atlas_Park" },
203
+ { title: "Echo: Atlas Park Badge Guide", href: "https://forums.homecomingservers.com/topic/881-echo-atlas-park-badge-guide/" }
204
+ ]
102
205
  };
103
206
 
104
207
  const EchoDarkAstoria = {
105
208
  key: "echo-dark-astoria",
106
209
  name: "Echo: Dark Astoria",
210
+ type: "echo",
211
+ morality: "heroic",
212
+ levelRange: [21, 29],
107
213
  links: [{ title: "Echo: Dark Astoria", href: "https://homecoming.wiki/wiki/Echo:_Dark_Astoria" }]
108
214
  };
109
215
 
110
216
  const EchoFaultline = {
111
217
  key: "echo-faultline",
112
218
  name: "Echo: Faultline",
113
- links: [{ title: "I25 Faultline badge changes", href: "https://forums.homecomingservers.com/topic/931-echo-falutline-badger-hunter-helpline/" }]
219
+ type: "echo",
220
+ morality: "heroic",
221
+ levelRange: [15, 25],
222
+ links: [
223
+ { title: "Echo: Faultline", href: "https://homecoming.wiki/wiki/Echo:_Faultline" },
224
+ { title: "I25 Faultline badge changes", href: "https://forums.homecomingservers.com/topic/931-echo-falutline-badger-hunter-helpline/" }
225
+ ]
114
226
  };
115
227
 
116
228
  const EchoGalaxyCity = {
117
229
  key: "echo-galaxy-city",
118
230
  name: "Echo: Galaxy City",
231
+ type: "echo",
232
+ morality: "heroic",
233
+ levelRange: [1, 6],
119
234
  links: [{ title: "Echo: Galaxy City", href: "https://homecoming.wiki/wiki/Echo:_Galaxy_City" }]
120
235
  };
121
236
 
122
237
  const EchoRiktiCrashSite = {
123
238
  key: "echo-rikti-crash-site",
124
239
  name: "Echo: Rikti Crash Site",
125
- links: [{ title: "Rikti Crash Site (Legacy)", href: "https://homecoming.wiki/wiki/Rikti_Crash_Site" }]
240
+ type: "echo",
241
+ morality: "heroic",
242
+ levelRange: [40, 50],
243
+ links: [{ title: "Echo: Rikti Crash Site", href: "https://homecoming.wiki/wiki/Echo:_Rikti_Crash_Site" }]
126
244
  };
127
245
 
128
246
  const Eden = {
129
247
  key: "eden",
130
248
  name: "Eden",
249
+ type: "trial",
250
+ morality: "heroic",
251
+ levelRange: [33, 39],
131
252
  links: [{ title: "Eden", href: "https://homecoming.wiki/wiki/Eden" }]
132
253
  };
133
254
 
134
255
  const Faultline = {
135
256
  key: "faultline",
136
257
  name: "Faultline",
258
+ type: "city",
259
+ morality: "heroic",
260
+ levelRange: [15, 25],
137
261
  links: [{ title: "Faultline", href: "https://homecoming.wiki/wiki/Faultline" }]
138
262
  };
139
263
 
140
264
  const FirebaseZulu = {
141
265
  key: "firebase-zulu",
142
266
  name: "Firebase Zulu",
267
+ type: "hazard",
268
+ morality: "heroic",
269
+ levelRange: [40, 44],
143
270
  links: [{ title: "Firebase Zulu", href: "https://homecoming.wiki/wiki/Firebase_Zulu" }]
144
271
  };
145
272
 
146
273
  const FirstWard = {
147
274
  key: "first-ward",
148
275
  name: "First Ward",
276
+ type: "co-op",
277
+ morality: "all",
278
+ levelRange: [20, 30],
149
279
  links: [{ title: "First Ward", href: "https://homecoming.wiki/wiki/First_Ward" }]
150
280
  };
151
281
 
152
282
  const FoundersFalls = {
153
283
  key: "founders-falls",
154
284
  name: `Founders' Falls`,
285
+ type: "city",
286
+ morality: "heroic",
287
+ levelRange: [31, 40],
155
288
  links: [{ title: `Founders' Falls`, href: "https://homecoming.wiki/wiki/Founders%27_Falls" }]
156
289
  };
157
290
 
158
291
  const Grandville = {
159
292
  key: "grandville",
160
293
  name: "Grandville",
294
+ type: "city",
295
+ morality: "villainous",
296
+ levelRange: [40, 50],
161
297
  links: [{ title: "Grandville", href: "https://homecoming.wiki/wiki/Grandville" }]
162
298
  };
163
299
 
300
+ const TinaMacintyre = {
301
+ key: "tina-macintyre",
302
+ name: "Tina Macintyre",
303
+ title: "Portal Corporation Research Scientist",
304
+ morality: "heroic",
305
+ location: { zoneKey: PeregrineIsland.key, coords: [-1680.5, 0, -3638.5] },
306
+ levelRange: [40, 45],
307
+ links: [{ title: "Tina Macintyre", href: "https://homecoming.wiki/wiki/Tina_Macintyre" }]
308
+ };
309
+
310
+ const TheHydraDimension = {
311
+ key: "the-hydra-dimension",
312
+ name: "The Hydra Dimension",
313
+ type: "mission",
314
+ morality: "heroic",
315
+ contactKeys: TinaMacintyre.key,
316
+ levelRange: [45, 50],
317
+ links: [
318
+ { title: "The Hydra Dimension", href: "https://homecoming.wiki/wiki/Tina_Macintyre#The_Hydra_Dimension_(40-45)" }
319
+ ]
320
+ };
321
+
322
+ const UnaiKemen = {
323
+ key: "unai-kemen",
324
+ name: "Unai Kemen",
325
+ title: "Portal Corp Security Chief",
326
+ morality: "heroic",
327
+ location: { zoneKey: PeregrineIsland.key, coords: [-1519.5, 0.5, -3425] },
328
+ levelRange: [45, 50],
329
+ links: [{ title: "Unai Kemen", href: "https://homecoming.wiki/wiki/Unai_Kemen" }]
330
+ };
331
+
332
+ const GetSomeSamplesOfHydraManDna = {
333
+ key: "get-some-samples-of-hydra-man-dna",
334
+ name: "Get some samples of Hydra Man DNA",
335
+ type: "mission",
336
+ morality: "heroic",
337
+ contactKeys: UnaiKemen.key,
338
+ levelRange: [45, 50],
339
+ links: [
340
+ { title: "Get some samples of Hydra Man DNA", href: "https://homecoming.wiki/wiki/Unai_Kemen#Get_some_samples_of_Hydra_Man_DNA" }
341
+ ]
342
+ };
343
+
164
344
  const HydraMissionMap = {
165
345
  key: "hydra-mission-map",
166
346
  name: "Hydra Mission Map",
347
+ type: "mission",
348
+ morality: "heroic",
349
+ levelRange: [36, 40],
350
+ notes: `Located within the ${missionLink(TheHydraDimension)} and ${missionLink(GetSomeSamplesOfHydraManDna)} missions.`,
167
351
  links: [{ title: "Hydra Missions", href: "https://homecoming.wiki/wiki/Multidimensional_Badge" }]
168
352
  };
169
353
 
170
354
  const ImperialCity = {
171
355
  key: "imperial-city",
172
356
  name: "Imperial City",
357
+ type: "city",
358
+ morality: "praetorian",
359
+ levelRange: [9, 15],
173
360
  links: [{ title: "Imperial City", href: "https://homecoming.wiki/wiki/Imperial_City" }]
174
361
  };
175
362
 
176
363
  const IndependencePort = {
177
364
  key: "independence-port",
178
365
  name: "Independence Port",
366
+ type: "city",
367
+ morality: "heroic",
368
+ levelRange: [20, 30],
179
369
  links: [{ title: "Independence Port", href: "https://homecoming.wiki/wiki/Independence_Port" }]
180
370
  };
181
371
 
182
372
  const KallistiWharf = {
183
373
  key: "kallisti-wharf",
184
- name: "Kallisti Wharf"
374
+ name: "Kallisti Wharf",
375
+ type: "co-op",
376
+ morality: "all",
377
+ levelRange: [40, 50],
378
+ links: [{ title: "Kallisti Wharf", href: "https://homecoming.wiki/wiki/Kallisti_Wharf" }]
185
379
  };
186
380
 
187
381
  const KingsRow = {
188
382
  key: "kings-row",
189
383
  name: "Kings Row",
384
+ type: "city",
385
+ morality: "heroic",
386
+ levelRange: [5, 10],
190
387
  links: [{ title: "Kings Row", href: "https://homecoming.wiki/wiki/Kings_Row" }]
191
388
  };
192
389
 
193
390
  const MayhemAtlasPark = {
194
391
  key: "mayhem-atlas-park",
195
392
  name: "Mayhem: Atlas Park",
393
+ type: "mayhem",
394
+ morality: "villainous",
395
+ levelRange: [5, 10],
196
396
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
197
397
  };
198
398
 
199
399
  const MayhemBrickstown = {
200
400
  key: "mayhem-brickstown",
201
401
  name: "Mayhem: Brickstown",
402
+ type: "mayhem",
403
+ morality: "villainous",
404
+ levelRange: [35, 40],
202
405
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
203
406
  };
204
407
 
205
408
  const MayhemFoundersFalls = {
206
409
  key: "mayhem-founders-falls",
207
410
  name: `Mayhem: Founder's Falls`,
411
+ type: "mayhem",
412
+ morality: "villainous",
413
+ levelRange: [40, 45],
208
414
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
209
415
  };
210
416
 
211
417
  const MayhemIndependencePort = {
212
418
  key: "mayhem-independence-port",
213
419
  name: "Mayhem: Independence Port",
420
+ type: "mayhem",
421
+ morality: "villainous",
422
+ levelRange: [25, 30],
214
423
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
215
424
  };
216
425
 
217
426
  const MayhemKingsRow = {
218
427
  key: "mayhem-kings-row",
219
428
  name: "Mayhem: Kings Row",
429
+ type: "mayhem",
430
+ morality: "villainous",
431
+ levelRange: [10, 15],
220
432
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
221
433
  };
222
434
 
223
435
  const MayhemPeregrineIsland = {
224
436
  key: "mayhem-peregrine-island",
225
437
  name: "Mayhem: Peregrine Island",
438
+ type: "mayhem",
439
+ morality: "villainous",
440
+ levelRange: [45, 50],
226
441
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
227
442
  };
228
443
 
229
444
  const MayhemSkywayCity = {
230
445
  key: "mayhem-skyway-city",
231
446
  name: "Mayhem: Skyway City",
447
+ type: "mayhem",
448
+ morality: "villainous",
449
+ levelRange: [15, 20],
232
450
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
233
451
  };
234
452
 
235
453
  const MayhemSteelCanyon = {
236
454
  key: "mayhem-steel-canyon",
237
455
  name: "Mayhem: Steel Canyon",
456
+ type: "mayhem",
457
+ morality: "villainous",
458
+ levelRange: [20, 25],
238
459
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
239
460
  };
240
461
 
241
462
  const MayhemTalosIsland = {
242
463
  key: "mayhem-talos-island",
243
464
  name: "Mayhem: Talos Island",
465
+ type: "mayhem",
466
+ morality: "villainous",
467
+ levelRange: [30, 35],
244
468
  links: [{ title: "Mayhem Mission", href: "https://homecoming.wiki/wiki/Mayhem_Mission" }]
245
469
  };
246
470
 
247
471
  const MercyIsland = {
248
472
  key: "mercy-island",
249
473
  name: "Mercy Island",
474
+ type: "city",
475
+ morality: "villainous",
476
+ levelRange: [1, 8],
250
477
  links: [{ title: "Mercy Island", href: "https://homecoming.wiki/wiki/Mercy_Island" }]
251
478
  };
252
479
 
253
480
  const MidnighterClub = {
254
481
  key: "midnighter-club",
255
482
  name: "Midnighter Club",
483
+ type: "co-op",
484
+ morality: "all",
485
+ levelRange: 1,
256
486
  links: [{ title: "Midnighter Club", href: "https://homecoming.wiki/wiki/Midnighter_Club" }]
257
487
  };
258
488
 
259
489
  const MonsterIsland = {
260
490
  key: "monster-island",
261
491
  name: "Monster Island",
492
+ type: "hazard",
493
+ morality: "villainous",
494
+ levelRange: [45, 50],
262
495
  links: [{ title: "Monster Island", href: "https://homecoming.wiki/wiki/Monster_Island" }]
263
496
  };
264
497
 
265
498
  const NervaArchipelago = {
266
499
  key: "nerva-archipelago",
267
500
  name: "Nerva Archipelago",
501
+ type: "city",
502
+ morality: "villainous",
503
+ levelRange: [25, 40],
268
504
  links: [{ title: "Nerva Archipelago", href: "https://homecoming.wiki/wiki/Nerva_Archipelago" }]
269
505
  };
270
506
 
271
507
  const Neutropolis = {
272
508
  key: "neutropolis",
273
509
  name: "Neutropolis",
510
+ type: "city",
511
+ morality: "praetorian",
512
+ levelRange: [15, 20],
274
513
  links: [{ title: "Neutropolis", href: "https://homecoming.wiki/wiki/Neutropolis" }]
275
514
  };
276
515
 
277
516
  const NightWard = {
278
517
  key: "night-ward",
279
518
  name: "Night Ward",
519
+ type: "co-op",
520
+ morality: "all",
521
+ levelRange: [25, 30],
280
522
  links: [{ title: "Night Ward", href: "https://homecoming.wiki/wiki/Night_Ward" }]
281
523
  };
282
524
 
283
525
  const NovaPraetoria = {
284
526
  key: "nova-praetoria",
285
527
  name: "Nova Praetoria",
528
+ type: "city",
529
+ morality: "praetorian",
530
+ levelRange: [1, 9],
286
531
  links: [{ title: "Nova Praetoria", href: "https://homecoming.wiki/wiki/Nova_Praetoria" }]
287
532
  };
288
533
 
289
534
  const Ouroboros = {
290
535
  key: "ouroboros",
291
536
  name: "Ouroboros",
537
+ type: "co-op",
538
+ morality: "all",
539
+ levelRange: 15,
292
540
  links: [{ title: "Ouroboros", href: "https://homecoming.wiki/wiki/Ouroboros" }]
293
541
  };
294
542
 
295
543
  const ParagonDanceParty = {
296
544
  key: "paragon-dance-party",
297
545
  name: "Paragon Dance Party",
546
+ type: "building",
547
+ morality: "hero",
548
+ levelRange: 1,
298
549
  links: [{ title: "Paragon Dance Party", href: "https://homecoming.wiki/wiki/Paragon_Dance_Party" }]
299
550
  };
300
551
 
301
- const PeregrineIsland = {
302
- key: "peregrine-island",
303
- name: "Peregrine Island",
304
- links: [{ title: "Peregrine Island", href: "https://homecoming.wiki/wiki/Peregrine_Island" }]
305
- };
306
-
307
552
  const PerezPark = {
308
553
  key: "perez-park",
309
554
  name: "Perez Park",
555
+ type: "hazard",
556
+ morality: "heroic",
557
+ levelRange: [7, 14],
310
558
  links: [{ title: "Perez Park", href: "https://homecoming.wiki/wiki/Perez_Park" }]
311
559
  };
312
560
 
313
561
  const Phone = {
314
562
  key: "phone",
315
- name: "(Phone Only)"
563
+ name: "(Phone Only)",
564
+ type: "other",
565
+ notes: `Not a physical location\u2014 Used for contacts only accessible via your phone.`
316
566
  };
317
567
 
318
568
  const PocketD = {
319
569
  key: "pocket-d",
320
570
  name: "Pocket D",
571
+ type: "co-op",
572
+ morality: "all",
573
+ levelRange: 1,
321
574
  links: [{ title: "Pocket D", href: "https://homecoming.wiki/wiki/Pocket_D" }]
322
575
  };
323
576
 
324
577
  const PortOakes = {
325
578
  key: "port-oakes",
326
579
  name: "Port Oakes",
580
+ type: "city",
581
+ morality: "villainous",
582
+ levelRange: [7, 12],
327
583
  links: [{ title: "Port Oakes", href: "https://homecoming.wiki/wiki/Port_Oakes" }]
328
584
  };
329
585
 
330
- const Praetoria = {
331
- key: "praetoria",
332
- name: "Praetoria",
333
- links: [{ title: "Praetoria", href: "https://homecoming.wiki/wiki/Praetoria" }]
334
- };
335
-
336
586
  const ReclusesVictory = {
337
587
  key: "recluses-victory",
338
588
  name: `Recluse's Victory`,
589
+ type: "pvp",
590
+ morality: "all",
591
+ levelRange: [50, 50],
339
592
  links: [{ title: `Recluse's Victory`, href: "https://homecoming.wiki/wiki/Recluse%27s_Victory" }]
340
593
  };
341
594
 
342
595
  const RiktiWarZone = {
343
596
  key: "rikti-war-zone",
344
597
  name: "Rikti War Zone",
598
+ type: "co-op",
599
+ morality: "all",
600
+ levelRange: [35, 50],
345
601
  links: [{ title: "Rikti War Zone", href: "https://homecoming.wiki/wiki/Rikti_War_Zone" }]
346
602
  };
347
603
 
348
604
  const SafeguardAtlasPark = {
349
605
  key: "safeguard-atlas-park",
350
606
  name: "Safeguard: Atlas Park",
607
+ type: "safeguard",
608
+ morality: "heroic",
609
+ levelRange: [5, 10],
351
610
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
352
611
  };
353
612
 
354
613
  const SafeguardBrickstown = {
355
614
  key: "safeguard-brickstown",
356
615
  name: "Safeguard: Brickstown",
616
+ type: "safeguard",
617
+ morality: "heroic",
618
+ levelRange: [35, 40],
357
619
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
358
620
  };
359
621
 
360
622
  const SafeguardFoundersFalls = {
361
623
  key: "safeguard-founders-falls",
362
624
  name: `Safeguard: Founder's Falls`,
625
+ type: "safeguard",
626
+ morality: "heroic",
627
+ levelRange: [40, 45],
363
628
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
364
629
  };
365
630
 
366
631
  const SafeguardIndependencePort = {
367
632
  key: "safeguard-independence-port",
368
633
  name: "Safeguard: Independence Port",
634
+ type: "safeguard",
635
+ morality: "heroic",
636
+ levelRange: [25, 30],
369
637
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
370
638
  };
371
639
 
372
640
  const SafeguardKingsRow = {
373
641
  key: "safeguard-kings-row",
374
642
  name: "Safeguard: Kings Row",
643
+ type: "safeguard",
644
+ morality: "heroic",
645
+ levelRange: [10, 15],
375
646
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
376
647
  };
377
648
 
378
649
  const SafeguardPeregrineIsland = {
379
650
  key: "safeguard-peregrine-island",
380
651
  name: "Safeguard: Peregrine Island",
652
+ type: "safeguard",
653
+ morality: "heroic",
654
+ levelRange: [45, 50],
381
655
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
382
656
  };
383
657
 
384
658
  const SafeguardSkywayCity = {
385
659
  key: "safeguard-skyway-city",
386
660
  name: "Safeguard: Skyway City",
661
+ type: "safeguard",
662
+ morality: "heroic",
663
+ levelRange: [15, 20],
387
664
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
388
665
  };
389
666
 
390
667
  const SafeguardSteelCanyon = {
391
668
  key: "safeguard-steel-canyon",
392
669
  name: "Safeguard: Steel Canyon",
670
+ type: "safeguard",
671
+ morality: "heroic",
672
+ levelRange: [20, 25],
393
673
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
394
674
  };
395
675
 
396
676
  const SafeguardTalosIsland = {
397
677
  key: "safeguard-talos-island",
398
678
  name: "Safeguard: Talos Island",
679
+ type: "safeguard",
680
+ morality: "heroic",
681
+ levelRange: [30, 35],
399
682
  links: [{ title: "Safeguard Mission", href: "https://homecoming.wiki/wiki/Safeguard_Mission" }]
400
683
  };
401
684
 
402
685
  const SewerNetwork = {
403
686
  key: "sewer-network",
404
687
  name: "Sewer Network",
688
+ type: "trial",
689
+ morality: "heroic",
690
+ levelRange: [3, 10],
405
691
  links: [{ title: "Sewer Network", href: "https://homecoming.wiki/wiki/Sewer_Network" }]
406
692
  };
407
693
 
408
694
  const SharkheadIsle = {
409
695
  key: "sharkhead-isle",
410
696
  name: "Sharkhead Isle",
697
+ type: "city",
698
+ morality: "villainous",
699
+ levelRange: [20, 30],
411
700
  links: [{ title: "Sharkhead Isle", href: "https://homecoming.wiki/wiki/Sharkhead_Isle" }]
412
701
  };
413
702
 
414
703
  const SirensCall = {
415
704
  key: "sirens-call",
416
705
  name: `Siren's Call`,
706
+ type: "pvp",
707
+ morality: "all",
708
+ levelRange: [30, 30],
417
709
  links: [{ title: `Siren's Call`, href: "https://homecoming.wiki/wiki/Siren%27s_Call" }]
418
710
  };
419
711
 
420
712
  const SkywayCity = {
421
713
  key: "skyway-city",
422
714
  name: "Skyway City",
715
+ type: "city",
716
+ morality: "heroic",
717
+ levelRange: [10, 19],
423
718
  links: [{ title: "Skyway City", href: "https://homecoming.wiki/wiki/Skyway_City" }]
424
719
  };
425
720
 
426
721
  const StMartial = {
427
722
  key: "st-martial",
428
723
  name: "St. Martial",
724
+ type: "city",
725
+ morality: "villainous",
726
+ levelRange: [29, 40],
429
727
  links: [{ title: "St. Martial", href: "https://homecoming.wiki/wiki/St._Martial" }]
430
728
  };
431
729
 
432
730
  const SteelCanyon = {
433
731
  key: "steel-canyon",
434
732
  name: "Steel Canyon",
733
+ type: "city",
734
+ morality: "heroic",
735
+ levelRange: [10, 19],
435
736
  links: [{ title: "Steel Canyon", href: "https://homecoming.wiki/wiki/Steel_Canyon" }]
436
737
  };
437
738
 
438
739
  const StrigaIsle = {
439
740
  key: "striga-isle",
440
741
  name: "Striga Isle",
742
+ type: "co-op",
743
+ morality: "all",
744
+ levelRange: [20, 29],
441
745
  links: [{ title: "Striga Isle", href: "https://homecoming.wiki/wiki/Striga_Isle" }]
442
746
  };
443
747
 
444
748
  const Studio55 = {
445
749
  key: "studio-55",
446
750
  name: "Studio 55",
751
+ type: "building",
752
+ morality: "all",
753
+ levelRange: 1,
754
+ notes: `Acts as the Praetorian Earth's connection to the ${zoneLink(PocketD)} zone.`,
447
755
  links: [{ title: "Studio 55", href: "https://homecoming.wiki/wiki/Studio_55" }]
448
756
  };
449
757
 
450
758
  const TalosIsland = {
451
759
  key: "talos-island",
452
760
  name: "Talos Island",
761
+ type: "city",
762
+ morality: "heroic",
763
+ levelRange: [20, 27],
453
764
  links: [{ title: "Talos Island", href: "https://homecoming.wiki/wiki/Talos_Island" }]
454
765
  };
455
766
 
456
767
  const TerraVolta = {
457
768
  key: "terra-volta",
458
769
  name: "Terra Volta",
770
+ type: "trial",
771
+ morality: "heroic",
772
+ levelRange: [20, 29],
459
773
  links: [{ title: "Terra Volta", href: "https://homecoming.wiki/wiki/Terra_Volta" }]
460
774
  };
461
775
 
462
776
  const TheAbyss = {
463
777
  key: "the-abyss",
464
778
  name: "The Abyss",
779
+ type: "co-op",
780
+ morality: "all",
781
+ levelRange: [45, 50],
465
782
  links: [{ title: "The Abyss", href: "https://homecoming.wiki/wiki/The_Abyss" }]
466
783
  };
467
784
 
468
785
  const TheChantry = {
469
786
  key: "the-chantry",
470
787
  name: "The Chantry",
788
+ type: "hazard",
789
+ morality: "heroic",
790
+ levelRange: [44, 47],
471
791
  links: [{ title: "The Chantry", href: "https://homecoming.wiki/wiki/The_Chantry" }]
472
792
  };
473
793
 
474
794
  const TheHive = {
475
795
  key: "the-hive",
476
796
  name: "The Hive",
797
+ type: "co-op",
798
+ morality: "all",
799
+ levelRange: [45, 50],
477
800
  links: [{ title: "The Hive", href: "https://homecoming.wiki/wiki/The_Hive" }]
478
801
  };
479
802
 
480
803
  const TheHollows = {
481
804
  key: "the-hollows",
482
805
  name: "The Hollows",
806
+ type: "hazard",
807
+ morality: "heroic",
808
+ levelRange: [5, 15],
483
809
  links: [{ title: "The Hollows", href: "https://homecoming.wiki/wiki/The_Hollows" }]
484
810
  };
485
811
 
486
812
  const TheLabyrinthOfFog = {
487
813
  key: "the-labyrinth-of-fog",
488
814
  name: "The Labyrinth of Fog",
815
+ type: "co-op",
816
+ morality: "all",
817
+ levelRange: [45, 50],
489
818
  links: [{ title: "The Labyrinth of Fog", href: "https://homecoming.wiki/wiki/The_Labyrinth_of_Fog" }]
490
819
  };
491
820
 
492
821
  const TheStormPalace = {
493
822
  key: "the-storm-palace",
494
823
  name: "The Storm Palace",
824
+ type: "trial",
825
+ morality: "heroic",
826
+ levelRange: [48, 53],
495
827
  links: [{ title: "The Storm Palace", href: "https://homecoming.wiki/wiki/The_Storm_Palace" }]
496
828
  };
497
829
 
498
830
  const UndergroundImperial = {
499
831
  key: "underground-imperial",
500
832
  name: "Underground Imperial",
833
+ type: "city",
834
+ morality: "praetorian",
835
+ levelRange: [9, 15],
501
836
  links: [{ title: "Underground Imperial", href: "https://homecoming.wiki/wiki/Underground_Imperial" }]
502
837
  };
503
838
 
504
839
  const UndergroundNeutropolis = {
505
840
  key: "underground-neutropolis",
506
841
  name: "Underground Neutropolis",
842
+ type: "city",
843
+ morality: "praetorian",
844
+ levelRange: [15, 20],
507
845
  links: [{ title: "Underground Neutropolis", href: "https://homecoming.wiki/wiki/Underground_Neutropolis" }]
508
846
  };
509
847
 
510
848
  const UndergroundNova = {
511
849
  key: "underground-nova",
512
850
  name: "Underground Nova",
851
+ type: "city",
852
+ morality: "praetorian",
853
+ levelRange: [1, 10],
513
854
  links: [{ title: "Underground Nova", href: "https://homecoming.wiki/wiki/Underground_Nova" }]
514
855
  };
515
856
 
516
857
  const Warburg = {
517
858
  key: "warburg",
518
859
  name: "Warburg",
860
+ type: "pvp",
861
+ morality: "all",
862
+ levelRange: [38, 38],
519
863
  links: [{ title: "Warburg", href: "https://homecoming.wiki/wiki/Warburg" }]
520
864
  };
521
865
 
@@ -575,7 +919,6 @@ const ZONES = [
575
919
  Phone,
576
920
  PocketD,
577
921
  PortOakes,
578
- Praetoria,
579
922
  ReclusesVictory,
580
923
  RiktiWarZone,
581
924
  SafeguardAtlasPark,
@@ -3780,50 +4123,6 @@ const GanglandFury = {
3780
4123
  ]
3781
4124
  };
3782
4125
 
3783
- const TinaMacintyre = {
3784
- key: "tina-macintyre",
3785
- name: "Tina Macintyre",
3786
- title: "Portal Corporation Research Scientist",
3787
- morality: "heroic",
3788
- location: { zoneKey: PeregrineIsland.key, coords: [-1680.5, 0, -3638.5] },
3789
- levelRange: [40, 45],
3790
- links: [{ title: "Tina Macintyre", href: "https://homecoming.wiki/wiki/Tina_Macintyre" }]
3791
- };
3792
-
3793
- const TheHydraDimension = {
3794
- key: "the-hydra-dimension",
3795
- name: "The Hydra Dimension",
3796
- type: "mission",
3797
- morality: "heroic",
3798
- contactKeys: TinaMacintyre.key,
3799
- levelRange: [45, 50],
3800
- links: [
3801
- { title: "The Hydra Dimension", href: "https://homecoming.wiki/wiki/Tina_Macintyre#The_Hydra_Dimension_(40-45)" }
3802
- ]
3803
- };
3804
-
3805
- const UnaiKemen = {
3806
- key: "unai-kemen",
3807
- name: "Unai Kemen",
3808
- title: "Portal Corp Security Chief",
3809
- morality: "heroic",
3810
- location: { zoneKey: PeregrineIsland.key, coords: [-1519.5, 0.5, -3425] },
3811
- levelRange: [45, 50],
3812
- links: [{ title: "Unai Kemen", href: "https://homecoming.wiki/wiki/Unai_Kemen" }]
3813
- };
3814
-
3815
- const GetSomeSamplesOfHydraManDna = {
3816
- key: "get-some-samples-of-hydra-man-dna",
3817
- name: "Get some samples of Hydra Man DNA",
3818
- type: "mission",
3819
- morality: "heroic",
3820
- contactKeys: UnaiKemen.key,
3821
- levelRange: [45, 50],
3822
- links: [
3823
- { title: "Get some samples of Hydra Man DNA", href: "https://homecoming.wiki/wiki/Unai_Kemen#Get_some_samples_of_Hydra_Man_DNA" }
3824
- ]
3825
- };
3826
-
3827
4126
  const Multidimensional = {
3828
4127
  type: "exploration",
3829
4128
  key: "multidimensional",
@@ -3843,50 +4142,6 @@ const Multidimensional = {
3843
4142
  ]
3844
4143
  };
3845
4144
 
3846
- const MariaJenkins = {
3847
- key: "maria-jenkins",
3848
- name: "Maria Jenkins",
3849
- title: "Former Heroine",
3850
- morality: "heroic",
3851
- location: { zoneKey: PeregrineIsland.key, coords: [-1043, 0, -2783] },
3852
- levelRange: [45, 50],
3853
- links: [{ title: "Maria Jenkins", href: "https://homecoming.wiki/wiki/Maria_Jenkins" }]
3854
- };
3855
-
3856
- const TakeDownNightstar = {
3857
- key: "take-down-nightstar",
3858
- name: "Take down Nightstar",
3859
- type: "mission",
3860
- morality: "heroic",
3861
- contactKeys: MariaJenkins.key,
3862
- levelRange: [45, 50],
3863
- links: [
3864
- { title: "Take down Nightstar", href: "https://homecoming.wiki/wiki/Maria_Jenkins#Take_down_Nightstar" }
3865
- ]
3866
- };
3867
-
3868
- const DmitriKrylov = {
3869
- key: "dmitri-krylov",
3870
- name: "Dmitri Krylov",
3871
- title: "Metahuman Researcher",
3872
- morality: "villainous",
3873
- location: { zoneKey: CapAuDiable.key, coords: [2878, -72, -182] },
3874
- levelRange: [10, 14],
3875
- links: [{ title: "Dmitri Krylov", href: "https://homecoming.wiki/wiki/Dmitri_Krylov" }]
3876
- };
3877
-
3878
- const BringCitizensToVahzilokSurgeons = {
3879
- key: "bring-citizens-to-vahzilok-surgeons",
3880
- name: "Bring citizens to Vahzilok surgeons",
3881
- type: "mission",
3882
- morality: "villainous",
3883
- contactKeys: DmitriKrylov.key,
3884
- levelRange: [10, 14],
3885
- links: [
3886
- { title: "Bring citizens to Vahzilok surgeons", href: "https://homecoming.wiki/wiki/Dmitri_Krylov#Bring_citizens_to_Vahzilok_surgeons" }
3887
- ]
3888
- };
3889
-
3890
4145
  const Shrouded = {
3891
4146
  type: "exploration",
3892
4147
  key: "shrouded",
@@ -43924,8 +44179,8 @@ const MISSIONS = [
43924
44179
  HuntingTheHunters
43925
44180
  ];
43926
44181
 
43927
- const BUNDLE_VERSION = "2.0.0-rc.13";
43928
- const BUNDLE_UPDATE_TIME = "2025-11-25T23:03:28.763Z";
44182
+ const BUNDLE_VERSION = "2.0.0-rc.14";
44183
+ const BUNDLE_UPDATE_TIME = "2025-12-16T07:54:19.848Z";
43929
44184
 
43930
44185
  const HOMECOMING = {
43931
44186
  header: {