coh-content-db-homecoming 2.0.2 → 2.0.4
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 +25 -30
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +5 -5
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +5 -5
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/ts/badge/achievement/beyond-reasonable-doubt.ts +1 -1
- package/src/main/ts/badge/defeat/mutated-marauder.ts +2 -3
|
@@ -23236,7 +23236,7 @@ const BeyondReasonableDoubt = {
|
|
|
23236
23236
|
releaseDate: "2019-06-01",
|
|
23237
23237
|
morality: "heroic",
|
|
23238
23238
|
badgeText: "It is better that ten guilty persons escape than that one innocent suffer.",
|
|
23239
|
-
acquisition: `
|
|
23239
|
+
acquisition: `Spare Rider in the ${missionLink(DirtyWork)} story arc.`,
|
|
23240
23240
|
links: [
|
|
23241
23241
|
{ title: "Beyond Reasonable Doubt Badge", href: "https://homecoming.wiki/wiki/Beyond_Reasonable_Doubt_Badge" }
|
|
23242
23242
|
],
|
|
@@ -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.4";
|
|
44505
|
+
const BUNDLE_UPDATE_TIME = "2026-01-27T05:55:37.957Z";
|
|
44506
44506
|
|
|
44507
44507
|
const HOMECOMING = {
|
|
44508
44508
|
header: {
|