coh-content-db-homecoming 2.0.3 → 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 -36
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +3 -3
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +3 -3
- 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
|
@@ -23238,7 +23238,7 @@ const BeyondReasonableDoubt = {
|
|
|
23238
23238
|
releaseDate: "2019-06-01",
|
|
23239
23239
|
morality: "heroic",
|
|
23240
23240
|
badgeText: "It is better that ten guilty persons escape than that one innocent suffer.",
|
|
23241
|
-
acquisition: `
|
|
23241
|
+
acquisition: `Spare Rider in the ${cohContentDb.missionLink(DirtyWork)} story arc.`,
|
|
23242
23242
|
links: [
|
|
23243
23243
|
{ title: "Beyond Reasonable Doubt Badge", href: "https://homecoming.wiki/wiki/Beyond_Reasonable_Doubt_Badge" }
|
|
23244
23244
|
],
|
|
@@ -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.4";
|
|
44507
|
+
const BUNDLE_UPDATE_TIME = "2026-01-27T05:55:37.957Z";
|
|
44508
44508
|
|
|
44509
44509
|
const HOMECOMING = {
|
|
44510
44510
|
header: {
|