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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coh-content-db-homecoming",
3
- "version": "2.0.0-rc.13",
3
+ "version": "2.0.0-rc.14",
4
4
  "description": "City of Heroes Homecoming Content Database",
5
5
  "homepage": "https://github.com/n15g/coh-content-db-homecoming#readme",
6
6
  "bugs": {
@@ -49,7 +49,7 @@
49
49
  "valid-url": "^1.0.9"
50
50
  },
51
51
  "dependencies": {
52
- "coh-content-db": "^2.0.0-rc.16"
52
+ "coh-content-db": "^2.0.0-rc.17"
53
53
  },
54
54
  "engines": {
55
55
  "node": ">=22"
@@ -55,7 +55,6 @@ import { PerezPark } from './perez-park'
55
55
  import { Phone } from './phone'
56
56
  import { PocketD } from './pocket-d'
57
57
  import { PortOakes } from './port-oakes'
58
- import { Praetoria } from './praetoria'
59
58
  import { ReclusesVictory } from './recluses-victory'
60
59
  import { RiktiWarZone } from './rikti-war-zone'
61
60
  import { SafeguardAtlasPark } from './safeguard-atlas-park'
@@ -144,7 +143,6 @@ export const ZONES: ZoneData[] = [
144
143
  Phone,
145
144
  PocketD,
146
145
  PortOakes,
147
- Praetoria,
148
146
  ReclusesVictory,
149
147
  RiktiWarZone,
150
148
  SafeguardAtlasPark,
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const AbandonedSewerNetwork: ZoneData = {
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
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const AbandonedSewersTrial: ZoneData = {
4
4
  key: 'abandoned-sewers-trial',
5
5
  name: 'Abandoned Sewers Trial',
6
+ type: 'trial',
7
+ morality: 'heroic',
8
+ levelRange: 38,
6
9
  links: [{ title: 'Abandoned Sewers Trial', href: 'https://homecoming.wiki/wiki/Abandoned_Sewers_Trial' }],
7
10
  }
@@ -3,5 +3,6 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const ArchitectEntertainmentBuildings: ZoneData = {
4
4
  key: 'architect-entertainment-buildings',
5
5
  name: 'Architect Entertainment Buildings',
6
+ type: 'building',
6
7
  links: [{ title: 'Architect Entertainment Buildings', href: 'https://homecoming.wiki/wiki/Architect_Entertainment_Buildings' }],
7
8
  }
@@ -3,4 +3,6 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const ArenaCageMatch: ZoneData = {
4
4
  key: 'arena-cage-match',
5
5
  name: 'Arena: Cage Match',
6
+ type: 'arena',
7
+ links: [{ title: 'Arena', href: 'https://homecoming.wiki/wiki/Arena' }],
6
8
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const AtlasPark: ZoneData = {
4
4
  key: 'atlas-park',
5
5
  name: 'Atlas Park',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [1, 6],
6
9
  links: [{ title: 'Atlas Park', href: 'https://homecoming.wiki/wiki/Atlas_Park' }],
7
10
  }
@@ -1,7 +1,11 @@
1
- import { ZoneData } from 'coh-content-db'
1
+ import { missionLink, ZoneData } from 'coh-content-db'
2
+ import { TakeDownNightstar } from '../mission/take-down-nightstar'
3
+ import { BringCitizensToVahzilokSurgeons } from '../mission/bring-citizens-to-vahzilok-surgeons'
2
4
 
3
5
  export const BlackShroudDimension: ZoneData = {
4
6
  key: 'black-shroud-dimension',
5
7
  name: 'Black Shroud Dimension',
8
+ type: 'mission',
9
+ notes: `Located in the ${missionLink(TakeDownNightstar)} and ${missionLink(BringCitizensToVahzilokSurgeons)} missions.`,
6
10
  links: [{ title: 'Shrouded Badge', href: 'https://homecoming.wiki/wiki/Shrouded_Badge' }],
7
11
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const BloodyBay: ZoneData = {
4
4
  key: 'bloody-bay',
5
5
  name: 'Bloody Bay',
6
+ type: 'pvp',
7
+ morality: 'all',
8
+ levelRange: [25, 25],
6
9
  links: [{ title: 'Bloody Bay', href: 'https://homecoming.wiki/wiki/Bloody_Bay' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Boomtown: ZoneData = {
4
4
  key: 'boomtown',
5
5
  name: 'Boomtown',
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [11, 19],
6
9
  links: [{ title: 'Boomtown', href: 'https://homecoming.wiki/wiki/Boomtown' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Breakout: ZoneData = {
4
4
  key: 'breakout',
5
5
  name: 'Breakout',
6
+ type: 'tutorial',
7
+ morality: 'villain',
8
+ levelRange: [1, 1],
6
9
  links: [{ title: 'Breakout', href: 'https://homecoming.wiki/wiki/Breakout' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Brickstown: ZoneData = {
4
4
  key: 'brickstown',
5
5
  name: 'Brickstown',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [30, 38],
6
9
  links: [{ title: 'Brickstown', href: 'https://homecoming.wiki/wiki/Brickstown' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const CapAuDiable: ZoneData = {
4
4
  key: 'cap-au-diable',
5
5
  name: 'Cap Au Diable',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [8, 20],
6
9
  links: [{ title: 'Cap Au Diable', href: 'https://homecoming.wiki/wiki/Cap_au_Diable' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const CascadeArchipelago: ZoneData = {
4
4
  key: 'cascade-archipelago',
5
5
  name: 'Cascade Archipelago',
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [40, 44],
6
9
  links: [{ title: 'Cascade Archipelago', href: 'https://homecoming.wiki/wiki/Cascade_Archipelago' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Cimerora: ZoneData = {
4
4
  key: 'cimerora',
5
5
  name: 'Cimerora',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: 35,
6
9
  links: [{ title: 'Cimerora', href: 'https://homecoming.wiki/wiki/Cimerora' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const CreysFolly: ZoneData = {
4
4
  key: 'creys-folly',
5
5
  name: `Crey's Folly`,
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [31, 39],
6
9
  links: [{ title: `Crey's Folly`, href: 'https://homecoming.wiki/wiki/Crey%27s_Folly' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Croatoa: ZoneData = {
4
4
  key: 'croatoa',
5
5
  name: 'Croatoa',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [25, 34],
6
9
  links: [{ title: 'Croatoa', href: 'https://homecoming.wiki/wiki/Croatoa' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const DarkAstoria: ZoneData = {
4
4
  key: 'dark-astoria',
5
5
  name: 'Dark Astoria',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [50, 54],
6
9
  links: [{ title: 'Dark Astoria', href: 'https://homecoming.wiki/wiki/Dark_Astoria' }],
7
10
  }
@@ -3,5 +3,11 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const EchoAtlasPark: ZoneData = {
4
4
  key: 'echo-atlas-park',
5
5
  name: 'Echo: Atlas Park',
6
- links: [{ title: 'Echo: Atlas Park Badge Guide', href: 'https://forums.homecomingservers.com/topic/881-echo-atlas-park-badge-guide/' }],
6
+ type: 'echo',
7
+ morality: 'heroic',
8
+ levelRange: [1, 6],
9
+ links: [
10
+ { title: 'Echo: Atlas Park', href: 'https://homecoming.wiki/wiki/Echo:_Atlas_Park' },
11
+ { title: 'Echo: Atlas Park Badge Guide', href: 'https://forums.homecomingservers.com/topic/881-echo-atlas-park-badge-guide/' },
12
+ ],
7
13
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const EchoDarkAstoria: ZoneData = {
4
4
  key: 'echo-dark-astoria',
5
5
  name: 'Echo: Dark Astoria',
6
+ type: 'echo',
7
+ morality: 'heroic',
8
+ levelRange: [21, 29],
6
9
  links: [{ title: 'Echo: Dark Astoria', href: 'https://homecoming.wiki/wiki/Echo:_Dark_Astoria' }],
7
10
  }
@@ -3,5 +3,11 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const EchoFaultline: ZoneData = {
4
4
  key: 'echo-faultline',
5
5
  name: 'Echo: Faultline',
6
- links: [{ title: 'I25 Faultline badge changes', href: 'https://forums.homecomingservers.com/topic/931-echo-falutline-badger-hunter-helpline/' }],
6
+ type: 'echo',
7
+ morality: 'heroic',
8
+ levelRange: [15, 25],
9
+ links: [
10
+ { title: 'Echo: Faultline', href: 'https://homecoming.wiki/wiki/Echo:_Faultline' },
11
+ { title: 'I25 Faultline badge changes', href: 'https://forums.homecomingservers.com/topic/931-echo-falutline-badger-hunter-helpline/' },
12
+ ],
7
13
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const EchoGalaxyCity: ZoneData = {
4
4
  key: 'echo-galaxy-city',
5
5
  name: 'Echo: Galaxy City',
6
+ type: 'echo',
7
+ morality: 'heroic',
8
+ levelRange: [1, 6],
6
9
  links: [{ title: 'Echo: Galaxy City', href: 'https://homecoming.wiki/wiki/Echo:_Galaxy_City' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const EchoRiktiCrashSite: ZoneData = {
4
4
  key: 'echo-rikti-crash-site',
5
5
  name: 'Echo: Rikti Crash Site',
6
- links: [{ title: 'Rikti Crash Site (Legacy)', href: 'https://homecoming.wiki/wiki/Rikti_Crash_Site' }],
6
+ type: 'echo',
7
+ morality: 'heroic',
8
+ levelRange: [40, 50],
9
+ links: [{ title: 'Echo: Rikti Crash Site', href: 'https://homecoming.wiki/wiki/Echo:_Rikti_Crash_Site' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Eden: ZoneData = {
4
4
  key: 'eden',
5
5
  name: 'Eden',
6
+ type: 'trial',
7
+ morality: 'heroic',
8
+ levelRange: [33, 39],
6
9
  links: [{ title: 'Eden', href: 'https://homecoming.wiki/wiki/Eden' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Faultline: ZoneData = {
4
4
  key: 'faultline',
5
5
  name: 'Faultline',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [15, 25],
6
9
  links: [{ title: 'Faultline', href: 'https://homecoming.wiki/wiki/Faultline' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const FirebaseZulu: ZoneData = {
4
4
  key: 'firebase-zulu',
5
5
  name: 'Firebase Zulu',
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [40, 44],
6
9
  links: [{ title: 'Firebase Zulu', href: 'https://homecoming.wiki/wiki/Firebase_Zulu' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const FirstWard: ZoneData = {
4
4
  key: 'first-ward',
5
5
  name: 'First Ward',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [20, 30],
6
9
  links: [{ title: 'First Ward', href: 'https://homecoming.wiki/wiki/First_Ward' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const FoundersFalls: ZoneData = {
4
4
  key: 'founders-falls',
5
5
  name: `Founders' Falls`,
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [31, 40],
6
9
  links: [{ title: `Founders' Falls`, href: 'https://homecoming.wiki/wiki/Founders%27_Falls' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Grandville: ZoneData = {
4
4
  key: 'grandville',
5
5
  name: 'Grandville',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [40, 50],
6
9
  links: [{ title: 'Grandville', href: 'https://homecoming.wiki/wiki/Grandville' }],
7
10
  }
@@ -1,7 +1,13 @@
1
- import { ZoneData } from 'coh-content-db'
1
+ import { missionLink, ZoneData } from 'coh-content-db'
2
+ import { TheHydraDimension } from '../mission/the-hydra-dimension'
3
+ import { GetSomeSamplesOfHydraManDna } from '../mission/get-some-samples-of-hydra-man-dna'
2
4
 
3
5
  export const HydraMissionMap: ZoneData = {
4
6
  key: 'hydra-mission-map',
5
7
  name: 'Hydra Mission Map',
8
+ type: 'mission',
9
+ morality: 'heroic',
10
+ levelRange: [36, 40],
11
+ notes: `Located within the ${missionLink(TheHydraDimension)} and ${missionLink(GetSomeSamplesOfHydraManDna)} missions.`,
6
12
  links: [{ title: 'Hydra Missions', href: 'https://homecoming.wiki/wiki/Multidimensional_Badge' }],
7
13
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const ImperialCity: ZoneData = {
4
4
  key: 'imperial-city',
5
5
  name: 'Imperial City',
6
+ type: 'city',
7
+ morality: 'praetorian',
8
+ levelRange: [9, 15],
6
9
  links: [{ title: 'Imperial City', href: 'https://homecoming.wiki/wiki/Imperial_City' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const IndependencePort: ZoneData = {
4
4
  key: 'independence-port',
5
5
  name: 'Independence Port',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [20, 30],
6
9
  links: [{ title: 'Independence Port', href: 'https://homecoming.wiki/wiki/Independence_Port' }],
7
10
  }
@@ -3,4 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const KallistiWharf: ZoneData = {
4
4
  key: 'kallisti-wharf',
5
5
  name: 'Kallisti Wharf',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [40, 50],
9
+ links: [{ title: 'Kallisti Wharf', href: 'https://homecoming.wiki/wiki/Kallisti_Wharf' }],
6
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const KingsRow: ZoneData = {
4
4
  key: 'kings-row',
5
5
  name: 'Kings Row',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [5, 10],
6
9
  links: [{ title: 'Kings Row', href: 'https://homecoming.wiki/wiki/Kings_Row' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemAtlasPark: ZoneData = {
4
4
  key: 'mayhem-atlas-park',
5
5
  name: 'Mayhem: Atlas Park',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [5, 10],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemBrickstown: ZoneData = {
4
4
  key: 'mayhem-brickstown',
5
5
  name: 'Mayhem: Brickstown',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [35, 40],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemFoundersFalls: ZoneData = {
4
4
  key: 'mayhem-founders-falls',
5
5
  name: `Mayhem: Founder's Falls`,
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [40, 45],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemIndependencePort: ZoneData = {
4
4
  key: 'mayhem-independence-port',
5
5
  name: 'Mayhem: Independence Port',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [25, 30],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemKingsRow: ZoneData = {
4
4
  key: 'mayhem-kings-row',
5
5
  name: 'Mayhem: Kings Row',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [10, 15],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemPeregrineIsland: ZoneData = {
4
4
  key: 'mayhem-peregrine-island',
5
5
  name: 'Mayhem: Peregrine Island',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [45, 50],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemSkywayCity: ZoneData = {
4
4
  key: 'mayhem-skyway-city',
5
5
  name: 'Mayhem: Skyway City',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [15, 20],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemSteelCanyon: ZoneData = {
4
4
  key: 'mayhem-steel-canyon',
5
5
  name: 'Mayhem: Steel Canyon',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [20, 25],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MayhemTalosIsland: ZoneData = {
4
4
  key: 'mayhem-talos-island',
5
5
  name: 'Mayhem: Talos Island',
6
+ type: 'mayhem',
7
+ morality: 'villainous',
8
+ levelRange: [30, 35],
6
9
  links: [{ title: 'Mayhem Mission', href: 'https://homecoming.wiki/wiki/Mayhem_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MercyIsland: ZoneData = {
4
4
  key: 'mercy-island',
5
5
  name: 'Mercy Island',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [1, 8],
6
9
  links: [{ title: 'Mercy Island', href: 'https://homecoming.wiki/wiki/Mercy_Island' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MidnighterClub: ZoneData = {
4
4
  key: 'midnighter-club',
5
5
  name: 'Midnighter Club',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: 1,
6
9
  links: [{ title: 'Midnighter Club', href: 'https://homecoming.wiki/wiki/Midnighter_Club' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const MonsterIsland: ZoneData = {
4
4
  key: 'monster-island',
5
5
  name: 'Monster Island',
6
+ type: 'hazard',
7
+ morality: 'villainous',
8
+ levelRange: [45, 50],
6
9
  links: [{ title: 'Monster Island', href: 'https://homecoming.wiki/wiki/Monster_Island' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const NervaArchipelago: ZoneData = {
4
4
  key: 'nerva-archipelago',
5
5
  name: 'Nerva Archipelago',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [25, 40],
6
9
  links: [{ title: 'Nerva Archipelago', href: 'https://homecoming.wiki/wiki/Nerva_Archipelago' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Neutropolis: ZoneData = {
4
4
  key: 'neutropolis',
5
5
  name: 'Neutropolis',
6
+ type: 'city',
7
+ morality: 'praetorian',
8
+ levelRange: [15, 20],
6
9
  links: [{ title: 'Neutropolis', href: 'https://homecoming.wiki/wiki/Neutropolis' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const NightWard: ZoneData = {
4
4
  key: 'night-ward',
5
5
  name: 'Night Ward',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [25, 30],
6
9
  links: [{ title: 'Night Ward', href: 'https://homecoming.wiki/wiki/Night_Ward' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const NovaPraetoria: ZoneData = {
4
4
  key: 'nova-praetoria',
5
5
  name: 'Nova Praetoria',
6
+ type: 'city',
7
+ morality: 'praetorian',
8
+ levelRange: [1, 9],
6
9
  links: [{ title: 'Nova Praetoria', href: 'https://homecoming.wiki/wiki/Nova_Praetoria' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Ouroboros: ZoneData = {
4
4
  key: 'ouroboros',
5
5
  name: 'Ouroboros',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: 15,
6
9
  links: [{ title: 'Ouroboros', href: 'https://homecoming.wiki/wiki/Ouroboros' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const ParagonDanceParty: ZoneData = {
4
4
  key: 'paragon-dance-party',
5
5
  name: 'Paragon Dance Party',
6
+ type: 'building',
7
+ morality: 'hero',
8
+ levelRange: 1,
6
9
  links: [{ title: 'Paragon Dance Party', href: 'https://homecoming.wiki/wiki/Paragon_Dance_Party' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const PeregrineIsland: ZoneData = {
4
4
  key: 'peregrine-island',
5
5
  name: 'Peregrine Island',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [41, 50],
6
9
  links: [{ title: 'Peregrine Island', href: 'https://homecoming.wiki/wiki/Peregrine_Island' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const PerezPark: ZoneData = {
4
4
  key: 'perez-park',
5
5
  name: 'Perez Park',
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [7, 14],
6
9
  links: [{ title: 'Perez Park', href: 'https://homecoming.wiki/wiki/Perez_Park' }],
7
10
  }
@@ -3,4 +3,6 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Phone: ZoneData = {
4
4
  key: 'phone',
5
5
  name: '(Phone Only)',
6
+ type: 'other',
7
+ notes: `Not a physical location— Used for contacts only accessible via your phone.`,
6
8
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const PocketD: ZoneData = {
4
4
  key: 'pocket-d',
5
5
  name: 'Pocket D',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: 1,
6
9
  links: [{ title: 'Pocket D', href: 'https://homecoming.wiki/wiki/Pocket_D' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const PortOakes: ZoneData = {
4
4
  key: 'port-oakes',
5
5
  name: 'Port Oakes',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [7, 12],
6
9
  links: [{ title: 'Port Oakes', href: 'https://homecoming.wiki/wiki/Port_Oakes' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const ReclusesVictory: ZoneData = {
4
4
  key: 'recluses-victory',
5
5
  name: `Recluse's Victory`,
6
+ type: 'pvp',
7
+ morality: 'all',
8
+ levelRange: [50, 50],
6
9
  links: [{ title: `Recluse's Victory`, href: 'https://homecoming.wiki/wiki/Recluse%27s_Victory' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const RiktiWarZone: ZoneData = {
4
4
  key: 'rikti-war-zone',
5
5
  name: 'Rikti War Zone',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [35, 50],
6
9
  links: [{ title: 'Rikti War Zone', href: 'https://homecoming.wiki/wiki/Rikti_War_Zone' }],
7
10
  }