coh-content-db-homecoming 2.0.0-rc.8 → 2.0.0
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.
- package/.github/workflows/build.yml +1 -1
- package/CHANGELOG.md +10 -2
- package/README.md +32 -15
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +1424 -192
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +1425 -193
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/jest.config.mjs +4 -0
- package/package.json +18 -17
- package/rollup.config.mjs +9 -0
- package/src/main/resources/images/badges/accolade/mazebreaker.png +0 -0
- package/src/main/resources/images/badges/accomplishment/brass-tax.png +0 -0
- package/src/main/resources/images/badges/accomplishment/business-savvy.png +0 -0
- package/src/main/resources/images/badges/accomplishment/chromatic-combatant.png +0 -0
- package/src/main/resources/images/badges/accomplishment/front-person.png +0 -0
- package/src/main/resources/images/badges/accomplishment/generational-trauma.png +0 -0
- package/src/main/resources/images/badges/accomplishment/heart-of-gold.png +0 -0
- package/src/main/resources/images/badges/accomplishment/justified-ends.png +0 -0
- package/src/main/resources/images/badges/accomplishment/psychopomp.png +0 -0
- package/src/main/resources/images/badges/accomplishment/staring-into-the-abyss.png +0 -0
- package/src/main/resources/images/badges/accomplishment/tested-by-combat.png +0 -0
- package/src/main/resources/images/badges/accomplishment/thicker-than-water.png +0 -0
- package/src/main/resources/images/badges/accomplishment/truth-seeker.png +0 -0
- package/src/main/resources/images/badges/accomplishment/uncomfortable-truths.png +0 -0
- package/src/main/resources/images/badges/achievement/master-of-zoes-task-force.png +0 -0
- package/src/main/resources/images/badges/achievement/tf-zoe.png +0 -0
- package/src/main/resources/images/badges/achievement/variety-act-h.png +0 -0
- package/src/main/resources/images/badges/achievement/variety-act-v.png +0 -0
- package/src/main/resources/images/badges/defeat/mutated-marauder.png +0 -0
- package/src/main/resources/images/badges/defeat/peacekeeper.png +0 -0
- package/src/main/resources/images/badges/defeat/two-birds-one-stone.png +0 -0
- package/src/main/resources/images/badges/event/home-for-the-holidays.png +0 -0
- package/src/main/resources/images/badges/event/hypothermia.png +0 -0
- package/src/main/resources/images/badges/event/license-to-chill.png +0 -0
- package/src/main/ts/badge/accolade/_accolade-badges.ts +4 -0
- package/src/main/ts/badge/accolade/atlas-tour-guide.ts +2 -2
- package/src/main/ts/badge/accolade/between-realities.ts +1 -1
- package/src/main/ts/badge/accolade/mazebreaker.ts +23 -0
- package/src/main/ts/badge/accolade/protector-of-paragon-city.ts +2 -2
- package/src/main/ts/badge/accolade/the-prettiest-one.ts +33 -0
- package/src/main/ts/badge/accolade/walked-down-memory-lane.ts +2 -2
- package/src/main/ts/badge/accomplishment/_accomplishment-badges.ts +26 -0
- package/src/main/ts/badge/accomplishment/brass-tax.ts +20 -0
- package/src/main/ts/badge/accomplishment/business-savvy.ts +19 -0
- package/src/main/ts/badge/accomplishment/chromatic-combatant.ts +17 -0
- package/src/main/ts/badge/accomplishment/front-person.ts +19 -0
- package/src/main/ts/badge/accomplishment/generational-trauma.ts +21 -0
- package/src/main/ts/badge/accomplishment/heart-of-gold.ts +19 -0
- package/src/main/ts/badge/accomplishment/justified-ends.ts +19 -0
- package/src/main/ts/badge/accomplishment/psychopomp.ts +20 -0
- package/src/main/ts/badge/accomplishment/staring-into-the-abyss.ts +20 -0
- package/src/main/ts/badge/accomplishment/tested-by-combat.ts +17 -0
- package/src/main/ts/badge/accomplishment/thicker-than-water.ts +19 -0
- package/src/main/ts/badge/accomplishment/truth-seeker.ts +20 -0
- package/src/main/ts/badge/accomplishment/uncomfortable-truths.ts +20 -0
- package/src/main/ts/badge/achievement/_achievement-badges.ts +12 -0
- package/src/main/ts/badge/achievement/cataclysmic.ts +1 -1
- package/src/main/ts/badge/achievement/decimator.ts +1 -1
- package/src/main/ts/badge/achievement/eliminator.ts +1 -1
- package/src/main/ts/badge/achievement/eradicator.ts +1 -1
- package/src/main/ts/badge/achievement/executioner.ts +1 -1
- package/src/main/ts/badge/achievement/jailbreaker.ts +17 -0
- package/src/main/ts/badge/achievement/knockback-king.ts +20 -0
- package/src/main/ts/badge/achievement/master-of-zoes-task-force.ts +26 -0
- package/src/main/ts/badge/achievement/relentless.ts +1 -1
- package/src/main/ts/badge/achievement/snow-warning.ts +17 -0
- package/src/main/ts/badge/achievement/subterranean-striker.ts +17 -0
- package/src/main/ts/badge/achievement/until-the-end-of-the-world.ts +1 -1
- package/src/main/ts/badge/defeat/_defeat-badges.ts +6 -0
- package/src/main/ts/badge/defeat/mutated-marauder.ts +17 -0
- package/src/main/ts/badge/defeat/peacekeeper.ts +21 -0
- package/src/main/ts/badge/defeat/two-birds-one-stone.ts +17 -0
- package/src/main/ts/badge/event/_event-badges.ts +46 -46
- package/src/main/ts/badge/event/home-for-the-holidays.ts +1 -1
- package/src/main/ts/badge/event/hypothermia.ts +1 -1
- package/src/main/ts/badge/event/license-to-chill.ts +1 -1
- package/src/main/ts/badge/event/snowbound.ts +1 -1
- package/src/main/ts/badge/exploration/_exploration-badges.ts +10 -2
- package/src/main/ts/badge/exploration/fueled-by-greed.ts +21 -0
- package/src/main/ts/badge/exploration/in-their-prime.ts +22 -0
- package/src/main/ts/badge/exploration/lucid-dreamer.ts +20 -0
- package/src/main/ts/badge/exploration/marked-out.ts +19 -0
- package/src/main/ts/badge/exploration/on-the-shoulders-of-giants.ts +1 -1
- package/src/main/ts/badge/exploration/protest-too-much.ts +20 -0
- package/src/main/ts/badge/exploration/quay-to-the-city.ts +22 -0
- package/src/main/ts/badge/exploration/raving-mad.ts +19 -0
- package/src/main/ts/badge/exploration/tourist-trapped.ts +20 -0
- package/src/main/ts/badge/exploration/tried-and-true.ts +2 -2
- package/src/main/ts/badge/gladiator/mob-specialist.ts +1 -1
- package/src/main/ts/badge/history/_history-badges.ts +6 -0
- package/src/main/ts/badge/history/bicentennial.ts +1 -1
- package/src/main/ts/badge/history/christie-consolidation.ts +92 -0
- package/src/main/ts/badge/history/flagtown-memorialist.ts +68 -0
- package/src/main/ts/badge/history/patron-of-the-arts.ts +49 -0
- package/src/main/ts/contact/_contacts.ts +14 -0
- package/src/main/ts/contact/adelard-ziegler.ts +12 -0
- package/src/main/ts/contact/alexander-the-great.ts +12 -0
- package/src/main/ts/contact/dap-dap-tha-deal-maka.ts +12 -0
- package/src/main/ts/contact/erin-west.ts +12 -0
- package/src/main/ts/contact/robert-kogan.ts +12 -0
- package/src/main/ts/contact/wyllie-galloway.ts +12 -0
- package/src/main/ts/contact/zoe-langston.ts +12 -0
- package/src/main/ts/homecoming.ts +3 -2
- package/src/main/ts/mission/_missions.ts +14 -0
- package/src/main/ts/mission/cutting-back-old-growth.ts +18 -0
- package/src/main/ts/mission/death-resurrected.ts +19 -0
- package/src/main/ts/mission/hunting-the-hunters.ts +18 -0
- package/src/main/ts/mission/know-thy-enemy.ts +18 -0
- package/src/main/ts/mission/mergers-and-acquisitions.ts +18 -0
- package/src/main/ts/mission/the-sunlight-and-the-spotlight.ts +18 -0
- package/src/main/ts/mission/zoe-task-force.ts +14 -0
- package/src/main/ts/utils/bundle-metadata.ts +11 -0
- package/src/main/ts/zone/_zones.ts +0 -2
- package/src/main/ts/zone/abandoned-sewer-network.ts +3 -0
- package/src/main/ts/zone/abandoned-sewers-trial.ts +3 -0
- package/src/main/ts/zone/architect-entertainment-buildings.ts +1 -0
- package/src/main/ts/zone/arena-cage-match.ts +2 -0
- package/src/main/ts/zone/atlas-park.ts +3 -0
- package/src/main/ts/zone/black-shroud-dimension.ts +5 -1
- package/src/main/ts/zone/bloody-bay.ts +3 -0
- package/src/main/ts/zone/boomtown.ts +3 -0
- package/src/main/ts/zone/breakout.ts +3 -0
- package/src/main/ts/zone/brickstown.ts +3 -0
- package/src/main/ts/zone/cap-au-diable.ts +3 -0
- package/src/main/ts/zone/cascade-archipelago.ts +3 -0
- package/src/main/ts/zone/cimerora.ts +3 -0
- package/src/main/ts/zone/creys-folly.ts +3 -0
- package/src/main/ts/zone/croatoa.ts +3 -0
- package/src/main/ts/zone/dark-astoria.ts +3 -0
- package/src/main/ts/zone/echo-atlas-park.ts +7 -1
- package/src/main/ts/zone/echo-dark-astoria.ts +3 -0
- package/src/main/ts/zone/echo-faultline.ts +7 -1
- package/src/main/ts/zone/echo-galaxy-city.ts +3 -0
- package/src/main/ts/zone/echo-rikti-crash-site.ts +4 -1
- package/src/main/ts/zone/eden.ts +3 -0
- package/src/main/ts/zone/faultline.ts +3 -0
- package/src/main/ts/zone/firebase-zulu.ts +3 -0
- package/src/main/ts/zone/first-ward.ts +3 -0
- package/src/main/ts/zone/founders-falls.ts +3 -0
- package/src/main/ts/zone/grandville.ts +3 -0
- package/src/main/ts/zone/hydra-missions.ts +7 -1
- package/src/main/ts/zone/imperial-city.ts +3 -0
- package/src/main/ts/zone/independence-port.ts +3 -0
- package/src/main/ts/zone/kallisti-wharf.ts +4 -0
- package/src/main/ts/zone/kings-row.ts +3 -0
- package/src/main/ts/zone/mayhem-atlas-park.ts +3 -0
- package/src/main/ts/zone/mayhem-brickstown.ts +3 -0
- package/src/main/ts/zone/mayhem-founders-falls.ts +3 -0
- package/src/main/ts/zone/mayhem-independence-port.ts +3 -0
- package/src/main/ts/zone/mayhem-kings-row.ts +3 -0
- package/src/main/ts/zone/mayhem-peregrine-island.ts +3 -0
- package/src/main/ts/zone/mayhem-skyway-city.ts +3 -0
- package/src/main/ts/zone/mayhem-steel-canyon.ts +3 -0
- package/src/main/ts/zone/mayhem-talos-island.ts +3 -0
- package/src/main/ts/zone/mercy-island.ts +3 -0
- package/src/main/ts/zone/midnighter-club.ts +3 -0
- package/src/main/ts/zone/monster-island.ts +3 -0
- package/src/main/ts/zone/nerva-archipelago.ts +3 -0
- package/src/main/ts/zone/neutropolis.ts +3 -0
- package/src/main/ts/zone/night-ward.ts +3 -0
- package/src/main/ts/zone/nova-praetoria.ts +3 -0
- package/src/main/ts/zone/ouroboros.ts +3 -0
- package/src/main/ts/zone/paragon-dance-party.ts +3 -0
- package/src/main/ts/zone/peregrine-island.ts +3 -0
- package/src/main/ts/zone/perez-park.ts +3 -0
- package/src/main/ts/zone/phone.ts +2 -0
- package/src/main/ts/zone/pocket-d.ts +3 -0
- package/src/main/ts/zone/port-oakes.ts +3 -0
- package/src/main/ts/zone/recluses-victory.ts +3 -0
- package/src/main/ts/zone/rikti-war-zone.ts +3 -0
- package/src/main/ts/zone/safeguard-atlas-park.ts +3 -0
- package/src/main/ts/zone/safeguard-brickstown.ts +3 -0
- package/src/main/ts/zone/safeguard-founders-falls.ts +3 -0
- package/src/main/ts/zone/safeguard-independence-port.ts +3 -0
- package/src/main/ts/zone/safeguard-kings-row.ts +3 -0
- package/src/main/ts/zone/safeguard-peregrine-island.ts +3 -0
- package/src/main/ts/zone/safeguard-skyway-city.ts +3 -0
- package/src/main/ts/zone/safeguard-steel-canyon.ts +3 -0
- package/src/main/ts/zone/safeguard-talos-island.ts +3 -0
- package/src/main/ts/zone/sewer-network.ts +3 -0
- package/src/main/ts/zone/sharkhead-isle.ts +3 -0
- package/src/main/ts/zone/sirens-call.ts +3 -0
- package/src/main/ts/zone/skyway-city.ts +3 -0
- package/src/main/ts/zone/st-martial.ts +3 -0
- package/src/main/ts/zone/steel-canyon.ts +3 -0
- package/src/main/ts/zone/striga-isle.ts +3 -0
- package/src/main/ts/zone/studio-55.ts +6 -1
- package/src/main/ts/zone/talos-island.ts +3 -0
- package/src/main/ts/zone/terra-volta.ts +3 -0
- package/src/main/ts/zone/the-abyss.ts +3 -0
- package/src/main/ts/zone/the-chantry.ts +3 -0
- package/src/main/ts/zone/the-hive.ts +3 -0
- package/src/main/ts/zone/the-hollows.ts +3 -0
- package/src/main/ts/zone/the-labyrinth-of-fog.ts +3 -0
- package/src/main/ts/zone/the-storm-palace.ts +3 -0
- package/src/main/ts/zone/underground-imperial.ts +3 -0
- package/src/main/ts/zone/underground-neutropolis.ts +3 -0
- package/src/main/ts/zone/underground-nova.ts +3 -0
- package/src/main/ts/zone/warburg.ts +3 -0
- package/src/test/ts/link-tests.test.ts +1 -1
- package/src/test/ts/mission.test.ts +20 -0
- package/src/main/lint/utils/bundle-version.ts +0 -3
- package/src/main/ts/zone/praetoria.ts +0 -7
- /package/src/main/resources/images/badges/event/{winter-login.png → snowbound.png} +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MissionData } from 'coh-content-db'
|
|
2
|
+
import { DapDapThaDealMaka } from '../contact/dap-dap-tha-deal-maka'
|
|
3
|
+
|
|
4
|
+
export const MergersAndAcquisitions: MissionData = {
|
|
5
|
+
key: 'mergers-and-acquisitions',
|
|
6
|
+
name: 'Mergers and Acquisitions',
|
|
7
|
+
type: 'story-arc',
|
|
8
|
+
morality: 'villainous',
|
|
9
|
+
contactKeys: DapDapThaDealMaka.key,
|
|
10
|
+
levelRange: [40, 50],
|
|
11
|
+
links: [
|
|
12
|
+
{ title: 'Mergers and Acquisitions', href: 'https://homecoming.wiki/wiki/Dap-Dap_tha_Deal-Maka#Mergers_and_Acquisitions' },
|
|
13
|
+
],
|
|
14
|
+
flashback: {
|
|
15
|
+
id: '28.02',
|
|
16
|
+
levelRange: [50],
|
|
17
|
+
},
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { MissionData } from 'coh-content-db'
|
|
2
|
+
import { RobertKogan } from '../contact/robert-kogan'
|
|
3
|
+
|
|
4
|
+
export const TheSunlightAndTheSpotlight: MissionData = {
|
|
5
|
+
key: 'the-sunlight-and-the-spotlight',
|
|
6
|
+
name: 'The Sunlight and the Spotlight',
|
|
7
|
+
type: 'story-arc',
|
|
8
|
+
morality: 'vigilante',
|
|
9
|
+
contactKeys: RobertKogan.key,
|
|
10
|
+
levelRange: [40, 50],
|
|
11
|
+
links: [
|
|
12
|
+
{ title: 'The Sunlight and the Spotlight', href: 'https://homecoming.wiki/wiki/Robert_Kogan#The_Sunlight_and_the_Spotlight' },
|
|
13
|
+
],
|
|
14
|
+
flashback: {
|
|
15
|
+
id: '28.04',
|
|
16
|
+
levelRange: [50],
|
|
17
|
+
},
|
|
18
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { MissionData } from 'coh-content-db'
|
|
2
|
+
import { ZoeLangston } from '../contact/zoe-langston'
|
|
3
|
+
|
|
4
|
+
export const ZoeTaskForce: MissionData = {
|
|
5
|
+
key: 'zoe-task-force',
|
|
6
|
+
name: 'Zoe Task Force',
|
|
7
|
+
type: 'task-force',
|
|
8
|
+
morality: 'all',
|
|
9
|
+
contactKeys: ZoeLangston.key,
|
|
10
|
+
levelRange: [40, 50],
|
|
11
|
+
links: [
|
|
12
|
+
{ title: 'Zoe Task Force', href: 'https://homecoming.wiki/wiki/Zoe_Task_Force' },
|
|
13
|
+
],
|
|
14
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* eslint-disable unicorn/no-typeof-undefined */
|
|
2
|
+
declare const __BUNDLE_VERSION__: string | undefined
|
|
3
|
+
declare const __BUNDLE_UPDATE_TIME__: string | undefined
|
|
4
|
+
|
|
5
|
+
export const BUNDLE_VERSION = typeof __BUNDLE_VERSION__ === 'undefined'
|
|
6
|
+
? 'DEV'
|
|
7
|
+
: __BUNDLE_VERSION__
|
|
8
|
+
|
|
9
|
+
export const BUNDLE_UPDATE_TIME = typeof __BUNDLE_UPDATE_TIME__ === 'undefined'
|
|
10
|
+
? new Date().toISOString()
|
|
11
|
+
: __BUNDLE_UPDATE_TIME__
|
|
@@ -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,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 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 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
}
|
package/src/main/ts/zone/eden.ts
CHANGED
|
@@ -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 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
|
}
|