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
|
@@ -29317,13 +29317,13 @@ const MutatedMarauder = {
|
|
|
29317
29317
|
type: "defeat",
|
|
29318
29318
|
key: "mutated-marauder",
|
|
29319
29319
|
setTitleId: [2583],
|
|
29320
|
-
name: "Mutated
|
|
29320
|
+
name: "Mutated Marauder",
|
|
29321
29321
|
releaseDate: "2025-11-25",
|
|
29322
29322
|
morality: "all",
|
|
29323
29323
|
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.`,
|
|
29324
29324
|
acquisition: `Defeat 100 Hydra enemies.`,
|
|
29325
29325
|
links: [
|
|
29326
|
-
{ title: "Mutated Marauder Badge", href: "https://homecoming.wiki/wiki/
|
|
29326
|
+
{ title: "Mutated Marauder Badge", href: "https://homecoming.wiki/wiki/Mutated_Marauder_Badge" }
|
|
29327
29327
|
],
|
|
29328
29328
|
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/defeat/mutated-marauder.png"
|
|
29329
29329
|
};
|
|
@@ -44501,8 +44501,8 @@ const MISSIONS = [
|
|
|
44501
44501
|
ZoeTaskForce
|
|
44502
44502
|
];
|
|
44503
44503
|
|
|
44504
|
-
const BUNDLE_VERSION = "2.0.
|
|
44505
|
-
const BUNDLE_UPDATE_TIME = "2026-01-
|
|
44504
|
+
const BUNDLE_VERSION = "2.0.3";
|
|
44505
|
+
const BUNDLE_UPDATE_TIME = "2026-01-14T03:06:28.216Z";
|
|
44506
44506
|
|
|
44507
44507
|
const HOMECOMING = {
|
|
44508
44508
|
header: {
|