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/CHANGELOG.md +6 -0
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +4 -4
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +4 -4
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/ts/badge/defeat/mutated-marauder.ts +2 -3
|
@@ -29319,13 +29319,13 @@ const MutatedMarauder = {
|
|
|
29319
29319
|
type: "defeat",
|
|
29320
29320
|
key: "mutated-marauder",
|
|
29321
29321
|
setTitleId: [2583],
|
|
29322
|
-
name: "Mutated
|
|
29322
|
+
name: "Mutated Marauder",
|
|
29323
29323
|
releaseDate: "2025-11-25",
|
|
29324
29324
|
morality: "all",
|
|
29325
29325
|
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.`,
|
|
29326
29326
|
acquisition: `Defeat 100 Hydra enemies.`,
|
|
29327
29327
|
links: [
|
|
29328
|
-
{ title: "Mutated Marauder Badge", href: "https://homecoming.wiki/wiki/
|
|
29328
|
+
{ title: "Mutated Marauder Badge", href: "https://homecoming.wiki/wiki/Mutated_Marauder_Badge" }
|
|
29329
29329
|
],
|
|
29330
29330
|
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/defeat/mutated-marauder.png"
|
|
29331
29331
|
};
|
|
@@ -44503,8 +44503,8 @@ const MISSIONS = [
|
|
|
44503
44503
|
ZoeTaskForce
|
|
44504
44504
|
];
|
|
44505
44505
|
|
|
44506
|
-
const BUNDLE_VERSION = "2.0.
|
|
44507
|
-
const BUNDLE_UPDATE_TIME = "2026-01-
|
|
44506
|
+
const BUNDLE_VERSION = "2.0.3";
|
|
44507
|
+
const BUNDLE_UPDATE_TIME = "2026-01-14T03:06:28.216Z";
|
|
44508
44508
|
|
|
44509
44509
|
const HOMECOMING = {
|
|
44510
44510
|
header: {
|