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
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardAtlasPark: ZoneData = {
4
4
  key: 'safeguard-atlas-park',
5
5
  name: 'Safeguard: Atlas Park',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [5, 10],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardBrickstown: ZoneData = {
4
4
  key: 'safeguard-brickstown',
5
5
  name: 'Safeguard: Brickstown',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [35, 40],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardFoundersFalls: ZoneData = {
4
4
  key: 'safeguard-founders-falls',
5
5
  name: `Safeguard: Founder's Falls`,
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [40, 45],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardIndependencePort: ZoneData = {
4
4
  key: 'safeguard-independence-port',
5
5
  name: 'Safeguard: Independence Port',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [25, 30],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardKingsRow: ZoneData = {
4
4
  key: 'safeguard-kings-row',
5
5
  name: 'Safeguard: Kings Row',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [10, 15],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardPeregrineIsland: ZoneData = {
4
4
  key: 'safeguard-peregrine-island',
5
5
  name: 'Safeguard: Peregrine Island',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [45, 50],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardSkywayCity: ZoneData = {
4
4
  key: 'safeguard-skyway-city',
5
5
  name: 'Safeguard: Skyway City',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [15, 20],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardSteelCanyon: ZoneData = {
4
4
  key: 'safeguard-steel-canyon',
5
5
  name: 'Safeguard: Steel Canyon',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [20, 25],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SafeguardTalosIsland: ZoneData = {
4
4
  key: 'safeguard-talos-island',
5
5
  name: 'Safeguard: Talos Island',
6
+ type: 'safeguard',
7
+ morality: 'heroic',
8
+ levelRange: [30, 35],
6
9
  links: [{ title: 'Safeguard Mission', href: 'https://homecoming.wiki/wiki/Safeguard_Mission' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SewerNetwork: ZoneData = {
4
4
  key: 'sewer-network',
5
5
  name: 'Sewer Network',
6
+ type: 'trial',
7
+ morality: 'heroic',
8
+ levelRange: [3, 10],
6
9
  links: [{ title: 'Sewer Network', href: 'https://homecoming.wiki/wiki/Sewer_Network' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SharkheadIsle: ZoneData = {
4
4
  key: 'sharkhead-isle',
5
5
  name: 'Sharkhead Isle',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [20, 30],
6
9
  links: [{ title: 'Sharkhead Isle', href: 'https://homecoming.wiki/wiki/Sharkhead_Isle' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SirensCall: ZoneData = {
4
4
  key: 'sirens-call',
5
5
  name: `Siren's Call`,
6
+ type: 'pvp',
7
+ morality: 'all',
8
+ levelRange: [30, 30],
6
9
  links: [{ title: `Siren's Call`, href: 'https://homecoming.wiki/wiki/Siren%27s_Call' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SkywayCity: ZoneData = {
4
4
  key: 'skyway-city',
5
5
  name: 'Skyway City',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [10, 19],
6
9
  links: [{ title: 'Skyway City', href: 'https://homecoming.wiki/wiki/Skyway_City' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const StMartial: ZoneData = {
4
4
  key: 'st-martial',
5
5
  name: 'St. Martial',
6
+ type: 'city',
7
+ morality: 'villainous',
8
+ levelRange: [29, 40],
6
9
  links: [{ title: 'St. Martial', href: 'https://homecoming.wiki/wiki/St._Martial' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const SteelCanyon: ZoneData = {
4
4
  key: 'steel-canyon',
5
5
  name: 'Steel Canyon',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [10, 19],
6
9
  links: [{ title: 'Steel Canyon', href: 'https://homecoming.wiki/wiki/Steel_Canyon' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const StrigaIsle: ZoneData = {
4
4
  key: 'striga-isle',
5
5
  name: 'Striga Isle',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [20, 29],
6
9
  links: [{ title: 'Striga Isle', href: 'https://homecoming.wiki/wiki/Striga_Isle' }],
7
10
  }
@@ -1,7 +1,12 @@
1
- import { ZoneData } from 'coh-content-db'
1
+ import { ZoneData, zoneLink } from 'coh-content-db'
2
+ import { PocketD } from './pocket-d'
2
3
 
3
4
  export const Studio55: ZoneData = {
4
5
  key: 'studio-55',
5
6
  name: 'Studio 55',
7
+ type: 'building',
8
+ morality: 'all',
9
+ levelRange: 1,
10
+ notes: `Acts as the Praetorian Earth's connection to the ${zoneLink(PocketD)} zone.`,
6
11
  links: [{ title: 'Studio 55', href: 'https://homecoming.wiki/wiki/Studio_55' }],
7
12
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TalosIsland: ZoneData = {
4
4
  key: 'talos-island',
5
5
  name: 'Talos Island',
6
+ type: 'city',
7
+ morality: 'heroic',
8
+ levelRange: [20, 27],
6
9
  links: [{ title: 'Talos Island', href: 'https://homecoming.wiki/wiki/Talos_Island' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TerraVolta: ZoneData = {
4
4
  key: 'terra-volta',
5
5
  name: 'Terra Volta',
6
+ type: 'trial',
7
+ morality: 'heroic',
8
+ levelRange: [20, 29],
6
9
  links: [{ title: 'Terra Volta', href: 'https://homecoming.wiki/wiki/Terra_Volta' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TheAbyss: ZoneData = {
4
4
  key: 'the-abyss',
5
5
  name: 'The Abyss',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [45, 50],
6
9
  links: [{ title: 'The Abyss', href: 'https://homecoming.wiki/wiki/The_Abyss' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TheChantry: ZoneData = {
4
4
  key: 'the-chantry',
5
5
  name: 'The Chantry',
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [44, 47],
6
9
  links: [{ title: 'The Chantry', href: 'https://homecoming.wiki/wiki/The_Chantry' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TheHive: ZoneData = {
4
4
  key: 'the-hive',
5
5
  name: 'The Hive',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [45, 50],
6
9
  links: [{ title: 'The Hive', href: 'https://homecoming.wiki/wiki/The_Hive' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TheHollows: ZoneData = {
4
4
  key: 'the-hollows',
5
5
  name: 'The Hollows',
6
+ type: 'hazard',
7
+ morality: 'heroic',
8
+ levelRange: [5, 15],
6
9
  links: [{ title: 'The Hollows', href: 'https://homecoming.wiki/wiki/The_Hollows' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TheLabyrinthOfFog: ZoneData = {
4
4
  key: 'the-labyrinth-of-fog',
5
5
  name: 'The Labyrinth of Fog',
6
+ type: 'co-op',
7
+ morality: 'all',
8
+ levelRange: [45, 50],
6
9
  links: [{ title: 'The Labyrinth of Fog', href: 'https://homecoming.wiki/wiki/The_Labyrinth_of_Fog' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const TheStormPalace: ZoneData = {
4
4
  key: 'the-storm-palace',
5
5
  name: 'The Storm Palace',
6
+ type: 'trial',
7
+ morality: 'heroic',
8
+ levelRange: [48, 53],
6
9
  links: [{ title: 'The Storm Palace', href: 'https://homecoming.wiki/wiki/The_Storm_Palace' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const UndergroundImperial: ZoneData = {
4
4
  key: 'underground-imperial',
5
5
  name: 'Underground Imperial',
6
+ type: 'city',
7
+ morality: 'praetorian',
8
+ levelRange: [9, 15],
6
9
  links: [{ title: 'Underground Imperial', href: 'https://homecoming.wiki/wiki/Underground_Imperial' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const UndergroundNeutropolis: ZoneData = {
4
4
  key: 'underground-neutropolis',
5
5
  name: 'Underground Neutropolis',
6
+ type: 'city',
7
+ morality: 'praetorian',
8
+ levelRange: [15, 20],
6
9
  links: [{ title: 'Underground Neutropolis', href: 'https://homecoming.wiki/wiki/Underground_Neutropolis' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const UndergroundNova: ZoneData = {
4
4
  key: 'underground-nova',
5
5
  name: 'Underground Nova',
6
+ type: 'city',
7
+ morality: 'praetorian',
8
+ levelRange: [1, 10],
6
9
  links: [{ title: 'Underground Nova', href: 'https://homecoming.wiki/wiki/Underground_Nova' }],
7
10
  }
@@ -3,5 +3,8 @@ import { ZoneData } from 'coh-content-db'
3
3
  export const Warburg: ZoneData = {
4
4
  key: 'warburg',
5
5
  name: 'Warburg',
6
+ type: 'pvp',
7
+ morality: 'all',
8
+ levelRange: [38, 38],
6
9
  links: [{ title: 'Warburg', href: 'https://homecoming.wiki/wiki/Warburg' }],
7
10
  }
@@ -1,7 +0,0 @@
1
- import { ZoneData } from 'coh-content-db'
2
-
3
- export const Praetoria: ZoneData = {
4
- key: 'praetoria',
5
- name: 'Praetoria',
6
- links: [{ title: 'Praetoria', href: 'https://homecoming.wiki/wiki/Praetoria' }],
7
- }