coh-content-db-homecoming 2.0.2 → 2.0.3

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.2",
3
+ "version": "2.0.3",
4
4
  "description": "City of Heroes Homecoming Content Database",
5
5
  "homepage": "https://github.com/n15g/coh-content-db-homecoming#readme",
6
6
  "bugs": {
@@ -4,14 +4,13 @@ export const MutatedMarauder: BadgeData = {
4
4
  type: 'defeat',
5
5
  key: 'mutated-marauder',
6
6
  setTitleId: [2583],
7
- name: 'Mutated Maurader',
7
+ name: 'Mutated Marauder',
8
8
  releaseDate: '2025-11-25',
9
9
  morality: 'all',
10
10
  badgeText: `There's so many conflicting theories as to the true origin of the Hydra that you aren't sure what to believe. What you are sure of, however, is that these monstrous mutated organisms are incredibly dangerous.`,
11
11
  acquisition: `Defeat 100 Hydra enemies.`,
12
12
  links: [
13
- { title: 'Mutated Marauder Badge', href: 'https://homecoming.wiki/wiki/Mutated_Maurader_Badge' },
13
+ { title: 'Mutated Marauder Badge', href: 'https://homecoming.wiki/wiki/Mutated_Marauder_Badge' },
14
14
  ],
15
15
  icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/defeat/mutated-marauder.png',
16
-
17
16
  }