coh-content-db-homecoming 2.0.0-rc.10 → 2.0.0-rc.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coh-content-db-homecoming",
3
- "version": "2.0.0-rc.10",
3
+ "version": "2.0.0-rc.12",
4
4
  "description": "City of Heroes Homecoming Content Database",
5
5
  "homepage": "https://github.com/n15g/coh-content-db-homecoming#readme",
6
6
  "bugs": {
@@ -13,7 +13,7 @@ What you found out was disturbing, with an ominous warning about a possible inva
13
13
  links: [
14
14
  { title: 'Staring Into The Abyss Badge', href: 'https://homecoming.wiki/wiki/Staring_Into_The_Abyss_Badge' },
15
15
  ],
16
- icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-intothe-abyss.png',
16
+ icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-into-the-abyss.png',
17
17
  requirements: [
18
18
  { key: HuntingTheHunters.key, type: 'mission', missionKey: HuntingTheHunters.key },
19
19
  ],
@@ -4,14 +4,14 @@ export const TwoBirdsOneStone: BadgeData = {
4
4
  type: 'defeat',
5
5
  key: 'two-birds-one-stone',
6
6
  setTitleId: [2508],
7
- name: 'Two Birds One Stone',
7
+ name: 'Two Birds, One Stone',
8
8
  releaseDate: '2025-06-17',
9
9
  morality: 'all',
10
10
  badgeText: `When the Blackwing Industries private military company was contracted to protect Kallisti Wharf, you weren't sure what to expect.
11
11
  Now, having faced their advanced armor, weapons, and training yourself, there's no doubt that the security of Kallisti Wharf is in capable hands.`,
12
12
  acquisition: 'Defeat 250 Blackwing Industries enemies.',
13
13
  links: [
14
- { title: 'Two Birds One Stone Badge', href: 'https://homecoming.wiki/wiki/Two_Birds_One_Stone_Badge' },
14
+ { title: 'Two Birds, One Stone Badge', href: 'https://homecoming.wiki/wiki/Two_Birds_One_Stone_Badge' },
15
15
  ],
16
16
  icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/defeat/two-birds-one-stone.png',
17
17
  }